Processing math: 100%
Skip to main content

Exercises 10.6 Exercises

1.

Find primitive roots of 18, 23, and 27 (one for each modulus) using Lemma 10.2.3 to test various numbers.

2.

If a is a primitive root of n, prove that aβˆ’1 is also a primitive root of n.

3.

Show that there is no primitive root for n=8.

4.

Show that there is no primitive root for n=12.

5.

Find two primitive roots of 81 using the Euler Ο• criterion Lemma 10.2.3 (that is, by hand).

6.

Prove Lemma 10.3.4. Suppose p is prime and the order of a modulo p is d. Prove that if b and d are coprime, then ab also has order d modulo p. Hint: actually write down the powers of ab, and figure out which ones could actually be 1. Lagrange's (group) Theorem 8.3.12 could also be useful.

7.

Prove Lemma 10.3.5. Suppose p is prime and d divides pβˆ’1 (and hence is a possible order of an element of Up). Prove that at most Ο•(d) incongruent integers modulo p have order d modulo p. Hint: Lagrange's (polynomial) Theorem 7.4.1.

8.

Find the orders of all elements of U13, including of course the primitive roots, if they exist. Then verify Claim 10.4.4 for p=13.

9.

Challenge: Assuming p is prime, and without using Claim 10.4.4, prove that there are exactly Ο•(pβˆ’1) primitive roots of p if there is at least one.

11.

Challenge: Assume that a is an odd primitive root modulo pe, where p is an odd prime (that is, both a and p are odd). Prove that a is also a primitive root modulo 2pe.

12.

Solve x6≑4 (mod 29).

13.

Solve x4≑4 (mod 99) by writing this as the combination of two congruences which can be solved with primitive roots, and then using Subsection 5.4.1 to put them back together.

14.

Prove this crucial key to solving congruences by looking at the exponents in Section 10.5: If x≑y (mod Ο•(n)) and gcd(a,n)=1, show that ax≑ay (mod n). Hint: Theorem 9.2.5.

Find all solutions to the following. Making a little table of powers of a primitive root modulo 23 first would be a good idea.

15.

x3≑2 (mod 23)

16.

3x≑2 (mod 23)

17.

x4≑2 (mod 23)

18.

13x≑5 (mod 23)

19.

3x5≑1 (mod 23)

20.

3x14≑2 (mod 23)

21.

For which positive integers a is the congruence ax4≑2 (mod 13) solvable?

22.

Conjecture what the product of all primitive roots modulo p (for an odd prime p) is, modulo p. Prove it! (Hint: one of the results in Subsection 10.3.2 and thinking in terms of the computational exercises might help.)