Questions: Counting Fundamentals and the Multiplication Principle
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A café serves 3 types of coffee and 4 types of pastry. A customer orders one coffee and one pastry. How many different combinations are possible?
A7, because you add the number of coffees and pastries (3 + 4)
B12, because you pick a coffee AND a pastry — sequential independent choices multiply
C24, because you must account for the order in which you consume them
DIt depends on whether the customer must order both items
This is a direct application of the multiplication principle: the customer makes two sequential, independent choices (which coffee, then which pastry). For each of the 3 coffee options, there are 4 pastry options, giving 3 × 4 = 12. The addition error (3 + 7) is the most common mistake — it confuses 'picking one item from a combined menu' (an OR situation) with 'picking one item from each category' (an AND situation).
Question 2 Multiple Choice
A student can travel from city A to city B by bus (3 available routes) or by train (5 available routes), but not both. How many ways can the student make the trip?
A15, because for each bus route there are 5 train alternatives to compare
B8, because the bus and train routes are mutually exclusive — it's one or the other
C2, because there are only 2 modes of transport
DThe answer depends on which route the student prefers
The addition principle applies when choices are mutually exclusive alternatives (OR). The student takes bus OR train — not both. The 3 bus routes and 5 train routes form disjoint sets, so the total is 3 + 5 = 8. The multiplication error (3 × 5 = 15) treats the routes as if the student is making a sequential choice, picking one bus route and one train route together, which is not the situation.
Question 3 True / False
The multiplication principle can be applied whenever you are counting outcomes involving two categories of objects, regardless of whether the choices are independent.
TTrue
FFalse
Answer: False
Independence is essential to the multiplication principle. If the number of options in the second choice depends on what was chosen first, a simple product no longer gives the correct count — you must either use conditional counting or account for the dependency explicitly. For example, if choosing a specific first letter changes how many valid second letters exist (due to a spelling rule), the choices are not independent and a straightforward multiplication would be wrong.
Question 4 True / False
If two events are mutually exclusive (they cannot both occur), the number of ways one or the other can occur equals the sum of their individual counts.
TTrue
FFalse
Answer: True
This is exactly the addition principle: disjoint cases add. Mutual exclusivity is the precise condition under which addition is valid — if the cases overlapped, simple addition would double-count the outcomes in both cases (which is the error that leads to the inclusion-exclusion principle).
Question 5 Short Answer
Explain when you should multiply counts versus when you should add them, and what error arises from using the wrong operation.
Think about your answer, then reveal below.
Model answer: Multiply when you are making a sequence of independent choices (AND): each step is taken regardless of the others, so outcomes combine. Add when you are choosing among mutually exclusive alternatives (OR): only one case applies, so their counts combine without overlap. Using multiplication for OR cases over-counts by treating alternatives as if they were combined choices. Using addition for AND cases under-counts by ignoring how choices compound.
The structured question to ask before any counting problem is: 'Am I doing A AND B (sequential, independent → multiply), or A OR B (mutually exclusive alternatives → add)?' The inclusion-exclusion principle exists precisely for the case where alternatives are not mutually exclusive and simple addition would double-count the overlap.