Question:medium

In a cafeteria, there are 5 breads. One can choose 1 bread from the available breads, either small or large sized, and can choose up to 2 sauces from 6 available sauces. What is the number of different ways one can place an order?

Show Hint

Treat the bread choice and the sauce choice as two separate, independent decisions and multiply their counts at the end. For the sauces, "up to 2" includes the option of choosing none at all -- do not forget to count that case too.
Updated On: Aug 17, 2026
Show Solution

Correct Answer: 220

Solution and Explanation

Step 1: Number of bread options: each of the \(5\) breads can be small or large, giving \(5\times2=10\) choices.
Step 2: Number of sauce combinations, choosing up to \(2\) from \(6\): none \((1)\), exactly one \((6)\), or exactly two \(\left(\binom{6}{2}=15\right)\), totaling \(1+6+15=22\).
Step 3: Multiply the independent choices: \[ 10\times22=\boxed{220} \]
Was this answer helpful?
0

Top Questions on Permutations and Combinations