Question:

In a competition, a school awarded medals in different categories. 36 medals in dance, 12 medals in dramatics and 18 medals in music. If these medals went to a total of 45 persons and only 4 persons got medals in all the three categories, how many received medals in exactly two of these categories?

Show Hint

For three-set medal problems, first compute $S_2=\sum$ of pairwise intersections using inclusion–exclusion. Then subtract $3\times$ the "all three" count to get the number in exactly two categories.
Updated On: Sep 2, 2025
  • 7
  • 5
  • 13
  • 2
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Notation and given data.
Let $D$ = Dance, $R$ = Dramatics, $M$ = Music.
$|D|=36,\ |R|=12,\ |M|=18,\ |D\cup R\cup M|=45,\ |D\cap R\cap M|=4$. Step 2: Inclusion–exclusion to find the sum of pairwise intersections.
\[ |D\cup R\cup M| = |D|+|R|+|M| - \big(|D\cap R|+|D\cap M|+|R\cap M|\big) + |D\cap R\cap M|. \] Hence \[ 45 = 36+12+18 - S_2 + 4 \ \Rightarrow\ S_2 = 36+12+18+4-45 = 25, \] where $S_2=|D\cap R|+|D\cap M|+|R\cap M|$. Step 3: Extract those in exactly two categories.
Every person in all three sets is counted \emph{three} times inside $S_2$, while a person in exactly two sets is counted once.
Let $E_2$ be the number who received medals in exactly two categories. With $t=|D\cap R\cap M|=4$, \[ S_2 = E_2 + 3t \ \Rightarrow\ E_2 = S_2 - 3t = 25 - 12 = 13. \] \[ \boxed{13\ \text{persons}} \]
Was this answer helpful?
0
0