Inclusion–Exclusion for Two Sets

  • 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: 11 | Questions: 20 | Updated: May 20, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) If A=10, B=12, and A∩B=4, then the size of the union equals 22.

Explanation

The answer is False. The correct computation is union = 10 + 12 - 4 = 18. The value 22 results from ignoring the 4 shared elements and adding without subtracting the overlap, which double-counts those 4 elements.

Submit
Please wait...
About This Quiz
Inclusionexclusion For Two Sets - Quiz

Are you ready to make sense of how two sets overlap? In this quiz, you’ll explore how the inclusion–exclusion principle helps you calculate unions and intersections with confidence. You’ll practice identifying shared elements, work through step-by-step counting situations, and see how the formula simplifies real problems. By the end, you’ll... see morefeel more comfortable reasoning through set relationships and avoiding double-counting errors.
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 Inclusion-Exclusion Principle ensures that overlapping members are counted exactly how many times?

Explanation

Adding the two set sizes counts shared elements twice. Subtracting the intersection once removes one of those counts, leaving each shared element counted exactly once. Option A describes the problem before correction. Option C would mean shared elements are excluded entirely. Option D would require subtracting the intersection twice.

Submit

3) If A=9, B=5, and the union=11, then the intersection equals what?

Explanation

A∩B = A + B - union = 9 + 5 - 11 = 3. Option A gives 1, option B gives 2, option D gives 4, none of which correctly rearrange and apply the formula.

Submit

4) The region common to both sets is called what?

Explanation

The intersection contains exactly the elements belonging to both sets simultaneously. Option A names the region covering all elements in either set. Option B names the elements outside a set. Option D names the relationship where one set is contained within another, not a region itself.

Submit

5) For disjoint sets, the size of the intersection equals what?

Explanation

Disjoint sets share no elements so their intersection is the empty set. The size of the empty set is 0. Option B implies one shared element which would mean the sets are not disjoint. Option C gives the union size not the intersection. Option D is incorrect because the result is well-defined as 0.

Submit

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

Explanation

A∩B = A + B - union = 18 + 20 - 30 = 8. Option A gives 6, option B gives 7, option D gives 9, none of which correctly rearrange and apply the formula.

Submit

7) The principle of which two operations prevents double-counting when combining sets?

Explanation

The Inclusion-Exclusion Principle first includes all elements of both sets by adding their sizes, then excludes elements counted twice by subtracting the intersection. This two-step process ensures each element is counted exactly once. Option A names arithmetic operations not the principle. Options C and D name set operations or general processes unrelated to the principle's name.

Submit

8) If A = {1, 2, 3} and B = {3, 4, 5}, then the size of the intersection is 1.

Explanation

The answer is True. The only element belonging to both A and B is 3. The intersection is {3} which contains exactly one element. Checking: 1 and 2 are only in A, and 4 and 5 are only in B, leaving 3 as the sole shared element.

Submit

9) The size of the intersection can never be larger than the size of A or B.

Explanation

The answer is True. The intersection is a subset of both A and B. A subset cannot contain more elements than the set it belongs to. Therefore the intersection size is at most the size of A and also at most the size of B, making it bounded by the smaller of the two.

Submit

10) The same formula works for probabilities: P(A or B) = P(A) + P(B) - P(A and B).

Explanation

The answer is True. Probability behaves like a normalized version of set size. The probability of A or B occurring is found the same way — add the individual probabilities and subtract the probability of both occurring together, which removes the double-count of outcomes belonging to both events.

Submit

11) Which formula correctly gives the size of the union of two finite sets A and B?

Explanation

Adding A and B counts every element in both sets but counts shared elements twice. Subtracting the intersection once removes that double count, giving the true union size. Option A omits the correction for overlap. Option C incorrectly subtracts B and adds the intersection. Option D equates the union with just the intersection, which is only valid when the sets are equal.

Submit

12) For disjoint sets, the size of the union equals the sum of the individual sizes.

Explanation

The answer is True. Disjoint sets have an intersection of size 0. Substituting into the formula gives union = A + B - 0 = A + B. With no shared elements every element belongs to exactly one set, so the union is simply the combined count.

Submit

13) The Inclusion-Exclusion Principle applies only when sets are disjoint.

Explanation

The answer is False. Inclusion-Exclusion is specifically designed for overlapping sets to correct double-counting. When sets are disjoint the intersection is zero and the formula simplifies to plain addition. Requiring disjoint sets would eliminate the very situations the principle is meant to handle.

Submit

14) If A=15, B=12, and the union=20, then what is the size of the intersection?

Explanation

A∩B = A + B - union = 15 + 12 - 20 = 7. Option B gives 8, option C gives 10, option D gives 15, none of which correctly rearrange and apply the formula.

Submit

15) Which are always true about the formula: union = A + B - A∩B?

Explanation

Since the intersection is non-negative, subtracting it from A plus B cannot increase the result, so union is at most A plus B, confirming A. The intersection is a subset of A so it cannot exceed A, confirming B. The intersection is also a subset of B so it cannot exceed B, confirming C. Option D is false — the intersection can never exceed either individual set let alone their sum.

Submit

16) When two sets have no common elements, what is the size of their intersection?

Explanation

If two sets share no elements their intersection is the empty set, and the size of the empty set is 0. Option B gives 1, implying one shared element. Option C gives the sum of both sizes, which is the union of disjoint sets not the intersection. Option D is incorrect because the intersection is well-defined and equals the empty set.

Submit

17) Given A=8, B=6, and A∩B=2, find the size of the union.

Explanation

Union = A + B - A∩B = 8 + 6 - 2 = 12. The 2 shared elements are subtracted once to remove the double count. Option A gives 10, option C gives 14, option D gives 8, none of which correctly apply the formula.

Submit

18) If A is a subset of B, which statements are true?

Explanation

If A is contained within B, the union simply equals B since A adds no new elements, confirming A. The intersection equals exactly A since every element of A is in B, confirming B. Option C would require A and B to be the same size. Option D would require A and B to be equal sets.

Submit

19) Which pairs of sets are disjoint?

Explanation

No number can be both even and odd simultaneously so Even∩Odd is empty, confirming A. No integer greater than or equal to 2 can be both prime and composite so Prime∩Composite is empty, confirming C. Option B: multiples of 4 such as 4, 8, 12 are also multiples of 2, so the sets overlap. Option D: numbers like 6 and 12 are both even and multiples of 3, so they overlap.

Submit

20) In which situations does double-counting occur if we add the two set sizes directly?

Explanation

When students like both music and drama they are counted once in the music group and again in the drama group, confirming A. Including overlapping members twice is precisely what direct addition does when sets share elements, confirming D. Option B counts only exclusive members so no overlap exists. Option C involves disjoint sets with no shared elements, so no double-counting occurs.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
If A=10, B=12, and A∩B=4, then the size of the union equals 22.
The Inclusion-Exclusion Principle ensures that overlapping members are...
If A=9, B=5, and the union=11, then the intersection equals what?
The region common to both sets is called what?
For disjoint sets, the size of the intersection equals what?
If the union=30, A=18, and B=20, then the intersection equals what?
The principle of which two operations prevents double-counting when...
If A = {1, 2, 3} and B = {3, 4, 5}, then the size of the intersection...
The size of the intersection can never be larger than the size of A or...
The same formula works for probabilities: P(A or B) = P(A) + P(B) -...
Which formula correctly gives the size of the union of two finite sets...
For disjoint sets, the size of the union equals the sum of the...
The Inclusion-Exclusion Principle applies only when sets are disjoint.
If A=15, B=12, and the union=20, then what is the size of the...
Which are always true about the formula: union = A + B - A∩B?
When two sets have no common elements, what is the size of their...
Given A=8, B=6, and A∩B=2, find the size of the union.
If A is a subset of B, which statements are true?
Which pairs of sets are disjoint?
In which situations does double-counting occur if we add the two set...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!

Advertisement