The Counting Kingdom
Somewhere between arithmetic and adventure lies a small kingdom where every choice — an outfit, a route, a team — hides a number waiting to be found. Five short chapters. Five counting powers. No math background required.
1. The Rule of OR
Choosing from separate baskets
2. The Rule of AND
Combining outfits, step by step
3. Factorial Magic
Arranging every book on the shelf
4. Permutations
When the order wins the medal
5. Combinations
Choosing a team, no order needed
Kingdom Summary
The full map, at a glance
The Rule of OR
Addition RuleAt the edge of the kingdom stands a fruit stall with two separate baskets — one of apples, one of oranges. You may take exactly one fruit, from either basket. Since the baskets never mix, every apple and every orange is a brand-new possibility. To count "either this OR that," we simply add.
The Idea, In Plain Words
If a task can be done in one way chosen from Group A, or in a completely separate way from Group B — and the two groups never overlap — then the total number of ways is just the two counts added together.
The Rule of AND
Multiplication RuleNow imagine getting dressed for the royal ball. First you choose a shirt. Then, no matter which shirt you picked, you still choose a pair of pants. Every single shirt can be paired with every single pair of pants — the choices happen together, in sequence. When a task needs step 1 and step 2 and more, we multiply the possibilities at each step.
The Idea, In Plain Words
If a task is completed through several independent steps, and step 1 can happen in a ways, step 2 in b ways, and so on — the total number of ways to complete all the steps together is the product of every step's count.
Factorial Magic
n! (n factorial)The royal librarian must line up 5 different books on a shelf, left to right. For the first spot, any of the 5 books will do. For the second spot, one book is already placed, so only 4 remain. And so on, until the very last book has no choice at all. This "countdown multiplication" happens so often that it earned its own symbol: ! — read as "factorial."
The Idea, In Plain Words
Factorial simply means: multiply every whole number from n down to 1. It counts the number of ways to arrange n distinct items in a straight line, using every item exactly once.
Permutations
nPr — order mattersThe Kingdom Games have ended, and 5 runners crossed the line. We don't need to arrange all 5 — only the top 3 matter, for gold, silver, and bronze. Gold-then-silver is a completely different outcome from silver-then-gold. Choosing and arranging just a part of a group, where order changes the result, is called a permutation.
The Idea, In Plain Words
A permutation counts how many ways you can pick r items out of n and place them in order. It's a factorial that stops early — you only multiply the first r countdown steps, not all the way to 1.
Notice that when r equals n — arranging all the items — a permutation is exactly the same as a plain factorial: .
Combinations
nCr — order doesn't matterThe castle needs 3 guards chosen from 5 volunteers to watch the gate tonight. Unlike the medal podium, there are no separate titles here — a guard is a guard. Choosing {Anna, Ben, Cora} is exactly the same team as choosing {Cora, Anna, Ben}. When order truly does not matter, we count combinations — and since a permutation counts every order separately, a combination simply removes the extra, repeated orderings.
The Idea, In Plain Words
A combination counts how many ways to choose a group of r items out of n, where the order inside the group makes no difference at all. We take the permutation count and divide out the ways the chosen group could have been ordered.
The Kingdom Summary
Everything on one mapYou've walked through five halls of the Counting Kingdom. Before you leave, here is the whole map — every rule, every formula, and the one question that tells you which path to take.
Which Rule Do I Use?
🍎 Addition Rule
Use for separate, non-overlapping choices — pick one path only.
👗 Multiplication Rule
Use for independent steps that all happen together.
📚 Factorial
Arranging every one of n distinct items, in a row.
🏅 Permutation
Choosing and ordering r items out of n — order matters.
🛡️ Combination
Choosing r items out of n — order does not matter.
🔑 The One Big Question
Yes → Permutation / Factorial | No → Combination / Addition
| Rule | Question it answers | Operation | Example |
|---|---|---|---|
| Addition | OR — separate options | Add | 3 apples or 2 oranges = 5 |
| Multiplication | AND — sequential steps | Multiply | 3 shirts × 4 pants = 12 |
| Factorial | Arrange ALL n items | n × (n−1) × … × 1 | 5! = 120 |
| Permutation | Arrange r of n, order matters | n! / (n−r)! | 5P3 = 60 |
| Combination | Choose r of n, order doesn't matter | n! / (r!(n−r)!) | 5C3 = 10 |
You have completed the Counting Kingdom. Return to any chapter any time using the map on the left — and good luck on your next quest, wherever the numbers lead you.