Algebra 2 Intermediate

Combinations

Count unordered selections using C(n,r) = n!/(r!(n−r)!) and see how combinations connect to Pascal's Triangle.

Live Calculator · Step-by-Step · Algebra 2
Combination Setup
Choose r items from n distinct items — order does not matter.
Examples
See how P(n,r) and C(n,r) differ — permutations count order; combinations do not.
Examples
Result
Enter values above and press Calculate to see C(n,r), the fraction form, and Pascal's Triangle position.
C(n, r)
Fraction Form
Pascal's Triangle Position
P(n, r) — ordered
C(n, r) — unordered
Relationship: C(n,r) = P(n,r) / r!
Pascal's Triangle Position
Step-by-Step Solution
Pascal's Triangle
Gold cell = C(n,r) highlighted position  ·  Teal cells = other values
Combination Formula
C(n,r) = n! / (r! · (n−r)!)

Order doesn't matter: The set {A,B,C} is the same selection as {C,B,A} — combinations count groups, not arrangements.

Symmetry: C(n,r) = C(n,n−r). Choosing r items to include is the same as choosing n−r items to leave out.

Special cases:

C(n,0) = 1 — there is exactly one way to choose nothing.

C(n,1) = n — each item is its own selection.

C(n,n) = 1 — there is exactly one way to choose everything.

Multiplicative shortcut: C(n,r) = [n·(n−1)·…·(n−r+1)] / r! — cancel common factors before multiplying to keep numbers small.
Pascal's Triangle Connection
Row n of Pascal's Triangle = C(n,0), C(n,1), …, C(n,n)

Pascal's Rule: Each entry is the sum of the two entries above it — C(n,r) = C(n−1,r−1) + C(n−1,r). This is the "addition formula" for combinations.

Row sum: The entries in row n add up to 2ⁿ, because each subset of an n-element set is counted exactly once: C(n,0)+C(n,1)+…+C(n,n) = 2ⁿ.

Binomial connection: C(n,r) is the coefficient of xʳ in the expansion of (1+x)ⁿ, which is why these are called binomial coefficients.

  • Row 0: 1
  • Row 1: 1 1
  • Row 2: 1 2 1
  • Row 3: 1 3 3 1
  • Row 4: 1 4 6 4 1

Combinations still confusing?

One-on-one Algebra 2 tutoring builds real intuition for when to use combinations versus permutations — we work through your actual homework and tests so the strategy sticks.

Book a Free Consultation →