Text
Call a triple of primes three consecutive odd numbers that are all three prime. Prove that the only possible triple is .
Solution
Look at the three numbers modulo . Since , These are three consecutive residues, so they cover all classes : exactly one of the three numbers is divisible by . A prime divisible by can only be itself. The smallest of the three is :
- if we get the triple , and are all prime;
- if the multiple of were , then , which is not prime;
- if it were , then , impossible.
Hence the only triple of consecutive odd primes is .