document.write( "Question 63551: Use Pascal's Triangle to expand each binomial.
\n" ); document.write( "(a-b)^6
\n" ); document.write( "

Algebra.Com's Answer #44280 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
(a-b)^6
\n" ); document.write( "--------
\n" ); document.write( "Paschal is : 6C0, 6C1, 6C2, 6C3, ..., 6C6
\n" ); document.write( "(a-b)^6 = 6C0a^6(-b)^0+6C1a^5(-b)^1+6C2a^4(-b)2...+6C6a^0(-b)^6
\n" ); document.write( "=a^6-6a^5b+15a^4b^2+....+b^6
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );