document.write( "Question 451701: Solve: SQRE ROOT x-5=x-5\r
\n" );
document.write( "\n" );
document.write( "I got the answer (5,6) but I don't know how\r
\n" );
document.write( "\n" );
document.write( "Please show me step by step to get the answer. thanks \n" );
document.write( "
Algebra.Com's Answer #310581 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! √(x-5)=x-5 \n" ); document.write( "x-5=(x-5)2 \n" ); document.write( "x-5=x2-10x+25 \n" ); document.write( "x2-11x+30=0 \n" ); document.write( "(x-5)(x-6)=0 \n" ); document.write( "x=5 or 6.. \n" ); document.write( " |