•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

조합(비교)

r5 vs r6
......
88
99
== 특징 ==
1010
* {{{+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)]}}}
1212
* {{{+2 [math({}_n{\rm C}_r= {}_n{\rm C}_{n-r})]}}}[* n개가 있을 때 r개를 뽑는 방법의 수인 [math({}_n{\rm C}_r)]과, 선택되지 않은 n-r개를 뽑는 방법의 수는 같기 때문이다.]
1313
* {{{+2 [math({}_n{\rm C}_r= {}_{n-1}{\rm C}_r+{}_{n-1}{\rm C}_{r-1})]}}}
1414
* {{{+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\}!}
......