document.write( "Question 831523: Find all points on the x axis that are 5 units away from (-4,3)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #501436 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The locus of points equidistant from a point (h,k) is a circle centered at (h,k) with a radius, R.
\n" ); document.write( "\"%28x-h%29%5E2%2B%28y-k%29%5E2=R%5E2\"
\n" ); document.write( "\"%28x-%28-4%29%29%5E2%2B%28y-3%29%5E2=5%5E2\"
\n" ); document.write( "\"%28x%2B4%29%5E2%2B%28y-3%29%5E2=25\"
\n" ); document.write( "
\n" );