A random variable is binomial if it meets the following criteria:
Pat, a statistics student, relies on guessing for a quiz with 10 multiple-choice questions, each having 5 possible answers with only 1 correct.
We want to find the probability that:
Pat attempts to solve each question rather than guess. However, solving statistics questions is very brain-consuming and Pat gets tired, this means that the chance of getting each question right decreases as he works on the questions. This will not be a binomial experiment because the probability of success does not remain constant.
Let B be a random variable that takes the value 1 with probability \pi and the value 0 with probability 1 - \pi.
Let X be a random variable that follows the binomial distribution with parameters n and \pi, denoted as X \sim Bin(n, \pi).
Let X = number of boys in families with 6 children where n = 6 and \pi = 0.5 (assuming each birth has a 50% chance of being a boy).
x | p(x) |
---|---|
0 | 0.016 |
1 | 0.094 |
2 | 0.234 |
3 | 0.313 |
4 | 0.234 |
5 | 0.094 |
6 | 0.016 |
Sum | 1 |
\mu = \sum x p(x) = n \pi
In this example: \mu = 6 \times 0.5 = 3
x | p(x) | xp(x) |
---|---|---|
0 | 0.016 | 0 |
1 | 0.094 | 0.094 |
2 | 0.234 | 0.468 |
3 | 0.313 | 0.939 |
4 | 0.234 | 0.936 |
5 | 0.094 | 0.470 |
6 | 0.016 | 0.096 |
Sum | 1 | 3.000 |
\sigma^2 = \sum (x - \mu)^2 p(x) = n \pi (1 - \pi)
In this example: \sigma^2 = 6 \times 0.5 \times (1 - 0.5) = 1.5
x | p(x) | xp(x) | \bf{x - \mu} | \bf{(x - \mu)^2} | \bf{(x - \mu)^2 p(x)} |
---|---|---|---|---|---|
0 | 0.016 | 0 | -3 | 9 | 0.144 |
1 | 0.094 | 0.094 | -2 | 4 | 0.376 |
2 | 0.234 | 0.468 | -1 | 1 | 0.234 |
3 | 0.313 | 0.939 | 0 | 0 | 0 |
4 | 0.234 | 0.936 | 1 | 1 | 0.234 |
5 | 0.094 | 0.470 | 2 | 4 | 0.376 |
6 | 0.016 | 0.096 | 3 | 9 | 0.144 |
Sum | 1 | 3.000 | 1.500 |
Suppose that a professor has a class of Pat. What is the population mean? What is the population standard deviation?
Table 5 in Appendix B of the textbook provides binomial distribution probabilities.
Essentials of Statistics For Business and Economics, Anderson et al. 9th Edition, pages 813 to 821.