Number Theory (2) Homework: Find Integer Orders Modulo 19 & 17

Shackleford
Messages
1,649
Reaction score
2

Homework Statement



1. Find an integer modulo 19 with each of the following orders of 2 and 3.

2. Find all integers modulo 17 such that its order modulo 17 is 4.

Homework Equations



The multiplicative order of a modulo n, denoted by ordn(a), is the smallest integer k > 0 such that ak ≡ 1 (mod n), when gcd(a,n) = 1 and n > 1.

The Attempt at a Solution



1) I want to find an integer a such that

a2 ≡ 1 (mod 19), a = 18;

a3 ≡ 1 (mod 19), a = 7.

2) I'm looking at ord17(a) = 4.

Well, two is a primitive root modulo 17, so

ord17(2j) = ord17(2)/gcd(8, j) = 8/ gcd(8, j) which implies that j = 6.

26 ≡ 13 (mod 17), so a = 30 + 17k.
 
Physics news on Phys.org
Shackleford said:

Homework Statement



1. Find an integer modulo 19 with each of the following orders of 2 and 3.

2. Find all integers modulo 17 such that its order modulo 17 is 4.

Homework Equations



The multiplicative order of a modulo n, denoted by ordn(a), is the smallest integer k > 0 such that ak ≡ 1 (mod n), when gcd(a,n) = 1 and n > 1.

The Attempt at a Solution



1) I want to find an integer a such that

a2 ≡ 1 (mod 19), a = 18;

a3 ≡ 1 (mod 19), a = 7.

2) I'm looking at ord17(a) = 4.

Well, two is a primitive root modulo 17, so

ord17(2j) = ord17(2)/gcd(8, j) = 8/ gcd(8, j) which implies that j = 6.

26 ≡ 13 (mod 17), so a = 30 + 17k.

I don't think you've actually asked a question. But a=4 works as well, that's not of the form 30+17k. Try to find where you missed that one.
 
Last edited:
Dick said:
I don't think you've actually asked a question. But a=4 works as well, that not of the form 30+17k. Try to find where you missed that one.

Sorry. I just wanted to make sure that I was construing the questions correctly. I'll take a look.

Ah. I forgot gcd(8, j = 2) = 2.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top