document.write( "Question 395137: Explain the error made in solving the equation. Solve the equation correctly
\n" ); document.write( "x^2=x
\n" ); document.write( "x^2/x=x/x
\n" ); document.write( "x=1\r
\n" ); document.write( "\n" ); document.write( "I thought the error was that x^2 is not equal to x, but rather x^2 is equal to x*x and so it should have been multiplication and not division-yet I really don't know I am only taking a guess. I also don't know how to go about solving the equation itself
\n" ); document.write( "

Algebra.Com's Answer #280447 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
The process is correct. However you're assuming that \"x+%3C%3E+0\", since you're dividing by x (this part is the mistake) which is assumed to be non-zero so that the operation is defined. If x = 0, the equation is still true, so x = 0 or x = 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The best way to solve this is to move x to the other side to produce\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2+-+x+=+0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%28x-1%29+=+0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 0, 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Or, you could do it like the way you did in the question (assuming \"x%3C%3E0\"), then do the \"x+=+0\" case and see if it works. However the first method is more solid.
\n" ); document.write( "
\n" );