Bunuel
A pizza shop sells only two types of pizza: Margarita and Pepperoni. On a particular day, the shop sold 70 Margaritas and 100 Pepperonis.
If it is known that none of the customers purchased more than one pizza of a particular type, and each customer purchased at least one pizza, then select for
Minimum number of customers the least possible customers the shop could have received and for
Maximum number of customers the maximum possible customers the shop could have received. Make only two selections, one for each.

Official Solution: To minimize the number of customers, we should maximize the number of pizzas each customer could have bought. Since a customer could only buy one pizza of each type, the maximum a customer could purchase is 1 Margarita and 1 Pepperoni. In this case, 70 customers would account for 70 Margaritas and 70 Pepperonis, leaving 30 Pepperonis remaining. These 30 Pepperonis would require 30 additional customers, making the minimum number of customers equal to 70 + 30 = 100.
To maximize the number of customers, we need to minimize the number of pizzas each customer could have bought. Given that each customer purchased at least one pizza, the fewest pizzas a customer could buy is 1. Since a total of 170 pizzas were sold, the maximum number of customers would be 170, with each customer buying just 1 pizza.
Correct answer: Minimum number of customers
"100"Maximum number of customers
"170"Attachment:
GMAT-Club-Forum-di0rr0ce.png [ 14.82 KiB | Viewed 2139 times ]