What is the sum of the roots of the following quadratic polynomial?
$$ x^2 - 18 x + \text{<illegible smudge>} $$
An easy way to hinder a solution is to simply add in extra irrelevant information to give people false paths to waste time on, or better yet, misleading information. For example:
Many numbers can be written as the sum of squares of three distinct integers, such as $29 = 2^2 + 3^2 + 4^2$ or $75 = 1^2 + 5^2 + 7^2$.
What is the smallest number that can be written in such a way?
The answer is $2 = (-1)^2 + 0^2 + 1^2$. The examples are crafted to plant/reinforce the idea of positive integer in the reader's head, making it more difficult to think of using negative numbers. I've seen some very well done examples of this trick, but none come to mind at the moment.
(I would have given $12$ as an example of a number that can't, because $2^2 + 2^2 +2^2$ doesn't count -- but I'm not sure if that would throw people off even further, or help them think of the idea if considering using both $x^2$ and $(-x)^2$)
Special cases can sometimes be unhelpful. For example, at one time in my life, I found the sum
$$ 1 \cdot 2 + 2 \cdot 2^2 + 3 \cdot 2^3 + 4 \cdot 2^4 + \cdots + 1000 \cdot 2^{1000} $$
much harder to compute than the sum
$$ \sum_{n=1}^{1000} n x^n $$
because seeing the special case prevented me from thinking of general methods.