document.write( "Question 77000: A common mistake when solving equations is the following:
\n" );
document.write( "The equation: 2(x-2) = x + 3
\n" );
document.write( "First step in solving: 2x- 2= x + 3\r
\n" );
document.write( "\n" );
document.write( "How do I write a explanation of what error has been made. What could be done to
\n" );
document.write( "avoid this error? \n" );
document.write( "
Algebra.Com's Answer #55249 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The mistake is that all of the terms within the parenthesis should have been multiplied by the \"2\" from the outside of the parenthesis. \n" ); document.write( "Corrected equation: \n" ); document.write( "2(x-2)=x+3 \n" ); document.write( "(2)x-2(2)=x+3 [distribute or multipliy all of the terms within the parenthesis by \"2\"] \n" ); document.write( ". \n" ); document.write( "2x-4=x+3 \n" ); document.write( " |