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 #188977 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! (8-2)-6 \n" ); document.write( "The (-6) in the above expression is indicating a mathematical operation where you subtract 6 from the expression inside the parentheses. \n" ); document.write( "Typically if the intent is multiplication, there would be a parentheses around the (-6) to avoid confusion. \n" ); document.write( "(8-2)(-6) or (8-2)*(-6). \n" ); document.write( " \n" ); document.write( " |