didieravoaka wrote:
Does someone can help on this one?
Thanks.
Given: List K contains 7 numbers
Required: Is the average negative?
Statement 1: 4 of the 7 numbers are negative.
We cannot conclude anything from this as the values are not known
Case 1: K = {-1, -2, -3, -4, 0, 1, 2} Here the average would be negative
Case 2: L = {-1, -2, -3, -4, 100, 1000, 10000} Here the average would be positive
INSUFFICIENT
Statement 2: Sum of 7 numbers in K is negative
Average = Sum / # of elements
In this case, since the sum is negative, hence the average will be negative too
SUFFICIENT
Correct Option:
B
What problem were you facing?