계산기
- 순열 (nPr)
- {{ result.permutation }}
- 조합 (nCr)
- {{ result.combination }}
- 한 조합이 뽑힐 확률
- {{ result.probability }}
관련용어
-
- 순열(Permutation)과 조합(Combination)
-
순열(nPr)은 순서를 구분해 n개 중 r개를 뽑아 나열하는 경우의 수이고, 조합(nCr)은 순서를 구분하지 않고 뽑는 경우의 수다. nCr = nPr ÷ r!