Lab 10 Coin Toss Simulation

In Lab 2 Random Number Generators and Tables, the function RANDBETWEEN(Bottom,Top) was used to obtain a random integer between (and including) the bottom and top numbers.

You will use the random number generator to simulate probability experiments such as tossing coins. The goal of this lab is to verify the Law of Large Numbers. Recall that the Law of Large Numbers states that in the long run, as the sample size increases and increases, the relative frequencies of outcomes get closer and closer to the theoretical or actual probability values. The goal of this lab is to verify the Law of Large Numbers.