Consider two sets:
A = {1,2,3} -> mean = 2
b = {3,4,5,6,7} -> mean = 5
if you combine these two sets, you will get {1,2,3,3,4,5,6,7} -> mean = (6 + 25)/8 = 31/8 ~ 3.88.
now why?
Because mean is the average of the numbers. Now first set has average '2' while second one has '5'. Therefore, if you add both you won't be able to get avargare which is less than '2' or greater than '5' (because 2 is minimum avarage here, while second set average is '5').
now to clarify this, add few numbers in first set and change its avarage:
A = {8,4,4,1,3} = 20 -> mean = 4
b = {3,4,5,6,7} = 25 -> mean = 5
now check again 20 + 25 / 10 => 4.5 (which is greater than 4 and less than 5).
I hope it helps. :)
-
Kind Regards,
Nikhil J.
student/GMAT Enthu/
www.nikhilj.com