Multinomial Coefficient Calculator

n!/(k₁!·k₂!·...·kₘ!)

CalculatorsFreeNo Signup
4.4(681 reviews)
All Tools

Loading tool...

About Multinomial Coefficient Calculator

A multinomial coefficient calculator computing (n; k₁,k₂,...,kₘ) = n!/(k₁!k₂!...kₘ!) where Σkᵢ=n. Generalizes binomial coefficients. Counts ways to partition n items into groups of sizes k₁,...,kₘ. Client-side.

Multinomial Coefficient Calculator Features

  • Multinomial formula
  • Group sizes
  • Factorial breakdown
  • Multinomial theorem
  • Pascal generalization
Multinomial coefficient (n; k₁,...,kₘ) = n!/(k₁!·...·kₘ!). Counts ways to divide n objects into groups of size k₁,...,kₘ. Binomial is the m=2 case. Multinomial theorem: (x₁+...+xₘ)^n = Σ(n;k₁,...,kₘ)·x₁^k₁·...·xₘ^kₘ.

How to Use

Enter n and group sizes:

  • Coefficient: The multinomial value
  • Factorials: Breakdown
  • Verify: Sum of kᵢ = n

Multinomial Theorem

(x₁+x₂+...+xₘ)^n = Σ (n;k₁,...,kₘ)·∏xᵢ^kᵢ summed over all non-negative kᵢ with Σkᵢ=n. The binomial theorem (a+b)^n is the special case m=2.

Applications

  • Counting anagrams: MISSISSIPPI → 11!/(1!4!4!2!) = 34650
  • Multinomial distribution in statistics
  • Combinatorial identities

Step-by-Step Instructions

  1. 1Enter total n.
  2. 2Enter group sizes.
  3. 3Verify sum.
  4. 4Compute coefficient.
  5. 5View breakdown.

Multinomial Coefficient Calculator — Frequently Asked Questions

How does this relate to binomial coefficients?+

C(n,k) = (n; k, n-k) = n!/(k!(n-k)!). The multinomial is a direct generalization from 2 groups to m groups. All properties of binomial coefficients extend to multinomials.

How to count anagrams of MISSISSIPPI?+

11 letters: M(1), I(4), S(4), P(2). Multinomial coefficient: 11!/(1!·4!·4!·2!) = 39916800/(1·24·24·2) = 34,650 distinct arrangements.

What if group sizes don't sum to n?+

The multinomial coefficient is defined only when k₁+k₂+...+kₘ = n. If the sum doesn't equal n, the coefficient is undefined (or considered 0 in the multinomial theorem context).

Share this tool: