1997 IMO Problems/Problem 5: Difference between revisions
| Line 51: | Line 51: | ||
Final solution is <math>(a,b)=(1,1); (27,3); (16,2)</math> | Final solution is <math>(a,b)=(1,1); (27,3); (16,2)</math> | ||
~ Tomas Diaz | |||
{{alternate solutions}} | {{alternate solutions}} | ||
Revision as of 16:39, 6 October 2023
Problem
Find all pairs
of integers
that satisfy the equation
Solution
Case 1:
Looking at this expression since
then
.
Here we look at subcase
which gives
for all
. This contradicts condition
, and thus
can't be more than one giving the solution of
with
. So we substitute the value of
into the original equation to get
which solves to
and our first pair
Case 2:
since
, then
and we multiply both sides of the equation by
to get:
Since
, then
and
. This gives
This implies that
for
Let
with
. Since
, then
, which gives
subcase
:
and
. which provides 2nd pair
subcase
:
, thus
and
. which provides 3rd pair
subcase
:
, thus
which decreases with
and approaches
as
. From subcase
, we know that
, thus for subcase
,
. Therefore this subcase has no solution.
Final solution is
~ Tomas Diaz
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.