document.write( "Question 81950This question is from textbook
\n" );
document.write( ": the tenth row of Pascal's triangle begins: 1, 10, 45, 120, 210... Use the triangle to answer the following questions\r
\n" );
document.write( "\n" );
document.write( "a. find the eighth term in the expansion of (x+1)^10
\n" );
document.write( "b. find the first four terms in the expansion of (x-y)^11 \n" );
document.write( "
Algebra.Com's Answer #58722 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a. find the eighth term in the expansion of (x+1)^10 \n" ); document.write( "8th term: 10C3x^3*1^7 = [10*9*8]/[1*2*3*]x^3 = 720/6 x^3 = 120x^3 \n" ); document.write( "-------------- \n" ); document.write( "b. find the first four terms in the expansion of (x-y)^11 \n" ); document.write( "11C11x^11(-y)^0 + 11C10x^10(-y)^1+11C9x^9(-y)^2+11C8x^8(-y)^3 \n" ); document.write( "=x^11 - 11x^10y + 55x^9y^2 - 165x^8y^3.... \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |