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

Question

The remainder when 3 2022 is divided by 5 is :

Options

Solution

Understanding the Problem

We need to find the remainder when 320223^{2022} is divided by 55. This type of problem often involves concepts from modular arithmetic and number theory. A common approach for large exponents is to use the Binomial Theorem or to identify cyclical patterns in remainders.

Key Concept: The Binomial Theorem for Remainders

The Binomial Theorem provides a formula for expanding powers of binomials. For any non-negative integer nn, the expansion of (a+b)n(a+b)^n is given by: (a+b)n=(n0)anb0+(n1)an1b1++(nn1)a1bn1+(nn)a0bn(a+b)^n = \binom{n}{0}a^n b^0 + \binom{n}{1}a^{n-1}b^1 + \dots + \binom{n}{n-1}a^1 b^{n-1} + \binom{n}{n}a^0 b^n When finding the remainder upon division by a number MM, we strategically express the base of the exponent in the form (kM±r)(kM \pm r), where kk is an integer and rr is a small, manageable number (ideally 11 or 1-1). This allows most terms in the binomial expansion to become multiples of MM, simplifying the remainder calculation to just the remaining term(s).

Step-by-Step Solution

  1. Transforming the Base to a Suitable Form: Our primary goal is to simplify 320223^{2022} into an expression that is easy to analyze modulo 55. We look for a power of 33 that is close to a multiple of 55. We observe that 32=93^2 = 9. This is particularly useful because 99 can be written as 10110 - 1, where 1010 is a multiple of our divisor, 55.

    First, we rewrite the given expression: 32022=(32)10113^{2022} = (3^2)^{1011} =91011 = 9^{1011} Now, substitute 99 with (101)(10-1): =(101)1011 = (10 - 1)^{1011}

    • Explanation: By changing the base from 33 to 99, and then expressing 99 as (101)(10-1), we've created a binomial where one term (1010) is a multiple of 55. This form, (M±r)n(M \pm r)^n, is ideal for applying the Binomial Theorem to find remainders modulo MM.
  2. Applying the Binomial Theorem: Now we expand (101)1011(10 - 1)^{1011} using the Binomial Theorem. The general form of (ab)n(a-b)^n is: (ab)n=(n0)an(n1)an1b+(n2)an2b2+(1)n(nn)bn(a-b)^n = \binom{n}{0}a^n - \binom{n}{1}a^{n-1}b + \binom{n}{2}a^{n-2}b^2 - \dots + (-1)^n \binom{n}{n}b^n Substituting a=10a = 10, b=1b = 1, and n=1011n = 1011: (101)1011=(10110)(10)1011(1)0+(10111)(10)1010(1)1++(10111010)(10)1(1)1010+(10111011)(10)0(1)1011(10 - 1)^{1011} = \binom{1011}{0}(10)^{1011}(-1)^0 + \binom{1011}{1}(10)^{1010}(-1)^1 + \dots + \binom{1011}{1010}(10)^1(-1)^{1010} + \binom{1011}{1011}(10)^0(-1)^{1011}

    • Explanation: We are systematically expanding the binomial. The crucial insight here is that every term in this expansion, except potentially the very last one, will contain a factor of 1010 (from the powers of a=10a=10). Any term containing a factor of 1010 is inherently a multiple of 55.
  3. Simplifying the Expansion and Isolating the Remainder Term: Let's analyze the terms of the expansion. All terms from (10110)(10)1011\binom{1011}{0}(10)^{1011} up to (10111010)(10)1(1)1010\binom{1011}{1010}(10)^1(-1)^{1010} contain at least one factor of 1010. Therefore, all these terms are divisible by 1010, and consequently, by 55. We can group all these terms together as 10K10K for some integer KK.

    The expansion can be written as: (101)1011=10[(10110)(10)1010(10111)(10)1009++(10111010)]+(10111011)(10)0(1)1011(10 - 1)^{1011} = 10 \left[ \binom{1011}{0}(10)^{1010} - \binom{1011}{1}(10)^{1009} + \dots + \binom{1011}{1010} \right] + \binom{1011}{1011}(10)^0(-1)^{1011} Let the entire expression within the square brackets be KK. Then the expression simplifies to: =10K+(10111011)(1)(1)1011 = 10K + \binom{1011}{1011}(1)(-1)^{1011} We know that (nn)=1\binom{n}{n} = 1 for any nn, so (10111011)=1\binom{1011}{1011} = 1. Also, since 10111011 is an odd number, (1)1011=1(-1)^{1011} = -1. Substituting these values: =10K+(1)(1) = 10K + (1)(-1) =10K1 = 10K - 1

    • Explanation: By factoring out 1010 from the initial terms, we clearly separate the portion of the number that is a multiple of 1010 (and thus 55) from the final term. The final term, (1)-(1), is the only part that will contribute to the remainder when divided by 55.
  4. Finding the Final Remainder Modulo 5: We have found that 320223^{2022} can be expressed in the form 10K110K - 1. Now, we need to find the remainder when this expression is divided by 55. Since 10K10K is a multiple of 1010, it is also a multiple of 55. This means 10K0(mod5)10K \equiv 0 \pmod 5. Therefore, the remainder of 10K110K - 1 when divided by 55 is: 10K101(mod5)10K - 1 \equiv 0 - 1 \pmod 5 1(mod5) \equiv -1 \pmod 5 In modular arithmetic, remainders are usually expressed as non-negative integers. To convert a negative remainder to a positive one, we add the divisor (modulus) to it until it becomes positive: 1+5=4-1 + 5 = 4 Thus, 10K14(mod5)10K - 1 \equiv 4 \pmod 5

    • Explanation: We use the properties of modular arithmetic. Any term that is a multiple of the modulus (or a multiple of a multiple of the modulus, like 10K10K for modulus 55) has a remainder of 00. The remainder is then solely determined by the constant term. We adjust the negative remainder to the standard non-negative form.

Tips and Common Mistakes:

  • Cyclicity of Remainders (Alternative Method): For many remainder problems, you can find a pattern in the remainders of successive powers. 31(mod5)=33^1 \pmod 5 = 3 32(mod5)=9(mod5)=43^2 \pmod 5 = 9 \pmod 5 = 4 33(mod5)=3×4(mod5)=12(mod5)=23^3 \pmod 5 = 3 \times 4 \pmod 5 = 12 \pmod 5 = 2 34(mod5)=3×2(mod5)=6(mod5)=13^4 \pmod 5 = 3 \times 2 \pmod 5 = 6 \pmod 5 = 1 The cycle of remainders is (3,4,2,1)(3, 4, 2, 1) with a length of 44. To find the remainder for 320223^{2022}, we find the remainder of the exponent 20222022 when divided by the cycle length 44: 2022÷4=5052022 \div 4 = 505 with a remainder of 22. So, 3202232(mod5)9(mod5)4(mod5)3^{2022} \equiv 3^2 \pmod 5 \equiv 9 \pmod 5 \equiv 4 \pmod 5. This confirms our result and is often a faster method once the cycle is identified.
  • Choosing the Right Binomial Form: When using the Binomial Theorem, always aim to express the base as (kdivisor±1)(k \cdot \text{divisor} \pm 1). This makes the expansion significantly simpler as only the last term will determine the remainder.
  • Handling Negative Remainders: A very common mistake is leaving a negative remainder. Always adjust it by adding the divisor until it becomes positive. For instance, 1(mod5)-1 \pmod 5 is not a valid final remainder; it must be converted to 4(mod5)4 \pmod 5.

Summary

By strategically transforming 320223^{2022} into (32)1011(3^2)^{1011}, which is (101)1011(10-1)^{1011}, we were able to apply the Binomial Theorem. This expansion showed that 320223^{2022} can be expressed as 10K110K - 1. Upon division by 55, 10K10K yields a remainder of 00, leaving us with a remainder of 1-1. Adjusting this to a positive remainder by adding 55, we find that the final remainder is 44.

The final answer is 4\boxed{4}.

Practice More Binomial Theorem Questions

View All Questions