document.write( "Question 929382: using pascal triangle to solve (1+x^3)^3 and expand \n" ); document.write( "
Algebra.Com's Answer #564243 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! using pascal triangle to solve (1+x^3)^3 and expand \n" ); document.write( "------------------- \n" ); document.write( "3C0*1^3 + 3C1*1^2*x + 3C2*1*x^2 + 3C3*x^3 \n" ); document.write( "------------- \n" ); document.write( "= 1*1 + 3*1*x + 3*1*x^2 + 1*1*x^3 \n" ); document.write( "------- \n" ); document.write( "= 1 + 3x + 3x^2 + x^3 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |