A weather forecast states that there is a 20% probability of rain on each of the next 3 days.
Complete the description of a simulation you could perform using random numbers to find the experimental probability that it will not rain on any of the next 3 days.
To simulate a 20% probability of rain over 3 days, let
of 10 numbers represent a day with rain. So,
of the numbers represent a day without rain. Then, perform multiple trials, generating
random numbers for each trial.