I am given
Prove that there are no integer solutions to the equation
$$x^2=4y+3$$
I started off by proving the square of the integer is either $0 \pmod{4}$ or $1 \pmod{4}$. If $x$ is even then $x=2k$ for some integer $k$. Then $x^2=(2k)^2=4k^2$.
Will this satisfy the question?