🎲Learn Permutations vs Combinations Without Memorizing Formulas
Stop memorizing nPr and nCr — answer two questions (does order matter? can things repeat?) and the right formula falls out. Ends with you inventing and solving your own counting puzzle.
Phase 1Feel the Difference by Counting
List small cases by hand to feel order versus no order.
If the order changes the answer, it's a permutation
6 minEvery counting problem splits on one question: does rearranging the same items count as something different? If yes, you're counting permutations. If no, you're counting combinations. The formulas are just bookkeeping for that one choice.
Count by listing before you count by formula
7 minListing all cases for n=3 or n=4 takes a minute and burns the pattern into your hands. Once you can see why there are 6 orderings of three items, the factorial formula becomes obvious instead of mysterious.
Before you count arrangements, ask if repeats are allowed
6 minThe second question — can an item repeat? — splits counting problems again. Repetition allowed turns every slot independent; no repetition locks slots together. Same question, totally different arithmetic.
Two questions give you four buckets — and every problem lives in one
7 minOrder matters or doesn't. Repetition allowed or not. Those two questions form four buckets, and every counting problem in the universe fits in exactly one of them. Memorize the buckets, not the formulas.
Phase 2Drill the Decision Flow Until It Sticks
Drill the order and repetition decision flow on real problems.
Classify first, compute second — always
7 minThe habit that separates confident students from guessers is tagging each problem with its bucket before computing anything. Classification is the skill; arithmetic is the tax you pay after.
Podiums, PIN codes, and anything else where order matters
7 minThe permutation formula nPr = n!/(n−r)! is just 'pick from a shrinking pool and keep the order.' Every permutation problem reduces to that sentence, and you can re-derive the formula every time without memorizing it.
Committees, poker hands, and the trick of dividing out order
7 minA combination is a permutation with the extra orderings cancelled out. If there are nPr ordered selections and each set of r items can be arranged in r! ways, then nCr = nPr / r!. That's the whole formula.
When the problem mixes permutation and combination steps
8 minReal problems rarely live in one bucket. A typical word problem might need a combination to choose the group and a permutation to arrange it. Break the problem into pieces and apply the right tool to each.
Fifteen problems, no formula lookups, just buckets
8 minConfidence in counting comes from speed at classification, not speed at arithmetic. A 30-second classification habit, applied to 15 problems in a row, turns hesitation into reflex.
Phase 3Connect Counting to the Bigger Picture
Connect counting to Pascal's triangle, probability, and the binomial.
You're planning a tournament bracket — where does Pascal's triangle show up?
7 minPascal's triangle isn't a decorative pattern. Each entry is literally nCr — the number of ways to choose r items from n. Once you see that, the triangle stops being a curiosity and becomes a calculator.
Your algebra homework asks for (x+y)^5 — and the coefficients look familiar
8 minThe coefficients of (x+y)^n are exactly the combinations nC0, nC1, …, nCn. Expanding a binomial is the same as counting how many ways to pick which factor contributes an x versus a y.
Your friend asks what the lottery odds actually are — can you explain?
8 minProbability is just a ratio: favorable outcomes divided by total outcomes. Combinations and permutations are the tools for counting both halves of that ratio — without them, probability stays mysterious.
Your exam gives you a mixed word problem — what usually goes wrong?
8 minNearly every exam mistake in counting comes from one of three habits: failing to classify, forgetting to handle repetition, or confusing multiply-and-add. Catch those three and your error rate plummets.
Phase 4Invent and Defend Your Own Counting Puzzle
Invent and defend your own counting puzzle from scratch.
Invent your own counting puzzle and solve it from scratch
10 minThe final test of understanding counting isn't answering a textbook problem — it's inventing one. When you can write a puzzle, pick the bucket, compute the answer, and defend your reasoning, you've replaced formula recall with real fluency.
Frequently asked questions
- What is the difference between a permutation and a combination?
- This is covered in the “Learn Permutations vs Combinations Without Memorizing Formulas” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- How do I tell whether order matters in a word problem?
- This is covered in the “Learn Permutations vs Combinations Without Memorizing Formulas” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- Why is nPr bigger than nCr for the same n and r?
- This is covered in the “Learn Permutations vs Combinations Without Memorizing Formulas” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- When do I use permutations with repetition versus without?
- This is covered in the “Learn Permutations vs Combinations Without Memorizing Formulas” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
- How are combinations related to Pascal's triangle?
- This is covered in the “Learn Permutations vs Combinations Without Memorizing Formulas” learning path. Start with daily 5-minute micro-lessons that build from fundamentals to hands-on application.
Related paths
🎲Learn Bayes' Theorem and Actually Use It to Update Beliefs
Update beliefs the way doctors, rationalists, and spam filters actually do — starting with frequency trees, finishing with a real prior-posterior update on a coin you've flipped yourself.
📐Understand Eigenvectors and Eigenvalues Without the Algebra Fog
Build geometric intuition for eigenvectors before touching a formula — then compute them, connect them to PCA and PageRank, and build your own mini ranking system from scratch.
📈Understand Limits Intuitively Before You Touch Epsilon-Delta
Build a gut-level feel for limits through graphs, tables, and zoom-in experiments — then use that intuition to evaluate tricky expressions and invent your own limit-breaking function.
🎯Understand Proof by Induction: The Domino Argument That Works
Build intuition for mathematical induction through the domino analogy and concrete number examples, then prove classic identities and write your own induction proof from scratch.