Find a point on the x-axis, which is equidistant from the point (7, 6) and (3, 4).

Key points to solve the problem:


• Idea of distance formula- Distance between two points A(x1,y1) and B(x2,y2) is given by- AB =


As, the point is on x-axis so y-coordinate is 0.


Let the coordinate be (x,0)


Given distance of (x,0) from (7,6) and (3,4) is same.


using distance formula we have:







point on x-axis is (7.5,0)


1