2.6k views
1 vote
A sign on the gas pumps of a chain of gasoline stations encourages customers to have their oil checked with the claim that one out of four cars needs to have oil added. If this is true, what is the probability of the following events?

a. One out of the next four cars needs oil.
b. Two out of the next eight cars needs oil.
c.Three out of the next 12 cars need oil.

User Gosulove
by
4.1k points

1 Answer

1 vote

Answer:

a) 0.4219 = 42.19% probability that one out of the next four cars needs oil.

b) 0.3115 = 31.15% probability that two out of the next eight cars needs oil.

c) 0.2581 = 25.81% probability that three out of the next 12 cars need oil.

Explanation:

For each car, there are only two possible outcomes. Either they need oil, or they do not need it. The probability of a car needing oil is independent of any other car, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)

In which
C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

And p is the probability of X happening.

One out of four cars needs to have oil added.

This means that
p = (1)/(4) = 0.25

a. One out of the next four cars needs oil.

This is P(X = 1) when n = 4. So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 1) = C_(4,1).(0.25)^(1).(0.75)^(3) = 0.4219

0.4219 = 42.19% probability that one out of the next four cars needs oil.

b. Two out of the next eight cars needs oil.

This is P(X = 2) when n = 8. So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 2) = C_(8,2).(0.25)^(2).(0.75)^(6) = 0.3115

0.3115 = 31.15% probability that two out of the next eight cars needs oil.

c.Three out of the next 12 cars need oil.

This is P(X = 3) when n = 12. So


P(X = x) = C_(n,x).p^(x).(1-p)^(n-x)


P(X = 3) = C_(12,3).(0.25)^(3).(0.75)^(9) = 0.2581

0.2581 = 25.81% probability that three out of the next 12 cars need oil.

User Ncank
by
3.4k points