Find an integer r with 0 ≤ r ≤ 10 such that $7^{137}$ ≡ r (mod 11).
So far I have:
$7^{2}$ ≡ 5(mod 11).
$7^{4}$ ≡ $5^2$ ≡ 3(mod 11).
$7^{5}$ ≡ $3*7$ ≡ -1(mod 11).
$7^{135}$ ≡ $(-1)^{27}$ ≡ -1(mod 11).
so $7^{137}=(-1)*(5)≡ -5(mod 11)$.
I feel like I did something wrong but I'm not sure in which part? Can anyone point it out for me?