RenB
If a, b, and c are integers and a + bc is even, what is the remainder when a + c is divided by 2?
(1) a + b^2 is even.
(2) c^b + b^c leaves no remainder when divided by 2.
Givena + bc = even
Case 1: b ⇒ even
Case 2: b ⇒ odd
Case 3: b ⇒ odd
Statement 1(1) a + b^2 is even.Let's assume
a = even, b = even
- If c = even → Remainder when a + c is divided by 2 = 0
- If c = odd → Remainder a + c is divided by 2 \(\neq\) 0
The statement alone is not sufficient. We can eliminate A and D.
Statement 2(2) c^b + b^c leaves no remainder when divided by 2.Assume a = b = even
From case 1 we know if b = even → a = even. Hence, we can conclude that (a+c) = even and is divisible by 2 and the remainder = 0
If c = b = odd
From case 3 we know if c & b = odd → a = odd. Hence, we can conclude that (a+c) = even and is divisible by 2 and the remainder = 0
This statement is sufficient.
Option B