Permutation and combination

This topic has expert replies
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 27
Joined: Sun Apr 08, 2012 5:38 am
Thanked: 20 times

by shubham_k » Sun Apr 15, 2012 9:40 am
This is a good one!

Rather than getting into formulas, let's think about it logically:

For the first person, we have 8 choices (we can pick anyone).

For the second person, we have 6 choices (we can pick anyone except the person already picked and his/her spouse).

For the third person, we have 4 choices (we can pick anyone except the two people already picked and their two spouses).

Thus, we have 192 different arrangements. But, since "order doesn't matter" in this case (e.g., a committee with Al, Bob, and Carl is the same as a committee with Carl, Bob, and Al), we have to divide.

Since we have three "items" in our calculation (the three committee members), we must divide 192 by 3! = 32.

User avatar
Master | Next Rank: 500 Posts
Posts: 134
Joined: Fri Apr 06, 2012 3:11 am
Thanked: 35 times
Followed by:5 members

by Shalabh's Quants » Sun Apr 15, 2012 9:44 am
priyank.hirani wrote:A committee of three people is to be chosen from 4 married couples. What is the
number of different committees that can be chosen if two people who are married
to each other cannot both serve on the committee?

16, 24, 26, 30, 32
Choosing I person...It can be anyone among 8 people = 8C1....(1);
Choosing II person...It can be anyone among 6 people = 6C1....(2);(As the spouse of selected to be lest)
Choosing III person...It can be anyone among 8 people = 4C1....(3);(As the spouse of selected to be lest)

Choosing 3 persons = 8C1*6C1*4C1 =192 ways.
Shalabh Jain,
e-GMAT Instructor

Junior | Next Rank: 30 Posts
Posts: 27
Joined: Sun Apr 08, 2012 5:38 am
Thanked: 20 times

by shubham_k » Sun Apr 15, 2012 9:55 am
Another approach to solve this question is -

total no of ways of selecting 3 people from 8 = 8C3 = 56

Now if the siblings are present in the combination then 2 places are booked and only one place is left to be filled....

1*1*6 for each sibling pair..We have 4 pairs ...so total number of combinations in which sibling pair will be present is -

4*1*1*6 = 24

Hence the number of combinations in which the sibling pair will not be presnet = 56 - 24 = 32

Hope this helps!

User avatar
Legendary Member
Posts: 588
Joined: Sun Oct 16, 2011 9:42 am
Location: New Delhi, India
Thanked: 130 times
Followed by:9 members
GMAT Score:720

by rijul007 » Sun Apr 15, 2012 10:00 am
Shalabh's Quants wrote:
priyank.hirani wrote:A committee of three people is to be chosen from 4 married couples. What is the
number of different committees that can be chosen if two people who are married
to each other cannot both serve on the committee?

16, 24, 26, 30, 32
Choosing I person...It can be anyone among 8 people = 8C1....(1);
Choosing II person...It can be anyone among 6 people = 6C1....(2);(As the spouse of selected to be lest)
Choosing III person...It can be anyone among 8 people = 4C1....(3);(As the spouse of selected to be lest)

Choosing 3 persons = 8C1*6C1*4C1 =192 ways.
This would be the total number of arrangements.
Dont forget to divide it by 3! to get the number of selections.