document.write( "Question 472061: 5√x-1+1=x
\n" );
document.write( "What does x equal? \n" );
document.write( "
Algebra.Com's Answer #323676 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 5√x-1+1=x \n" ); document.write( "5√x-1=x-1 \n" ); document.write( "√x-1=x-1/5 \n" ); document.write( "x-1=x2-2x+1/25 \n" ); document.write( "25x-25=x2-2x+1 \n" ); document.write( "x2-27x+26=0 \n" ); document.write( "(x-26)(x-1)=0 \n" ); document.write( "x=26 or 1.. \n" ); document.write( " |