Respuesta :
Answer:
a) 11.6%
b) 0.52%
c) 1.75
Step-by-step explanation:
For each light, there are only two possible outcomes. Either it is red, or it is not. The probability of a light being red is independent from other lights. So we use the binomial probability distribution 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.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of X happening.
There are 5 traffic signals between your home and work.
This means that [tex]n = 5[/tex]
Each is red with probability 0.35
This means that [tex]p = 0.35[/tex]
a) the probability of encountering no red lights
This is P(X = 0). So
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{5,0}.(0.35)^{0}.(0.65)^{5} = 0.116[/tex]
So the answer for a is 11.6%
b) the probability of encountaring only red lights
This is P(X = 5)
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 5) = C_{5,5}.(0.35)^{5}.(0.65)^{0} = 0.0052[/tex]
So the answer for b is 0.52%.
c) the expected number of red lights you will encounter?
The expeced number of the binomial distribution is given by:
[tex]E(X) = np[/tex]
So
[tex]E(X) = 5*0.35 = 1.75[/tex]