Let a,b be two natural numbers and p a prime number and
$p=6k+5 $ (k is an unfixed integer)
Prove that if $$ p|a^2+ab+b^2$$ Then $p|b$ and $p|a$
I found this problem in a discrete math book in the number theory section. I tried solving it by multiplying $a^2+ab+b^2$ by $a-b$ which results in $$p|a^3-b^3$$
But i don't know how to proceed.