We know that,
Each visitor ordered one smoothie
There are 2 types of smoothie
Small = 2 servings of fruit
Large = 3 servings of fruit
Let,
Number of small smoothies = x
Number of large smoothies = y
We need to know how many large smoothies (y) were ordered.
Lets go through each statements 1 by 1,
Statement (1) - A total of 210 servings of fruit were used for the smoothies
This basically equates to -> 2x + 3y = 210 which has multiple possible solutions
Therefore,
Statement(1) alone is insufficient
Statement (2) - 80% of the visitors to the smoothie booth ordered the large smoothie.
Let the total number of visitors = z = x + y
=> y = 0.8 *(x+y)
=> y = 4x
But we cant find the total number of large smoothies that were ordered from this
=> Statement(2) is insufficient
Combining statements(1) and (2),
We know that,
2x + 3y = 210 and y = 4x
Now solving both we get,
x = 15 and y = 60
=> Number of large smoothies that were ordered y = 60C. Both statements together are sufficient, but neither alone is sufficient