This page is the toolbox. Before you read the parent note with confidence, you need to own every symbol it throws at you. We build each one from absolute zero: plain words first, a picture second, and a reason it exists third.
Everything below rests on one plain question: "how many things are in this collection?" So let us fix the word set first.
Why the topic needs it. Pascal's triangle counts subsets — smaller bags you can pull out of a bigger bag. If you do not know that a set ignores order, you will never understand why we divide by k! later.
Picture:n is the number of marbles on the table; k is the number in your closed fist.
Why the topic needs it. Every entry of the triangle is labelled by two numbers — which row (n) and which position (k). Without separating "size of pile" from "size of handful" the whole array is meaningless.
Before combinations can exist, we need a way to count orderings. That is what factorial does.
Picture — factorial counts arrangements in a line. Suppose 3 friends A, B, C line up for a photo. First spot: 3 choices. Once filled, second spot: 2 choices left. Last spot: 1 choice. Multiply: 3×2×1=6 orderings.
Why the topic needs it. The combination formula is built entirely from factorials — see Factorials. And the reason we divide by k! is "a handful of k things can be lined up in k! orders."
These two plain rules are the engine behind both proofs in the parent note.
Picture:Multiplication is a grid — a rows times b columns fills a×b cells. Addition is two separate boxes you pour together, valid only when nothing is double-counted.
Picture: it is a shortened line-up — you only fill k slots of the photo, not all n. The falling staircase n,n−1,… stops after k steps.
Why the topic needs it. The parent's derivation goes "count ordered first (nPk), then remove the ordering." So nPk is the intermediate step on the way to the binomial coefficient. More in Combinations and Permutations.
Picture — from ordered to unordered. Take 4 items, grab 2. Ordered count =4P2=4×3=12 line-ups. But each set like {A,B} appeared as two line-ups (AB and BA) — that is 2!=2 copies. Divide 12/2=6. So (24)=6.
Why the topic needs it.This is the number in every cell of the triangle. Everything else — the row sums, Pascal's rule, symmetry — is a statement about these numbers, so if you can read (kn) you can read the whole triangle.
Picture: put your finger on the bottom label k=0, read off the entries left to right along a row of the triangle, and keep a running total until you reach the top label n.
Why the topic needs it. The "row sum =2n" and "alternating sum =0" facts are both written with ∑. It is pure shorthand — but if the symbol scares you, those beautiful results become unreadable.
Read it top-down: sets feed sizes and factorials; factorials plus the multiplication principle build permutations; permutations divided by orderings give the binomial coefficient; and the two counting principles plus the coefficient assemble the full triangle.