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