Inclusion–Exclusion for Two Sets (Applied & Algebraic Focus)

  • Grade 9th
Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11121 | Total Attempts: 9,743,875
| Attempts: 12 | Questions: 20 | Updated: May 20, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) P(A)=0.4, P(B)=0.5, P(A∩B)=0.1. Select all true statements.

Explanation

P(A∪B) = 0.4 + 0.5 - 0.1 = 0.8, confirming A. Exactly-one = 0.4 + 0.5 - 0.2 = 0.7, confirming B. The formula for exactly one is P(A) + P(B) - 2P(A∩B), confirming C. Option D is false because P(A∩B) = 0.1, not 0.

Submit
Please wait...
About This Quiz
Inclusionexclusion For Two Sets (Applied & Algebraic Focus) - Quiz

Can you use inclusion–exclusion beyond basic set diagrams? In this quiz, you’ll apply the idea to algebraic expressions and more complex counting setups. You’ll begin with straightforward numerical cases and move on to multi-step problems where expressions, logic, and structure matter. As you work, you’ll see how algebra and set... see moretheory connect, and how the principle helps keep your reasoning organized.
see less

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) The intersection of two sets represents the elements that are what in relation to both sets?

Explanation

The intersection contains exactly the elements belonging to both sets simultaneously. Option A describes exclusive elements. Option B describes elements in neither set. Option D describes elements outside the union entirely.

Submit

3) If the union=15, A=10, and B=8, then the intersection equals 3.

Explanation

The answer is True. A∩B = 10 + 8 - 15 = 3. Three elements belong to both sets, which is why the union falls below the sum of 18.

Submit

4) If P(A)=0.3, P(B)=0.6, and P(A∩B)=0.2, then P(A∪B) equals what?

Explanation

P(A∪B) = 0.3 + 0.6 - 0.2 = 0.7. The 0.2 probability of both events is subtracted once to avoid double-counting. Option A gives 0.5, option B gives 0.6, option D gives 0.9.

Submit

5) The Inclusion-Exclusion principle applies to sets, probabilities, and logic events.

Explanation

The answer is True. All three structures obey the same union-intersection relationship. For sets it governs element counts, for probabilities it governs likelihoods, and for logic events it governs compound outcome probabilities.

Submit

6) The union formula is: union = A + B minus what?

Explanation

The intersection is subtracted because adding A and B counts shared elements twice. Subtracting the intersection once removes the double count, giving the true number of distinct elements in the union.

Submit

7) The Inclusion-Exclusion formula is symmetric — swapping A and B gives the same result.

Explanation

The answer is True. The formula uses A + B - A∩B. Swapping A and B gives B + A - B∩A, which equals the same value since addition and intersection are both commutative.

Submit

8) When sets are disjoint, the intersection equals what?

Explanation

Disjoint sets share no members so their intersection is the empty set, which has size 0. Option A implies one shared element. Option B implies two. Option D applies when one set is fully contained in the other.

Submit

9) A=28, B=25, A∩B=9. Which statements hold?

Explanation

Union = 28 + 25 - 9 = 44, confirming A. Exactly-one = (28-9) + (25-9) = 19 + 16 = 35, confirming B. Option C states intersection = 0 but it is given as 9. Option D is false because the intersection equals 9.

Submit

10) If A and B have equal sizes, then the intersection must equal the size of A.

Explanation

The answer is False. Two sets of equal size can share any number of elements from 0 up to the full size. For example A = {1,2,3} and B = {4,5,6} have equal sizes but share nothing. Equal sizes place no constraint on overlap.

Submit

11) In a survey, Music=60, Art=45, and both=25. Which statements are true?

Explanation

Union = 60 + 45 - 25 = 80, confirming B. Exactly-one = (60-25) + (45-25) = 35 + 20 = 55, confirming C. Option A adds without subtracting the overlap. Option D is false because the intersection equals 25, so the sets share members and are not disjoint.

Submit

12) If the intersection is 0, then the union equals the sum of the individual sizes.

Explanation

The answer is True. With intersection = 0 the formula becomes union = A + B - 0 = A + B. There are no shared elements to subtract so every element is counted exactly once.

Submit

13) A = x+3, B = 2x, A∩B = x for non-negative integer x. Find all true relations.

Explanation

Union = (x+3) + 2x - x = 2x + 3, confirming A. Exactly-one = (x+3-x) + (2x-x) = 3 + x = x+3, confirming B. The intersection equals x as given, confirming C. Option D is false because the intersection equals x which can be greater than 0.

Submit

14) In a class of 100, 70 take Chemistry and 50 take Biology. How many take both?

Explanation

A∩B = 70 + 50 - 100 = 20. Since the total of 120 exceeds the class size of 100, at least 20 students must be in both groups. Option A gives 15, option B gives 18, option D gives 25.

Submit

15) 70 students take Chemistry, 50 take Biology, and 20 take both. Which statements are correct?

Explanation

Union = 70 + 50 - 20 = 100, confirming A. Exactly-one = (70-20) + (50-20) = 50 + 30 = 80, confirming B. The intersection is given as 20, confirming C. Option D is false because 20 students take both subjects.

Submit

16) When the size of the union exceeds the sum of the individual sizes, the counting is incorrect.

Explanation

The answer is True. The formula gives union = A + B - intersection, and since the intersection is always non-negative, subtracting it cannot increase the result above A + B. If the union exceeds A + B, an arithmetic error occurred.

Submit

17) Union=50, A=30, B=35. Which are correct?

Explanation

A∩B = 30 + 35 - 50 = 15, confirming A. Exactly-one = (30-15) + (35-15) = 15 + 20 = 35, confirming B. Option C ignores the overlap entirely. Option D is false because the intersection equals 15.

Submit

18) If A=25, B=20, and the intersection=5, then the union equals what?

Explanation

Union = 25 + 20 - 5 = 40. Without subtracting the overlap the sum would be 45, overcounting the 5 shared elements. Option A gives 35, option B gives 38, option D gives 42.

Submit

19) A=40, B=35, A∩B=15. Select the true statements.

Explanation

Union = 40 + 35 - 15 = 60, confirming A. Exactly-one = (40-15) + (35-15) = 25 + 20 = 45, confirming B. Rearranging the union formula gives A∩B = A + B - union, confirming C. Option D is false because the intersection equals 15.

Submit

20) If P(A∪B)=0.7, P(A)=0.5, P(B)=0.4, then A and B are disjoint.

Explanation

The answer is False. P(A∩B) = 0.5 + 0.4 - 0.7 = 0.2. Since the intersection probability is 0.2 which is greater than 0, the events share outcomes and are not disjoint. Disjoint events require P(A∩B) = 0.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
P(A)=0.4, P(B)=0.5, P(A∩B)=0.1. Select all true statements.
The intersection of two sets represents the elements that are what in...
If the union=15, A=10, and B=8, then the intersection equals 3.
If P(A)=0.3, P(B)=0.6, and P(A∩B)=0.2, then P(A∪B) equals what?
The Inclusion-Exclusion principle applies to sets, probabilities, and...
The union formula is: union = A + B minus what?
The Inclusion-Exclusion formula is symmetric — swapping A and B...
When sets are disjoint, the intersection equals what?
A=28, B=25, A∩B=9. Which statements hold?
If A and B have equal sizes, then the intersection must equal the size...
In a survey, Music=60, Art=45, and both=25. Which statements are true?
If the intersection is 0, then the union equals the sum of the...
A = x+3, B = 2x, A∩B = x for non-negative integer x. Find all true...
In a class of 100, 70 take Chemistry and 50 take Biology. How many...
70 students take Chemistry, 50 take Biology, and 20 take both. Which...
When the size of the union exceeds the sum of the individual sizes,...
Union=50, A=30, B=35. Which are correct?
If A=25, B=20, and the intersection=5, then the union equals what?
A=40, B=35, A∩B=15. Select the true statements.
If P(A∪B)=0.7, P(A)=0.5, P(B)=0.4, then A and B are disjoint.
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!

Advertisement