Probabilistic Principle of Inclusion and Exclusion
One of our best tools to approach problems involving events that are not mutually exclusive is the Principle of Inclusion and Exclusion. The probabilistic version of this principle is:
In general, techniques for solving counting problems are also useful for solving probability problems. We have seen examples of how the Rule of Sum and Rule of Product have been used to calculate probabilities. As for counting problems, it is sometimes easier to determine the probability of the complement of the set of interest.
1. A card is drawn from a standard deck of cards. What is the probability that the card drawn is a queen or a heart?
Solution: Let be the event that the card is a queen, and let be the event that the card is a heart. Then . Since there are 13 different ranks of cards in the deck, , and since there are 4 suits in the deck, . There is only one card that is both a queen and a heart, so . Therefore,
2. A fair coin is flipped 11 times. What is the probability that the number of heads is even?
Solution: The number of ways to get an even number of heads is
We can use the identity to see this sum is There are different possible results for all coin flips, so the probability is .
3. What is the probability that after rolling a die three times, at least one 6 is rolled?
Solution: We could do this calculation using the principle of inclusion and exclusion, but what happens if the die is rolled ten times rather than three times? The calculations would become very involved. Instead, we can efficiently calculate the complement probability. The probability that we do not see 6 after rolling three times is simply , since each roll is independent and there is a chance that we don’t get a 6 on each roll. So the probability that we do see a 6 is . If we replaced three with any number in the question, we can easily see how our answer will change.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
For the second problem, I had a different approach. Say the fair coin is flipped 10 times. Now the number of heads is either even or odd. In each case, to maintain the number of heads, there must be only one outcome from the 11th flip. Thus, the first 10 flips yield 210 outcomes, with the 11th yielding 1 outcome. Total number of outcomes =211. Thus, the probability of an even number of heads is 211210=21.
Log in to reply
Also, I have another query. Is my logic correct in the following solution.
The probability of a head is 21. Now, in 11 tosses, there are two mutually exclusive outcomes. Either the number of heads is even or odd. Since the probability of both is equal. Thus, the probability of the number of heads is even is 21.