document.write( "Question 962413: find the point on y-axis which is equidistant from the points (3,1,2) and (5,5,2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #588012 by Murthy(22)![]() ![]() ![]() You can put this solution on YOUR website! Let A(3,1,2) and B(5,5,2)\r \n" ); document.write( "\n" ); document.write( "and C is the point on Y-axis its co-ordinates will be (0,y,0)\r \n" ); document.write( "\n" ); document.write( "if A and B are equidistant from C then \r \n" ); document.write( "\n" ); document.write( "AC^2=BC^2\r \n" ); document.write( "\n" ); document.write( "therefore, 3^2 + (y-1)^2 + 2^2 = 5^2 + (y-5)^2 + 2^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solving the above equation gives, y=5 \n" ); document.write( " |