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.

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.

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.

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 a prime p>3) 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.)