document.write( "Question 8634: How would you solve this?
\n" );
document.write( "sqrt of (x+5)= sqrt of (x-5) \n" );
document.write( "
Algebra.Com's Answer #4794 by glabow(165)![]() ![]() ![]() You can put this solution on YOUR website! I would square both sides to get \n" ); document.write( "x+5 = x-5 \n" ); document.write( "5 = -5 \n" ); document.write( "There is no such x. \n" ); document.write( " |