Solveeit Logo

Question

Question: The remainder when $3^{37}$ is divided by 80 is...

The remainder when 3373^{37} is divided by 80 is

Answer

3

Explanation

Solution

To find the remainder when 3373^{37} is divided by 80, we use modular arithmetic.

We find that 34=813^4 = 81, and 811(mod80)81 \equiv 1 \pmod{80}.

We write the exponent 37=4×9+137 = 4 \times 9 + 1.

So, 337=34×9+1=(34)9×313^{37} = 3^{4 \times 9 + 1} = (3^4)^9 \times 3^1.

Using the property of modular arithmetic, since 341(mod80)3^4 \equiv 1 \pmod{80}, we have (34)9191(mod80)(3^4)^9 \equiv 1^9 \equiv 1 \pmod{80}.

Then, 337=(34)9×311×3(mod80)3^{37} = (3^4)^9 \times 3^1 \equiv 1 \times 3 \pmod{80}.

3373(mod80)3^{37} \equiv 3 \pmod{80}.

The remainder is 3.