Prove this: Let n and m be positive integers. if m is even, and n is not divisible by 4, then m^2 + n is also not divisible by 4.
Im unsure how to start, and have been wrestling with proving by contradiction by saying n IS divisible by 4 and by saying so that m^2 + n IS divisible by 4 but i dont think that works at all.. any help would be great!
You were on the right way.
If $m$ is even, then you can write $m=2k$. Then $m^2=4k^2$ is divisible by 4.
Now suppose by contradiction that $m^2+n $ is divisible by 4, i.e $m^2+n =4 \ell $. Then $$ n=4\ell-m^2=4(\ell-k^2), $$ that is $n$ would be divisible by 4, a contradiction.