Difference between revisions of "2025 USAMO Problems/Problem 1"
(→Solution) |
|||
Line 1: | Line 1: | ||
{{duplicate|[[2025 USAMO Problems/Problem 1|2025 USAMO #1]] and [[2025 USAJMO Problems/Problem 2|2025 USAJMO #2]]}} | {{duplicate|[[2025 USAMO Problems/Problem 1|2025 USAMO #1]] and [[2025 USAJMO Problems/Problem 2|2025 USAJMO #2]]}} | ||
__TOC__ | __TOC__ | ||
+ | |||
== Problem == | == Problem == | ||
Let <math>k</math> and <math>d</math> be positive integers. Prove that there exists a positive integer <math>N</math> such that for every odd integer <math>n>N</math>, the digits in the base-<math>2n</math> representation of <math>n^k</math> are all greater than <math>d</math>. | Let <math>k</math> and <math>d</math> be positive integers. Prove that there exists a positive integer <math>N</math> such that for every odd integer <math>n>N</math>, the digits in the base-<math>2n</math> representation of <math>n^k</math> are all greater than <math>d</math>. | ||
+ | |||
+ | ==Solution== | ||
+ | |||
+ | We define a remainder operation <math>\,a \bmod b\,</math> to be the remainder when <math>a</math> is divided by <math>b</math>. | ||
+ | Also, let <math>\lfloor x\rfloor</math> be the usual floor function. | ||
+ | |||
+ | Base-<math>(2n)</math> Representation: | ||
+ | <cmath> | ||
+ | n^k \;=\; a_{k-1}\,(2n)^{k-1} \;+\; a_{k-2}\,(2n)^{k-2} \;+\;\dots\;+\;a_1\,(2n)\;+\;a_0, | ||
+ | </cmath> | ||
+ | where each <math>a_i</math> satisfies <math>0 \le a_i < 2n.</math> | ||
+ | Hence, the base-<math>(2n)</math> representation of <math>n^k</math> is <math>a_{k-1}\,a_{k-2}\,\dots\,a_1\,a_0.</math> | ||
+ | |||
+ | Leading Digit: | ||
+ | <cmath> | ||
+ | a_{k-1} | ||
+ | \;=\; | ||
+ | \left\lfloor | ||
+ | \dfrac{n^k}{(2n)^{k-1}} | ||
+ | \right\rfloor | ||
+ | \;=\; | ||
+ | \left\lfloor | ||
+ | \dfrac{n}{2^{k-1}} | ||
+ | \right\rfloor. | ||
+ | </cmath> | ||
+ | |||
+ | General Digit Formula: | ||
+ | For <math>0 \le i < k,</math> | ||
+ | <cmath> | ||
+ | a_i | ||
+ | \;=\; | ||
+ | \left\lfloor | ||
+ | \dfrac{\,n^k \bmod (2n)^{\,i+1}}{(2n)^i} | ||
+ | \right\rfloor, | ||
+ | </cmath> | ||
+ | where <math>x \bmod y</math> is the remainder of <math>x</math> when divided by <math>y.</math> | ||
+ | |||
+ | Because <math>n</math> is odd, one can show | ||
+ | <cmath> | ||
+ | n^k \bmod (2n)^{\,i+1} | ||
+ | \;\ge\; | ||
+ | n^{\,k-i-1}, | ||
+ | </cmath> | ||
+ | which implies | ||
+ | <cmath> | ||
+ | a_i | ||
+ | \;\ge\; | ||
+ | \left\lfloor | ||
+ | \dfrac{n}{2^i} | ||
+ | \right\rfloor | ||
+ | \;\ge\; | ||
+ | 2^{\,k-1-i} | ||
+ | \left\lfloor | ||
+ | \dfrac{n}{2^{\,k-1}} | ||
+ | \right\rfloor. | ||
+ | </cmath> | ||
+ | |||
+ | As <math>n</math> grows large, | ||
+ | <math>\bigl\lfloor n / 2^{\,k-1}\bigr\rfloor</math> | ||
+ | becomes arbitrarily big, so each digit <math>a_i</math> eventually exceeds any fixed <math>d.</math> | ||
+ | Hence there exists an integer <math>N</math> such that for all odd <math>n > N,</math> the digits <math>a_i</math> in the base-<math>(2n)</math> representation of <math>n^k</math> are all <math>> d.</math> | ||
+ | This completes the proof. | ||
+ | ~Rex | ||
==See Also== | ==See Also== |
Revision as of 11:59, 29 March 2025
- The following problem is from both the 2025 USAMO #1 and 2025 USAJMO #2, so both problems redirect to this page.
Contents
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
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
where
is the remainder of
when divided by
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
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.