Question

Difficulty: MediumRemainders and Units Digit Cyclicity

What is the remainder when 5995^{99} is divided by 1313?

Answer: 8

Answer

The remainder when 5995^{99} is divided by 1313 is 88.
To find the remainder of 5995^{99} divided by 1313, find the repeating pattern of remainders for powers of 55 modulo 1313. The first four powers yield remainders 5,12,8,5, 12, 8, and 11. Since 541(mod13)5^4 \equiv 1 \pmod{13}, the remainders repeat every 44 powers. Dividing the exponent 9999 by 44 gives 99=4×24+399 = 4 \times 24 + 3. The remainder of 33 indicates that 5995^{99} has the exact same remainder modulo 1313 as 535^3, which is 88.

Step-by-Step Solution

1
Analyze the remainders of powers of 5 modulo 13 to identify the repeating period length.
515(mod13)5^1 \equiv 5 \pmod{13}, 5212(mod13)5^2 \equiv 12 \pmod{13}, 538(mod13)5^3 \equiv 8 \pmod{13}, and 541(mod13)5^4 \equiv 1 \pmod{13}. The sequence of remainders repeats every 4 powers.
Integral powers modulo a positive integer exhibit periodic behavior.
2
Compute the remainder of the exponent 99 divided by the cycle length 4.
99÷4=2499 \div 4 = 24 with a remainder of 33.
The exponent's remainder modulo the cycle length determines which element in the periodic cycle gives the equivalent value.
3
Evaluate the 3rd term in the remainder cycle.
The 3rd element in the sequence (5,12,8,1)(5, 12, 8, 1) is 88.
An exponent congruent to 3(mod4)3 \pmod 4 yields the same remainder as 53(mod13)5^3 \pmod{13}.

Key Concept

Modular Arithmetic and Cyclicity of Powers
Rate this question