Bunuel wrote:
The average (arithmetic mean) of three positive integers \(a, b,\) and \(c\) is 2. Is the range of the three numbers greater than 2?
(1) \(a - b=1\)
(2) \(c\) is the largest of the three numbers.
Are You Up For the Challenge: 700 Level QuestionsProject DS Butler Data Sufficiency (DS3)
For DS butler Questions Click HereAverage is 2 .. so sum must be 6 ..
a+b+c = 6
Constraint .. a,b, c are all positive integer
(1) \(a - b=1\)
a = b+1
the numbers are b+1, b, c
2b+c = 5
b, c can be (1,3) or (2, 1)
corresponding values for (a, b, c ) = (2, 1,3) or (3, 2, 1)
both have range 2. So we can definitely answer that range is not greater than 2.
Sufficient(2) \(c\) is the largest of the three numbers.
if c is greatest, a and b minimum can be 1 and so c will be 4. range =3
if a = 1 and b = 2, c = 3.. range = 2
Insufficient.
Ans
A