document.write( "Question 103369: 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
\n" );
document.write( "What error has been made? What could be done to avoid this error?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #75169 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 2(x-2) one way to correct this problem is to set this up as a long multiplication problem: \n" ); document.write( "x-2 \n" ); document.write( "*2 \n" ); document.write( "----------- \n" ); document.write( "2x-4 answer. \n" ); document.write( " |