Enter Modular Exponentiation


      

Solve 30 mod 11 using:

Modular exponentiation

Build an algorithm:

n is our exponent = 0

y = 1 and u ≡ 3 mod 11 = 3

See here

Because n = 0, we stop

We have our answer

Final Answer


30 mod 11 ≡ 1