Exercises 16.8 Exercises
ΒΆ1.
Fill in all the details of Example 16.0.2.
2.
Prove that if e>1, then there is no solution to
Use our knowledge of squares modulo 4.
3.
For what n does β1 have a square root modulo n? (Hint: use prime factorization and the previous problem along with results earlier in the chapter.)
4.
Clearly 4 has a square root modulo 7. Find all square roots of 4 modulo 73 without using Sage or trying all 343 possibilities. Why is this exercise not as challenging as it seems, and what would you do to make it harder?
5.
Solve x2+3x+5β‘0 (mod 15) using completion of squares and trial and error for square roots.
8.
Prove that if p is an odd prime
9.
Explore and conjecture a formula for
possibly dependent upon some congruence class for p.
10.
Show that a quadratic residue can't be a primitive root if p>2.
11.
Show that if p is an odd prime, then there are exactly pβ12βΟ(pβ1) residues which are neither QRs nor primitive roots. (Hint: don't think too hard β just do the obvious counting up.)
12.
Use Euler's Criterion to find all quadratic residues of 13.
13.
Evaluate Legendre symbols for all aβ 0 where p=7, using Euler's Criterion.
14.
Explore for a pattern for when β5 is a quadratic residue. Try not to use any fancy criteria, but just to seek a pattern based on the number.
15.
Use Euler's Criterion and the ideas of Proof 16.7.1 to prove that 3 has a square root modulo p if pβ‘1 (mod 12). (See Proposition 17.3.4 for full details of (3p).)
16.
Explore for a pattern for, given p, how many pairs of consecutive residues are both actually quadratic residues. Then connect this idea to the following formula, which you should evaluate for the same values of p:
(A harder problem is to prove your evaluation works for all p.)