document.write( "Question 135611: I'm having a little trouble with this question. I can't find anything in our book that looks anything like it. The instructions are: \"solve each equation, inequality or system of equations\"
\n" );
document.write( "square root x-1=x-1
\n" );
document.write( "I tried this
\n" );
document.write( "x-1=(x-1)^2 Remove the square root form the left side and square the right.
\n" );
document.write( "-x^2+x-1+1^2=0 Set the equation to zero and cancell -1 and +1^2
\n" );
document.write( "x^2-x=0
\n" );
document.write( "There doesn't seem to be a solution.
\n" );
document.write( "Am I even approaching this correctly? \n" );
document.write( "
Algebra.Com's Answer #99351 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! square root x-1=x-1 \n" ); document.write( ": \n" ); document.write( "x - 1 = (x-1)^2; as you did \n" ); document.write( ": \n" ); document.write( "x - 1 = x^2 - 2x + 1; FOILed \n" ); document.write( ": \n" ); document.write( "0 = x^2 -2x - x + 1 + 1 \n" ); document.write( ": \n" ); document.write( "A quadratic equation: \n" ); document.write( "x^2 - 3x + 2 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(x-2)(x-1) = 0 \n" ); document.write( ": \n" ); document.write( "x = 2, x = 1; either solution will work \n" ); document.write( " |