Permutation & Combination

2011-04-28 2:14 am
A bag contains n balls with different color. Find the no. of way to draw r balls (r < n)from the bag (a) one by one (b) all r balls at a time if replacement is allowed.

回答 (3)

2011-04-28 5:09 am
✔ 最佳答案
(a) C(n,r)

(b) n^r

Hope it helps
2011-04-28 5:26 am
Do you mean that
(a) one by one if replacement is allowed
(b) all r balls at a time

Then
a) Ans: n^r (order is important and in each of the r draws, there is n possibilities)
b) Ans: nCr (order is not important when choosing r balls from n balls at one time)
2011-04-28 2:29 am
Sol:

(nC1)^r
參考: my brain


收錄日期: 2021-04-26 14:56:14
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20110427000051KK01009

檢視 Wayback Machine 備份