document.write( "Question 140761: I trying to find out how to acomplish this problem:
\n" );
document.write( "It states to: Find the X^7 term in the Expansion of (X+Y)^11 \n" );
document.write( "
Algebra.Com's Answer #102434 by scott8148(6628) You can put this solution on YOUR website! you could use Pascal's Triangle or the Binomial Expansion Theorem\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B.E.T. __ C(11,4)(x^7y^4) __ 11!/[(7!)(4!)]x^7y^4 __ [(11*10*9*8)/(4*3*2*1)]x^7y^4 __ 330x^7y^4 \n" ); document.write( " |