document.write( "Question 36807: Expand and show the working out for the following question:\r
\n" );
document.write( "\n" );
document.write( "abc((a + b^2 + c^3)c) = \r
\n" );
document.write( "\n" );
document.write( "Thanks in advance \n" );
document.write( "
Algebra.Com's Answer #27943 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! This is kind of awkward in the way the problem is given but we multiply every term within the parenthese by the abc and then by the c...we get \n" ); document.write( "abc((a + b^2 + c^3)c) = \n" ); document.write( "(a^2bc + ab^3c + abc^4)c = \n" ); document.write( "a^2bc^2 + ab^3c^2 + abc^5 \n" ); document.write( " |