Exercise

Simulate probability for a given set of five years

Now, let's use the check_for_five function from the previous question to simulate 10000 iterations of five years to get an idea of how rare Ronnie Bardah's feat of five consecutive cashes was. Again, we will assume a total of 6000 players, of which 10%, or 600 of them, will cash each year.

Instructions

100 XP
  • Create a matrix of the results of who cashed for each of the five years, keeping in mind that there are assumed to be 6000 total players, and 600 of them will cash.
  • Fill in the condition to see if any player cashed in all five years.