Результати
Exact value: —
Digits: —
Scientific notation: —
Step log
Steps are hidden. Turn on “Show steps” to view them.
Поширені запитання
У чому різниця між перестановками та комбінаціями?
Permutations treat the order of selection as unique (AB ≠ BA). Combinations treat those as the same outcome, counting only distinct subsets.
Коли варто перемикатися між Exact і Approx?
Use Exact for values within the BigInt range (up to about n = 10,000 with k ≤ 5,000). Switch to Approx when the exact integer would be too large; you will still see the digit count and an accurate scientific notation.
Схожі калькулятори
Як це обчислено
- Combinations nCr and permutations nPr with factorials.
- For large n uses logs/approximation to avoid overflow.
- Посилання для поширення зберігає значення n і r.