Question

Difficulty: EasyOdd and Even Integers (Parity)

If aa and bb are integers such that a2b+aa^2b + a is an odd integer, which of the following expressions must be an even integer?

  1. A
    a+ba + b
  2. B
    a2ba^2 - b
  3. a+b+1a + b + 1Answer
  4. D
    ab+aab + a
  5. E
    a2+b2a^2 + b^2

Answer

The expression a+b+1a + b + 1 must be an even integer.
Factoring a2b+aa^2b + a gives a(ab+1)a(ab + 1). For a product of two integers to be odd, both factors must be odd. Therefore, aa is odd and ab+1ab + 1 is odd. If ab+1ab + 1 is odd, then abab must be even. Since aa is odd, bb must be even. Evaluating the expression a+b+1a + b + 1: aa (odd) + bb (even) + 1 (odd) equals an even integer.

Step-by-Step Solution

1
Factor the given algebraic expression to analyze its parity components.
a2b+a=a(ab+1)a^2b + a = a(ab + 1).
Factoring allows us to analyze the parity of individual factors whose product is given as odd.
2
Determine the parity of aa and the factor (ab+1)(ab + 1).
Both aa and (ab+1)(ab + 1) must be odd integers.
The product of two integers is odd if and only if both integer factors are odd.
3
Determine the parity of bb using the parities established in Step 2.
Since ab+1ab + 1 is odd, abab must be even. Because aa is odd, bb must be even (including zero).
An odd number multiplied by an even number yields an even number, and adding 1 converts it to an odd number.
4
Evaluate the parity of a+b+1a + b + 1.
odd+even+1=odd+1=even\text{odd} + \text{even} + 1 = \text{odd} + 1 = \text{even}.
Adding two odd numbers (aa and 1) together with an even number (bb) results in an even integer.

Key Concept

Parity rules for integer addition and multiplication: Odd × Odd = Odd, Odd × Even = Even, Odd + Even = Odd, Odd + Odd = Even.
Rate this question