2024 SSMO Team Round Problems/Problem 2
Problem
Find the sum of the three smallest positive integers where the last two digits of
are
.
Solution
From we have
and
From the first congruence, we have
Now, let
for integers
Then,
so
Now, we will proceed using casework. Clearly,
is not a multiple of 5. Now, note that
\begin{align*}
b\equiv1\pmod{5}&\implies a\equiv0\pmod{5},\\
b\equiv2\pmod{5}&\implies a\equiv1\pmod{5},\\
b\equiv3\pmod{5}&\implies a\equiv3\pmod{5},\text{ and }\\
b\equiv4\pmod{5}&\implies a\equiv4\pmod{5}.
\end{align*}
So, we have
Combining this with
we find the following solutions as residues mod 50:
and
So, the answer is
~SMO_Team