document.write( "Question 1029683: Use pascal's triangle to write down the binomial expansion of (1+x)⁴
\n" ); document.write( "Could I be shown this step by step please Thank You
\n" ); document.write( "

Algebra.Com's Answer #644643 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Look at Pascal's triangle and choose the 5th row, one more than the degree.
\n" ); document.write( "1 4 6 4 1
\n" ); document.write( "So arrange your polynomial with descending powers of x starting with exponent 4 using the coefficients above.
\n" ); document.write( "\"%281%2Bx%29%5E4=1%2Ax%5E4%2B4%2Ax%5E3%2B6%2Ax%5E2%2B4%2Ax%5E1%2B1%2Ax%5E0\"
\n" ); document.write( "\"%281%2Bx%29%5E4=x%5E4%2B4x%5E3%2B6x%5E2%2B4x%2B1\"
\n" ); document.write( "
\n" );