You want to perform a simulation to estimate the probability of getting at least one run of 3 heads in a row in 10 flips of a fair coin. Which of the following describes a correct simulation for estimating this probability?Assign the numbers 0 through 4 to "heads" and 5 through 9 to "tails." Read 10 one-digit numbers from a random digits table, and count this simulation as a "success" if there is at least one run of 3 or more heads. Repeat this 500 times and divide the total number of "successes" by 500.