ITPEC FE Morning October 2023 Question 1
Source exam: ITPEC FE Morning October 2023Topic: Basic Theory & Math
ITPEC FE Morning October 2023 — Question 1 of 80
Sets & Inclusion-Exclusion — find total class size using set union.
Given: |A| = 13, |B| = 19, |A ∩ B| = 8, neither = 7.
- •Union:
|A ∪ B| = 13 + 19 - 8=24 - •Total:
24 + 7=31
Answer: b) 31
Why not others:
- (a) 17 — arithmetic error or double-subtracting the intersection
- (c) 33 — forgetting to subtract the intersection
- (d) 47 — naïvely summing all four numbers without exclusion
Key rule: |A ∪ B| = |A| + |B| - |A ∩ B|, then add those in neither set.
AI-generated — may contain errors
The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.
This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.