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

Question

Let A = {n \in N | n 2 \le n + 10,000}, B = {3k + 1 | k\in N} an dC = {2k | k\inN}, then the sum of all the elements of the set A \cap(B - C) is equal to _____________.

Answer: 7

Solution

Key Concepts and Formulas

  1. Set Operations: Understanding of set builder notation, set difference (ABA-B), and set intersection (ABA \cap B).
  2. Quadratic Inequalities: Solving inequalities of the form ax2+bx+c0ax^2 + bx + c \le 0.
  3. Modular Arithmetic: Characterizing numbers based on their remainders when divided by a certain integer.
  4. Arithmetic Progression (AP): Formulas for the nn-th term (an=a1+(n1)da_n = a_1 + (n-1)d) and the sum of the first nn terms (Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)).

Step-by-Step Solution

Step 1: Determine the elements of Set A

The set AA is defined as A={nNn2n+10,000}A = \{n \in \mathbb{N} \mid n^2 \le n + 10,000\}. We need to find all natural numbers nn satisfying this inequality.

  1. Rearrange the inequality: n2n10,0000n^2 - n - 10,000 \le 0
  2. Find the roots of the quadratic equation n2n10,000=0n^2 - n - 10,000 = 0. Using the quadratic formula: n=(1)±(1)24(1)(10,000)2(1)=1±1+40,0002=1±40,0012n = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(1)(-10,000)}}{2(1)} = \frac{1 \pm \sqrt{1 + 40,000}}{2} = \frac{1 \pm \sqrt{40,001}}{2}
  3. Approximate the roots: 40,001200.0025\sqrt{40,001} \approx 200.0025. The roots are approximately: n11200.0025299.501n_1 \approx \frac{1 - 200.0025}{2} \approx -99.501 n21+200.00252100.501n_2 \approx \frac{1 + 200.0025}{2} \approx 100.501
  4. Determine the inequality's solution: Since the coefficient of n2n^2 is positive, the parabola opens upwards, so the inequality n2n10,0000n^2 - n - 10,000 \le 0 holds for nn between the roots: 99.501n100.501-99.501 \le n \le 100.501
  5. Apply the constraint nNn \in \mathbb{N}: Natural numbers are positive integers. Therefore, the natural numbers satisfying the inequality are n=1,2,3,,100n = 1, 2, 3, \ldots, 100. So, A={1,2,3,,100}A = \{1, 2, 3, \ldots, 100\}.

Step 2: Determine the elements of Set B and Set C

  1. Set B: B={3k+1kN}B = \{3k + 1 \mid k \in \mathbb{N}\}. Since kNk \in \mathbb{N}, kk starts from 11. B={3(1)+1,3(2)+1,3(3)+1,}={4,7,10,13,}B = \{3(1)+1, 3(2)+1, 3(3)+1, \ldots\} = \{4, 7, 10, 13, \ldots\}. These are numbers that leave a remainder of 1 when divided by 3, i.e., n1(mod3)n \equiv 1 \pmod 3.

  2. Set C: C={2kkN}C = \{2k \mid k \in \mathbb{N}\}. Since kNk \in \mathbb{N}, kk starts from 11. C={2(1),2(2),2(3),}={2,4,6,8,}C = \{2(1), 2(2), 2(3), \ldots\} = \{2, 4, 6, 8, \ldots\}. These are all positive even natural numbers.

Step 3: Determine the elements of Set B - C

The set BCB - C contains elements that are in BB but not in CC. An element nn is in BCB - C if:

  • nBn \in B, meaning nn is of the form 3k+13k+1 for some kNk \in \mathbb{N}. This implies n1(mod3)n \equiv 1 \pmod 3.
  • nCn \notin C, meaning nn is not an even number. This implies nn is odd, so n1(mod2)n \equiv 1 \pmod 2.

We need to find numbers nn satisfying both congruences: n1(mod3)n \equiv 1 \pmod 3 n1(mod2)n \equiv 1 \pmod 2 Since the moduli (3 and 2) are coprime and the remainders are the same, the solution is n1(modlcm(3,2))n \equiv 1 \pmod{\text{lcm}(3,2)}, which is n1(mod6)n \equiv 1 \pmod 6. So, elements of BCB - C are of the form 6j+16j + 1 for some integer jj.

Now we need to find the range of jj. Since nBn \in B, the smallest element of BB is 4. So, 6j+14    6j3    j0.56j+1 \ge 4 \implies 6j \ge 3 \implies j \ge 0.5. Since jj must be an integer to generate the sequence, the smallest integer value for jj is 1. Thus, BC={6j+1jN}={7,13,19,25,}B - C = \{6j + 1 \mid j \in \mathbb{N}\} = \{7, 13, 19, 25, \ldots\}.

Step 4: Determine the elements of A(BC)A \cap (B - C)

We are looking for elements that are common to set AA and set BCB - C. A={1,2,3,,100}A = \{1, 2, 3, \ldots, 100\} BC={6j+1jN}B - C = \{6j + 1 \mid j \in \mathbb{N}\}

We need elements nn such that nAn \in A and nBCn \in B-C. So, nn must be of the form 6j+16j+1 where jNj \in \mathbb{N}, and 1n1001 \le n \le 100. Substituting n=6j+1n = 6j+1 into the inequality for AA: 16j+11001 \le 6j+1 \le 100 Subtract 1 from all parts: 06j990 \le 6j \le 99 Divide by 6: 0j16.50 \le j \le 16.5 Since jNj \in \mathbb{N}, the possible integer values for jj are 1,2,3,,161, 2, 3, \ldots, 16. The elements of A(BC)A \cap (B - C) are obtained by substituting these values of jj into 6j+16j+1:

  • For j=1j=1: n=6(1)+1=7n = 6(1)+1 = 7
  • For j=2j=2: n=6(2)+1=13n = 6(2)+1 = 13
  • ...
  • For j=16j=16: n=6(16)+1=97n = 6(16)+1 = 97

So, A(BC)={7,13,19,,97}A \cap (B - C) = \{7, 13, 19, \ldots, 97\}.

Step 5: Calculate the sum of all elements of A(BC)A \cap (B - C)

The set A(BC)={7,13,19,,97}A \cap (B - C) = \{7, 13, 19, \ldots, 97\} is an arithmetic progression.

  • First term (a1a_1) = 7
  • Common difference (dd) = 137=613 - 7 = 6
  • Number of terms (NN) = 16 (since jj ranged from 1 to 16)
  • Last term (aNa_N) = 97

The sum of an arithmetic progression is given by SN=N2(a1+aN)S_N = \frac{N}{2}(a_1 + a_N). S16=162(7+97)S_{16} = \frac{16}{2}(7 + 97) S16=8(104)S_{16} = 8(104) S16=832S_{16} = 832

Summary

The problem involved finding the intersection of three sets defined by different properties. Set A was defined by a quadratic inequality, and its elements were natural numbers up to 100. Set B contained numbers of the form 3k+13k+1 (kNk \in \mathbb{N}), and Set C contained even natural numbers. The set difference BCB-C was found to contain numbers of the form 6j+16j+1 (jNj \in \mathbb{N}). The intersection A(BC)A \cap (B-C) yielded an arithmetic progression {7,13,,97}\{7, 13, \ldots, 97\}. The sum of this arithmetic progression was calculated using the standard formula.

The final answer is 832\boxed{832}.

Practice More Sets, Relations & Functions Questions

View All Questions