See: Nova GRE Math Bible. Page-$235$.
Problem #$10$.
If $(x+1)^2 - 2x>2(x+1) +2$, then $x$ cannot equal which of the following?
(A) $-5$
(B) $-3$
(C) $0$
(D) $3$
(E) $5$
$(x+1)^2 - 2x>2(x+1)+2$
$\Rightarrow x^2+2x+1-2x>2x+4$
$\Rightarrow x^2>2x+4-1$
$\Rightarrow x^2>2x+3$
$\Rightarrow x^2-2x-3>0$
$\Rightarrow x^2-3x+x-3>0$
$\Rightarrow x(x-3)+1(x-3)>0$
$\Rightarrow (x+1)(x-3)>0$
So, $x>-1$, and $x>3$.
Since $-5$ and $-3$ are outside the range of number-line, the answer is:
- (A) and (B).
But, the correct answer is, (C), and (D).
What is wrong with my solution?

$$(x+1)^2-2x>2(x+1)+2\iff (x+1)^2>4(x+1)\iff \begin{cases} x+1>4&if\ x>-1\\ x+1<4& if \ x<-1 \end{cases}$$ $$\iff x>3\text{ or }x<-1,$$
Only (C) and (D) are correct.