Combinatorial Problems and Exercises - 1. Basic enumeration(1)

  1. In a shop there are k kinds of postcards. We want to send postcards to n friends. How many different ways can this be done?
    N1=kn
    What happens if we want to send them different cards?
    N2=P(k,n)
    What happens if we want to send two different cards to each of them(but different persons may get the same card)?
    N3=P(C(k,2),n)
  2. We have k distinct postcards and want to send them all to our n friends (a friend can get any number of postcards, including 0). How many ways can this be done?
    N1=(n+k1)!(n1)!
    What happens if we want to send at least one card to each friend?
    N2=C(k1,n1)
  3. How many anagrams can be formed from the word CHARACTERIZATION? (An anagram is a word having the same letters, each occurring the same number of times; this second word does not need to have a meaning.)
    N=16!3!2!2!2!2!=217945728000
  4. (a) How many possibilities are there to distribute k forints among n people so that each receives at least one?
    Na=C(k1,n1)
    (b) Suppose that we do not insist each perso n receive something. What will be the number of distributions in this case?
    Nb=(n+k1)!k!(n1)!
  5. There are k kinds of postcards, but only in a limited number of each, there being ai copies of the ith one. What is the number of possible ways of sending them to n friends? (We may send more than one copy of the same postcard to the same person).
    N=(ki=1ai)!C(ki=1ai1,n1)ki=1ai!
  6. (a) Find recurrence relations for the Stirling partition numbers {nk} and the Stirling cycle numbers [nk] , and tabulate them for n6
    Stirling Number of the 1st kind:
    [nk]=[n1k1]+(n1)[n1k]
    n0123456010000001112624120213115027431635225411085511561

    Stirling Number of the 2nd kind:
    {nk}={n1k1}+k{n1k}
    n0123456010000001111111213715313162590411065511561

    (b) Prove that {nnk} and [nnk] are polynomials in n for each fixed k.
    ???
    (c) Show that there is a unique way to extend the definition of {nk} and [nk] over all integers n and k so that the recurrence relations in (a) are preserved and the “boundary conditions” {00}=[00]=1 and {0m}=[m0]=0(m0) are fulfilled.
    ???
    (d) Prove the duality relation
    {nk}=[kn]

    ???
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值