document.write( "Question 2271: 6(x+1) = 12(x-3)\r
\n" );
document.write( "\n" );
document.write( "then you get
\n" );
document.write( "6x+6=12x-36
\n" );
document.write( "My question at this point is: How do you know which side to start with. Not sure whether to start with +6 or -36 or 6x or 12x.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #962 by longjonsilver(2297) You can put this solution on YOUR website! it doesn't matter...\r \n" ); document.write( "\n" ); document.write( "either collect x terms together first:\r \n" ); document.write( "\n" ); document.write( "-6x+6=-36 \n" ); document.write( "-6x = -42 \n" ); document.write( "x=(-42)/(-6) \n" ); document.write( "x=7\r \n" ); document.write( "\n" ); document.write( "or collect the pure numbers together first:\r \n" ); document.write( "\n" ); document.write( "6x = 12x-42 \n" ); document.write( "-6x = -42 \n" ); document.write( "x = (-42)/(-6) \n" ); document.write( "x = 7\r \n" ); document.write( "\n" ); document.write( "jon \n" ); document.write( " |