The solution relies on the law of total probability.
we are given
P(M | not B) = 1/4
P(R | not B) = 1/3
P(not B) = 6/7
The answer says
P(M) = P(M | not B) * P(not B) = 1/4 * 6/7 = 3/14
P(R) = P(R | not B) * P(not B) = 1/3 * 6/7 = 4/14
P(M) + P(R) = 7/14
Now why does P(M) = P(M | not B) * P(not B)? This is because the law of total probability says:
P(M) = P(M | not B) * P(not B) + P(M | B) * P(B)
In this case, P(M | B) * P(B) = 0 because there cannot be a case where M wins in even that B wins. So this becomes
P(M) = P(M | not B) * P(not B).
Bunuel
If Ben does not win the championship, the probability of Mike winning is \(\frac{1}{4}\), while the probability of Rob winning is \(\frac{1}{3}\). Given that the probability of Ben winning is \(\frac{1}{7}\), what is the probability of either Mike or Rob winning the championship, assuming that only one individual can win?
A. \(\frac{1}{12}\)
B. \(\frac{1}{7}\)
C. \(\frac{1}{2}\)
D. \(\frac{7}{12}\)
E. \(\frac{6}{7}\)