Douglas Z. answered 06/27/25
Experienced Tutor for Math, Statistics, and Computer Science
This distribution is an example of a hypergeometric distribution, when we count members of a subpopulation in a sample drawn without replacement, e.g., the distribution of spades in a five card poker hand. Despite the name, this is more similar to a binomial distribution than a geometric distribution. It is a little more concentrated around the mean.
There are 5 choose 3 = 5!/(3!2!) = 10 ways to choose 3 boxes out of 5. You can write these out to check. The number of ways to choose 3 empty boxes and 0 full boxes is (3 choose 3)(2 choose 0) = 1. The number of ways to choose 2 empty boxes and 1 full box is (3 choose 2)(2 choose 1) = 6. The number of ways to choose 1 empty box and 2 full boxes is (3 choose 1)(2 choose 2) = 3. We divide these counts by the total number of equally likely outcomes to get probabilities of 1/10, 6/10, and 3/10 that X = 0, 1, and 2 respectively.
Now that you have the distribution, you can calculate the mean and the population standard deviation. The Z-score of the raw maximum 2 is (2-mean)/(standard deviation), the number of standard deviations above the mean.
Douglas Z.
06/27/25