document.write( "Question 803486: what exactly is the associated property?
\n" );
document.write( "and if possible can you give me an example or two? \n" );
document.write( "
Algebra.Com's Answer #484427 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The associative property is when grouping of the numbers involved, does not matter \n" ); document.write( "associative property of addition \n" ); document.write( "(a + b) + c = a + (b + c) \n" ); document.write( "and the associative property of multiplication \n" ); document.write( "(a * b) * c = a * (b * c) \n" ); document.write( "For example: \n" ); document.write( "(3 + 4) + 5 = 7 + 5 = 12 \n" ); document.write( "and \n" ); document.write( "(5 * 6) * 7 = 30 * 7 = 210 \n" ); document.write( "or \n" ); document.write( "(7 * 6) * 5 = 42 * 5 = 210 \n" ); document.write( " |