Skip to main content

Combination Calculator

C(n, k) = n! / (k! (n − k)!) for unordered selections.

Rated 4.7 out of 5 based on 340 reviews

Results

How to use Combination Calculator

  1. Enter n, k. Leave a field blank only when the page says the value is missing.
  2. Read the result rows under the form. Errors appear in the status line. Nothing is uploaded.
  3. Rounding follows IEEE floating point in this browser unless the page says it uses integers or BigInt.

Combination Calculator

C(n, k)

ComputesC(n, k) = n! / (k! (n − k)!) for unordered selections.
IncludesC(n, k)
IncludesMultiplicative formula
Enginepercentage
UploadNone
AdviceArithmetic only

What Combination Calculator is

C(10, 3) = 120. The page uses a multiplicative product and rounds to the nearest integer so large C(n, k) stay whole. Order does not matter; for order use permutations.

The formula runs in this tab. CZNull does not receive the numbers.

How this page computes

C(n, k) = C(n, n − k). k greater than n is rejected.

Entities and related jobs

C(n, k) = n! / (k! (n − k)!) for unordered selections. Named features: C(n, k), Multiplicative formula.

See also Permutation Calculator, Factorial Calculator, Percentage Calculator, Scientific Calculator, Fraction Calculator, GCD Calculator.

Use cases

Lottery-style 'n choose k', committees, and poker hand counts at small n.

Limits

Invalid input appears in the status line. IEEE floating point applies unless a row says otherwise. CZNull does not receive the numbers.

Combination Calculator questions

Does this page upload my numbers?
No. The formula runs in the page you opened. CZNull does not receive the values.
What does Combination Calculator compute?
C(10, 3) = 120.
Why is this its own URL?
Search queries name this job. Nearby modes stay on their own pages so inputs do not mix. Related calculators are linked below Combination Calculator.
C(10, 3)?
120.
Is C(10, 7) the same?
Yes. C(n, k) = C(n, n − k).
Can I treat the result as official?
No. Rounding and real-world rules can differ. Use the page to check the arithmetic.