This page provides an introduction to Statistics.
Overview
The Binomial Theorem is a mathematical formula that describes the expansion of powers of a binomial (a polynomial with two terms) into a sum of terms involving various powers of the individual terms.
Binomial Coefficient
Formula for binomial coefficient is as below:
nCr=r!(n - r)!n!
Here are some of the characteristics of binomial coefficient.
-
nC0 = nCn=1
-
nC1 = nC(n - 1)=n
-
nCr = nC(n - r)
-
Sum of all binomial coefficients will be:
r=0∑n nCr=2n
- Sum of all binomial coefficients whose lower suffix is even will be:
nC0 + nC2 + nC4 + ... = 2n - 1
- Sum of all binomial coefficients whose lower suffix is odd will be:
nC1 + nC3 + nC5 + ... = 2n - 1
-
nCr + nCr + 1 = n + 1Cr + 1
-
nCr + nCr - 1 = n + 1Cr
-
pCq + p+1Cq + p+2Cq + ... + p+nCq = p+n+1Cq+1
-
r ∗ nCr = n ∗ n - 1Cr - 1
Max Value of Binomial Coefficient
Max value of nCr is when
-
r=2n, and n is even.
-
r=2n+1 or r=2n - 1, and n is odd.
You can relate it with pascal's triangle.
- 5C0=1
- 5C1=5
- 5C2=10, maximum value
- 5C3=10, maximum value
- 5C4=5
- 5C5=1
Binomial Expansion
(a+b)n=(nC0∗an∗b0) + (nC1∗an−1∗b1) + (nC2∗an−2∗b2) + .... + (nCn∗a0∗bn)
It can also be written as below:
(a+b)n=r=0∑n nCr ∗ an−r ∗ br
Important Points
- Formula for Tr + 1 of Binomial Expansion
Tr + 1= nCr ∗ an - r ∗ br
Additional Binomial Expansion
Let's say we have equation 1 as below:
(a+b)n=(nC0∗an∗b0) + (nC1∗an−1∗b1) + (nC2∗an−2∗b2) + .... + (nCn∗a0∗bn)
we have another equation 2 as below:
(a−b)n=(nC0∗an∗b0) − (nC1∗an−1∗b1) + (nC2∗an−2∗b2) − .... + (nCn∗a0∗bn)
Adding equation 1 and 2 we get:
(a+b)n+(a−b)n=2∗[(nC0∗an∗b0) + (nC2∗an−2∗b2) + (nC4∗an−4∗b4)]
Example 1
Finding remainder using binomial expansion.
83200
Solution
First find which power of 3 that is close to 8, it will be 2 because 32=9, then re-write the equation as below:
8(32)100
It can also be written as below:
8(8+1)100
Using binomial expansion we get:
[(100C0∗8100)+(100C1∗899)+(100C2∗898)+....+100C100∗80] ÷ 8
Simplifying it futher we get:
[(100C0∗899)+(100C1∗898)+(100C2∗897)+....+100C99∗80] + 8100C100 ∗ 80
[(100C0∗899)+(100C1∗898)+(100C2∗897)+....+100C99∗80] + 81
So remainder is 1 as our term before 81 already got divided by 8.