n!
n(n-1)(n-2)(n-3)….(2)(1)
nCr definition
It represents no of ways of selecting r things out of n-different things.
n!/(r!(n-r)!)
nCr = nCn-r
nCr + nCr-1
n+1Cr
(x+y)^n =
ΣnCrx^(n-r)y^r
rth term from end is
rth term from beginning after revising the expansion
No. of terms in (1+x)^n and (1-x)^n
n+1 terms
Submission of binomial Coefficient
2^n, where n= number of terms
C0-C1+C2-C3….(-1)^nnCn
Σ(-1)^rnCr
C0+C2+C4+.. = C1+C3+C5…
2^(n-1)
The sum of coefficient
Replace variable by 1
The sum of binomial Coefficient
Replace terms by 1