I used Fermat's Little Theorem to get
$x^2 \equiv x\pmod 2$
So $2k = x^2-x$ for some integer $k$
$= 2k = x(x-1)$, note that this is a product of two consecutive numbers, so we can rewrite it as $2l$ for some integer $l$
$ = 2k = 2l$
$= k = l$
I don't think this tells me anything meaningful. I think my wrong step is when I start to toy around with the product of consecutive integers, but I am not sure how else to proceed.