TriColor
Please, explain your answer.
The fastest way I can see is by picking numbers: say the managers are at 20,000, the employee's average is 25,000, and the directors are at 40,000. Then, if M and D are the numbers of managers and directors:
(20,000 M + 40,000 D)/ (M + D) = 25,000 (formula for employee average)
20, 000M + 40, 000D = 25,000M + 25,000D
15,000D = 5,000M
D/M = 1/3; since all the employees are either D or M, D/employees = 1/4 or 25%.
Different values don't change the percentage, so pick C.
The long way (too long to be realistic, I think, but maybe someone else sees a shortcut):
Am is the average for managers, Ad is the average for directors, M is the number of managers, and D is the number of directors.
a. Am + 5,000 = (M*Am + D*Ad)/(M + D) (from 1)
b. Am + 20,000 = D*Ad/D (from 2)
c. (M + D)(Am + 5000) = M*Am + D*Ad (from a)
d. M*Am +D*Am + 5000M + 5000D = M*Am +D*Ad (from c)
e. D*Am + 5000M + 5000D = D*Ad (from d)
f. D(Am + 20,000) = D*Ad (from b)
g. D*Am + 20,000D = D*Ad (from f)
h. D*Am + 5000M + 5000D = D*Am + 20,000D (from e, g)
i. 5000M + 5000D = 20,000D (from h)
j. 5000M = 15,000D
k. M/D = 3, so D/M = 1/3, so as above D = 25% of total employees.
Whew.