Find the least non residue of the following $7^{4275} \mod 11$.
I have the solution for the problem and it is the following:
$7^{10} ≡ 1 \mod 11$
$7^{4275} = (7^{10})^{427} \times 7^{5} \mod 11$ ----> why this particular multiplication case?
$≡ 7^{5} \mod 11$
$≡ 16807 \mod 11$
$≡ 1527 \times 11 + 10 \mod 11$ ----> I do not see where this came from. Can this be skipped and move straight to the next line?
$≡ 10 \mod 11$
$≡ -1 \mod 11$
I am having some problem trying to understand why the above steps have been done.
I am aware that Fermat's Little Theorem is used.
I have looked at the link below for some help but I am still having some trouble understanding this.
For the first, we have $7^{4275}=(7{^{427}})^{10}\cdot7^5$, because $4275=427\cdot10+5$.
Next, one could use a calculator to divide $16807$ by $11$. One gets $1527.*$, where $*$ is the part after the decimal. So, multiply $1527$ by $11$ and subtract from $16807$. You get $10$, as the residue mod $11$.