Exercises 7.7 Exercises
ΒΆ1.
Before reading beyond Section 7.1, pick one of these, and really do some exploration and write about it. See Section 7.6 for another interactive applet for the first question.
Do exploration to try to find a criterion for which primes p there are square roots of β1. You will have to examine primes less than 10 by hand to make sure you are right!
Do exploration to find out anything you can about how many square roots of 1 there are for a given n.
2.
Figure out how many solutions x2β‘x (mod n) has for n=5,6,7, and then compute how many solutions there are modulo 210.
3.
Finish finding the solutions to the congruences in Examples 7.2.4β7.2.5. Do you notice anything about the answers that suggests a shortcut for finding these particular additional solutions?
4.
Find all solutions to x2+8β‘0 (mod 121) using the method above in Theorem 7.2.3.
5.
Solve f(x)=x3βx2+2x+1β‘0 (mod 5e) for e=1,2,3.
6.
Use summation notation to properly prove (xkβbk)=(xβb)(xkβ1+β―+bkβ1).
7.
Show that the conclusion of Wilson's Theorem fails for p=10, and check that it holds for p=11 by computing 10! and then reducing.
8.
Suppose we have the same setup as in Wilson's Theorem, modulo a prime p. What is the value of (pβ2)! as a function of the modulus?
9.
Use Fermat's Little Theorem to help you calculate each of the following very quickly:
512372 (mod 13)
34443233 (mod 17)
123456 (mod 23)
10.
Prove Fermat's Little Theorem using the steps in Theorem 7.5.3 (a standard one in many texts), or any way you would like.
11.
Prove that Wilson's Theorem always fails if the modulus is not prime. Hint: use the fact that the modulus n then has factors m other than 1 or n.
12.
Prove that it is impossible for pβ£x2+1 if a prime p has pβ‘3 (mod 4) β that is, if p is of the form 4n+3. (Hardβ6βIf you absolutely must know, see [C.2.13, Theorem 4.12] or [C.5.1, Theorem 8.6] for a somewhat more general statement proved using Fermat's Little Theorem, which [C.2.13] later uses to prove Proposition 7.6.3..)
13.
Prove that x2+y2=p has no (integer) solutions for prime p with that same form 4n+3.
14.
Show that y2=x3+999 has no (integer) solutions (See [C.2.13, Chapter 10 Review Exercise 5], Exercise 15.7.7). You may assume Fact 13.3.2.