document.write( "Question 266564: when you look at a commutative and associative properties in algbra what is the difference between the two \n" ); document.write( "
Algebra.Com's Answer #195864 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Commutative property is expressed as \n" ); document.write( "a + b = b+ a \n" ); document.write( "OR \n" ); document.write( "a x b = b x a \n" ); document.write( "The idea is that we are reversing our information. \n" ); document.write( "---- \n" ); document.write( "Associative property is expressed as \n" ); document.write( " (a + b) + c = a + (b + c) \n" ); document.write( "OR \n" ); document.write( "(a x b) x c = a x (b x c) \n" ); document.write( "The order is the same, only parenthesis have shifted. \n" ); document.write( "----- \n" ); document.write( "that is the main difference. \n" ); document.write( " |