Skip to content

Commit

Permalink
Update Probability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksmd authored Aug 4, 2017
1 parent 6744e66 commit 1f1c0c9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Probability.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
* Multiominal Coefficients:

![](https://latex.codecogs.com/gif.latex?\binom{n}{n_{1},&space;n_{2},&space;..,&space;n_{m}})
![](https://latex.codecogs.com/gif.latex?\binom{n}{n_{1},&space;n_{2},&space;..,&space;n_{m}}&space;=\frac{n!}{n_{1}!n_{2}!...n_{m}!})

Phân phối n người khác nhau về m nhóm khác nhau với số lượng tương ứng: n1,n2,...,nm

Ví du: abcd => 2 nhóm mỗi nhóm 2 người
- (ab)(cd)
- (ac)(bd)
- (ad)(bc)
- (bc)(ad)
- (bd)(ac)
- (cd)(ab)

Kết quả:

![](https://latex.codecogs.com/gif.latex?\frac{4!}{2!2!}=6)

0 comments on commit 1f1c0c9

Please sign in to comment.