So there is a drinking game called 'Ride the Bus', played with one deck of cards, and the 'loser' has to ride the bus, as follows:
Place ten cards face down, and reveal them one by one. If a Jack is shown, have one drink and add one more face down card. If a Queen, two drinks and two cards. King three, Ace four. You stop once all the cards have been flipped.
So I wondered, how many drinks are you expected to drink? I couldn't figure it out on paper, but I coded a simulation and determined that mean is about 22.5 drinks, and the probability distribution function seems to be constant except for a large spike at 40 drinks. So in that case:
- Can we theoretically determine the expected value and probability distribution function of the number of drinks when riding the bus?
- Can we generalise this to different card values? For example, a 10 draws/drinks 1, a Jack 3, the rest 0.