Ask Question
21 December, 13:20

Your state's bigbucks lottery prize has reached $100,000,000, and you decide to play. you have to pick ve numbers between 1 and 60, and you'll win if your numbers match those drawn by the state. you decide to pick your "lucky" numbers using a random number table. which numbers do you play, based on these random digits? 43680 98750 13092 76561 58712

+3
Answers (1)
  1. 21 December, 13:40
    0
    Numbers 1-60 don't map nicely to numbers 0-99999, so some method needs to be devised to create that map. Perhaps the simplest is to use these digits as a decimal fraction and compute

    ... 1 + floor (60*N/100000)

    The possibilty of collision needs to be considered. One way to deal with that is to add or subtract a constant, using the next higher available number, for example. This would give the choices {8, 27, 36, 46, 60}.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Your state's bigbucks lottery prize has reached $100,000,000, and you decide to play. you have to pick ve numbers between 1 and 60, and ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers