131k views
4 votes
The route used by a certain motorist in commuting to work contains two intersections with traffic signals. The probability that he must stop at the first signal is 0.4, the analogous probability for the second signal is 0.5, and the probability that he must stop at at least one of the two signals is 0.6. What is the probability that he must stop a) At both signals? b) At the first signal but not the second one? c) At exactly one signal?

User Odesuk
by
4.1k points

1 Answer

4 votes

Answer:

Assumption

Let A be the event that the person stops at first signal.

Let B be the event that the person stops at second signal.

Given

Probabilities:

P(A)=0.40

P(B)=0.50

P(A∪B)=0.50

(a) Stops at both signals

The probability that person stops at both signals is intersection of events A and B

P(A∩B) = P(A)+P(B)−P(A∪B)

= 0.4+0.5−0.6=0.9−0.6

=0.3

(b) Stops at first but not at second

The given case is intersection of event A wth compliment of B

P(A∩¯B) = P(A)−P(A∩B)

=0.40−0.30

=0.10

(c) Stops at exactly one signal

The given case is sum of events that when a person stops either only first signal or at only second signal.

P = [P(A)−P(A∩B)]+[P(B)−P(A∩B)]

= [0.4−0.3]+[0.5−0.3]

= [0.1]+[0.2]

= 0.10+0.20

=0.30

User Albeiro
by
4.3k points