A count of the number of even numbers obtained from a random number
generator would best be modelled by what distribution?
A. geometric
B. Poisson
C. binomial
D. normal

Respuesta :

Considering that there are only two possible outcomes for each number, and a fixed number of numbers, the distribution is:

C. binomial.

What distribution models the situation?

We have that:

  • For each number on the sequence, there are only two possible outcomes, either it is even or it is odd.
  • A number being even is independent of any other number.
  • The sequence has a constant cardinality.

Hence the binomial distribution should be used and option B is correct.

More can be learned about the binomial distribution at https://brainly.com/question/24863377

#SPJ1