document.write( "Question 121008: Write as a mathematical expression using parentheses and brackets. Then evaluate:
\n" );
document.write( "\"Subtract 3 from 15. Divide this difference by 2. Multiply this quotient by 4.\"\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #88761 by madhan_math(34) You can put this solution on YOUR website! ((15-3)/2)*4=? \n" ); document.write( "Solution: \n" ); document.write( "First we calculate 15-3=12 \n" ); document.write( "then this number divided by 2=6 and multiply by 4 \n" ); document.write( "That is 6*4=24 is the solution. \n" ); document.write( " |