Given that A, B, and C are three positive integers.
We are to determine if A+B+C = an even number.
There two ways that this is possible. If all three numbers are even or if only one is even.
Statement 1: A - C - B is even
This is sufficient since statement 1 is only possible if one of the three integers is even or all the integers are even. And we know that A+B+C can only be even if all three numbers or if one of the integers is even. Statement 1 implies one of the three numbers is even hence sufficient.
Statement 2: (A-C)/B is odd
This is also sufficient. This because if both A and C are even, A-C is even, and to get an odd number, then B must also be even, since an even number can be an odd multiple and dividing by an appropriate even number will lead to an odd number. The converse, on the other hand, is not true. An odd number cannot be an even multiple. Secondly, When either A or C is odd, A-C will be odd, hence the only way to get (A-C)/B to be odd is for B to be odd, implying we will get one even number which is sufficient to conclude that A+B+C is even.
When both A and C are odd, then A-C is even, and as stated earlier, we can only get (A-C)/B to be odd if B is odd. So we end up with one even number and two odd numbers and A+B+B is even.
The answer is therefore D.