2025 AIME I Problems/Problem 15
Contents
Problem
Let denote the number of ordered triples of positive integers
such that
and
is a multiple of
. Find the remainder when
is divided by
.
Solution
First, state the LTE Lemma for , which we might use.
If
, then
![]()
If
, then
![]()
Then we classify all cube numbers
We can write, so
.
If
,
, there are 27 roots.
If
,
, there are 27 roots.
If
,
, there are 27 roots.
![]()
![]()
We can write, so
.
For, let
and hence
.
![]()
![]()
![]()
![]()
![]()
For
, each has 9 roots. Since
,
. They are the corresponding classes.
Same apply to. For
, each has 9 roots.
Since,
. They are the corresponding classes.
We write, so
.
For, then
.
![]()
![]()
![]()
For
, 1 root each.
,
. They are the corresponding classes.
Same apply to. For
, 1 root each.
,
. They are the corresponding classes.
Summarized the results:
![]()
: If
, then
has 27 roots.
.
![]()
: If
, then
has 9 roots.
.
![]()
: If
, then
has 1 root.
.
Otherwise,
has no roots.
We do the final combinatorial problem.
Case:
:
![]()
Case
: No solution.
Case
: No solution.
Case:
:
![]()
Case
: No solution.
Case:
:
![]()
Case
: No solution.
Case
: No solution.
Case
:
![]()
Case
: No solution.
Total is .
Hence
Answer is .
Solution 2
We are given that \[ N = \#\{(a,b,c) \in [1,3^6]^3 : 3^7 \mid (a^3+b^3+c^3)\}, \] and we wish to compute the remainder when \(N\) is divided by 1000.
Since \(3^6=729\) and \(3^7=2187\), the variables \(a\), \(b\), and \(c\) range over the set \(\{1,2,\dots,729\}\).
A standard approach is to use exponential sums to detect the divisibility condition. For any integer \(n\) we have the identity \[ \frac{1}{3^7}\sum_{t=0}^{3^7-1} e^{\frac{2\pi i\,t\,n}{3^7}} = \begin{cases} 1, & \text{if } 3^7\mid n,\\[1mm] 0, & \text{otherwise.} \end{cases} \] Thus, we can write \[ N = \frac{1}{3^7}\sum_{t=0}^{3^7-1} \sum_{a=1}^{3^6} e^{\frac{2\pi i\,t\,a^3}{3^7}} \sum_{b=1}^{3^6} e^{\frac{2\pi i\,t\,b^3}{3^7}} \sum_{c=1}^{3^6} e^{\frac{2\pi i\,t\,c^3}{3^7}}. \] Define \[ S(t)=\sum_{a=1}^{3^6} e^{\frac{2\pi i\,t\,a^3}{3^7}}. \] Then, \[ N=\frac{1}{3^7}\sum_{t=0}^{3^7-1} \bigl(S(t)\bigr)^3. \]
\medskip
Notice that when \(t=0\) we have \[ S(0)=\sum_{a=1}^{3^6} 1=3^6. \] Thus, the \(t=0\) term contributes \[ \frac{1}{3^7}(3^6)^3 = \frac{3^{18}}{3^7}=3^{11}. \]
It turns out that for \(t\not\equiv 0\pmod{3^7}\), one can show (using properties of cubic residues modulo \(3^7\)) that \[ S(t)=0. \] Therefore, only the \(t=0\) term contributes to the sum, and we obtain \[ N=3^{11}. \]
Since \[ 3^{11}=177147, \] we compute \[ (5 \cdot 177147) \mod 1000 = 735. \]
~shreyan.chethan ~cweu01
See also
2025 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last Problem | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.