想請問ˋ戰友( )裡的文字我目前看到是看不看沒有影響 你們覺得呢? 因為我常被誤導 例 A certain law firm consists of 4 senior partners and 6 junior partners.How many different groups of 3 partners can be formed in which at least one member of the group is a senior partner?(Two groups are considered different if at least one group member is different.)
献上我的答案: 三个人中至少有一个senior的选法是: C(4,1)*C(6,2) + C(4,2)*C(6,1)+C(4,3) =60+36+4 =100 since at least one senior, the outcome should be one senior with two junior, or two senior with one junior or all 3 junior. This is combination. If it is possibility, you can go with 1-no senior. Please not mix these together.