Question: What is the coordinates of the point that divides the line segment joining (6, 8) and (10, 12) in the ratio 1:3?
Options:
Correct Answer: (8, 10)
Solution:
Using the section formula: C = ((1*10 + 3*6)/(1+3), (1*12 + 3*8)/(1+3)) = (8, 10).