Quote:
A sandwich shop offers a sandwich menu, a soup menu, and a salad menu. The number of salads listed on the salad menu is twice the number of sandwiches listed on the sandwich menu and 1 more than the number of soups listed on the soup menu. How many soups are listed on the soup menu?
There are three menus with options, that is each menu has certain number of options to choose from.
Sandwich menu: Let the number of options, that is different type of sandwiches be x
Salad menu: Number of salads or options will be 2*x
Soup menu: Number of options in soup be y, where y = 2x-1
we have to find the value of y or 2x-1.
(1) The total number of choices a customer has when choosing 1 item from each of 2 of the menus is 63.
Each of the 2 menus means that you have to pick all possible pair from the three menus:-
Sandwich & Salad: Pick one item from each, so x*2x or \(2x^2\) ways
Sandwich & Soup: Pick one item from each, so x*(2x-1) or \(2x^2-x\) ways
Salad & Soup: Pick one item from each, so 2x*(2x-1) or \(4x^2-2x\) ways
Total ways = \(2x^2+2x^2-x+4x^2-2x=63......8x^2-3x=63......8x^2-3x-63=0......8x^2-24x+21x-63=0.....(8x+21)(x-3)=0\).
Thus x = -21/8 or 3. x cannot be negative, so x=3
Sufficient.
(2) The total number of choices a customer has when choosing 1 item from each of the 3 menus is 90.
Here, total = product of all items in each menu = \(x*2x*(2x-1) = 90 ......x^2(2x-1)=45=9*5 = 3^2(2*3-1)\)
Hence, x=3
Sufficient
D
LamboWalker the method would be same as Bunuel and others did above. I am just expanding it a bit more.