Modular Arithmetic Flashcards
What is a^p - a always equal to (where p is prime and a is any natural number)?
An integer multiple of p
What does a^p always equal in modular arithmetic?
a mod p
What does a^(p-1) always equal in modular arithmetic?
1 mod p
What is 2+7 in modulo 12?
9 mod 12
What is 6+10 in modulo 12?
4 mod 12
What is 4+8 in modulo 12?
0 mod 12
What are the next five numbers that 1 is also equal to in modulo 12?
13, 25, 37, 49, 61
What are the next five numbers that 10 is equal to in modulo 12?
22, 34, 46, 58, 70
If a = b mod 12 then what does a-b =?
a-b = a multiple of 12
If 56=20 mod 12 then what is (56-20)%12?
0
In mod 5, what can every integer be expressed as?
0, 1, 2, 3, 4
What is the residue class of [4]’5
{…-16,-11,-6,-1, 4, 9, 14, 19…}
How do you know if b is a primitive root of p?
B^1, B^2… B^(P-1) = An arrangement of 1, 2 … P-1