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
- Enter n (the total number of items) in the top field.
- Enter r (the number of items to choose) — must satisfy 0 <= r <= n.
- Review C(n, r) — the number of r-combinations — and P(n, r) — the number of r-permutations.
- Check the Pascal Row Length to see where C(n, r) falls in Pascal's triangle.
- Use these values in probability, combinatorics proofs, or algorithm analysis.
Ad Placeholder
Related Calculators
Permutations & Combinations Calculator
Calculate permutations and combinations with or without repetition for any n and r values.
Catalan Number Calculator
Calculate Catalan numbers and their combinatorial interpretations including binary trees and lattice paths.
Stirling Number Calculator
Calculate Stirling numbers of the first and second kind, plus Bell numbers for set partitions.
Ad Placeholder