If $b \ge a$ and p is prime, then $(b-a)^p \equiv b^p-a^p \mod{p}$.
I know this:
$b^p = (b - a+a)^p \equiv (b-a)^p +a^p \mod{p} $.
After all help in this comments I wrote this, I want to know if is correct my answer like this?
\begin{align} b^p = (b -a +a)^p \equiv (b-a)^p +a^p \mod{p} \end{align} \begin{align} b^p \equiv (b-a)^p +a^p \mod{p} \end{align} So, we have that:
\begin{align} b^p\equiv a^p \mod{p} \leftrightarrow p | b^p -a^p \end{align}
and, \begin{align} b-a^p \equiv b -a \equiv b^p -a^p\mod{p} \to\\ (b-a)^p\equiv b^p-a^p \mod{p} \to \\ p| (b-a)^p - (b^p-a^p) \to \\ \end{align} $p|(b-a)^p \to p|(b-a)$ and $p|(b^p-a^p)$ So, we have that \begin{align} p | (b-a)^p - (b^p -a^p) \to (b-a)^p \equiv b^p -a^p. \end{align}
You've done the hard part. Your intermediate result can be restated (by transitivity) as: $$b^p \equiv (b-a)^p + a^p\mod p$$
And (by symmetry) as: $$(b-a)^p + a^p\equiv b^p \mod p$$
Modular arithmetic has some useful universal properties. Specifically, you can add or subtract the same thing to both sides of the equation. In other words, you can treat the $\equiv$ as a $=$ and simplify your equation. See if you can find a way to finish in one step.