2025 USAMO Problems/Problem 1
- The following problem is from both the 2025 USAMO #1 and 2025 USAJMO #2, so both problems redirect to this page.
Contents
[hide]
Problem
Let and
be positive integers. Prove that there exists a positive integer
such that for every odd integer
, the digits in the base-
representation of
are all greater than
.
Solution 1
We define a remainder operation to be the remainder when
is divided by
.
Also, let
be the usual floor function.
Base- Representation:
where each
satisfies
Hence, the base-
representation of
is
Leading Digit:
General Digit Formula:
For
Because is odd, one can show
which implies
As grows large,
becomes arbitrarily big, so each digit
eventually exceeds any fixed
Hence there exists an integer
such that for all odd
the digits
in the base-
representation of
are all
This completes the proof.
~Rex
Solution 2
We first make some notes. Let's figure out how many digits are in the conversion using the formula for number of digits in a different base. . Note that for a sufficiently large
,
is a little bigger than
, so
is a little less than
, so
is a little less than
so it's floor is
. So the number of digits is
for a sufficiently large
.
Next the last digit is mod
. Note that
. We know that since
is odd,
is even. So
mod
since it's even and divisible by
. So
and
mod
, so the last digit will always be
.
We present a proof by induction on :
Base case : We have
in base
. Clearly this will just be
and as
increases, so does each of the digits in the conversion of
to base
. Since the digits increase larger and larger boundlessly as
does, there must exist some
large enough.
Inductive Step: We will assume the digits grow with for
and we will prove it for
We want to convert
to base
. We know the last digit is
and we know it's
digits long. So if
is
digits long, our conversion is
. We know
. Thus,
is the previous number of
for
but subtracting
and halving. We take our previous for
and we know it ends in
. When we subtract
it ends in
: an even number since
is odd. Now it ends in an even number and each digit is odd or even, but each digit
. Now we do the following to convert each digit into an even digit. If we have an odd digit, subtract
from this digit, and add
to the digit to it's right. There must always be a digit to it's right since the rightmost digit is even. This process turns every odd number into an even number, and keeps every even number as even since adding
won't change if a number is odd or even. Now we half every digit. Each digit was
, then we added
making each digit
, so after halving, each digit will still be
, and we will be done. If a digit increases as
increases and we add
, it'll still increase as
increases. If a digit increases as
increases and we halve it, it'll still increase as
increases. If a digit increases as
increases and we subtract
, it'll still increase as
increases. So all our digits, no matter what we did to them will still increase as
increases.
~Math645
See Also
2025 USAMO (Problems • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |
2025 USAJMO (Problems • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.