Question

Difficulty: MediumVenn Diagrams and Set-Based Data

In a survey of 120120 civil service aspirants, 6565 read Newspaper A, 5555 read Newspaper B, and 4545 read Newspaper C. Additionally, 2525 read both A and B, 2020 read both B and C, 1515 read both A and C, and 88 read all three newspapers. How many aspirants read exactly two of these newspapers?

  1. 36Answer
  2. B
    60
  3. C
    52
  4. D
    44

Answer

36 aspirants read exactly two newspapers.
To find the number of aspirants who read exactly two newspapers, we must subtract the number of aspirants who read all three newspapers (8) from each of the two-newspaper intersection groups. The number of aspirants reading only A and B is 258=1725 - 8 = 17, only B and C is 208=1220 - 8 = 12, and only A and C is 158=715 - 8 = 7. Summing these exclusive regions gives 17+12+7=3617 + 12 + 7 = 36.

Step-by-Step Solution

1
Identify the given set values and intersections
Total aspirants N=120N = 120; n(AB)=25n(A \cap B) = 25; n(BC)=20n(B \cap C) = 20; n(AC)=15n(A \cap C) = 15; n(ABC)=8n(A \cap B \cap C) = 8.
We need to extract overlapping region counts to isolate the 'exactly two' regions.
2
Calculate aspirants reading ONLY two newspapers for each pair
Only A and B = 258=1725 - 8 = 17; Only B and C = 208=1220 - 8 = 12; Only A and C = 158=715 - 8 = 7.
The given pairwise intersections n(AB)n(A \cap B) include those who read all three newspapers, so n(ABC)n(A \cap B \cap C) must be removed from each pair.
3
Sum the exclusive two-set regions
17+12+7=3617 + 12 + 7 = 36.
Adding these three mutually exclusive regions yields the total number of aspirants reading exactly two newspapers.

Key Concept

Venn Diagram set decomposition and region isolation
Rate this question