What is the average of a set of 6 consecutive odd integers ?Assume that the six consecutive
odd integers are x, x + 2, x + 4, x + 6, x + 8, and x + 10.
(1) The sum of two numbers of the set is 40
To get the smallest possible value of x for which this is possible in our set, assume that the two largest numbers, x + 8 and x + 10, add up to 40. Then x + 8 + x + 10 = 40, which gives x = 11.
So, the set can be {11, 13, 15, 17, 19, 21}, where the two largest numbers, 19 and 21, sum to 40.
To maximize x, assume that the two smallest numbers, x and x + 2, add up to 40. Then x + x + 2 = 40, which gives x = 19.
In this case the set is {19, 21, 23, 25, 27, 29}, and the sum of the first two numbers, 19 and 21, is 40.
These two possible sets give different totals, and therefore different averages. No6t sufficient.
Other valid sets also exist, for example:
{13, 15, 17, 19, 21, 23}
{15, 17, 19, 21, 23, 25}
{17, 19, 21, 23, 25, 27}
(2) The sum of two numbers of the set is 24
Similarly, to get the smallest possible value of x for which this is possible in our set, assume that the two largest numbers, x + 8 and x + 10, add up to 24. Then x + 8 + x + 10 = 24, which gives x = 3.
So, the set can be {3, 5, 7, 9, 11, 13}, where the two largest numbers, 11 and 13, sum to 24.
To maximize x, assume that the two smallest numbers, x and x + 2, add up to 24. Then x + x + 2 = 24, which gives x = 11.
In this case the set is {11, 13, 15, 17, 19, 21}, and the sum of the first two numbers, 11 and 13, is 24.
These two possible sets give different totals, and therefore different averages. Not sufficient.
Other valid sets also exist, for example:
{5, 7, 9, 11, 13, 15}
{7, 9, 11, 13, 15, 17}
{9, 11, 13, 15, 17, 19}
(1)+(2) The only set that satisfies both conditions is {11, 13, 15, 17, 19, 21}. Therefore, the set is fixed, and we can find its average. Sufficient.
Answer: C.
ahujajanvi08
is doesn't specify anywhere that the two numbers are consecutive it can be the sum of first and last number also? can you explain
Yes, that solution is not precise. Check the above one.