Skip to main content
Back to Binomial Theorem
JEE Main 2024
Binomial Theorem
Binomial Theorem
Easy

Question

The remainder when 4282024428^{2024} is divided by 21 is __________.

Answer: 428

Solution

Key Concepts: Modular Arithmetic and the Binomial Theorem

This problem involves finding the remainder of a large number raised to a large power when divided by a smaller number. This is best solved using modular arithmetic.

  • Modular Arithmetic: We say that two integers aa and bb are congruent modulo mm, written as ab(modm)a \equiv b \pmod m, if they have the same remainder when divided by mm. Equivalently, aba-b is a multiple of mm.
  • Properties of Congruence:
    • If ab(modm)a \equiv b \pmod m, then anbn(modm)a^n \equiv b^n \pmod m for any positive integer nn. This allows us to simplify the base of an exponent before computing the power.
    • If ab(modm)a \equiv b \pmod m and cd(modm)c \equiv d \pmod m, then a×cb×d(modm)a \times c \equiv b \times d \pmod m.
  • Binomial Theorem in Modular Arithmetic: A crucial application here is for expressions of the form (km+r)n(km + r)^n. When expanded using the Binomial Theorem, every term except the last one (if rr is the isolated term) will contain a factor of mm. Thus, (km+r)nrn(modm)(km + r)^n \equiv r^n \pmod m. This is particularly useful when r=1r=1 or r=1r=-1.

Step-by-Step Solution

1. Simplify the Base Modulo the Divisor

  • Goal: The first step is to reduce the base of the exponent, 428428, to its equivalent remainder when divided by 2121. Working with smaller numbers in modular arithmetic is always more manageable.
  • Calculation: Divide 428428 by 2121: 428=21×20+8428 = 21 \times 20 + 8
  • Explanation: This means that 428428 leaves a remainder of 88 when divided by 2121. In modular arithmetic notation, this is expressed as: 4288(mod21)428 \equiv 8 \pmod{21}
  • Implication: Using the property ab(modm)    anbn(modm)a \equiv b \pmod m \implies a^n \equiv b^n \pmod m, we can substitute 428428 with 88 in our expression: 428202482024(mod21)428^{2024} \equiv 8^{2024} \pmod{21} Now, our task is to find the remainder of 820248^{2024} when divided by 2121.

2. Find a Cyclical Pattern for Powers of the Simplified Base

  • Goal: To simplify the large exponent 20242024, we look for a smaller power of 88 that gives a remainder of 11 (or 1-1, which is 20(mod21)20 \pmod{21}) when divided by 2121. This often creates a useful cycle.
  • Calculation: Let's compute the first few powers of 88 modulo 2121: 818(mod21)8^1 \equiv 8 \pmod{21} 82=648^2 = 64 Now, find the remainder of 6464 when divided by 2121: 64=21×3+164 = 21 \times 3 + 1
  • Explanation: We found that 821(mod21)8^2 \equiv 1 \pmod{21}. This is a very convenient result because any power of 11 is 11. This effectively breaks down the large exponent.

3. Apply the Pattern to the Exponent using Congruence and Binomial Principle

  • Goal: Use the identity 821(mod21)8^2 \equiv 1 \pmod{21} to simplify 82024(mod21)8^{2024} \pmod{21}.
  • Calculation: We can rewrite the exponent 20242024 in terms of 22: 2024=2×10122024 = 2 \times 1012 So, we can express 820248^{2024} as: 82024=(82)10128^{2024} = (8^2)^{1012} Now, substitute the congruence 821(mod21)8^2 \equiv 1 \pmod{21} into this expression: (82)1012(1)1012(mod21)(8^2)^{1012} \equiv (1)^{1012} \pmod{21} Since 11 raised to any positive integer power is 11: (1)1012=1(1)^{1012} = 1
  • Explanation: This step leverages the property that if ab(modm)a \equiv b \pmod m, then anbn(modm)a^n \equiv b^n \pmod m. Here, 821(mod21)8^2 \equiv 1 \pmod{21}, so raising both sides to the power of 10121012 gives (82)101211012(mod21)(8^2)^{1012} \equiv 1^{1012} \pmod{21}, which simplifies to 1(mod21)1 \pmod{21}. Alternatively, we can see 82=64=3×21+18^2 = 64 = 3 \times 21 + 1. So, 82024=(3×21+1)10128^{2024} = (3 \times 21 + 1)^{1012}. By the Binomial Theorem principle, (km+r)nrn(modm)(km+r)^n \equiv r^n \pmod m, so (3×21+1)101211012(mod21)(3 \times 21 + 1)^{1012} \equiv 1^{1012} \pmod{21}.

4. Final Remainder

  • Conclusion: We established in Step 1 that 428202482024(mod21)428^{2024} \equiv 8^{2024} \pmod{21}. We established in Step 3 that 820241(mod21)8^{2024} \equiv 1 \pmod{21}. Combining these, we conclude that: 42820241(mod21)428^{2024} \equiv 1 \pmod{21}
  • Answer: The remainder when 4282024428^{2024} is divided by 2121 is 1\mathbf{1}.

Tips and Common Mistakes to Avoid

  • Always simplify the base first: Before dealing with large exponents, always reduce the base modulo the divisor. This dramatically simplifies subsequent calculations.
  • Look for powers congruent to 1 or -1: When finding patterns, try to find ak1(modm)a^k \equiv 1 \pmod m or ak1(modm)a^k \equiv -1 \pmod m (which is equivalent to akm1(modm)a^k \equiv m-1 \pmod m). These are the most powerful simplifications.
  • Ensure the remainder is in the correct range: A remainder when divided by mm must be an integer between 00 and m1m-1 (inclusive). If your calculation yields a negative remainder (e.g., 5(mod21)-5 \pmod{21}), add the modulus to get the correct positive remainder (e.g., 5+21=16(mod21)-5+21 = 16 \pmod{21}).
  • Careful with exponent splitting: Ensure that when you split an exponent (e.g., amn=(am)na^{mn} = (a^m)^n), the modular equivalence applies correctly.

Summary

This problem effectively demonstrates the power of modular arithmetic for simplifying calculations involving large numbers and exponents. By first reducing the base modulo the divisor, and then finding a small power of the simplified base that is congruent to 11 (or 1-1), we can efficiently determine the final remainder using the properties of congruence and the binomial theorem principle.

Practice More Binomial Theorem Questions

View All Questions