Difficulty: Easy
Correct Answer: 800
Explanation:
Introduction / Context:
To find those who eat neither of two categories, compute the size of the union (eat at least one) and subtract from the total population.
Given Data / Assumptions:
Concept / Approach:
|Egg ∪ Meat| = 3200 + 2500 − 1500 = 4200. Pure vegetarians are the complement in the population.
Step-by-Step Solution:
Neither = 5000 − 4200 = 800
Verification / Alternative check:
Sum of disjoint parts: Only-egg (1700) + Only-meat (1000) + Both (1500) + Neither (800) = 5000.
Why Other Options Are Wrong:
600, 850, 900 do not align with the union computation.
Common Pitfalls:
Forgetting to subtract the overlap when computing the union.
Final Answer:
800
Discussion & Comments