I was given the polynomial $$f(x) = x^4 + 2x^3 + 3x^2 + x + 1$$ and told to find $$f(x) \mod 17 = 0 $$ I found the solution to be $$x = 8 + 17n$$ However, I arrived at this solution by computing all of the residues of f(x) mod 17 and then finding where the zero occurred. I was told by the person who gave me the problem that there's a more efficient solution that doesn't involve making a list. I'm quite new to number theory, so I don't know where to look to ask the question in a more advanced way, need guidance to be able to. Thank you kindly if you can.
TL;DR: Looking for a more number theoretic way to solve for x than computing f(x) from 1 to 17