Question: If point P divides the segment joining A(1, 2) and B(5, 6) in the ratio 1:3, what are the coordinates of P?
Options:
Correct Answer: (3, 4)
Solution:
Using the section formula: P = ((mx2 + nx1)/(m+n), (my2 + ny1)/(m+n)) = ((1*5 + 3*1)/(1+3), (1*6 + 3*2)/(1+3)) = (3, 4).