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)
----- and y = 0
-->
(x+5)*(x-1) = 0
------------
x = -5
--> point (-5,0)
=============
x = 1
--> point (1,0)