Question
In a class of 140 students numbered 1 to 140, all even numbered students opted Mathematics course, those whose number is divisible by 3 opted Physics course and those whose number is divisible by 5 opted Chemistry course. Then the number of students who did not opt for any of the three courses is
Options
Solution
Key Concepts and Formulas
- Set Theory: Understanding of sets, universal set, subsets, and operations like union () and intersection ().
- Principle of Inclusion-Exclusion (PIE): For three sets A, B, and C, . This formula helps calculate the number of elements in the union of sets.
- Floor Function: To find the number of multiples of an integer up to , we use .
Step-by-Step Solution
Let be the universal set of all students, so . Let be the set of students who opted for Mathematics. Let be the set of students who opted for Physics. Let be the set of students who opted for Chemistry.
We want to find the number of students who did not opt for any of the three courses, which is . We will use the Principle of Inclusion-Exclusion to find .
Step 1: Calculate the number of students in each individual course.
-
Mathematics (M): Students whose number is even (divisible by 2).
- The numbers are 2, 4, 6, ..., 140.
- .
-
Physics (P): Students whose number is divisible by 3.
- The numbers are 3, 6, 9, ..., 138.
- .
-
Chemistry (C): Students whose number is divisible by 5.
- The numbers are 5, 10, 15, ..., 140.
- .
Step 2: Calculate the number of students in the pairwise intersections of courses.
-
Mathematics and Physics (): Students whose number is divisible by both 2 and 3. This means the number is divisible by LCM(2, 3) = 6.
- .
-
Physics and Chemistry (): Students whose number is divisible by both 3 and 5. This means the number is divisible by LCM(3, 5) = 15.
- .
-
Chemistry and Mathematics (): Students whose number is divisible by both 5 and 2. This means the number is divisible by LCM(5, 2) = 10.
- .
Step 3: Calculate the number of students in the intersection of all three courses.
- Mathematics, Physics, and Chemistry (): Students whose number is divisible by 2, 3, and 5. This means the number is divisible by LCM(2, 3, 5) = 30.
- .
Step 4: Apply the Principle of Inclusion-Exclusion to find the number of students who opted for at least one course.
Using the PIE formula: So, 102 students opted for at least one of the three courses.
Step 5: Calculate the number of students who did not opt for any course.
The number of students who did not opt for any course is the total number of students minus the number of students who opted for at least one course.
Common Mistakes & Tips
- LCM is Crucial: When finding the intersection of two conditions (e.g., divisible by 2 AND 3), always use the Least Common Multiple (LCM) of the divisors. For coprime numbers, the LCM is their product.
- Floor Function Accuracy: Ensure you use the floor function () to count multiples. Do not round to the nearest integer or round up.
- PIE Structure: Carefully apply the PIE formula. Remember to subtract pairwise intersections and add the triple intersection. A common error is forgetting the signs or miscalculating the terms.
Summary
We used the Principle of Inclusion-Exclusion to determine the number of students who opted for at least one of the three courses (Mathematics, Physics, Chemistry) based on the divisibility of their student numbers. By calculating the cardinalities of individual sets, pairwise intersections, and the triple intersection, we found that 102 students opted for at least one course. Subtracting this from the total number of students (140) gives us the number of students who did not opt for any course, which is 38.
The final answer is .