Question: Find the coordinates of the point that divides the segment joining (2, 3) and (4, 7) in the ratio 1:3.
Options:
Correct Answer: (3, 5)
Solution:
Using the section formula: P(x, y) = ((mx2 + nx1)/(m+n), (my2 + ny1)/(m+n)), where m=1, n=3, x1=2, y1=3, x2=4, y2=7. P = ((1*4 + 3*2)/(1+3), (1*7 + 3*3)/(1+3)) = (3, 5).