Given: P (x1, y1) and Q(x2, y2) are the points given.
To Find: The intersecting point line with x-axis.
Solution:
Let the point of intersection of line PQ with the X axis be R(x, 0) and the ratio in which the line is divided be k:1.
So, R(x, 0) = R{[(m1x2 + m2x1)/ (x1 + x2)] , [(m1y2 + m2y1)/ (y1 + y2)]}
R(x, 0) = R{[(kx2 + x1)/ (x1 + x2)] , [(ky2 + y1)/ (y1 + y2)]}
Now, 0 = [(ky2 + y1)/ (y1 + y2)]
0 = (ky2 + y1)
- y1/y2 = k
- y1:y2 = k:1
This is the correct solution
please do like this time