[Math] Show that the gcd of an odd integer and an even integer is odd

divisibilitynumber theory

I am using the definition of odd and even integers along with bezout's theorem and I end up with something of the form $d=(2k)m+(2l+1)p$ where $a=2k$ and $b=2l+1$. I've tried to use contradiction as well but I keep running into dead ends. I know I'm glossing over something trivial and need some advice.

Best Answer

The gcd of two numbers is, among other things, a common divisor. An odd number has no even divisors, so the gcd cannot be even.

Related Question