document.write( "Question 43920: Can someone help me solve this problem? \r
\n" );
document.write( "\n" );
document.write( " 16 divided by (-2) * (-4)/2^3 + 4\r
\n" );
document.write( "\n" );
document.write( " Thanks,
\n" );
document.write( " Sher \n" );
document.write( "
Algebra.Com's Answer #28844 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Looking at the order of operations PEMDAS, we get (and assuming it is written like this) \n" ); document.write( "16 / [(-2) * (-4)/2^3 + 4] = \n" ); document.write( "16 / [(-2) * (-4)/8 + 4] = \n" ); document.write( "16 / [(-2) * (-1/2) + 4] = \n" ); document.write( "16 / [1 + 4] = \n" ); document.write( "16 / 5 \n" ); document.write( " |