回复:我认为,您的第一题答案是正确的。
guest1000
2010-09-08 12:31:24
( reads)
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).
皆兄弟也
2010-09-08 13:03:14yes,您的第二题答案是正确的,as well。