0 / 20
Score: 0
★ AMC / Competition Math

Grid Paths &
Combinatorics

From basic counting to diamond-grid path sums — master the building blocks step by step. 20 problems, fully explained.

⚡ Quick Memory Points
CHOOSE

Combinations

Choosing \(k\) items from \(n\) without caring about order.

\(\binom{n}{k} = \dfrac{n!}{k!(n-k)!}\)
GRID-PATH

Lattice Paths

Going from \((0,0)\) to \((m,n)\) moving only right or up: total paths = \(\binom{m+n}{m}\).

\(\binom{m+n}{m}\) paths
SWAP-SUM

Linearity of Expectation

Sum over all paths = (contribution per edge) × (# paths through that edge). Swap the order of summation!

total = \(\sum_{\text{edges}} (\text{paths thru it})\)
PASCAL

Pascal's Identity

Every interior number in Pascal's Triangle equals the two above it.

\(\binom{n}{k} = \binom{n-1}{k-1}+\binom{n-1}{k}\)
AREA-COUNT

Area = Right-cells

In a diamond grid the area to the right of a path = the number of unit cells to the right of that path.

area \(=\) \(\#\) right-side cells
DOUBLE-COUNT

Double Counting

Count the same thing two ways, set them equal. Powerful trick for sum problems.

LHS = RHS ← same set
Answer all 20 questions — hints included! 0 answered

🎉 Amazing Work!

You scored 0 out of 20.