Question: If point P is at (3, 5) and point Q is at (9, 1), what is the coordinates of point R that divides PQ in the ratio 2:3?
Options:
Correct Answer: (5.4, 3.6)
Solution:
Using the section formula: R = ((2*9 + 3*3)/(2+3), (2*1 + 3*5)/(2+3)) = (5.4, 3.6).