SELECTED HOMEWORK SOLUTIONS

 

PAGE 49

3. Given that p does not divide n for all primes p less than the cube root of n, show that n>1 is either a prime or the product of two primes.

Proof: Suppose not. That is, suppose there is an integer n so that n>1, p does not divide n for any prime p less than the cube root of n, and n contains at least three prime factors. Then n = p1p2 p3k, where p1, p2, and p3 are distinct primes and k is an integer with k³ 1. Denote the cube root of n by cbrt(n). By assumption, since no prime less than or equal to cbrt(n) divides n, then p1>cbrt(n), p2>cbrt(n), and p3>cbrt(n). Hence p1p2 p3>( cbrt(n))3>n. But n = p1p2 p3k, where k>1. So n>p1p2p3. Thus n> p1p2 p3>n, which is a contradiction. It follows that the supposition is false and the given statement is true.

 

PAGE 229

2. If x, y, z is a primitive Pythagorean triple, prove that x+y and x-y are congruent modulo 8 to either 1 or 7.

Proof: By Theorem 11.1, there exist integers s and t such that s>t>0, s and t have opposite parity, x =2st, and y = s2-t2. Since s and t have opposite parity, s+t is odd. Hence

(s+t)2 º 1 (mod 8).* Thus

x + y = 2st + (s2- t2) = s2 + 2st - t2 = s2 + 2st + t 2 - 2t 2 = (s+t)2 - 2t2 º 1 - 2t 2 (mod 8).

If t is even, then 8 divides 2t2, and so x + y º 1 - 2t 2 º 1 (mod 8).

If t is odd, then t = 2n+1 for some integer n, and so

x + y º 1 - 2t2 = 1 - 2(2n+1)2 = 1 - 2(4n2+4n+1) = -8n2 - 8n -1 º -1 º 7 (mod 8).

Thus x +y is congruent modulo 8 to either 1 or 7.

The proof that x - y is congruent modulo 8 to either 1 or 7 is almost identical.

*[Why? If k is an integer, then (2k +1)2 = 4k2+4k+1 = 4k(k+1) + 1. But k(k+1) is even; say k(k+1) = 2m. Hence (2k+1)2 = 4(2m)+1 = 8m + 1.]

 

PAGE 236

1. Show that the equation x2+ y2 = z3 has infinitely many solutions for x, y, z positive integers.

Proof: There are infinitely many integers that are greater than 3. For each such integer n, let x = n(n2 - 3) and y = 3n2 - 1. Then

x2 + y2

=

(n(n2 - 3))2 + (3n2 - 1)2

 

=

n2(n4 - 6n2 + 9) + (9n4 - 6n2 + 1)

 

=

n6 - 6n4 + 9n2 + (9n4 - 6n2 + 1)

 

=

n6 + 3n4 + 3n2 + 1

 

=

(n2 + 1)3.

Let z = n2 + 1. Then x2 + y2 = z3.

 

3. In a Pythagorean triple x, y, z, prove that not more than one of x, y, or z can be a perfect square.

Proof: Let x, y, z be a Pythagorean triple.

Case 1: Suppose both x and y are perfect squares. Then x = u2 and y = v2 for some integers u and v. Hence x2 + y2 = (u2) 2 + (v2) 2 = u4 + v4 = z2. But this contradicts theorem 11.3. Thus case 1 cannot occur.

Case 2: Suppose both x and z are perfect squares. Then x = u2 and z = v2 for some integers u and v. Hence x2 + y2 = (u2) 2 + y2 = z2 = (v2) 2. So u4 + y2 = v4 , and thus y2 = v4 - u4. But this contradicts theorem 11.4. Thus case 2 cannot occur.

Case 3: Suppose both y and z are perfect squares. This case is virtually identical to case 1 and also cannot occur.

Therefore, not more than one of x, y, or z can be a perfect square.