The following question appeared in the selection test 1 for IMO 2009:
For the equation: 
Show that the equation is solvable mod p for all primes p < 100.
Before answering the question, let’s discuss how did I come up with this question. The numbers 3 and 37 are completely artificial. I chose the number 11 to eliminate the possibility that there could be a trivial or simple-to-fine “global” solution. (i.e. an integer solution to the equation)
I had the mindset to kill the people who like to brute force. I chose the number 100 because there was vaguely a “false hope” for brute force to work. (after all, there are “only” 25 primes to check.) However, the brute-force-group should ran into trouble after a while (i.e. after the first 10 primes or so…I mean, compute the 37th power of a number mod a prime p is really not that easy.)
Anyways, so what is the key to this problem?
The key to this problem is the so called “qth power lemma” in my number theory notes. Let me first state the theorem:
Theorem (qth power lemma)
Suppose p and q are primes. The map:


is an automorphism if 
Of course, this theorem is phrased in a group theorectic language. In elementary terms, it simply means that everything is a
th power mod
if 
Proof: Suppose
Then there exists integers
such that 
Therefore,
by Fermat’s little theorem. Hence
is a
th power and we are done.
Now using this theorem, we can solve the problem in a few lines.
Solution: If
or
, then the cubing lemma and the 37th power lemma says the equation is solvable since everything is either a cube or a 37th power. Therefore, we only need to check primes p that are congruent to 1 mod 3 and 37. i.e.
However, there is no such prime less than 100. We are done.
Remark 1: the converse of qth power lemma is also true. Interested reader should try to prove it yourself.
Remark 2: one can replace the number 11 by any integer and the result is still true.