| r5 vs r6 | ||
|---|---|---|
| ... | ... | |
| 8 | 8 | |
| 9 | 9 | == 특징 == |
| 10 | 10 | * {{{+2 [math({}_n{\rm C}_r= \frac{{}_n{\rm P}_r}{r!}= \frac{n!}{r!(n-r)!})]}}} |
| 11 | * {{{+2 [math({}_n{\rm C}_0= 1)][* 0개를 선택하는 경우의 수는 한가지이기 때문], [math({}_n{\rm C}_n= 1)]}}} | |
| 11 | * {{{+2 [math({}_n{\rm C}_0= 1)][* 0개를 선택하는 경우의 수는 한 가지이기 때문], [math({}_n{\rm C}_n= 1)]}}} | |
| 12 | 12 | * {{{+2 [math({}_n{\rm C}_r= {}_n{\rm C}_{n-r})]}}}[* n개가 있을 때 r개를 뽑는 방법의 수인 [math({}_n{\rm C}_r)]과, 선택되지 않은 n-r개를 뽑는 방법의 수는 같기 때문이다.] |
| 13 | 13 | * {{{+2 [math({}_n{\rm C}_r= {}_{n-1}{\rm C}_r+{}_{n-1}{\rm C}_{r-1})]}}} |
| 14 | 14 | * {{{+2 [math(= \frac{\left ( n-1 \right )!}{r!\left\{ \left ( n-1 \right )-r\right\}!} + \frac{\left ( n-1 \right )!}{r-1!\left\{ \left ( n-1 \right )-(r-1)\right\}!} |
| ... | ... |