tony24810
- 42
- 0
In how many ways can a committee of five be chosen from 11 people, if two particular people will not work on the same committee (that is, if one is included, the other must be excluded).
I have attempted this questions with differents approaches and yielded the same answers, but my answer disagree with the answer from the book.
I would really appreciate if someone will point out if there're flaws in my arguments or if the book is wrong.method 1:
suppose the group of 11 is split into 3 groups: guy1, guy2 and the rest(9 persons)
number of ways to form committe with guy1 = 1 * 9C4
number of ways to form committe with guy2 = 1 * 9C4
number of ways to form committe from 'the rest' = 9C5
number of ways = 9C4 + 9C4 + 9C5 = 126+126+126=378
method 2:
all combinations - the combinations that contain both guy1 and guy2
= 11C5 - 9C3
= 462 - 84
=378
The answer from the book is 252.
Please someone help! thanks!the next question is similar:
In how many ways may a team of four oarsmen be chosen from a panel of 13 people if two individuals refuse to work on the same rowing team as each other?
my solution = ways with guy1 + ways with guy2 + ways without those 2
= 11C3 + 11C3 + 11C4
= 165 + 165 + 330
= 660but the book says 495
I have attempted this questions with differents approaches and yielded the same answers, but my answer disagree with the answer from the book.
I would really appreciate if someone will point out if there're flaws in my arguments or if the book is wrong.method 1:
suppose the group of 11 is split into 3 groups: guy1, guy2 and the rest(9 persons)
number of ways to form committe with guy1 = 1 * 9C4
number of ways to form committe with guy2 = 1 * 9C4
number of ways to form committe from 'the rest' = 9C5
number of ways = 9C4 + 9C4 + 9C5 = 126+126+126=378
method 2:
all combinations - the combinations that contain both guy1 and guy2
= 11C5 - 9C3
= 462 - 84
=378
The answer from the book is 252.
Please someone help! thanks!the next question is similar:
In how many ways may a team of four oarsmen be chosen from a panel of 13 people if two individuals refuse to work on the same rowing team as each other?
my solution = ways with guy1 + ways with guy2 + ways without those 2
= 11C3 + 11C3 + 11C4
= 165 + 165 + 330
= 660but the book says 495