Homework Statement
Show that the only three consecutive numbers that are primes are 3,5,7.
Homework Equations
The Attempt at a Solution
let p, p+2, p+4 be three consecutive odd numbers
If p=0(mod3), p is divisible by 3
If p=1(mod 3), p+2 is divisible by 3
If p=2(mod3), p+4 is...