document.write( "Question 101334: This is from the Compass sample test.
\n" );
document.write( "Algebra Placement
\n" );
document.write( "Polynomials\r
\n" );
document.write( "\n" );
document.write( "5.Which of the following is equivalent to
\n" );
document.write( "3a+4b-(-6a-3b)?\r
\n" );
document.write( "\n" );
document.write( "the answer is
\n" );
document.write( "9a+7b\r
\n" );
document.write( "\n" );
document.write( "Why did the the problem expand to 3a+4b+6a+3b? I do not remember the rules for this. \n" );
document.write( "
Algebra.Com's Answer #73797 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! 3a+4b-(-6a-3b) = 3a+4b+6a+3b because the negative sign in front of the parentheses indicates that, when you remove the parentheses, you should multiply every term within the parentheses by -1 and so, -1(-6a) = +6a and -1(-3b) = +3b, so you get: \n" ); document.write( "3a+4b+6a+3b = 9a+7b \n" ); document.write( " |