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