document.write( "Question 52571: Can someone help me on this problem?\r
\n" );
document.write( "\n" );
document.write( " I need to identify the property that is used.\r
\n" );
document.write( "\n" );
document.write( " 4 * (3 + 2) = (3 + 2) * 4\r
\n" );
document.write( "\n" );
document.write( " Is it Associative property or Associate property of addition?\r
\n" );
document.write( "\n" );
document.write( " Thanks,
\n" );
document.write( " Sher \n" );
document.write( "
Algebra.Com's Answer #35089 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! A good way of knowing an associative property is this: depends how you associate the parenthesis with the values. \n" ); document.write( "(2 + 1) + 3 = 2 + (1 + 3) \n" ); document.write( "Your Example: 4*(3 + 2) = (3 + 2)*4 \n" ); document.write( "Are you changing the locations of the parenthesis? No. Your property is communitive. \n" ); document.write( " |