Question: If a point P divides the segment joining A(2, 3) and B(8, 7) in the ratio 3:1, what are the coordinates of P?
Options:
Correct Answer: (6, 5)
Solution:
Using the section formula: P = ((3*8 + 1*2)/(3+1), (3*7 + 1*3)/(3+1)) = (6, 5).