Today's lesson
We're starting Counting Methods (Chapter 10). Counting is about working out how many ways something can happen β without writing out every possibility by hand. The two foundation rules are the addition principle and the multiplication principle. Get these right and the rest of the chapter follows.
Learning intentions
- Use the multiplication principle for a sequence of choices made one after another (an "and" situation)
- Use the addition principle for a choice between separate options (an "or" situation)
- Draw a tree diagram to see why these rules work
- Combine both rules in a single problem, and decide which one applies
Part 1 β The multiplication principle ("and")
Suppose you make a choice, then make a second choice, then a third. If the choices are made one after another ("this and then that"), you multiply the number of options at each stage.
Imagine a cafΓ© meal: $3$ entrΓ©es, then $5$ mains, then $2$ desserts. A "meal" is one entrΓ©e and one main and one dessert, so we fill three boxes:
So there are $3\times5\times2=30$ different meals. The "boxes" picture is worth keeping: one box per stage, write the number of options in each box, then multiply across.
πΊ Walkthrough: a tree diagram for "2 shirts then 3 pairs of pants", showing why a sequence of choices multiplies to give $2\times3=6$ outfits.
- There are six stages β three letter boxes then three digit boxes.
- Each letter box has $26$ options; each digit box has $10$ options (repeats allowed).
- Multiply across: $26\times26\times26\times10\times10\times10 = 26^3\times10^3$.
- $26^3 = 17\,576$ and $10^3 = 1000$, so the total is $\boxed{17\,576\,000}$.
Now you try: A combination lock has $3$ dials, each showing $0$β$9$. How many settings are there? Answer: $10\times10\times10 = 1000$.
Part 2 β The addition principle ("or")
Sometimes you are choosing between separate, non-overlapping groups of options β "this or that". When the two cases can't both happen at once, you add the counts.
- You pick a hot main or a light meal β these are separate groups, and you choose only one item.
- This is an "or" situation, so add: $5 + 3 = \boxed{8}$ different orders.
Watch out: if instead you chose a hot main and a light meal (two items), that would be "and" β $5\times3=15$. The word that decides it is or vs and.
Part 3 β Combining both principles
Many problems use both rules. The trick: break the problem into stages (multiply within a sequence) and into cases (add separate cases together).
- The snack is a pie or a salad β add the snack options: $6 + 3 = 9$ snacks.
- You take a drink and a snack β multiply: $4 \times 9 = \boxed{36}$ combinations.
Now you try: A meal deal is a drink ($3$ drinks) and a main, where the main is a burger ($4$ burgers) or a wrap ($2$ wraps). How many deals? Answer: $3\times(4+2)=18$.
Practice 3.1 β decide "and" (Γ) or "or" (+), then compute.
- Toss a coin and roll a die. How many outcomes?
- You may take one of $3$ bus routes or one of $2$ train lines to school. How many ways?
- A 4-digit PIN ($0$β$9$, repeats allowed). How many PINs?
- An outfit is one of $5$ shirts and one of $4$ ties. How many outfits?
- You order a main (from $6$) and a dessert (from $4$). How many orders?
- A code is $2$ letters then $4$ digits, repeats allowed. How many codes?
Part 4 β Quick quiz (5 min)
Pick the correct answer for each, then click Mark.
Q1. Which words signal that you should multiply?
Q2. There are $4$ roads from town A to B and $3$ roads from B to C. How many routes from A to C (via B)?
Q3. You may order one of $5$ mains or one of $3$ light meals. How many orders?
Q4. A 3-dial lock, each dial $0$β$9$. Number of settings?
Q5. A drink (from $4$) and a snack that is a pie (from $6$) or a salad (from $3$). How many combinations?
Working program β Cambridge β Counting Methods Ex 10A
After the quiz, open Cambridge Methods 1&2 (Counting Methods, Chapter 10) and complete the set work:
| Set work | Extension |
|---|---|
| Ex 10A β Q1, 3, 5, 7, 9 | Try any "combined" questions and the chapter-review counting problems. |
For every question, first decide: is each step an "and" (multiply) or an "or" (add)?
Exit ticket β write in your book
- When do you multiply the number of options, and when do you add?
- Give one everyday example of an "and" situation and one of an "or" situation.
- How does a tree diagram show why the multiplication principle works?