Let $x \in \mathbb{Z}$. Prove that $5x-11$ is even IFF $x$ is odd.
I know that for an IFF proof we prove it directly, and then prove it again by the contrapositive. I don't know how to prove this directly, so in a normal direct proof I would use the contrapositive since that is logically equivalent to the direct proof.
The contrapositive would be:
Assume $x$ is even. By definition $x=2k$ for $k \in\mathbb{Z}$. Therefore we can see $5x-11=5(2k)-11$. This becomes $5x-11= 2(5k-6)+1$. Since $5k-6 \in\mathbb{Z}$, then $5x-11$ is odd. Which is true for the contrapositive.
I am confused on how to prove this as an IFF proof.