document.write( "Question 302500: Find the fourth term of the binomial expansion...\r
\n" );
document.write( "\n" );
document.write( "(3x+y)^6 \n" );
document.write( "
Algebra.Com's Answer #216884 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (A + B)^6 = ... + C(6,3)*A^3*B^3 + ... \n" ); document.write( "B^3 determines the term number; here being the fourth because the first term began with B^0. \n" ); document.write( ". \n" ); document.write( "(3x+y)^6 = C(6,3)*A^3*B^3 = 20(3x)^3(y)^3 = 540x^3y^3 \n" ); document.write( " |