Question: If point C(1, 2) and point D(7, 8) are given, what is the coordinates of the point that divides CD in the ratio 3:2?
Options:
Correct Answer: (4, 5)
Solution:
Using the section formula: P = ((3*7 + 2*1)/(3+2), (3*8 + 2*2)/(3+2)) = (4, 5).