Question: If point C divides the segment AB in the ratio 2:3, where A(1, 2) and B(6, 8), what are the coordinates of point C?
Options:
Correct Answer: (4.0, 5.0)
Solution:
Using the section formula: C = ((mx2 + nx1)/(m+n), (my2 + ny1)/(m+n)) = ((2*6 + 3*1)/(2+3), (2*8 + 3*2)/(2+3)) = (4.0, 5.0).