This problem stems from a recent student-created olympiad contest.
Find all integer (not simply positive) solutions to $a^{2017}+a-2=(a-1)(b^{11})$.
My multiple attempts modulo many small primes suggests that modulo arithmetic if it works will require an extremely contrived approach. I will note that (mod 23) did not work as expected. Furthermore note that $a=1$ is always a solution. (NOTE: There was an error in the problem statement that I didn't initially notice.)
OK, so $a=1$ is one solution. We wish to show there are no others, using the hint in your problem.
Hint: first, solve for $b^{11}$, in terms of $a$. Changing my answer to account for the error you corrected, you would have:
$a^{2016}+\cdots+a^2+a^1+1+1 = b^{11}$
Second, reduce (mod 23). Let $c=a^{-1}$. You should get the equation $b^{11}=\frac{a^{2017}-1}{a-1} + 1= \frac{a^{-7}-1}{a-1} +1= \frac{c^7-1}{1/c-1}+1=-c(c^6+c^5+c^4+c^3+c^2+c+1)+1 =$ $= 1-(c^7+c^6+c^5+c^4+c^3+c^2+c)$
But, since $(b^{11})^2 = b^{22} \equiv b^0 = 1$ (mod 23), then $b^{11}$ is always either 1 or -1.
Then, just check all values of the LHS (mod 23) to see that this has no solution (mod 23). They are, in order from $a=1$ to $a=23$:
[this calculation was apparently wrong]
None of these are congruent to 1 or -1 (mod 23), and thus you get that there are no solutions for $a$.