Let $a,b,c \in N$ with the property that that 7 divides $a^3+b^3+c^3$, but it doesn't divide $a+b,b+c,c+a$.
a) Show that 7 divides $(a-b)^2+(b-c)^2+(c-a)^2$.
b) Find an example of numbers $a,b,c \in N$ with these properties.
my idea:
So for point $(b)$ I found the triples $(a,b,c)=(4,5,7)$ that have the wanted property
for point $(a)$ I thought of using $a^3+b^3+c^3= \frac{1}{2}*(a+b+c)((a-b)^2+(b-c)^2+(c-a)^2)+3abc$
The wanted property is easy to show if at leat one of the numbers is divisible by 7.
I don't know what to do if none of them is divisible by 7.