2012 AMC 10B Problems/Problem 9
Problem 9
Two integers have a sum of 26. When two more integers are added to the first two integers the sum is 41. Finally when two more integers are added to the sum of the previous four integers the sum is 57. What is the minimum number of even integers among the 6 integers?
$\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\5$ (Error compiling LaTeX. Unknown error_msg)
Solutions
Lets say that all 6 integers added are : a,b,c,d,e, and f.
If a+b=26
and a+b+c+d=41
Then, c+d=15
Also,
a+b+c+d+e+f=57
a+b+c+d=41
Then, e+f=16
So
a+b=26
c+d=15
e+f=16
a,b,e,f can be all odd since odd + odd= even. And the sum of the two respective pairs are even.
However, either c or d has to be even to get a odd sum.
Therefore, there is even integer
OR