Concept:
In set theory, the number of elements in the union of two sets (students taking at least one subject) is given by the Principle of Inclusion-Exclusion:
\[ n(M \cup C) = n(M) + n(C) - n(M \cap C) \]
We first calculate the total enrolment for each subject individually.
Step 1: Calculate total enrolment for Mathematics and Chemistry.
Given $n(M \cap C) = 30$.
- For Mathematics: $10% \text{ of } n(M) = 30 \Rightarrow 0.10 \times n(M) = 30 \Rightarrow n(M) = \frac{30}{0.10} = 300$.
- For Chemistry: $12% \text{ of } n(C) = 30 \Rightarrow 0.12 \times n(C) = 30 \Rightarrow n(C) = \frac{30}{0.12} = 250$.
Step 2: Apply the Inclusion-Exclusion Principle.
To find students taking at least one subject ($n(M \cup C)$):
\[ n(M \cup C) = n(M) + n(C) - n(M \cap C) \]
\[ n(M \cup C) = 300 + 250 - 30 \]
\[ n(M \cup C) = 550 - 30 = 520 \]