Three
mutually exclusive events can happen to Leo.
Event1 (E1): Leo hears song on A that he likes.
Event2 (E2): Leo does not like the song he hears on A and then turns to song on B that he likes.
Event3 (E3): Leo does not like the song he hears on A, so he turns to B and does not like the song he hears on B, and then finally turns to song on C that he likes.
We have to determine the probability (P) that Leo will hear a song that he likes. Note that since these three events are mutually exclusive, only one event can occur. P will therefore be the sum of the probabilities of each of the three events occurring.
We have:
P(Leo likes song on either of A, B, or C) = 0.3
P(Leo does not like song on either of A, B, or C) = 1-0.3 = 0.7
P(E1) = P(likes song on A) = 0.3
P(E2) = P(does not like song on A and then likes song on B) = 0.7*0.3
P(E3) = P(does not like song on A and then does not like song on B and then likes song on C) = 0.7*0.7*0.3
P = P(E1) + P(E2) + P(E3) = 0.657
ANSWER: DNOTE: Recall the concepts for
union of sets and
intersection of sets . In the first, we
add the probabilities. In the second, we
multiply the probabilities.