document.write( "Question 499282: b) Find the point on the x-axis which is equidistant from (3, 2) and (− 5,− 20) \n" ); document.write( "
Algebra.Com's Answer #337602 by chessace(471)![]() ![]() You can put this solution on YOUR website! By Pythag, Dist=sqrt((x-3)^2 + 2^2)) = sqrt((x+5)^2 + 20^2) \n" ); document.write( "square both: x^2-6x+9 + 4 = x^2+10x+25 + 400 \n" ); document.write( "-16x = 400+25 - 13 = 412 \n" ); document.write( "x = -25.75 \n" ); document.write( "Point is at (-25.75, 0) \n" ); document.write( " \n" ); document.write( " |