document.write( "Question 123081: Write an expression that is equivalent to the following expressions\r
\n" );
document.write( "\n" );
document.write( "(10*5)*20 (associative of multiplication) \n" );
document.write( "
Algebra.Com's Answer #90325 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 10*(5*20) \n" ); document.write( "(10*20)*5 \n" ); document.write( " \n" ); document.write( " |