8/28/2023
Each box of a particular brand of cereal contains one of a set of n different plastic animals. Suppose that the animal in each box is equally likely to be any one of the set of n, independently of what animals are in other boxes. What is the expected number of cereal boxes a collector must buy in order to obtain a complete set of animals?
- Solutions
- Discussion of guesses from our first class on Friday and compare with previous guesses
- Simulate the solutions using dice and RStudio
- Mathematical Approach
Based on the sum of geometric random variables. Let Xi denote the number of additional boxes required to get i different animals once (i-1) have been obtained. Thus T = X1 + X2 + … + Xn.
Our first simulations with RStudio
- Collector.R
- CoinFlip.R
- Divisible356.R
Monty Hall Game - Let's Make a Deal
Virtual Laboratories in Probability and Statistics
Please complete your reading of Chapter 1 for class on Wednesday