Difference between revisions of "2001 JBMO Problems/Problem 1"
Rockmanex3 (talk | contribs) (Completely FIXED the solution) |
m (→Solution1) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
Solve the equation <math>a^3 + b^3 + c^3 = 2001</math> in positive integers. | Solve the equation <math>a^3 + b^3 + c^3 = 2001</math> in positive integers. | ||
− | == | + | ==Solution1== |
− | Note that for all positive integers <math>n,</math> the value <math>n^3</math> is congruent to <math>-1,0,1</math> [[modulo]] <math>9.</math> | + | Note that for all positive integers <math>n,</math> the value <math>n^3</math> is congruent to <math>-1,0,1</math> [[modulo]] <math>9.</math> |
+ | |||
+ | <br> | ||
+ | Proof: set <math>n = 3k + a.</math> Then, <math>n^3 \equiv 27k^3 + 27k^2a + 9ka^2 + a^3 \equiv a^3 \pmod{9}.</math> If <math>a = 0, n^3 \equiv 0^3 \pmod{9}.</math> If <math>a = 1, n^3 \equiv 1^3 \pmod{9}.</math> If <math>a = 2, n^3 \equiv 2^3 \equiv -1 \pmod{9}.</math> | ||
+ | |||
+ | <br> | ||
+ | Since <math>2001 \equiv 3 \pmod{9},</math> we find that <math>a^3,b^3,c^3 \equiv 1 \pmod{9}.</math> Thus, <math>a,b,c \equiv 1 \pmod{3},</math> and the only numbers congruent to <math>1</math> modulo <math>3</math> are <math>1,4,7,10.</math> | ||
<br> | <br> | ||
Line 11: | Line 17: | ||
<br> | <br> | ||
− | Now <math>b^3 + c^3 = 1001.</math> Since <math>b^3 \ge c^3,</math> we find that <math>2b^3 \ge 1001.</math> | + | Now <math>b^3 + c^3 = 1001.</math> Since <math>b^3 \ge c^3,</math> we find that <math>2b^3 \ge 1001.</math> That means <math>b = 10</math> and <math>c = 1.</math> |
<br> | <br> | ||
In summary, the only solutions are <math>\boxed{(10,10,1),(10,1,10),(1,10,10)}.</math> | In summary, the only solutions are <math>\boxed{(10,10,1),(10,1,10),(1,10,10)}.</math> | ||
+ | |||
+ | ==Solution2== | ||
+ | You can also watch remainders modulo 7 which are also -1,0,1. The rest is almost identical as in solution 1. | ||
==See Also== | ==See Also== |
Latest revision as of 09:53, 30 April 2025
Contents
Problem
Solve the equation in positive integers.
Solution1
Note that for all positive integers the value
is congruent to
modulo
Proof: set Then,
If
If
If
Since we find that
Thus,
and the only numbers congruent to
modulo
are
WLOG, let That means
and
Thus,
so
Now Since
we find that
That means
and
In summary, the only solutions are
Solution2
You can also watch remainders modulo 7 which are also -1,0,1. The rest is almost identical as in solution 1.
See Also
2001 JBMO (Problems • Resources) | ||
Preceded by First Problem |
Followed by Problem 2 | |
1 • 2 • 3 • 4 | ||
All JBMO Problems and Solutions |