document.write( "Question 487933: How do you differentiate the properties associative,communitive, and distributive \n" ); document.write( "
Algebra.Com's Answer #333215 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! For any binary operation * (not necessarily addition or multiplication):\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "* is said to be associative if (a*b)*c = a*(b*c) for all a,b,c ∈ S (S is a set composed of all possible a,b,c)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "* is said to be commutative if a*b = b*a for all a,b ∈ S\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "* is said to be distributive over another operation (I'll denote this operation by &) if a*(b&c) = (a*b)&(a*c) for all a,b,c ∈ S.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For example, vector addition is commutative and associative, scalar products are distributive, the dot product of vectors is commutative, and the cross product of vectors is associative over vector addition, but not commutative (in fact, it is said to be anti-commutative, similar to subtraction). These are just examples of operations other than addition or multiplication that obey these properties. \n" ); document.write( " |