Concept:The question reduces to comparing
a+d and
b+c, where
a≤b≤c≤d are the four numbers.
Explanation:Let the numbers be
a≤b≤c≤d.
Average of largest and smallest:
2a+d​; average of all four:
4a+b+c+d​.
We need to check if
2a+d​>4a+b+c+d​, i.e.,
2(a+d)>a+b+c+d, which simplifies to
a+d>b+c.
Statement I: d−c<b−a.
Add
a+c to both sides:
(a+c)+(d−c)<(a+c)+(b−a) ⇒ a+d<b+c.
Thus the inequality
a+d>b+c is false. Hence the answer to the question is "No".
Therefore Statement I alone is sufficient to answer the question.
Statement II: d−a>c−b.
This inequality does not imply
a+d>b+c or
a+d<b+c.
For example, numbers
(1,2,3,4) satisfy it but give
a+d=b+c;
(1,2,3,5) also satisfy it and give
a+d>b+c;
(1,3,4,5) satisfy it and give
a+d<b+c.
Thus Statement II alone is not sufficient.
Since Statement I alone is sufficient but Statement II alone is not, the question can be answered using one statement alone.
Answer:Option A: if the question can be answered by using one of the statements alone, but cannot be answered using the other statement alone.