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

Click For Summary
SUMMARY

The discussion focuses on finding integers modulo 19 and 17 with specific orders. For modulo 19, integers 18 and 7 have orders of 2 and 3, respectively. In modulo 17, integers that satisfy the condition for order 4 include 4 and those of the form 30 + 17k, where k is an integer. The multiplicative order is defined as the smallest integer k such that a^k ≡ 1 (mod n) when gcd(a,n) = 1.

PREREQUISITES
  • Understanding of multiplicative order in number theory
  • Familiarity with modular arithmetic
  • Knowledge of primitive roots and their properties
  • Basic skills in solving congruences
NEXT STEPS
  • Study the properties of primitive roots modulo prime numbers
  • Learn how to compute the multiplicative order of integers modulo n
  • Explore the application of the Chinese Remainder Theorem in modular arithmetic
  • Investigate the relationship between gcd and modular equations
USEFUL FOR

Students of number theory, mathematicians interested in modular arithmetic, and anyone solving problems related to integer orders in modular systems.

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:

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
6
Views
2K
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K