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 #280444 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 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 \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( "==================== \n" ); document.write( "So, what is the solution ? \n" ); document.write( "x^2 = x \n" ); document.write( "x^2-x = 0 \n" ); document.write( "x(x-1) = 0 \n" ); document.write( "x = 1 or x = 0 \n" ); document.write( "---- \n" ); document.write( "The method used in the problem found the x=1 solution but not the x=0 \n" ); document.write( "solution. \n" ); document.write( "--- \n" ); document.write( "Of course you could't divide both sides by x if x = 0. \n" ); document.write( "But you did. And that is the mistake. \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |