It is given that the product of any two even numbers is even. Analogously, can we say that the product of any two odd numbers is odd as well?
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.
Any odd number can be written in the form 2 n + 1 , for any positive integral value of n .
So we take two odd numbers 2 a + 1 and 2 b + 1 .
Therefore, the product is 4 a b + 2 a + 2 b + 1 . Now, this can be written of the form: 2 ( 2 a b + a + b ) + 1 . Clearly, this is of the form: 2 n + 1 .
Hence, we can conclude that product of any two odd numbers is always odd.