document.write( "Question 53266: I am having trouble with writing an expression using associative property of addition that is equivalent to (9 + 20)+ 19
\n" );
document.write( "Can you help?
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #35572 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! The \"Associative Property of Addition\" means that the grouping (association) of the numbers will not make a difference in the sum. So you could change: \n" ); document.write( "(9 + 20) + 19 to 9 + (20 + 19) and you'd still get the same result. \n" ); document.write( " |