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

Question

The remainder when 72022+320227^{2022}+3^{2022} is divided by 5 is :

Options

Solution

Key Concept: Binomial Theorem and Modular Arithmetic

This problem requires us to find the remainder of a large sum when divided by a specific number, which is a classic application of Modular Arithmetic often simplified by properties derived from the Binomial Theorem.

Modular Arithmetic deals with remainders after division. We say that aa is congruent to bb modulo mm, written as ab(modm)a \equiv b \pmod m, if aa and bb have the same remainder when divided by mm, or equivalently, if aba-b is a multiple of mm.

The Binomial Theorem states the algebraic expansion of (x+y)n(x+y)^n for any non-negative integer nn: (x+y)n=k=0n(nk)xnkyk=(n0)xny0+(n1)xn1y1++(nn1)x1yn1+(nn)x0yn(x+y)^n = \sum_{k=0}^n \binom{n}{k} x^{n-k} y^k = \binom{n}{0}x^n y^0 + \binom{n}{1}x^{n-1}y^1 + \dots + \binom{n}{n-1}x^1 y^{n-1} + \binom{n}{n}x^0 y^n A very useful property for remainder problems arises when one of the terms in the binomial is a multiple of the modulus. If we have an expression of the form (am±b)n(am \pm b)^n, where amam is a multiple of mm, then almost all terms in its binomial expansion will also be multiples of mm. Specifically: (am+b)n=(am)n+(n1)(am)n1b++(nn1)(am)bn1+bn(am+b)^n = (am)^n + \binom{n}{1}(am)^{n-1}b + \dots + \binom{n}{n-1}(am)b^{n-1} + b^n Since every term from (am)n(am)^n down to (nn1)(am)bn1\binom{n}{n-1}(am)b^{n-1} contains amam as a factor, they are all multiples of mm. Therefore, when considering the expression modulo mm: (am+b)nbn(modm)(am+b)^n \equiv b^n \pmod m This powerful simplification allows us to drastically reduce complex power calculations to simply evaluating the remainder of the non-multiple term raised to the power.

Problem Analysis and Strategy

Our goal is to find the remainder when 72022+320227^{2022}+3^{2022} is divided by 55. The strategy will involve:

  1. Transforming the bases 77 and 33 into forms that are easier to handle modulo 55.
  2. Utilizing the even exponent 20222022 to simplify the bases.
  3. Applying the modular property of the Binomial Theorem to each term.
  4. Combining the individual remainders.
  5. Ensuring the final remainder is a positive integer.

Step-by-Step Solution

Step 1: Express the terms with simplified bases using the even exponent

The given expression is 72022+320227^{2022}+3^{2022}. Notice that the exponent 20222022 is an even number. This is a crucial observation because we can rewrite a2022a^{2022} as (a2)1011(a^2)^{1011}. 72022+32022=(72)1011+(32)10117^{2022}+3^{2022} = (7^2)^{1011}+(3^2)^{1011} Why this step? When dealing with modular arithmetic, we often look for patterns that make the base congruent to 11, 1-1, or 00 modulo the divisor. Let's look at the powers of 77 and 33 modulo 55:

  • 72(mod5)7 \equiv 2 \pmod 5
  • 72=494(mod5)1(mod5)7^2 = 49 \equiv 4 \pmod 5 \equiv -1 \pmod 5
  • 33(mod5)3 \equiv 3 \pmod 5
  • 32=94(mod5)1(mod5)3^2 = 9 \equiv 4 \pmod 5 \equiv -1 \pmod 5 By squaring the bases, both 727^2 and 323^2 become congruent to 1(mod5)-1 \pmod 5. This will greatly simplify the subsequent calculations.

Step 2: Rewrite the squared bases in the form (multiple_of_51)(multiple\_of\_5 - 1)

Now, we evaluate the squared bases and express them in a form suitable for applying the Binomial Theorem for remainders.

  • 72=497^2 = 49. We can write 4949 as 50150 - 1.
  • 32=93^2 = 9. We can write 99 as 10110 - 1.

Substituting these into our expression: (72)1011+(32)1011=(501)1011+(101)1011(7^2)^{1011}+(3^2)^{1011} = (50-1)^{1011}+(10-1)^{1011} Why this step? This transformation aligns perfectly with the Binomial Theorem property for modular arithmetic discussed earlier. Both 5050 and 1010 are multiples of 55. By expressing the bases as (multiple_of_5±1)(multiple\_of\_5 \pm 1), all terms in the binomial expansion containing a factor of 5050 or 1010 will be multiples of 55, leaving only the last term to determine the remainder.

Step 3: Apply the Binomial Theorem (modular property) to each term

Let's find the remainder for (501)1011(50-1)^{1011} when divided by 55: Using the property (am+b)nbn(modm)(am+b)^n \equiv b^n \pmod m, with am=50am=50, b=1b=-1, and m=5m=5: (501)1011(1)1011(mod5)(50-1)^{1011} \equiv (-1)^{1011} \pmod 5 Since 10111011 is an odd number, (1)1011=1(-1)^{1011} = -1. Thus, (501)10111(mod5)(50-1)^{1011} \equiv -1 \pmod 5

Similarly, for the second term, (101)1011(10-1)^{1011}: Using the same property with am=10am=10, b=1b=-1, and m=5m=5: (101)1011(1)1011(mod5)(10-1)^{1011} \equiv (-1)^{1011} \pmod 5 Again, since 10111011 is odd, (1)1011=1(-1)^{1011} = -1. Thus, (101)10111(mod5)(10-1)^{1011} \equiv -1 \pmod 5 Why this step? This is the core of the solution. By isolating the (1)(-1) term, we avoid expanding the entire binomial expression, which would be computationally intensive. The property allows us to quickly find the remainder based on the power of the non-multiple term.

Step 4: Combine the individual remainders

Now we add the remainders of the two parts of the expression: 72022+32022(501)1011+(101)1011(mod5)7^{2022}+3^{2022} \equiv (50-1)^{1011}+(10-1)^{1011} \pmod 5 72022+32022(1)+(1)(mod5)7^{2022}+3^{2022} \equiv (-1) + (-1) \pmod 5 72022+320222(mod5)7^{2022}+3^{2022} \equiv -2 \pmod 5 Why this step? A fundamental rule of modular arithmetic states that if Aa(modm)A \equiv a \pmod m and Bb(modm)B \equiv b \pmod m, then A+Ba+b(modm)A+B \equiv a+b \pmod m. We simply add the remainders found for each term.

Step 5: Convert the negative remainder to a positive remainder

The remainder obtained is 2-2. While mathematically correct, remainders are conventionally expressed as non-negative integers less than the divisor. To convert a negative remainder to its positive equivalent, we add the modulus (55 in this case) to it: 2(mod5)2+5(mod5)-2 \pmod 5 \equiv -2 + 5 \pmod 5 2(mod5)3(mod5)-2 \pmod 5 \equiv 3 \pmod 5 Why this step? By definition, the remainder rr when NN is divided by DD satisfies 0r<D0 \le r < D. Adding the modulus to a negative remainder shifts it into this standard range without changing its congruence.

Therefore, the remainder when 72022+320227^{2022}+3^{2022} is divided by 5 is 33.

Important Tips and Common Mistakes

  • Prioritize modular reduction: Always try to reduce the base modulo the divisor as early as possible. For instance, 72(mod5)7 \equiv 2 \pmod 5 and 33(mod5)3 \equiv 3 \pmod 5. Then 22022+32022(mod5)2^{2022} + 3^{2022} \pmod 5.
  • Look for 11 or 1-1 remainders: Powers that yield 11 or 1-1 modulo mm are incredibly useful because they repeat in cycles. ak1(modm)a^k \equiv 1 \pmod m or ak1(modm)a^k \equiv -1 \pmod m (which leads to a2k1(modm)a^{2k} \equiv 1 \pmod m) are golden. Here, 721(mod5)7^2 \equiv -1 \pmod 5 and 321(mod5)3^2 \equiv -1 \pmod 5 were key insights.
  • Negative remainders are powerful: Don't be afraid to use negative remainders (e.g., 41(mod5)4 \equiv -1 \pmod 5). They can often simplify calculations, especially when dealing with large exponents and parity (even/odd). Just remember to convert to a positive remainder at the very end.
  • Binomial property shortcut: Remember the shortcut (am±b)n(±b)n(modm)(am \pm b)^n \equiv (\pm b)^n \pmod m. This saves you from writing out the full binomial expansion.

Summary and Key Takeaway

This problem demonstrates an elegant application of modular arithmetic combined with the Binomial Theorem. By recognizing that both 727^2 and 323^2 are congruent to 1(mod5)-1 \pmod 5, we transformed the original expression into a much simpler form. The property (multiple_of_m±1)n(±1)n(modm)(multiple\_of\_m \pm 1)^n \equiv (\pm 1)^n \pmod m then allowed us to quickly determine the individual remainders for each term. Finally, summing these remainders and adjusting for a positive result yielded the remainder of 33. This approach avoids cumbersome direct calculations of large powers.

The final answer is 3\boxed{3}.

Practice More Binomial Theorem Questions

View All Questions