document.write( "Question 1146275: This is from my son's homework. Would appreciate your help. Thanks in advance!\r
\n" );
document.write( "\n" );
document.write( "Explain how a(b + c) can be rewritten as (b + c)a and as ba + ca.
\n" );
document.write( "Specify which properties can be used. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #767558 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Summary: \n" ); document.write( "Commutative Laws: a + b = b + a \n" ); document.write( " a * b = b * a \n" ); document.write( "Associative Laws: (a + b) + c = a + (b + c) \n" ); document.write( " (a * b) * c = a * (b * c) \n" ); document.write( "Distributive Law: a * (b + c) = a * b + a * c \n" ); document.write( " |