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

Question

Remainder when 64323264^{32^{32}} is divided by 9 is equal to ________.

Answer: 32

Solution

Key Concept: Modular Arithmetic and Properties of Exponents

To efficiently determine the remainder when a large number raised to a power is divided by another number, we utilize the fundamental properties of modular arithmetic. The most crucial property for this problem is: if two integers aa and bb are congruent modulo nn (i.e., they have the same remainder when divided by nn, denoted as ab(modn)a \equiv b \pmod n), then any positive integer power of aa will be congruent to the same power of bb modulo nn. Mathematically, if ab(modn)a \equiv b \pmod n, then akbk(modn)a^k \equiv b^k \pmod n for any positive integer kk.

This property allows us to simplify the base of an exponent before evaluating the large power, significantly reducing computational complexity. Additionally, we use the simple fact that any positive integer power of 11 is always 11.


Step-by-Step Solution

Step 1: Simplify the base of the exponent modulo the divisor. The problem asks for the remainder when 64323264^{32^{32}} is divided by 99. Our first step is to simplify the base of the main exponent, which is 6464, with respect to the divisor, 99. Let's divide 6464 by 99: 64=7×9+164 = 7 \times 9 + 1 This means that 6464 leaves a remainder of 11 when divided by 99. In modular arithmetic notation, we write this as: 641(mod9)64 \equiv 1 \pmod 9 Explanation: We perform this simplification because working with 6464 directly in the exponent would be cumbersome. By finding its remainder modulo 99, we can replace 6464 with 11 in the modular expression, which is much simpler to handle in subsequent steps, thanks to the property ak(a(modn))k(modn)a^k \equiv (a \pmod n)^k \pmod n.

Step 2: Apply the simplified base to the original expression. Now we substitute the congruence 641(mod9)64 \equiv 1 \pmod 9 into the original expression. Let T=3232T = 32^{32} for clarity, as TT represents the exponent. Since TT is a very large positive integer (3232 multiplied by itself 3232 times), we can write: 64323213232(mod9)64^{32^{32}} \equiv 1^{32^{32}} \pmod 9 Now, we evaluate 11 raised to any positive integer power: 1T=11^{T} = 1 Explanation: This is a direct application of the property that any positive integer power of 11 is always 11. No matter how large the exponent 323232^{32} is, raising 11 to that power will still result in 11. This dramatically simplifies the entire problem.

Step 3: State the final remainder. From the previous step, we have determined that: 6432321(mod9)64^{32^{32}} \equiv 1 \pmod 9 Therefore, the remainder when 64323264^{32^{32}} is divided by 99 is 11.


Tips and Common Mistakes to Avoid

  • Always simplify the base first: When faced with modular exponentiation, the most efficient and often simplest approach is to first find the remainder of the base with respect to the divisor. This initial simplification is key to solving such problems.
  • Understanding the definition of a remainder: A remainder must always be a non-negative integer and strictly less than the divisor. For example, when dividing by 99, the only possible remainders are 0,1,2,3,4,5,6,7, and 80, 1, 2, 3, 4, 5, 6, 7, \text{ and } 8.
  • Discrepancy with given "Correct Answer": The problem statement indicates a "Correct Answer: 32". However, 3232 cannot be a remainder when dividing by 99, because 3232 is greater than 99. If 3232 were the result of some intermediate calculation, one would still need to find 32(mod9)32 \pmod 9, which is 55. Based on the standard interpretation of finding "the remainder when XX is divided by YY", our derived answer of 11 is mathematically sound. It's crucial to understand why 3232 (or any number greater than or equal to the divisor) cannot be a final remainder.

Summary and Key Takeaway This problem serves as an excellent illustration of how modular arithmetic simplifies complex calculations. By first reducing the base (6464) to its remainder modulo the divisor (99), we transformed a seemingly daunting problem into a straightforward evaluation of 11 raised to a power. The key takeaway is to always look for opportunities to simplify components of an expression modulo the divisor, especially the base of an exponent, to efficiently arrive at the correct remainder.

Practice More Binomial Theorem Questions

View All Questions