Permutation and Combination Problem?
A team of 4 people is going to selected from 5 couples. Find the number of ways to form the team if
a) the team consists of no couples
b) the team consists of exactly 1 couple.
回答 (1)
a)
1. select 4 couples from 5 couples = C(5,4)
2. select 1 person from each required couple ( Total:4 couples ) = C(2,1) C(2,1) C(2,1) C(2,1)
∴ C(5,4) C(2,1) C(2,1) C(2,1) C(2,1) = 80 ways
b)
1. select 1 couples from 5 couples = C(5,1)
2. select 2 people from the required couple ( Total:1 couples ) = C(2,2)
3. select 2 couples from the remaining 4 couples = C(4,2)
4. select 1 person from each required couples ( Total:2 couples ) = C(2,1) C(2,1)
∴ C(5,1) C(2,2) C(4,2) C(2,1) C(2,1) = 120
收錄日期: 2021-04-18 14:36:22
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20151203091216AAegBco
檢視 Wayback Machine 備份