bill's blog

Writeup: IMO Shortlist 2002 N1

Problem Statement

What is the smallest positive integer t such that there exist integers x1,x2,,xt with

x13+x23++xt3=20022002?

My Solution

I don't like this problem. I feel like with this problem, you either see the solution right away or you spam random numbers for what feels like forever until you get the solution. It's not hard to see that 2002 is 1 mod 3. We can rewrite 20022002 as

20022001·2002=20022001·(1+1+1000+1000)

which yields a sum of 4 cubes.

Now we prove t<4 is not possible. Mod 9, 200220024, and since cubic residues mod 9 are 1,0,1, we must have at least 4 cubes to get a residue of 4.