Processing math: 100%
Skip to main content

Exercises 16.8 Exercises

2.

Prove that if e>1, then there is no solution to

x2β‰‘βˆ’1 (mod 2e).

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.

Solve the following congruences without using a computer.

6.

x2+6x+5≑0 (mod 17)

7.

5x2+3x+1≑0 (mod 17)

8.

Prove that if p is an odd prime

pβˆ’1βˆ‘a=1(ap)=0.
9.

Explore and conjecture a formula for

βˆ‘a∈Qpa,

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.)

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.

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:

pβˆ’2βˆ‘a=1(ap)(a+1p)

(A harder problem is to prove your evaluation works for all p.)