ChandlerBong
A set S contains 6 distinct positive integers. Three of the numbers in the set are consecutive odd integers and the remaining three numbers are even numbers. If the smallest even number is 4 less than the largest even number and the sum of the 6 integers is 507, then what is the sum of the largest odd integer and the 2nd largest even integer?
(A) 164
(B) 167
(C) 169
(D) 171
(E) 173
There is a lot going on in this question, hence, let's break down the information into chunks and process the same.
Quote:
Three of the numbers in the set are consecutive odd integers
Assume that the three odd integers are : 'y-2', 'y', and 'y+2'
Quote:
the remaining three numbers are even numbers
Assume that the three even integers are : '2p', '2q', and '2r', such at 2p < 2q < 2r
As this stage, we don't know the exact relationship between these three integers.
Quote:
If the smallest even number is 4 less than the largest even number
Inference:
- 2r - 2p = 4, therefore 2r lies 4 units to the right of 2p on a number line.
- As all the numbers in the set are distinct, therefore 2q must lie two units right from 2p on the number line. Hence, we can conclude that 2p, 2q, and 2r are consecutive even numbers.
2p = 2q - 2
2r = 2q + 2
Quote:
the sum of the 6 integers is 507
y - 2 + y + y + 2 + 2q - 2 + 2q + 2q + 2 = 507
y + 2q = 169
Question: what is the sum of the largest odd integer and the 2nd largest even integer
- largest odd integer = y + 2
- 2nd largest even integer = 2q
Question (Simplified) = 2q + y + 2 = ?
We know 2q + y = 169, therefore 2q + y + 2 = 169 + 2 = 171
Option D