Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Explore our Q&A platform to find in-depth answers from a wide range of experts in different fields. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

According to a study, 45% of americans have type o blood. if a random number generator produces three-digit values from 000 to 999, which values would represent those having type o blood

Sagot :

The values that represent those having type O blood are the values from 000 to 449.

How to determine what range of the RNG should we use?

RNG refers to a random number generator, this means that from 000 to 999 (a total of 1000 numbers) each has the same probability of being randomly selected by the program.

Then, if we want to represent a probability of the 45%, then 0.45 of the number of elements must be assigned to what we want to represent (having type O blood).

0.45*1000 = 450

Then we can assign the first 450 numbers to have type O blood, the first 450 numbers are: {000, 001, ..., 449}

So the values that represent those having type O blood are the values from 000 to 449.

If you want to learn more about probability:

https://brainly.com/question/251701

#SPJ1