Bunuel
Both the average (arithmetic mean) and the median of a set of 7 numbers equal 20. If the smallest number in the set is 5 less than half the largest number, what is the largest possible number in the set?
(A) 40
(B) 38
(C) 33
(D) 32
(E) 30
I would go with a different approach seen here.
We have a distribution of: X X X 20 Y Y Z.
Y = 20, and Z = 3*(20-X)+20
In other words. We are searching for any number, that is 20 + Something divisible by 3.
40? no
38? -> Yes
18/3 = 6
Now we need to test the condition given: 38/2-5 = 14; 20-14 = 6!
We are right on the way.
Therefore we go with B)
How can we get there fast?
We just try the highest and lowest number (or close friends of them), that are easy to calculate with mind math.
So 40 -> 15 (5 Rest means -> 20+3*5 = 35 max)
->Therefore we know it must me close. More specific: We already know, that 14 rest and 3+ more with the max are the solution.
Otherwise, we need to test the lowest value, look for exponents etc. that could screw up the average-logic, and go for numbers that are tilted to the closer value we are searching for the result. (In this case -> The max, that results in 20/Average in total.