Question: Find the coordinates of the point that divides the segment joining (1, 2) and (3, 4) in the ratio 1:3.
Options:
Correct Answer: (2.5, 3.5)
Solution:
Using the section formula: (mx2 + nx1)/(m+n), (my2 + ny1)/(m+n) = (1*3 + 3*1)/(1+3), (1*4 + 3*2)/(1+3) = (3 + 3)/4, (4 + 6)/4 = (6/4, 10/4) = (1.5, 2.5).