document.write( "Question 418942: how do you expand the binomial equation (3x+2)^3? \n" ); document.write( "
Algebra.Com's Answer #293076 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! use Pascal's triangle to find the coefficients ___ 1 , 3 , 3 , 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1[(3x)^3] + 3[(3x)^2 * 2] + 3[(3x) * 2^2] + 1[2^3]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply out the individual terms and then combine like quantities \n" ); document.write( " |