2.7.11 · D1Statistics & Probability — Intermediate

Foundations — Combinations — nCr, Pascal's triangle

1,671 words8 min readBack to topic

This page assumes you know nothing and builds every symbol the parent note uses, one brick at a time. Read top to bottom: each idea is the floor the next one stands on.


1. Counting distinct things — the very first picture

Before any formula, we need the idea of a distinct item: a thing you can tell apart from every other thing. Three friends named Amit, Bina, Chetan are distinct — you can point to each one.

Why the topic needs this: the parent formula counts subsets of distinct items. If items could repeat or were identical, "how many ways to choose" would mean something different. So "distinct" is the ground floor.


2. The symbol — "how many I have"

We use a letter instead of a fixed number so one formula can talk about any size pile at once. That is the whole reason algebra uses letters: write it once, use it forever.


3. The symbol — "how many I take"

Why both letters? The parent note constantly writes things like — "from , choose ." You must feel these two roles: is the pool, is the grab.


4. Order matters vs. order doesn't — the heart of everything

This is the single distinction the whole topic turns on, so look at the picture slowly.

Why the topic needs this: a permutation () is the ordered count; a combination () is the unordered count. The parent page's central move — dividing by — exists only to turn the first into the second.

Recall Curly braces

When we write a group with curly braces , the braces are a signal: "order inside me is irrelevant." So and are literally the same set.


5. The exclamation mark: factorial

The picture behind it — factorial counts arrangements. How many ways can you line up 3 distinct people? The first slot has 3 choices, the next has 2 left, the last has 1 left:

Why the topic needs it: the number of orderings of a group of items is exactly . That is the "un-shuffle" number you divide by. See Factorials and 0! for the full engine.


6. Falling products —

The parent note writes , " factors." Let's earn that.

The picture — filling slots from a shrinking pool: slot 1 has choices, slot 2 has (one used up), and so on for slots. That product IS .


7. The choose symbol

The picture: it is a count of pockets, not line-ups. Whenever the answer must not change when you shuffle the chosen items, this is your symbol.


8. Sigma-free reading of Pascal's triangle notation

The parent draws numbers as "row , position ." Two conventions you must lock in:

Why zero-indexing? Because must be the first entry of every row, and is the lone top. Starting counts at 0 makes the edges of the triangle always , matching "choose nothing / choose everything." See Pascal's Triangle patterns.


9. The plus sign that stacks the triangle

Pascal's rule uses ordinary addition, but the reason you add is the counting law "disjoint cases add up."

This same "cases add, complement subtracts" idea powers the parent's "at least one" example and all of Probability — counting outcomes.


Prerequisite map

Distinct items

Symbols n and r

Order matters vs not

Factorial n!

0! equals 1

Permutations nPr

Falling product r factors

Combination nCr

Pascal triangle indexing

Disjoint cases add

Pascal addition rule

Read it as a staircase: distinctness and the two letters come first; factorials (and ) power permutations; permutations plus "order doesn't matter" give combinations; combinations laid out by row give Pascal's triangle; and the "cases add" idea gives Pascal's rule.


Equipment checklist

Test yourself — cover the right side and answer before revealing.

What does "distinct items" mean?
Objects you can tell apart; swapping their names changes which one you mean.
In , what is and what is ?
= size of the pool you choose from; = how many you take, with .
What is the one difference between a permutation and a combination?
A permutation counts ordered line-ups; a combination counts unordered groups (order irrelevant).
Compute .
.
Why is ?
There is exactly one way to arrange nothing — the empty arrangement.
Write the falling-product form of and its value.
(three factors, last is ).
Build from .
.
In Pascal's triangle, what are the row and position of the entry , and its value?
Row , position ; value .
Why do the two Pascal-rule terms get added, not multiplied?
They are disjoint, exhaustive cases (item IN vs OUT), and disjoint cases add.
What does tell you?
Curly braces mean order inside is irrelevant — it's the same set.

Connections

  • Permutations — nPr — the ordered count that combinations divide down.
  • Factorials and 0! — the multiplication engine and why .
  • Binomial Theorem — where these show up as coefficients.
  • Probability — counting outcomes — "cases add, complement subtracts" in action.
  • Pascal's Triangle patterns — what the row/position grid reveals.
  • Combinations — nCr, Pascal's triangle — the parent topic this page prepares you for.