有很多办法

来源: haha2000 2009-01-28 06:08:50 [] [旧帖] [给我悄悄话] 本文已被阅读: 次 (568 bytes)
1。

Consider a set with n elements, how many subsets (power set) does it have?

There is one way to calculate it. Each element has two choices, so that the total number of subsets will be 2^n

Another way, the cardinality of any subset must be >=0 and <= n. The number of subsets with cardinality k is C(n, k). So that the total number of subsets will
sum C(n, k)

2.

Consider polynomial (x+y)^n, expanding it
we have (x+y)^n = sum C(n, k) x^k y^{n-k}

set x = 1, y = 1

There are many ways more to prove it..

所有跟帖: 

or you can simply count it, if your teacher does not -idiot94- 给 idiot94 发送悄悄话 idiot94 的博客首页 (43 bytes) () 01/29/2009 postreply 06:20:54

请您先登陆,再发跟帖!

发现Adblock插件

如要继续浏览
请支持本站 请务必在本站关闭/移除任何Adblock

关闭Adblock后 请点击

请参考如何关闭Adblock/Adblock plus

安装Adblock plus用户请点击浏览器图标
选择“Disable on www.wenxuecity.com”

安装Adblock用户请点击图标
选择“don't run on pages on this domain”