This problem requires calculating the overlap in attendance between meetings, given specific attendance numbers and the constraint that each professor attended exactly two meetings.
Let the number of professors attending:
We are given the total attendance for each city:
Since each professor attended exactly two meetings, the total attendance for each city can be expressed as the sum of professors attending the pairs including that city:
We need to find the number of professors who attended both Chennai and Delhi meetings, which is DC.
We have a system of three linear equations:
Add all three equations together:
$(MD + MC) + (MD + DC) + (MC + DC) = 21 + 27 + 30$
Simplify the left side:
$2 \times MD + 2 \times MC + 2 \times DC = 78$
Factor out the 2:
$2 \times (MD + MC + DC) = 78$
Divide by 2 to find the total number of professors (sum of all pairs):
$MD + MC + DC = \frac{78}{2} = 39$
To find DC, substitute the value of $MD + MC$ from equation (1) into the total sum:
$21 + DC = 39$
Solve for DC:
$DC = 39 - 21$
$DC = 18$
Thus, 18 professors attended both the Chennai and Delhi meetings.
A student is free to choose only Chemistry, only Biology or both. If out of $32$ students, Chemistry has been chosen by $16$ and Biology by $25$, then how many students have chosen Biology but not Chemistry?