Find a point on the -axis, which is equidistant from the points (7, 6) and (3, 4).
The point on the x-axis which is equidistant from (7, 6) and (3, 4) is (15/2, 0) or (7.5, 0).
Explanation
This question tests the application of the distance formula in coordinate geometry. A point on the x-axis has the form (x, 0). Using the distance formula, we set the distances from this point to both given points equal to each other and solve for x. The context mentions the distance formula as an important formula from coordinate geometry.
Solution Steps
Step 1: Let the point on x-axis be P(x, 0), since any point on x-axis has y-coordinate = 0.
Step 2: Using distance formula, distance from P to (7, 6) = √[(x-7)² + (0-6)²] = √[(x-7)² + 36]
Step 3: Distance from P to (3, 4) = √[(x-3)² + (0-4)²] = √[(x-3)² + 16]
Step 4: Since P is equidistant from both points: √[(x-7)² + 36] = √[(x-3)² + 16]
Step 5: Squaring both sides: (x-7)² + 36 = (x-3)² + 16
Step 6: Expanding: x² - 14x + 49 + 36 = x² - 6x + 9 + 16
Step 7: Simplifying: -14x + 85 = -6x + 25, which gives 8x = 60, so x = 15/2
Step 8: Therefore, the required point is (15/2, 0).