Is there any integer $p$ such that $p > 1$ and all three numbers $p$, $p+2$ and $p+4$ are prime numbers? If there are such triples, prove that you have all of them; if there are no such triples, prove why not.
Apart from this, I am given the following information: if $a$ is an integer, then precisely one of the following holds: either $a = 3k$ for some integer $k$, or $a = 3k+1$ for some integer $k$, or $a = 3k+2$ for some integer $k$.
I have observed that, when you sum $p$, $p+2$ and $p+4$, you get $3(p+2)$. But from that, I don't know how to proceed.