document.write( "Question 1092916: Expand the following using either the Binomial Theorem or Pascal’s Triangle. with steps please\r
\n" );
document.write( "\n" );
document.write( "(2x + 4)^3 \n" );
document.write( "
Algebra.Com's Answer #707525 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! (2x + 4)^3 \n" ); document.write( "----------- \n" ); document.write( "Pascal's Triangle is good for 3rd power. \n" ); document.write( "--> 1 3 3 1 \n" ); document.write( "=============== \n" ); document.write( "(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 \n" ); document.write( "----- \n" ); document.write( "Sub 2x for a, and 4 for b. \n" ); document.write( " \n" ); document.write( " |