document.write( "Question 256935: Please help me understand why the -6 is not multiplied with the value in the parentheses.
\n" );
document.write( "wrong:
\n" );
document.write( "(8-2)-6
\n" );
document.write( "(6)-6=-36
\n" );
document.write( "right:
\n" );
document.write( "(8-2)-6
\n" );
document.write( "6-6=0 \n" );
document.write( "
Algebra.Com's Answer #188978 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There's nothing to indicate multiplication. \n" ); document.write( "If it's meant to be multiplied, it'd be: \n" ); document.write( "(8-2)*(-6) or possibly (8-2)*-6 \n" ); document.write( "Using parentheses clarifies it. \n" ); document.write( " \n" ); document.write( " |