Yahoo 知識+ 將於 2021 年 5 月 4 日 (美國東岸時間) 停止服務,而 Yahoo 知識+ 網站現已轉為僅限瀏覽模式。其他 Yahoo 資產或服務,或你的 Yahoo 帳戶將不會有任何變更。你可以在此服務中心網頁進一步了解 Yahoo 知識+ 停止服務的事宜,以及了解如何下載你的資料。
probility
In this exercise you will solve the following problem:
If you roll eight dice, what is the probability that each of the numbers 1
through 6 appears on top at least once?
For 1 ≦ i ≦ 6, let Ei be the event that number i doesn't show up on any of
the dice.(a) Write a formula for P(Ei).
(b) Let k ≦ 6 and 1 ≦ i1 < i2 <...< ik ≦ 6.
Write a formula for P(Ei1 ∩Ei2 ∩...∩ Eik).
(c) Now use the inclusion-exclusion formula to write a formula for
P(E1 ∪ E2 ∪ ...∪E6).
This is the probability that some number doesn't appear when you
roll eight die.
Your formula should use the summation sign, powers and binomial
coecients.
(d) Using the solution to (c), write down the probability that each of the
numbers 1 through 6 appears on top at least once (a solution in the
form of a sum is ne; it is not necessary to actually calculate the value
of the sum).
2 個解答
- 知足常樂Lv 77 年前最愛解答
可以,我可以用 inclusion-exclusion 教你做一次。
同時亦可以用 permutation 的做法。
我提供兩個方法給你參考。
2014-09-28 17:12:55 補充:
Please read:
圖片參考:https://s.yimg.com/rk/HA00430218/o/1187918784.png
2014-10-03 16:39:58 補充:
6C1 是指 {1, 2, 3, 4, 5, 6} 中選 1 個為沒擲出的點數。
6C2 是指 {1, 2, 3, 4, 5, 6} 中選 2 個為沒擲出的點數。
。。。