document.write( "Question 741323: How can I rewrite the expression x+(y+-z)using the associative property of addition? \n" ); document.write( "
Algebra.Com's Answer #455676 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! Associative property tells us that we can add in any order and the parenthese tells us where we are choosing to add first:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+(y+-z)=(x+y)+(-z) \n" ); document.write( " |