2條 permutation and combination

2012-06-08 5:45 am
1. There are 12 balls in a box, which are numbered from 1 to 12. If 5 balls are randomly drawn from the box without replacement, find the number of possible ways in which " 6 " is the second largest number drawn.

ans: 6c1*5c3
= 60

但我吾明why吾可以6c1*1*5c1*4c1*3c1
without replacement 吾系吾可以重複咩?


2.Nancy has bought 10 different Christmas presents. In how many ways can she
(a) divide the presents into 5 groups of 2?


ans:(10C2)(8C2)(6C2)(4C2)(2C2) / 5! = 945

點解要除5!

thx~
更新1:

第一題我明 -但系第二題 點解 Find the number of way to distribute 12 different story books among 4 different children evenly, ANS: (12C3)(9C3)(6C3)(3C3) why 呢題又吾使除?? thx~

回答 (1)

2012-06-08 9:24 pm
✔ 最佳答案
1)

Why 吾可以 6c1*1*5c1*4c1*3c1 ?

是吾可以的 。

你最後3個 5c1 * 4c1 * 3c1 的計法實際上係 = 5P3 ,
即係你把最後3個的次序也計埋。

因為 5C1 時有 3 個可能 ,
4C1 時有剩 2 個可能 ,
3C1 時有最後 1 個可能 。

所以你 5c1*4c1*3c1 計晒 3*2*1 = 3! 種排列 ,
而這裡一次過抽5個 balls 同排列無關。

所以你要除番 3! , 即 6c1 * 1 * [(5c1*4c1*3c1) / 3!] = 60 ,

或者學答案 5C3 便沒有多計排列的問題 : 6C1 * 1 * 5C3 = 60。



2)

點解要除5!

和上一題同樣道理 ,

10C2 呢2本有 5 個 groups 的選擇
8C2 呢2本剩 4 個 groups 的選擇
6C2 呢2本剩 3 個 groups 的選擇
4C2 呢2本剩 2 個 groups 的選擇
2C2 呢2本去最後 1 個 groups 。

所以 (10C2)(8C2)(6C2)(4C2)(2C2) 實際計晒 5*4*3*2*1 = 5! 種排列。

一定要除以 5! 得 (10C2)(8C2)(6C2)(4C2)(2C2) / 5! = 945 。


另一解法 :

全排 / (5組2本排列數 * 5組排列)

= 10! / (2! * 2! * 2! * 2! * 2! * 5!) = 945。


2012-06-08 14:58:50 補充:
簡單~
分別就係4 {DIFFERENT} children , 因為 children are {DIFFERENT} ,
即係邊份排好位分給邊個是有分別的!
所以要保留排列數 , 不可以除 4! 。

另一解法 :
12! / (3! * 3! * 3! * 3!) = 369600。

而 divide the presents into 5 groups of 2 就無排列次序可言 ,
除非再分呢 5 groups to 5 名不同人士。

Hope I can help you ~


收錄日期: 2021-04-21 22:25:01
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20120607000051KK00570

檢視 Wayback Machine 備份