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