220k views
5 votes
There are two traffic lights on the route used by a certain individual to go from home to work. Let E denote the event that the individual must stop at the first light, and define the event F in a similar manner for the second light. Suppose that P(E) = .4, P(F) = .2 and P(E intersect F) = .15.

(a) What is the probability that the individual must stop at at least one light; that is, what is the probability of the event P(E union F)?


(b) What is the probability that the individual needn't stop at either light?


(c) What is the probability that the individual must stop at exactly one of the two lights?
3

(d) What is the probability that the individual must stop just at the first light? (Hint: How is the probability of this event related to P(E) and P(E intersect F)? A Venn diagram might help.)
4

User Hassy
by
6.1k points

1 Answer

3 votes

Answer:

a) There is a 45% probability that the individual must stop at at least one light.

b) 55% probability that the individual needn't stop at either light.

c) 30% probability that the individual must stop at exactly one of the two lights.

d) 25% probability that the individual must stop just at the first light.

Explanation:

The problem says that:

P(E) is the probability that a person has to stop at the first light.

P(F) is the probability that a person has to stop at the second light.

We have that:


P(E) = P(e) + P(E \cap F)

In which P(e) is the probability that a person has to stop at the first light but not the second and
P(E \cap F) is the probability that a person has to stop at both these lights

By the same logic, we have that:


P(F) = P(f) + P(E \cap F)

Lets find each value:


P(E \cap F) = 0.15, P(F) = 0.2, P(E) = 0.4


P(F) = P(f) + P(E \cap F)


0.2 = P(f) + 0.15


P(f) = 0.05

---------


P(E) = P(e) + P(E \cap F)


0.4 = P(e) + 0.15


P(e) = 0.25

(a) What is the probability that the individual must stop at at least one light; that is, what is the probability of the event P(E union F)?

This is


P = P(e) + P(f) + P(E \cap F) = 0.05 + 0.25 + 0.15 = 0.45

There is a 45% probability that the individual must stop at at least one light.

(b) What is the probability that the individual needn't stop at either light?

Either a person has to stop in at least one light, or the person does not have to stop at any.

The sum of these probabilities is decimal 1. So this probability is 1 subtracted by the probability found in a).

So 1-0.45 = 0.55 = 55% probability that the individual needn't stop at either light.

(c) What is the probability that the individual must stop at exactly one of the two lights?

This is P(e) + P(f) = 0.25 + 0.05 = 0.30 = 30% probability that the individual must stop at exactly one of the two lights.

(d) What is the probability that the individual must stop just at the first light?

This is P(e) = 0.25.

So there is a 25% probability that the individual must stop just at the first light.

User TwinPrimesAreEz
by
7.0k points