learn.howToCalculate
learn.whatIsHeading
Combinations (nCr) count the ways to choose r items from n when order does not matter. Fundamental in probability, statistics, and combinatorics.
공식
- C
- C(n — C(n
단계별 가이드
- 1C(n,r) = n! / (r! × (n−r)!)
- 2Order does NOT matter (unlike permutations)
- 3C(n,r) = C(n,n−r) — symmetrical property
- 4C(n,0) = C(n,n) = 1 always
풀어진 예시
자주 묻는 질문
What is Combinations?
Combinations (nCr) count the ways to choose r items from n when order does not matter. Fundamental in probability, statistics, and combinatorics
How accurate is the Combinations calculator?
The calculator uses the standard published formula for combinations. Results are accurate to the precision of the inputs you provide. For financial, medical, or legal decisions, always verify with a qualified professional.
What units does the Combinations calculator use?
This calculator works with inches. You can enter values in the units shown — the calculator handles all conversions internally.
What formula does the Combinations calculator use?
The core formula is: C(n,r) = n! / (r! × (n−r)!). Each step in the calculation is shown so you can verify the result manually.
계산할 준비가 되셨나요? 무료 Combinations (nCr) 계산기를 사용해 보세요
직접 시도해 보세요 →