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