Hi MilanaK12,I can see exactly where this is snagging. You're picturing operators as a separate, unknown pile that could tip the totals in Y's favor. But here's the key:
operators are already inside the totals, so you don't need a separate count for them.
When Statement (
1) says Division X is
10% executives, that automatically means the other
90% are operators. Same for Y:
25% executives, so
75% operators. The percentages are taken out of the
whole division - total employees, operators and executives combined. So the operator count isn't missing; it's built into X and Y already.
Now let X and Y be the
total employees in each division. The executives must add up:
- Executives =
0.10X +
0.25Y
- Statement (
2) says overall executives =
0.15(X + Y)
Setting them equal:
0.10X +
0.25Y =
0.15X +
0.15Y -
0.10Y =
0.05X -
X = 2YThat's a locked ratio, so X is always bigger. Operators never needed their own equation.
Your worry, tested directly - can Y be the bigger division?
- Try
Y = 100, X = 200: execs =
25 +
20 =
45, out of
300 total =
15%. Works, and X > Y.
- Try to flip it,
Y = 200, X = 100: execs =
50 +
10 =
60, out of
300 =
20%. This breaks Statement (
2)'s
15%.
Any attempt to load Y up with more people pushes the overall executive rate off
15%, because Y is executive-heavy (
25%) and X is executive-light (
10%). The
15% blend can only sit where X is twice Y.
So the two statements together pin the answer to a definite
yes - that's why it's
C, not E.
Answer: CMilanaK12
It was my question as well, don't we have to know information about operators as well? It might be the case that division Y has significantly larger amount of operators making the total amount of employees bigger as well. Could someone clarify why E still is not the correct answer?