document.write( "Question 40650: Grrr i'm trying to figure out the mistake i made when i was solving this equation
\n" );
document.write( "How could I avoided it?\r
\n" );
document.write( "\n" );
document.write( "the equation 2(x-3) = x +3\r
\n" );
document.write( "\n" );
document.write( "First step in solving is 2x-2 =x +3\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #26051 by siouxie(6)![]() ![]() ![]() You can put this solution on YOUR website! 2(x-3) = x +3\r \n" ); document.write( "\n" ); document.write( "First step in solving is 2x-2 =x +3\r \n" ); document.write( "\n" ); document.write( "You didn't distribute the 2 in 2(x-3) \n" ); document.write( "it should be 2*x -2*3 which is \n" ); document.write( "2x-6 = x+3 \n" ); document.write( "Can you solve the rest? Get the variable on one side \n" ); document.write( "2x-6 = x + 3 \n" ); document.write( "-x -x \n" ); document.write( "------------ \n" ); document.write( "x -6 = 3 \n" ); document.write( " +6 +6 \n" ); document.write( "-------- \n" ); document.write( "x = 9 \n" ); document.write( "then subsitute 9 for x and check your answer \n" ); document.write( " |