Bunuel
SliceCo, a company that sells knives, is structured so that each of its x regional sales directors has y salespeople working for that director. If, for the month of May, SliceCo sold exactly 2,200 knives, how many regional directors worked for SliceCo that month?
(1) Each regional director sold 150 knives, and each salesperson sold 80 knives.
(2) Each regional director had 5 salespeople.
There are x directors and each director has y salespeople so there are total xy salespeople. x and y both should be integers.
(1) Each regional director sold 150 knives, and each salesperson sold 80 knives.
150x + 80xy = 2200 = Total knives sold
x (15 + 8y) = 220
220 = 2 * 2 * 5 * 11
Since x and y both are integers, x should be a factor of 220 and in that case, y should be an integer too.
If x = 1 or 2 or 5, y is not an integer.
But if x = 4, y is an integer
If x = 10 or greater, (15 + 8y) becomes 22 or less but even if y were 1, (15 + 8y) = 23. So x cannot be 10 or greater.
Hence the only value x can take is 4. Sufficient alone.
(2) Each regional director had 5 salespeople.
Not enough info. We don't know how many knives were sold by each person.
Answer (A)