Question: What is the coordinates of the point that divides the line segment joining (3, 2) and (9, 10) in the ratio 2:1?
Options:
Correct Answer: (5, 4)
Solution:
Using the section formula: C = ((2*9 + 1*3)/(2+1), (2*10 + 1*2)/(2+1)) = (5, 4).