Bunuel
Let
S = # of small smoothies
L = # of large smoothies
Each visitor orders exactly one, so total visitors = S + L
Small = 2 servings, large = 3 servings
Statement (1):
Total fruit servings = 210
2S + 3L = 210
we have many solutions => L=30,S=45 or L=60,S=15
so this is not sufficient
Statement (2):
80% of visitors ordered large smoothies:
L = 0.8(S+L)
this gives ratio of L:S = 4:1,
total visitors can be any multiple of 5. so this is not sufficient
Statment (1) & (2):
L = 4x, S = x, total = 5x
substitute in 2S + 3L = 210
2x + 12x = 14x = 210 => x = 15
Both are sufficient
Option C