You can
put this solution on YOUR website!If a is an odd number, it has to be expressed as a = 2m + 1 for ANY integer m. The 2m forces it to be even, the +1 forces the expression to be odd. Similarly, b = 2n + 1 for some integer n. Now, we're going to prove that a*b is odd:

<---------- The product 4mn is even no matter what. So are 2m + 2n. The +1 throws off the "evenhood", so a*b is odd.