document.write( "Question 151116: Use the associative property to rewrite the following expression: (8x)(-2x)
\n" );
document.write( "Thanks,
\n" );
document.write( "Pat \n" );
document.write( "
Algebra.Com's Answer #111060 by mducky2(62) ![]() You can put this solution on YOUR website! The associative property means that the order of multiplication doesn't matter. Therefore, 8, x, -2, and x can be multiplied in any order: \n" ); document.write( "(8*-2)(x*x) \n" ); document.write( "= (-16)(x2) \n" ); document.write( "= -16x2 \n" ); document.write( " |