SOLUTION: Find all points on the x-axis 5 units away from the points (-2,-4)

Algebra ->  Coordinate-system -> SOLUTION: Find all points on the x-axis 5 units away from the points (-2,-4)       Log On


   



Question 1017415: Find all points on the x-axis 5 units away from the points (-2,-4)
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find all points on the x-axis 5 units away from the points (-2,-4)
===========
One approach:
Find the intersections of the x-axis and the circle of radius r centered at (-2,-4)
-----
%28x%2B2%29%5E2+%2B+%28y%2B4%29%5E2+=+5%5E2 and y = 0
--> %28x%2B2%29%5E2+%2B+4%5E2+=+25
x%5E2+%2B+4x+%2B+4+=+9
x%5E2+%2B+4x+-+5+=+0
(x+5)*(x-1) = 0
------------
x = -5
--> point (-5,0)
=============
x = 1
--> point (1,0)