Combination calculator
Compute C(n, k) — the number of ways to choose k items from n without regard to order — and the ordered permutations P(n, k).
Combinations
C(49,6) = 13,983,816
Order does not matter.
Permutations
10,068,347,520
Order matters (may exceed number range for large n).