If you divide an odd number by an even number, how often do you end up with an integer?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's say this problem is represented by a/b=c, where a is odd and b is even. We can change this problem to multiplication by switching the positions of the dividend and quotient, getting c b=a. Remember that an integer multiplied by an even number is always even, because multiplication is essentially repeated addition, where you add the even number b an integer amount of times. An even number added to an even number is still even. That means that if c was an integer, then c b needs to be even, but since a is odd, c can't be an integer.