I've been working on this question, but I am not sure if I am actually doing it right or wrong. So far, I have these steps down, about which I am not entirely sure.
Show that if $n$ is an integer and $n^3 + 5$ is odd then $n$ is even using the technique of proof by contraposition.
My work so far:
If $n^3 + 5$ is not odd, but even, then $n^3+5=2a$. Thus $n^3= 2a-5$, and $$n=\sqrt[3]{2a-5}$$
I can tell my work is far off from the answer, but I thought I'd show my work in case people thought I haven't tried at all yet... Can someone show me the correct way of doing it?