|
Author |
Message |
|
TAGS:
|
|
|
Intern
Joined: 01 Nov 2003
Posts: 1
Location: US
Followers: 0
Kudos [?]:
0
[0], given: 0
|
There are 5 married couples and a group of three is to be [#permalink]
06 Feb 2005, 17:55
There are 5 married couples and a group of three is to be formed out of them; how many arrangements are there if a husband and wife may not be in the same group? (Ans. 80)
I can't seem to get 80. Help appreciated. Thank you.
|
|
|
|
|
|
|
SVP
Joined: 18 Nov 2004
Posts: 1544
Followers: 2
Kudos [?]:
9
[0], given: 0
|
|
|
|
|
|
|
Manager
Joined: 01 Jan 2005
Posts: 169
Location: NJ
Followers: 1
Kudos [?]:
0
[0], given: 0
|
I get 480. Can you confirm the answer and explaination u have?
|
|
|
|
|
|
SVP
Joined: 03 Jan 2005
Posts: 2322
Followers: 9
Kudos [?]:
157
[0], given: 0
|
C(10,3)-C(5,1)*C(8,1)=120-40=80
|
|
|
|
|
|
VP
Joined: 27 Dec 2004
Posts: 1089
Followers: 1
Kudos [?]:
5
[0], given: 0
|
HongHu wrote: C(10,3)-C(5,1)*C(8,1)=120-40=80
HongHu,
could you please explain this part 5C1 * 8C1?
|
|
|
|
|
|
SVP
Joined: 03 Jan 2005
Posts: 2322
Followers: 9
Kudos [?]:
157
[0], given: 0
|
You need to use total combination minus the special cases where a couple was picked.
So you pick a couple. Which is C(5,1). Now you still need one more person to form the 3 people committee from the remaing 8 people. There are C(8,1) ways of doing this. In other words the number of combinations where a couple was picked is C(5,1)*C(8,1).
|
|
|
|
|
|
VP
Joined: 27 Dec 2004
Posts: 1089
Followers: 1
Kudos [?]:
5
[0], given: 0
|
HongHu wrote: You need to use total combination minus the special cases where a couple was picked.
So you pick a couple. Which is C(5,1). Now you still need one more person to form the 3 people committee from the remaing 8 people. There are C(8,1) ways of doing this. In other words the number of combinations where a couple was picked is C(5,1)*C(8,1).
Great. Thanks HongHu
|
|
|
|
|
|
Senior Manager
Joined: 30 Dec 2004
Posts: 298
Location: California
Followers: 1
Kudos [?]:
1
[0], given: 0
|
...I was wondering if you could do it this way and would like some input:
AB CD EF GH IJ
represent 5 married couples
- - - <--- represents three spots
If you pick A you have 8 choices between the rest excluding B. This apllies to the other ten members. Therefore the answer is 8*10 = 80 Does this work?
_________________
"No! Try not. Do. Or do not. There is no try.
|
|
|
|
|
|
SVP
Joined: 03 Jan 2005
Posts: 2322
Followers: 9
Kudos [?]:
157
[0], given: 0
|
Hmmm are you only making a 2 people committee?
|
|
|
|
|
|
Intern
Joined: 06 Jan 2005
Posts: 25
Followers: 0
Kudos [?]:
0
[0], given: 0
|
Since you need a committee of 3 select 3 couples from the 5, 5 choose 3 = 10 ways. Then there are 2 choices from each couple. Therefore the total arrangements is 10 * (2*2*2) = 80.
|
|
|
|
|
|
Senior Manager
Joined: 07 Oct 2003
Posts: 380
Location: Manhattan
Followers: 1
Kudos [?]:
2
[0], given: 0
|
Re: Probability question [#permalink]
21 Feb 2005, 15:15
sk wrote: There are 5 married couples and a group of three is to be formed out of them; how many arrangements are there if a husband and wife may not be in the same group? (Ans. 80)
I can't seem to get 80. Help appreciated. Thank you.
HongHu's method makes all the sense, however I keep getting stuck with my approach:
10*8*6 = 480
ten ways to pick first person in a trio, 8 ways to pick one out of the remaining 8 people, and 6 ways to pick the last, third person.
Where's the flaw in this logic? Thanks!
|
|
|
|
|
|
Manager
Joined: 27 Jan 2005
Posts: 103
Location: San Jose,USA- India
Followers: 1
Kudos [?]:
1
[0], given: 0
|
lastochka,
I agree with your question.Your logic seems perfectly fine to me.
As we know the answer backsolving tells us answer can be 10*8*6 /6,that means somehow your formula has 6 times repeats,so you need to devide it by 6.
Now mystery is where the repitions are.
|
|
|
|
|
|
Manager
Joined: 27 Jan 2005
Posts: 103
Location: San Jose,USA- India
Followers: 1
Kudos [?]:
1
[0], given: 0
|
lastochka,
After a long thought,I guess I figured the problem.
Let's say there is no restriction and wife&husband can be in the same group.Then the problem is down to picking 3 from 10. According to your logic, you will pick 10*9*8. However,it is obiously wrong, order is not important.M1,M2,M3 are same as M1,M3,M2.So it can not be permutations,it should be combinations.
Looking from the fundamental diff from permutations,in combinations, order is not important,so you devide the P by r! and you will get C.
nCr = nPr/r!
Similarly in the original example,since you picked the perumations way, you need to devide it by r! which is 3! .So 10*8*6/3!=80.
Thanks for raising the question thus helping refresh my rusty math concepts.
|
|
|
|
|
|
Senior Manager
Joined: 07 Oct 2003
Posts: 380
Location: Manhattan
Followers: 1
Kudos [?]:
2
[0], given: 0
|
700Plus wrote: lastochka, After a long thought,I guess I figured the problem.
Let's say there is no restriction and wife&husband can be in the same group.Then the problem is down to picking 3 from 10. According to your logic, you will pick 10*9*8. However,it is obiously wrong, order is not important.M1,M2,M3 are same as M1,M3,M2.So it can not be permutations,it should be combinations.
Looking from the fundamental diff from permutations,in combinations, order is not important,so you devide the P by r! and you will get C. nCr = nPr/r!
Similarly in the original example,since you picked the perumations way, you need to devide it by r! which is 3! .So 10*8*6/3!=80.
Thanks for raising the question thus helping refresh my rusty math concepts.
appreciate the dicussion here
|
|
|
|
|
|
GMAT Club Legend
Joined: 07 Jul 2004
Posts: 5134
Location: Singapore
Followers: 9
Kudos [?]:
87
[0], given: 0
|
10!/3!7! = 120 --> Total number of groups
Number of arrangements husband and wife in the same group:
= H1W1(H2), H1W1(W2).. etc
Each pair can be paired up 8 times
Total of 5 pairs, so 40 combinations where husband and wife are in the same team.
So number of groups where husband and wife are not in the same team
= 120-40 =80
|
|
|
|
|
|
SVP
Joined: 03 Jan 2005
Posts: 2322
Followers: 9
Kudos [?]:
157
[0], given: 0
|
baggarwal wrote: Since you need a committee of 3 select 3 couples from the 5, 5 choose 3 = 10 ways. Then there are 2 choices from each couple. Therefore the total arrangements is 10 * (2*2*2) = 80. Yes, a good way to solve this kind of question. 700Plus wrote: Looking from the fundamental diff from permutations,in combinations, order is not important,so you devide the P by r! and you will get C. nCr = nPr/r!
Similarly in the original example,since you picked the perumations way, you need to devide it by r! which is 3! .So 10*8*6/3!=80.
Another great approach!
A lot of times there are multiple approaches to a permutation/combination question. If you have time it may be good that you could use different methods to verify your solution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|