返回题库

组成委员会

Choosing Committees

专题
Statistics / 统计
难度
L2

题目详情

一个社团有 10 名成员,需要组建一个 3 人的组织委员会和一个独立的 4 人活动委员会(两委员会成员不重叠)。问共有多少种组建方式?

There are 10 members in a club. The club needs to form a 3-member organizing committee and a separate 4-member event committee. How many ways can the club form these two committees?

解析

先选 3 人组委会:(103)\binom{10}{3}

剩下 7 人中再选 4 人活动委员会:(74)\binom{7}{4}

因此总数:

(103)(74)=120×35=4200.\binom{10}{3}\binom{7}{4}=120\times 35=4200.

Original Explanation

To solve this problem, we consider:

  1. Choosing the 3-member organizing committee:
    The number of ways to choose 3 members out of 10 is given by the combination: (103)\binom{10}{3}

  2. Choosing the 4-member event committee:
    After selecting the 3 members for the organizing committee, 7 members remain. The number of ways to choose 4 members from these 7 is: (74)\binom{7}{4}

  3. Multiplying both choices:
    Since the committees are distinct (i.e., someone chosen for one cannot serve on the other), the total number of ways is the product of the two: (103)×(74)\binom{10}{3} \times \binom{7}{4}

So the number of ways the club can form the two committees is: (103)×(74)=120×35=4200\binom{10}{3} \times \binom{7}{4} = 120 \times 35 = 4200