Question 1111800: For all a,b,c if a and b is odd and c is even then the sum and the product is odd integer...
Answer by math_helper(2461) (Show Source):
You can put this solution on YOUR website! For all a,b,c if a and b is odd and c is even then the sum and the product is odd integer
===================================================================
False. a+b+c is even, a*b*c is even.
For multiplication and addition, these are the only combinations that have an odd result:
odd * odd
odd + even (or even + odd)
|
|
|