document.write( "Question 46876This question is from textbook COLLEGE ALGEBRA
\n" );
document.write( ": Use the binomial theorem to find (2x + 1) ^4 and write answer in simplified form. \n" );
document.write( "
Algebra.Com's Answer #31098 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, using the notation C(n,r) for binomial coefficients, we get \n" ); document.write( "(2x + 1)^4 = \n" ); document.write( "C(4,0)*(2x)^4 + C(4,1)*(2x)^3*1 + C(4,2)*(2x)^2*1^2 + C(4,3)(2x)*1^3 + C(4,4)*1^4 = \n" ); document.write( "16x^4 + 32x^3 + 24x^2 + 8x + 1 \n" ); document.write( " |