回複:我認為,您的第一題答案是正確的。

來源: 2010-09-08 12:31:24 [舊帖] [給我悄悄話] 本文已被閱讀:

The answer to the 2nd question should be correct as well. We can think the 2nd question as this:

Put 20 balls in 5 bins, which has two scenarios: 1. none of the five bins can be empty, which results in C(19,4); 2. the fifth bin is empty, which results in C(19,3). Therefore, the total number is C(19,4)+C(19,3)=C(20,4).