document.write( "Question 781563: What is the third term of (x + y)^9? \n" ); document.write( "
Algebra.Com's Answer #475966 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
Use Pascal's triangle and the following formula to expand binomials (x+y)^n.


\n" ); document.write( "nC0 * x^n * y^0 + nC1 * x^(n-1) * y^1 +...nCn * x^(n-n) * y^n where n is the row (starting from 0) of Pascal's triangle, the number after C is the item position in that row, starting from 0.


\n" ); document.write( "For the third term of (x+y)^9 it's 9C2 x^(n-2) + y^2


\n" ); document.write( "The number in Pascal's triangle that is the 9th row (counting the first row as 0), number in position 2, starting from 0, is 36.


\n" ); document.write( "\"36x%5E7y%5E2\" \n" ); document.write( "

\n" );