Question
Question: if there are 6 married couples and we have to select 4 people out of these 6 couples such that we ge...
if there are 6 married couples and we have to select 4 people out of these 6 couples such that we get at least one couple. Find no of ways this can be done
255
240
495
210
255
Solution
To find the number of ways to select 4 people from 6 married couples such that at least one couple is selected, we can use the principle of complementary counting.
There are 6 married couples, which means there are a total of 6×2=12 people.
-
Calculate the total number of ways to select 4 people from the 12 people. This can be calculated using the combination formula (kn)=k!(n−k)!n!. Total ways = (412)=4!(12−4)!12!=4!8!12!=4×3×2×112×11×10×9=495.
-
Calculate the number of ways to select 4 people such that NO couple is selected. For no couple to be selected, all 4 people must come from different couples.
- First, choose 4 couples out of the 6 available couples: (46) ways. (46)=(26)=4!2!6!=2×16×5=15
- From each of these 4 chosen couples, select one person. Since each couple has 2 people, there are (12) ways to select one person from each couple. As we have 4 couples, this is (12)×(12)×(12)×(12)=24. (12)4=24=16
- The total number of ways to select 4 people with no couple is the product of these two steps: Ways (no couple) = (46)×(12)4=15×16=240.
-
Calculate the number of ways to select 4 people with at least one couple. This is the total number of ways minus the number of ways where no couple is selected. Ways (at least one couple) = Total ways - Ways (no couple) Ways (at least one couple)=495−240=255