Bunuel
List A contains 5 positive integers, and the average (arithmetic mean) of the integers in the list is 7. If the integers 6, 7, and 8 are in list A, what is the range of list A?
(1) The integer 3 is in list A.
(2) The largest term in list A is greater than 3 times and less than 4 times the size of the smallest term.
Kudos for a correct solution.Given : Five Positive integers have 7 as average. If the integers 6, 7, and 8 are in list A, let us assume that other two integers are x and y.
So, \((x + y + 6 + 7 + 8) / 5 = 7\)
=> \(x + y + 21 = 35\) => \(x+y=14\)
So (x,y) can be (1,13), (2,12), (3,11), (4,10), (5,9), (6,8), (7,7), (8,6), (9,5), (10,4), (11,3), (12,2) or (13,1).
Now,
1.) The integer 3 is in list A.
So lets say, x = 3, that means y will be 11 (14-3).
So the list A is (3,6,7,8,11) And Range of A is 8 (11-3).
SUFFICIENT.
(2) The largest term in list A is greater than 3 times and less than 4 times the size of the smallest term.
\(3*smallest term < largest term < 4*smallest term.\)
Now we will check this condition for (x,y) as (1,13), (2,12), (3,11), (4,10), (5,9), (6,8) or (7,7).
As we can see, out of the values of (x,y) specified above only for (3,11) or (11,3) the list A satisfies this condition.
So the list A is (3,6,7,8,11) And Range of A is 8 (11-3).
Hence again SUFFICIENT.
So Answer is D.