有很多辦法

來源: 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”