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

Question

The number of elements in the set {nN:10n100\left\{n \in \mathbb{N}: 10 \leq n \leq 100\right. and 3n33^{n}-3 is a multiple of 7}\} is ___________.

Answer: 10

Solution

Key Concepts and Formulas

  • Modular Arithmetic: The concept of congruence, ab(modm)a \equiv b \pmod{m}, means that aa and bb have the same remainder when divided by mm. This is equivalent to aba-b being a multiple of mm.
  • Cyclicity of Powers: For any integer aa and modulus mm, the sequence of powers a1(modm),a2(modm),a3(modm),a^1 \pmod{m}, a^2 \pmod{m}, a^3 \pmod{m}, \ldots is periodic.
  • Counting Integers in a Range: The number of integers in a closed interval [a,b][a, b] is ba+1b - a + 1.

Step-by-Step Solution

Step 1: Translate the problem into a modular congruence. The problem states that 3n33^n - 3 is a multiple of 77. This can be written in terms of modular arithmetic as: 3n30(mod7)3^n - 3 \equiv 0 \pmod{7} Adding 33 to both sides, we get: 3n3(mod7)3^n \equiv 3 \pmod{7} We need to find the number of natural numbers nn in the range 10n10010 \leq n \leq 100 that satisfy this congruence.

Step 2: Determine the cycle of powers of 33 modulo 77. We calculate the first few powers of 33 modulo 77: 313(mod7)3^1 \equiv 3 \pmod{7} 3292(mod7)3^2 \equiv 9 \equiv 2 \pmod{7} 33323236(mod7)3^3 \equiv 3^2 \cdot 3 \equiv 2 \cdot 3 \equiv 6 \pmod{7} 3433363184(mod7)3^4 \equiv 3^3 \cdot 3 \equiv 6 \cdot 3 \equiv 18 \equiv 4 \pmod{7} 3534343125(mod7)3^5 \equiv 3^4 \cdot 3 \equiv 4 \cdot 3 \equiv 12 \equiv 5 \pmod{7} 3635353151(mod7)3^6 \equiv 3^5 \cdot 3 \equiv 5 \cdot 3 \equiv 15 \equiv 1 \pmod{7} 37363133(mod7)3^7 \equiv 3^6 \cdot 3 \equiv 1 \cdot 3 \equiv 3 \pmod{7} The sequence of remainders is (3,2,6,4,5,1)(3, 2, 6, 4, 5, 1), and it repeats every 66 terms. The cycle length is 66.

Step 3: Identify the condition on nn for the congruence to hold. We are looking for 3n3(mod7)3^n \equiv 3 \pmod{7}. From our calculations, this occurs when n=1,7,13,n=1, 7, 13, \ldots. This pattern indicates that the exponent nn must have a remainder of 11 when divided by the cycle length, which is 66. Therefore, the condition on nn is: n1(mod6)n \equiv 1 \pmod{6} This means nn can be expressed in the form n=6k+1n = 6k + 1, where kk is an integer. Since nn is a natural number, n1n \geq 1, which implies 6k+116k+1 \geq 1, so 6k06k \geq 0, meaning k0k \geq 0.

Step 4: Apply the given range for nn. We are given that 10n10010 \leq n \leq 100. Substituting n=6k+1n = 6k + 1: 106k+110010 \leq 6k + 1 \leq 100 Subtract 11 from all parts of the inequality: 1016k100110 - 1 \leq 6k \leq 100 - 1 96k999 \leq 6k \leq 99 Divide all parts by 66: 96k996\frac{9}{6} \leq k \leq \frac{99}{6} 1.5k16.51.5 \leq k \leq 16.5 Since kk must be an integer, the possible values for kk are 2,3,4,,162, 3, 4, \ldots, 16.

Step 5: Count the number of valid values of kk. The number of integer values for kk in the range [2,16][2, 16] is given by: Number of values =(Last value)(First value)+1= (\text{Last value}) - (\text{First value}) + 1 Number of values =162+1=15= 16 - 2 + 1 = 15. Each valid integer value of kk corresponds to a unique value of nn that satisfies all the conditions of the problem.

Common Mistakes & Tips

  • Incorrect Cycle Identification: Carefully compute the first few powers modulo mm to ensure the correct cycle length is identified. A mistake here will lead to an incorrect general form for nn.
  • Off-by-One Errors in Counting: When counting the number of integers in a range, remember to add 11 to the difference between the last and first integer.
  • Misinterpreting the Range for kk: The initial condition n1n \geq 1 implies k0k \geq 0. However, the specific range for nn (10n10010 \leq n \leq 100) might restrict kk to a higher starting value, as seen in Step 4.

Summary The problem requires finding the number of integers nn in the range [10,100][10, 100] such that 3n33^n - 3 is divisible by 77. This translates to the congruence 3n3(mod7)3^n \equiv 3 \pmod{7}. By examining the powers of 33 modulo 77, we found that the congruence holds when n1(mod6)n \equiv 1 \pmod{6}. Expressing nn as 6k+16k+1 and applying the given range for nn, we determined the possible integer values for kk to be from 22 to 1616. Counting these values, we found there are 1515 such integers.

The final answer is 15\boxed{15}.

Practice More Sets, Relations & Functions Questions

View All Questions