- #1
ehrenfest
- 2,020
- 1
[SOLVED] larson 3.2.16c
Let x be an integer one less than a multiple of 24. Prove that if a and b are positive integers such that ab=x, then a+b is a multiple of 24.
ab=24n-1 implies that ab is congruent to 2 mod 3 and congruent to 7 mod 8
ab=(a+1)(b+1) -ab-1 = (a+1)(b+1)-24n so ab is congruent to (a+1)(b+1) mod 3 and mod 8
I checked this for n up in {1,...,9}. This is obviously true when 24n-1 is prime. The only n I found in that set for which it is not prime are n=4 and n=9 and it works in both cases.
n=4 gives 95=5*19
n=9 gives 215=5*43
Homework Statement
Let x be an integer one less than a multiple of 24. Prove that if a and b are positive integers such that ab=x, then a+b is a multiple of 24.
Homework Equations
The Attempt at a Solution
ab=24n-1 implies that ab is congruent to 2 mod 3 and congruent to 7 mod 8
ab=(a+1)(b+1) -ab-1 = (a+1)(b+1)-24n so ab is congruent to (a+1)(b+1) mod 3 and mod 8
I checked this for n up in {1,...,9}. This is obviously true when 24n-1 is prime. The only n I found in that set for which it is not prime are n=4 and n=9 and it works in both cases.
n=4 gives 95=5*19
n=9 gives 215=5*43