document.write( "Question 661847: Evaluate -16-(9-2z) if z= -3 \n" ); document.write( "
| Algebra.Com's Answer #411963 by ReadingBoosters(3246)      You can put this solution on YOUR website! Starting with \n" ); document.write( "-16-(9-2z) \n" ); document.write( "substituting z \n" ); document.write( "-16-(9-2(-3)) which is the same as -16-(9-(-6)), \n" ); document.write( "but it may be easier to rewrite as adding negative \n" ); document.write( "-16 -(9+ -2(-3)) \n" ); document.write( "-16 -(9+6), whichis the same as -16-(9-(-6)) \n" ); document.write( "-16 -(15) \n" ); document.write( "-16 + -15 = -31 \n" ); document.write( " |