Binomial Coefficient Calculator
How This Is Calculated
C(n,r) = n! / (r!(n−r)!) counts the number of ways to choose r items from n without regard to order — the same formula that generates every entry in Pascal’s Triangle and every coefficient in a binomial expansion. Full reasoning in the Binomial Theorem chapter guide, or expand a full binomial with the Binomial Expansion Calculator.