document.write( "Question 1184312: What is the co-efficient of \"+x%5E10+\" in the following expressions:
\n" ); document.write( "(A) 1 + (1 + x) + (1 + x)^2 + ... + (1 + x)^20
\n" ); document.write( "(B) (1 + x)^2 + (1 + x)^3 + (1 + x)^4 + (1 + x)^5 + .... + (1 + x)^10
\n" ); document.write( "[Note: Here ^ means power]
\n" ); document.write( "

Algebra.Com's Answer #814842 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
(A) \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=\"+%28sum%28%28matrix%282%2C1%2C21%2Ck%29%29%2Ax%5E%2821-k%29%2C+k=0%2C21%29+-+1%29%2Fx\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(B) This should be more manageable than (A). Note that the term \"x%5E10\" appears in the last term of the expression only, which is \"%281%2Bx%29%5E10\". \r
\n" ); document.write( "\n" ); document.write( "Therefore the coefficient of \"x%5E10\" is \"highlight%281%29\"
\n" ); document.write( "
\n" );