document.write( "Question 864476: find all the coordinates on x-axis if it is at the distance of 5 units from point b(5,4)? \n" ); document.write( "
Algebra.Com's Answer #521013 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Points on the x-axis would have the form (x,0).
\n" ); document.write( "Use the distance formula,
\n" ); document.write( "\"5%5E2=%28x-5%29%5E2%2B%280-4%29%5E2\"
\n" ); document.write( "\"25=%28x-5%29%5E2%2B16\"
\n" ); document.write( "\"%28x-5%29%5E2=9\"
\n" ); document.write( "\"x-5=3\" and \"x-5=-3\"
\n" ); document.write( "\"x=8\" and \"x=2\"
\n" ); document.write( "(8,0) and (2,0)
\n" ); document.write( "
\n" );