Inputs
Result
Result
Enter values and calculate.
Compute C(n,r) = n! / (r!(n−r)!) — the number of unordered selections of r items from n. See how C(n,r) = P(n,r) / r! and why order doesn't matter in combinations.
Your explanation will appear here.