Assuming the age for each employee is a(i),i=1,2,3....,n 从题干我们知道 a(i)>20 where i=1,....n;
我们想知道是否sum(a(i))>35n? i=1....n then from 1 , we have sum(a(j))>40(n/2) ,where j= 1,2,3,...., n/2) and sum(a(k))>20(n/2) where k=n/2+1,....n so sum(a(i))>40(n/2)+20(n/2)=30n, 1)no suff
from (2) same above,we can only know sum(a(i))>60(n/4)+20(3n/4)=30n