The Binomial Expansion The Binomial and Normal Distribution: Objectives
The Binomial Expansion The Binomial and Normal Distribution: Objectives
Description:
TITLE: BINOMIAL EXPANSION
Binomial Theorem
Definition
- a formula for finding any power of a binomial without multiplying at length
Formula:
Binomial Expansion
For any power of n, the binomial (a + x) can be expanded.
This is particularly useful when x is very much less than a so that the first few terms provide a good
approximation of the value of the expression. There will always be n + 1 terms and general form is:
Theres an easier way for those who cant remember clearly the formula of the Binomial Theorem!
Notice that the power on each term on the expansion always added up to whatever n was, and that the
terms were counted up from zero to n.
For example, lets use the equation (3x 2)10, the powers on every term of the expansion will add up to
10, and the powers on the terms will increment by counting up from zero to 10.
Recall that the factorial notation "n!" means " the product of all the whole numbers between 1 and n",
so, for instance, 6! = 123456. Then the notation "10C7" (often pronounced as "ten, choose seven")
means:
More examples
Expand (x2 + 3)6
Sources:
http://www.purplemath.com/modules/binomial.htm
http://www.purplemath.com/modules/binomial2.htm
Normal Distribution
Data can be "distributed" (spread out) in different ways.
It can be spread out
more on the left
But there are many cases where the data tends to be around a
central value with no bias left or right, and it gets close to a
"Normal Distribution" like this:
A Normal Distribution
The "Bell Curve" is a Normal Distribution.
And the yellow histogram shows some data that
follows it closely, but not perfectly (which is usual).
heights of people
errors in measurements
blood pressure
marks on a test
Quincunx
You can see a normal distribution being created by
random chance!
It is called the Quincunx and it is an amazing
machine.
Have a play with it!
Standard Deviations
The Standard Deviation is a measure of how spread out
numbers are (read that page for details on how to calculate it).
When we calculate the standard deviation we find that
(generally):
mean
Standard Scores
The number of standard deviations from the mean is also
called the "Standard Score", "sigma" or "z-score". Get used to
those words!
To convert 26:
Calculation
Standard Score
(z-score)
26
(26-38.8) / 11.4 =
-1.12
33
(33-38.8) / 11.4 =
-0.51
65
(65-38.8) / 11.4 =
+2.30
...
...
...
is the mean
In More Detail
Here is the Standard Normal Distribution with percentages for
every half of a standard deviation, and cumulative
percentages:
Mean = 1010g
Some values are less than 1000g ... can you fix that?
The normal distribution of your measurements looks like this:
at 3 standard deviations:
From the big bell curve above we see that 0.1% are less. But
maybe that is too small.
Or we can keep the same mean (of 1010g), but then we need 2.5
standard deviations to be equal to 10g:
10g / 2.5 = 4g
So the standard deviation should be 4g, like this:
Source/s:
http://www.mathsisfun.com/data/standard-normal-distribution.html
Binomial Distribution
Tossing a Coin:
Tails (T)
Throwing a Die:
... or not?
Tosing a coin three times could get any one of these outcomes
(H is for heads and T for Tails):
HHH
HHT
HTH
HTT
THH
THT
TTH
TTT
Probability of
each outcome
1/8
= 3/8
P(X = 3) = 1/8
P(X = 2) = 3/8
P(X = 1) = 3/8
P(X = 0) = 1/8
It is symmetrical!
Making a Formula
Now ... what are the chances of 5 heads in 9 tosses ... to list all
outcomes (512) would take a long time!
So let's make a formula.
n = total number
k = number we want
It is often called "n choose k" and you can read more
about it at Combinations and Permutations .
Note: the "!" means " factorial ", for example 4! = 1234 =
24
n!
3!
=
k!(n-k)!
321
=
2!(3-2)!
=3
21 1
9!
=
k!(n-k)!
987654321
=
5!(9-5)!
= 126
54321 4321
And for 9 tosses there are 29 = 512 total outcomes, so we get the
probability:
Number of
outcomes we want
Probability of
each outcome
126
126
=
512
126
P(X=5) =
63
=
512
512
= 0.24609375
256
Bias!
So far the chances of success or failure have been equally
likely.
But what if the coins are biased (land more on one side than
another) or choices are not 50/50.
pk(1-p)(n-k)
Example: (continued)
n=3
k=2
So we get:
3!
321
=
k!(n-k)!
=
2!(3-2)!
=3
21 1
And we get:
Number of
outcomes we want
Probability of
each outcome
0.147
= 0.441
OK. That was a lot of work for something we knew already, but
now we can answer harder questions.
p = 0.7
n = 10
k=7
So we get:
pk(1-p)(n-k) = 0.77(1-0.7)(10-7) =
0.77(0.3)(3) = 0.0022235661
That is the probability of each outcome.
10!
=
k!(n-k)!
1098
=
7!(10-7)!
= 120
321
And we get:
Number of
outcomes we want
Probability of
each outcome
120
0.0022235661 = 0.266827932
Putting it Together
Now we know how to calculate how many:
n!
k!(n-k)!
And the probability of each:
pk(1-p)(n-k)
We can multiply them together:
Probability of k out of n ways:
n!
P(k out of n) =
pk(1-p)(n-k)
k!(n-k)!
Quincunx
0 Twos
1 Two
2 Twos
3 Twos
4 Twos
pk(1-p)(n-k)
It is not symmetrical!
It is skewed because p is not 0.5
Sports Bikes
Your company makes sports bikes. 90% pass final inspection
(and 10% fail and need to be fixed).
What is the expected Mean and Variance of the 4 next
inspections?
First, let's calculate all probabilities.
n = 4,
p = P(Pass) = 0.9
pk(1-p)(n-k)
= np
For the sports bikes:
= 4 0.9 = 3.6
Variance: 2 = np(1-p)
And Standard Deviation is the square root of variance:
= (np(1-p))
For the sports bikes:
= (0.36) = 0.6
X P(X) X2 P(X)
0 0.0001 0
1 0.0036 0.0036
0.0036
2 0.0486 0.0972
0.1944
3 0.2916 0.8748
2.6244
4 0.6561 2.6244
10.4976
SUM:
3.6
13.32
= 3.6
The variance is the Sum of (X2 P(X)) minus Mean2:
= (0.36) = 0.6
And we got the same results as before (yay!)
Summary
The General Binomial Probability Formula
n!
pk(1-p)(n-k)
P(k out of n) =
k!(n-k)!
Mean value of X: = np
Variance of X: 2 = np(1-p)
Standard Deviation of X: = (np(1-p))
Source/s:
http://www.mathsisfun.com/data/binomial-distribution.html