document.write( "Question 538699: Can you please help me to understand the associative and commutative property?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #353231 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Consider a binary operation * (such as addition, subtraction, multiplication).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The operation * is associative if a*(b*c) = (a*b)*c for all a,b,c. In other words, the order of which operation is done first does not matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The operation * is commutative if a*b = b*a. This means that the order of your arguments (a,b) does not matter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Addition and multiplication are both associative and commutative. Note that associativity and commutativity are not limited to addition and multiplication (other operations, like vector dot products, are commutative). \n" ); document.write( " |