document.write( "Question 85285: Use the indicated property to write an expression that is equivalent to the following expression.
\n" );
document.write( " (7 • 5) •2 (associative property of multiplication)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #61472 by Lacey020991(49)![]() ![]() ![]() You can put this solution on YOUR website! (a * b) * c = a * (b * c) \n" ); document.write( "(7 * 5) * 2 = 7 * (5 * 2) \n" ); document.write( " |