The coordinates of point P that partitions line segment AB into a ratio of 1:5 are found using a specific formula. In this formula, the fraction m/n is represented by the ratio 1/5, which reflects the division of the segment into 1 part and 5 parts respectively.
To find the coordinates of point P that partitions line segment AB into a part-to-whole ratio of 1:5 at points A(-9 , 3) and B(1, 8), we use the formula given by:
x = (x1 + k*x2) / (1 + k)
y = (y1 + k*y2) / (1 + k).
In this case, k represents the division ratio for the partition, which is 1:5. The point P will thus divide the line segment AB in a way where AP is one unit and PB is five units long.
For the ratio of 1:5, k=1/5, so the formula becomes:
x = (x1 + (1/5)*x2) / (1 + (1/5))
y = (y1 + (1/5)*y2) / (1 + (1/5)).
This results in the formula transforming to:
x = (-9 + (1/5)*1) / (1 + (1/5))
y = (3 + (1/5)*8) / (1 + (1/5)).
To find the fraction m/n in our formula, we look at the ratios placed within the calculations of x and y. Here, the 1/5 ratio used in both x and y calculations represents the fraction m/n.