In: Statistics and Probability
For Exercises explain how each could be simulated by using random numbers.
Two players select a card from a deck with no face cards. The player who gets the higher card wins.
We have to use two-digit random numbers 01 through 52 represent the 52 cards of deck. Omit any other two digit numbers. Again, we split 01 through 52 into 4 parts.
First, the random numbers 01 through 13 represent the 13cards in spades, the random numbers 14 through 26 represent the 13 cards in clubs, the random numbers 27 through 39 represent the 13 cards in hearts and the random numbers 40 through 52 represent the 13 cards in diamonds.