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