181k views
0 votes
Suppose that only 25% of all drivers come to a complete stop at an intersection having flashing red lights in all directions when no other cars are visible. What is the probability that, of 15 randomly chosen drivers coming to an intersection under these conditions, exactly 5 will come to a complete stop?

User AhmedMaher
by
4.3k points

1 Answer

2 votes

Answer:


X \sim Binom(n=15, p=0.25)

For this case we can use the probability mass function and we got:


P(X= 5) = (15C5) (0.25)^(5) (1-0.25)^(15-5)= 0.165

Explanation:

Previous concepts

A Bernoulli trial is "a random experiment with exactly two possible outcomes, "success" and "failure", in which the probability of success is the same every time the experiment is conducted". And this experiment is a particular case of the binomial experiment.

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

The probability mass function for the Binomial distribution is given as:


P(X)=(nCx)(p)^x (1-p)^(n-x)

Where (nCx) means combinatory and it's given by this formula:


nCx=(n!)/((n-x)! x!)

Solution to the problem

Let X the random variable of interest, on this case we now that:


X \sim Binom(n=15, p=0.25)

For this case we can use the probability mass function and we got:


P(X= 5) = (15C5) (0.25)^(5) (1-0.25)^(15-5)= 0.165

User Minwoo
by
5.1k points