There are 10 books on a shelf, of which 4 are paperbacks and 6 are hardbacks. How many possible selections of 5 books from the shelf contain at least one paperback and at least one hardback?
75
120
210
246
252
登录 或 注册 后可以参加讨论
C(10,5)-C(6,5) 五本中肯定要含B的(因为A只有4本),所以只需要考虑5本中不含A的情况
C(10,5)-C(6,5)
五本中肯定要含B的(因为A只有4本),所以只需要考虑5本中不含A的情况
登录 或 注册 后可以参加讨论