Sumivo · Mathematics

Combination Calculator (nCr)

Count selections where order does not matter.

01 / INPUTS

n

Use a non-negative integer.

k

Use a non-negative integer. If k is greater than n, the result is 0.

02 / RESULT

COMBINATIONS

10

C(n, k)
10
n
5
k
2

Calculation trace

  1. C(5, 2) = 10
    10
    Combination
§

SOURCES