User Tools

Site Tools


b:head_first_statistics:permutation_and_combination

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
b:head_first_statistics:permutation_and_combination [2020/10/15 19:41] – [What if horse order doesn’t matter] hkimscilb:head_first_statistics:permutation_and_combination [2023/10/11 08:16] (current) – [e.g.] hkimscil
Line 72: Line 72:
 b, a2, a1 b, a2, a1
  
-n! p! q! +$$ \frac {n!} {p! q!} $$
  
 +<BOOKMARK:arranging_group>
 {{:b:head_first_statistics:pasted:20191015-075959.png}} {{:b:head_first_statistics:pasted:20191015-075959.png}}
  
Line 81: Line 81:
  
 {{:b:head_first_statistics:pasted:combination.arranging.duplicates.png}} {{:b:head_first_statistics:pasted:combination.arranging.duplicates.png}}
-<BOOKMARK:arranging_group>+
 <code> <code>
 factorial(6)/(factorial(3)*factorial(3)) factorial(6)/(factorial(3)*factorial(3))
Line 94: Line 94:
 {{:b:head_first_statistics:pasted:20191015-080318.png}} {{:b:head_first_statistics:pasted:20191015-080318.png}}
 {{:b:head_first_statistics:pasted:20191015-081850.png}} {{:b:head_first_statistics:pasted:20191015-081850.png}}
 +
 +<WRAP box>
 +X = {a a b c c c} 라면?
 +n(X) = 6 이므로 총 6! 
 +a가 둘, c가 셋으로 묶이므로
 +6! / (2! * 3!)
 += 6*5*2 = 60
 +
 +
 +</WRAP>
  
 <WRAP box> <WRAP box>
Line 168: Line 178:
  
 \begin{eqnarray*} \begin{eqnarray*}
-_{3}C_{2} * 2! & = & _{3}P_{2} \\ +\text{Answer we want} & = & \frac {_{3}P_{2}}{2!} \\ 
-_{3}C_{2} & = & \frac {_{3}P_{2}}{2!} \\+\text{We call this} & = &  _{3}C_{2}  \\
 _{3}C_{2} & = & \frac {\frac{3!}{(3-2)!}} {\frac {2!} {1}} \\ _{3}C_{2} & = & \frac {\frac{3!}{(3-2)!}} {\frac {2!} {1}} \\
 _{3}C_{2} & = & \frac {3!}{2! * (3-2)!} = 3 _{3}C_{2} & = & \frac {3!}{2! * (3-2)!} = 3
Line 207: Line 217:
 2. The coach classes 3 of the players as expert shooters. What’s the probability that all 3 of these players will be on the court at the same time, if they’re chosen at random? 2. The coach classes 3 of the players as expert shooters. What’s the probability that all 3 of these players will be on the court at the same time, if they’re chosen at random?
 </WRAP> </WRAP>
 +
 <code> <code>
 ## n! / r!(n-r)! ## n! / r!(n-r)!
Line 245: Line 256:
 A flush is where all 5 cards belong to the same suit. What’s the probability of getting this? A flush is where all 5 cards belong to the same suit. What’s the probability of getting this?
 </WRAP> </WRAP>
 +{{https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Piatnikcards.jpg/1920px-Piatnikcards.jpg?800}} 
 +see [[wp>List_of_poker_hands]] 
 +{{https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/A_studio_image_of_a_hand_of_playing_cards._MOD_45148377.jpg/1024px-A_studio_image_of_a_hand_of_playing_cards._MOD_45148377.jpg?400}}
 <code> <code>
 ## 52장의 카드 중에서 5장 고를 조합은 ## 52장의 카드 중에서 5장 고를 조합은
b/head_first_statistics/permutation_and_combination.1602758517.txt.gz · Last modified: 2020/10/15 19:41 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki