Question

Difficulty: EasyDivisibility Rules and Remainder Theorem

Determine the positive remainder when the value of 364336^{43} is divided by 3737.

Answer: 36

Answer

36
By the properties of modular arithmetic, 3636 is congruent to 1-1 modulo 3737. When we raise both sides to the power of 4343, we obtain 3643(1)43(mod37)36^{43} \equiv (-1)^{43} \pmod{37}. Since an odd power of 1-1 is still 1-1, the expression leaves a remainder of 1-1. To find the standard positive remainder, we simply add the divisor to this result: 1+37=36-1 + 37 = 36.

Step-by-Step Solution

1
Express the base as a negative remainder modulo the divisor.
When 3636 is divided by 3737, the remainder can be expressed as 1-1 because 36=37×1136 = 37 \times 1 - 1. Therefore, we can state that 361(mod37)36 \equiv -1 \pmod{37}.
Using a negative remainder with an absolute value of 11 makes calculating large exponentiations trivial.
2
Apply the exponent to the negative remainder and convert back to a positive value.
Calculate (1)43(-1)^{43}. Since 4343 is an odd number, (1)43=1(-1)^{43} = -1. To find the valid positive remainder, add the divisor: 1+37=36-1 + 37 = 36.
The rules of modular arithmetic allow us to raise the remainder to the given power. However, the final answer must always be a non-negative integer strictly less than the divisor.

Key Concept

Negative Remainders for Large Powers

Alternative Method

You can use Fermat's Little Theorem, which states ap11(modp)a^{p-1} \equiv 1 \pmod p for any prime pp (as long as aa is not divisible by pp). Here, p=37p = 37, so 36361(mod37)36^{36} \equiv 1 \pmod{37}. We can split the expression: 3643=3636×3671×367(mod37)36^{43} = 36^{36} \times 36^7 \equiv 1 \times 36^7 \pmod{37}. Using the negative remainder trick for the remaining part gives (1)7=1(-1)^7 = -1. Adding 3737 yields the positive remainder of 3636.
Estimated Time:30s
Rate this question