Question

Difficulty: MediumBasic Probability and Counting Methods

A specialty bakery allows customers to create a custom dessert box. Each box must contain 11 base, 11 flavor, and 22 different toppings. Customers can choose from 33 base options, 44 flavor options, and 66 topping options. How many different custom dessert boxes can a customer create?

  1. A
    7272
  2. B
    144144
  3. 180180Answer
  4. D
    216216
  5. E
    360360

Answer

180180 different custom dessert boxes can be created.
The total number of outcomes is found by multiplying the number of choices for each component. For the base, there are 33 choices. For the flavor, there are 44 choices. For the 22 different toppings chosen from 66, order does not matter, so we calculate the combination (62)=15\binom{6}{2} = 15. Multiplying these choices together gives 3×4×15=1803 \times 4 \times 15 = 180.

Step-by-Step Solution

1
Determine the number of ways to choose the base and flavor.
There are 33 base options and 44 flavor options.
Each selection is an independent choice.
2
Calculate the number of ways to choose 22 different toppings out of 66 available toppings using combinations.
\binom{6}{2} = \frac{6 \times 5}{2 \times 1} = 15 ways.
The order in which the toppings are selected does not matter, so we use the combination formula (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!}.
3
Apply the Fundamental Counting Principle to find the total number of unique dessert boxes.
Total combinations = 3×4×15=1803 \times 4 \times 15 = 180.
Multiply the number of ways to make each independent choice.

Key Concept

Fundamental Counting Principle and Combinations
Estimated Time:1m 15s
Rate this question