document.write( "Question 13699: use the order of operations to simplify the expression
\n" );
document.write( "7-4[3-(4y-5)]
\n" );
document.write( "My book says the answer is 16y-25. I can not figure out how to get that answer.This is what I came up with
\n" );
document.write( "7-4[3-(4y-5)]
\n" );
document.write( "7-4[3-(-1y)]
\n" );
document.write( "7-4*4y
\n" );
document.write( "7-16y \n" );
document.write( "
Algebra.Com's Answer #103011 by jscott(1)![]() ![]() ![]() You can put this solution on YOUR website! You have to work in order\r \n" ); document.write( "\n" ); document.write( "7-4[3-(4y-5)] \n" ); document.write( "7-4[3-4y+5] \n" ); document.write( "7-4[8-4y] \n" ); document.write( "7-32+16y \n" ); document.write( "-25+16y \n" ); document.write( "16y-25 \n" ); document.write( " |