Binomial distributions
This is about probability of having exactly, at most, or at least successes in trials.
Contents
- When to Use
- Definition
- Calculator
- Expected value
- Variance and standard deviation
- Mode and median
- Tips
When to Use
If it exhibits the following symptoms, binomial distribution may be for you
- for number of times something happened out of tries
- each value or measurement is independent from the rest
For picking items from a large pool (in the ~thousands), selection without replacement can still be approximate by binomial distribution.
Definition
Random variable is binomially distributed is notated as
with trials or attempts, and probability of success for each trial. It has the probability distribution
where is the binomial coefficient or .
This formula is not on the formula booklet. But it is very similar to the one for binomial expansion.
Note: In tries, could take on values from to .
Binomial distribution is about defining the success for a single trial, and treating different successes separately.
Calculator
All approved graphing calculators support probability and cumulative probability .
Some calculators also allow an interval of probability, such as . Others do not, and would require doing .
Probability and cumulative probability built-in functions can be graphed when one of , , is unknown, and can also be tabulated.
Example: A coin is manufactured to land on head 52% of the time and the rest on its tail.
a) 800 people are each flipping such a coin 10 times in a row. Find the probability that exactly one person gets all tails or all heads.
b) Find the number of people needed to have a 95% chance of at least two people each flipping at least eight tails or at least eight heads in ten flips.
a) Let be the number of heads in ten flips, such that .
Then let be number of times someone gets all tails or heads in ten flips, out of people. .
b) At least 8 tails or at least 8 heads means
using the from previous part.
Many calculators can only do cumulative binomial distribution probability from 0 to , so this is
Now we can define for number of people getting at least 8 tails or at least 8 heads and solve
or equivalently
As is a discrete value, taking on only positive integers, this cannot be solved via solver, but rather through a table of values.
As is the first value to drop below , the answer is
Expected value
The expected value is
This is why
Variance and standard deviation
Some ways that they could be used on exam is if you are given expected value and variance and you need to solve for and .
Mode and median
The mode and median are very close to . Precise formulas are beyond scope of the course. If asked on exam, use methods discussed in discrete random variables to investigate.
The median is not necessarily equal to the mode(s).
Tips
- Does it say at most (), at least (), less than(), more than (), or equal to ()?
- See also probability formulas.
- See also binomial expansion.