Question

Difficulty: MediumOdd and Even Integers (Parity)

If aa, bb, and cc are integers such that a(b+c)a(b + c) is an odd integer, which of the following expressions MUST be an even integer?

  1. A
    ab+ca b + c
  2. B
    a+bca + b c
  3. C
    ab+bca b + b c
  4. a+b+ca + b + cAnswer
  5. E
    ac+ba c + b

Answer

The expression a+b+ca + b + c must be an even integer.
For the product a(b+c)a(b + c) to be odd, both aa and (b+c)(b + c) must be odd integers. Regrouping the sum a+b+ca + b + c as a+(b+c)a + (b + c) shows it is the sum of two odd integers, which is guaranteed to be an even integer.

Step-by-Step Solution

1
Analyze the condition a(b+c)a(b + c) is odd
For a product of two integers to be odd, both factors must be odd. Therefore, aa is odd and (b+c)(b + c) is odd.
The product of an even integer and any integer is always even.
2
Evaluate the parity of a+b+ca + b + c
a+b+c=a+(b+c)=odd+odd=evena + b + c = a + (b + c) = \text{odd} + \text{odd} = \text{even}.
The sum of any two odd integers is always an even integer.

Key Concept

Parity rules for integer addition and multiplication
Rate this question