Question: A point Q divides the segment joining P(1, 1) and R(7, 5) in the ratio 2:1. What are the coordinates of Q?
Options:
Correct Answer: (5, 3)
Solution:
Using the section formula: Q = ((mx2 + nx1)/(m+n), (my2 + ny1)/(m+n)) where m=2, n=1. Q = ((2*7 + 1*1)/(2+1), (2*5 + 1*1)/(2+1)) = (5, 3).