Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Sets and Relations
Easy

Question

Let X = {n \in N : 1 \le n \le 50}. If A = {n \in X: n is a multiple of 2} and B = {n \in X: n is a multiple of 7}, then the number of elements in the smallest subset of X containing both A and B is ________.

Answer: 1

Solution

Key Concepts and Formulas

  • Union of Sets: The smallest subset of a universal set XX that contains both sets AA and BB is their union, denoted by ABA \cup B.
  • Principle of Inclusion-Exclusion for Two Sets: For any two finite sets AA and BB, the number of elements in their union is given by: n(AB)=n(A)+n(B)n(AB)n(A \cup B) = n(A) + n(B) - n(A \cap B) This formula accounts for elements that are common to both sets (ABA \cap B) to avoid double-counting.
  • Counting Multiples: The number of multiples of an integer kk in the range from 1 to NN (inclusive) is given by N/k\lfloor N/k \rfloor.

Step-by-Step Solution

Step 1: Understand the Universal Set XX The problem defines the universal set XX as all natural numbers from 1 to 50. X={nN:1n50}={1,2,3,,50}X = \{n \in \mathbb{N} : 1 \le n \le 50\} = \{1, 2, 3, \dots, 50\} The total number of elements in XX is n(X)=50n(X) = 50.

Step 2: Determine Set AA and its Cardinality n(A)n(A) Set AA contains all elements in XX that are multiples of 2. To find the number of such elements, we use the formula for counting multiples. A={nX:n is a multiple of 2}A = \{n \in X : n \text{ is a multiple of 2}\} The number of multiples of 2 between 1 and 50 is: n(A)=502=25n(A) = \left\lfloor \frac{50}{2} \right\rfloor = 25 So, there are 25 elements in set AA.

Step 3: Determine Set BB and its Cardinality n(B)n(B) Set BB contains all elements in XX that are multiples of 7. To find the number of such elements, we use the formula for counting multiples. B={nX:n is a multiple of 7}B = \{n \in X : n \text{ is a multiple of 7}\} The number of multiples of 7 between 1 and 50 is: n(B)=507=7.142...=7n(B) = \left\lfloor \frac{50}{7} \right\rfloor = \lfloor 7.142... \rfloor = 7 So, there are 7 elements in set BB.

Step 4: Determine the Intersection Set ABA \cap B and its Cardinality n(AB)n(A \cap B) The intersection ABA \cap B consists of elements that are common to both AA and BB. This means these elements must be multiples of both 2 and 7. A number that is a multiple of both 2 and 7 must be a multiple of their Least Common Multiple (LCM). The LCM of 2 and 7 (since they are coprime) is: LCM(2,7)=2×7=14\text{LCM}(2, 7) = 2 \times 7 = 14 So, the elements in ABA \cap B are the multiples of 14 in XX. AB={nX:n is a multiple of 14}A \cap B = \{n \in X : n \text{ is a multiple of 14}\} The number of multiples of 14 between 1 and 50 is: n(AB)=5014=3.571...=3n(A \cap B) = \left\lfloor \frac{50}{14} \right\rfloor = \lfloor 3.571... \rfloor = 3 So, there are 3 elements in the intersection of AA and BB.

Step 5: Apply the Principle of Inclusion-Exclusion The problem asks for the number of elements in the smallest subset of XX containing both AA and BB, which is n(AB)n(A \cup B). Using the Principle of Inclusion-Exclusion: n(AB)=n(A)+n(B)n(AB)n(A \cup B) = n(A) + n(B) - n(A \cap B) Substitute the values calculated in the previous steps: n(AB)=25+73n(A \cup B) = 25 + 7 - 3 n(AB)=323n(A \cup B) = 32 - 3 n(AB)=29n(A \cup B) = 29 Therefore, the number of elements in the smallest subset of XX containing both AA and BB is 29.

Common Mistakes & Tips

  • Misinterpreting "Smallest Subset": Always remember that the smallest subset containing two sets is their union (ABA \cup B).
  • Double-Counting: A common error is to simply add n(A)n(A) and n(B)n(B) without subtracting the intersection. The Principle of Inclusion-Exclusion is essential to avoid this.
  • LCM for Intersection: When sets are defined by multiples of different numbers, their intersection consists of multiples of the LCM of those numbers.

Summary We are asked to find the cardinality of the union of set AA (multiples of 2 in XX) and set BB (multiples of 7 in XX), where X={1,2,,50}X = \{1, 2, \dots, 50\}. We calculated n(A)=25n(A) = 25, n(B)=7n(B) = 7, and n(AB)n(A \cap B) by finding the multiples of LCM(2,7)=14, which is n(AB)=3n(A \cap B) = 3. Applying the Principle of Inclusion-Exclusion, n(AB)=n(A)+n(B)n(AB)=25+73=29n(A \cup B) = n(A) + n(B) - n(A \cap B) = 25 + 7 - 3 = 29.

The final answer is 29\boxed{29}.

Practice More Sets, Relations & Functions Questions

View All Questions