Well, the contrapositive of ' _$A$ implies $B$_ ' is ' _not $B$ implies not $A$_ '.
In this case, now -staying withing the realm of integers- it would read
> If $n$ is odd, then $3n+2$ is odd.
And this is being proved. The equality sign on the second line is not correct, as $n=2k+1\
e 3n+2$, so it should be
> Suppose $n$ is odd, i.e. $n=2k+1$.
> Then $3n+2=2(3k+2)+1$, i.e. can be written of the form $2x+1$ with $x\in\Bbb Z$, so it is odd.
Well, it would be also enough to note that $3n+2=6k+5$ and $6k$ is even, $5$ is odd, their sum is odd.
Even simpler: If $n$ is odd, then $3n$ is odd, so $3n+2$ is odd.