Difference between revisions of "1982 USAMO Problems/Problem 4"
(→Solution: Essentially chooses Fermat Numbers until We get to a composite one, 1+1/2+...+1/32+1/64+1/64=1, will write motivation soon) |
m (→Solution 2: just removes some random $ signs) |
||
Line 22: | Line 22: | ||
Consider some cases: | Consider some cases: | ||
− | When <math>n\equiv1\text{ (mod }2)\iff n=m | + | When <math>n\equiv1\text{ (mod }2)\iff n=m</math> we have <math>2^n\cdot k+1\equiv -k+1\equiv 0 \text{ (mod }3)</math> |
− | When <math>n\equiv2\text{ (mod }4)\iff n=2m | + | When <math>n\equiv2\text{ (mod }4)\iff n=2m</math> we have <math>2^n\cdot k+1\equiv -k+1\equiv 0 \text{ (mod }5)</math> |
− | When <math>n\equiv4\text{ (mod }8)\iff n=4m | + | When <math>n\equiv4\text{ (mod }8)\iff n=4m</math> we have <math>2^n\cdot k+1\equiv -k+1\equiv 0 \text{ (mod }17)</math> |
− | When <math>n\equiv8\text{ (mod }16)\iff n=8m | + | When <math>n\equiv8\text{ (mod }16)\iff n=8m</math> we have <math>2^n\cdot k+1\equiv -k+1\equiv 0 \text{ (mod }257)</math> |
− | When <math>n\equiv16\text{ (mod }32)\iff n=16m | + | When <math>n\equiv16\text{ (mod }32)\iff n=16m</math> we have <math>2^n\cdot k+1\equiv -k+1\equiv 0 \text{ (mod }65537)</math> |
− | When <math>n\equiv32\text{ (mod }64)\iff n=32m | + | When <math>n\equiv32\text{ (mod }64)\iff n=32m</math> we have <math>2^n\cdot k+1\equiv -k+1\equiv 0 \text{ (mod }6700417)</math> |
− | When <math>n\equiv0\text{ (mod }64)\iff64\mid n | + | When <math>n\equiv0\text{ (mod }64)\iff64\mid n</math> we have <math>2^n\cdot k+1\equiv k+1\equiv 0 \text{ (mod }641)</math>, since <math>2^{64}\equiv 1 \text{ (mod }641)</math> |
And furthermore, <math>k>>3,5,17,257,65537,6700417,641</math> so these numbers need be composite. | And furthermore, <math>k>>3,5,17,257,65537,6700417,641</math> so these numbers need be composite. |
Revision as of 22:03, 21 September 2016
Contents
Problem
Prove that there exists a positive integer such that is composite for every integer .
Solution 1
Let be a prime number that divides and be a whole number less than such that If is a multiple of , then, for some integer , This simplifies to This implies that . Thus we conclude that there exists an integer such that is composite for all integral .
Solution 2
I claim that works
Consider the primes
Note that and that
Also,
Take to be an odd integer.
It is well known (and not hard to prove) that
Consider some cases:
When we have
When we have
When we have
When we have
When we have
When we have
When we have , since
And furthermore, so these numbers need be composite.
But this covers all cases; we are done
See Also
1982 USAMO (Problems • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.