Bunuel
If a sequence of positive consecutive even integers has six terms, the product of its median and range could be?
A. 30
B. 50
C. 60
D. 70
E. 80
The answer choices are all pretty low, so we can probably get away with just trying something to see if it works and adjusting as needed.
2, 4, 6, 8, 10, 12
Range = 10
Median = 7
Range * Median = 70
Answer choice D
But what sorts of things should we be alert to on questions like this that might be a bit tougher?
- We know the range of some set of consecutive even (or odd) integers is two times (the number of elements minus one). In this case, 2*(6-1) = 10.
- We know the median of some set of consecutive even integers is going to be even if there are an odd number of elements (since the median would be one of the elements) and odd if there are an even number of elements (since the median would be between the two in the middle). If you need practice, what would we know about the median of a set of consecutive odd integers?
- Taking those two things together, we'd know that we need an answer that is a multiple of 10 and that it must be the result of multiplying an odd number by 10. That would eliminate C and E.
- We could then notice that we won't have enough room to put half the elements before 3 or before 5, so A and B are out, and we are left with D.