To find the coordinates of point P dividing the line segment AB in the ratio 1:2, we use the section formula:
The section formula for a point dividing a segment joining \( (x_1, y_1) \) and \( (x_2, y_2) \) in ratio \( m:n \) is: \[ \left( \frac{m x_2 + n x_1}{m+n}, \frac{m y_2 + n y_1}{m+n} \right). \]
Given: A(2, 3), B(8, 9), ratio 1:2 (\( m = 1 \), \( n = 2 \)).