Which of the following simulations would not work for the situation described?

A. To simulate randomly selecting a day of the week, assign a one-digit number from 0 to 6 to each letter. Use a random digit table to generate one-digit numbers, ignoring any over 6.
B. To simulate randomly selecting a state in the U.S., assign a two-digit number from 01 to 50 to each state. Use a random digit table to generate two digit numbers, ignoring any over 50.
C. To simulate randomly selecting a day of the year, assign a three-digit number from 001 to 365 to each day of the year. Use a random digit table to generate two digit numbers, ignoring any over 365.
D. To simulate randomly selecting a letter of the alphabet, assign a one-digit number from 0 to 9 to each letter. Use a random digit table to generate one-digit numbers, ignoring any over 9.

Respuesta :

Using the probability concept, it is found that the simulation that would not work for the situation described is:

D. To simulate randomly selecting a letter of the alphabet, assign a one-digit number from 0 to 9 to each letter. Use a random digit table to generate one-digit numbers, ignoring any over 9.

What is a probability?

A probability is given by the number of desired outcomes divided by the number of total outcomes.

In this problem:

  • For a week, there are 7 days, and in the trial there are 7 outcomes, hence item a works.
  • The same logic apply for items b and c, as there are 50 U.S states and a year has 365 days, and in each case, respectively, there are 50 and 365 outcomes.
  • As for item d, there are 26 letters in the alphabet, and only 9 digits, hence digits would be repeated and it would not be an accurate simulation.

More can be learned about the probability concept at https://brainly.com/question/15536019