Skip to main content
Calcimator

Binomial Coefficient Calculator

Calculate nCr and nPr values with Pascal's triangle row visualization.

Inputs

Results

C(n, r)

120

P(n, r)

720

Pascal Row Length11
How to Use This Calculator
  1. Enter n (the total number of items) in the top field.
  2. Enter r (the number of items to choose) — must satisfy 0 <= r <= n.
  3. Review C(n, r) — the number of r-combinations — and P(n, r) — the number of r-permutations.
  4. Check the Pascal Row Length to see where C(n, r) falls in Pascal's triangle.
  5. Use these values in probability, combinatorics proofs, or algorithm analysis.

How the result changes with n (total)

n (total)C(n, r)P(n, r)
176804,080
5932,509195,054
111221,8151,330,890
153585,2763,511,656

What each input means

n (total)
Total number of items (row of Pascal's triangle)
r (choose)
Number of items to choose (column in Pascal's triangle)

How this is calculated

Worked example, using the default values

  1. Identify Input Parameters
    n (total) = 10, r (choose) = 3 = 2 input(s) provided
  2. Calculate C
    C
    120 = 120
  3. Calculate P
    P
    720 = 720
  4. Calculate Pascal Row Length
    11 = 11

Engine last updated . Checked against 5 independently-derived tests how we verify calculators.

The questions that sit next to this one — chosen by subject, including calculators filed under a different category.

More in Math & Statistics.