Here is the step-by-step solution to find the number of ways to form a mixed doubles team from 7 married couples such that no husband and wife play together.
Step 1: Select 2 menWe need to select 2 men from the 7 husbands. The number of ways to do this is given by the combination formula \(C(n, k) = \frac{n!}{k!(n-k)!}\).
Number of ways to select 2 men = \(C(7, 2) = \frac{7!}{2!(7-2)!} = \frac{7!}{2!5!} = \frac{7 \times 6}{2 \times 1} = 21\).
Step 2: Select 2 women such that their husbands were not selectedSince the selected men cannot play with their wives, the two women selected must be from the remaining 5 wives whose husbands were not chosen.
Number of ways to select 2 women = \(C(5, 2) = \frac{5!}{2!(5-2)!} = \frac{5!}{2!3!} = \frac{5 \times 4}{2 \times 1} = 10\).
Step 3: Form the two mixed teamsWe have selected 2 men and 2 women. Let the selected men be M1 and M2, and the selected women be W1 and W2. We need to form two mixed double teams. There are two possible pairings:
- Team 1: M1 and W1, Team 2: M2 and W2
- Team 1: M1 and W2, Team 2: M2 and W1
The number of ways to form the two teams from the selected men and women is 2.
Step 4: Calculate the total number of waysTo find the total number of ways to form the two mixed doubles teams such that no husband and wife play together, we multiply the number of ways to perform each step.
Total number of ways = (Number of ways to select 2 men) × (Number of ways to select 2 women) × (Number of ways to form teams)
Total number of ways = \(21 \times 10 \times 2 = 420\)
Final AnswerThe number of ways a lawn tennis mixed doubles match can be made up of 7 married couples if no husband and wife plays in the same match is \(420\).
Key Concept & ExplanationThe key concept used here is combinations, which is a method of selecting items from a set where the order of selection does not matter. We used combinations to select the men and women for the teams. The constraint that no husband and wife play together affects the selection of the women based on the selection of men. We then considered the number of ways to pair the selected men and women into two teams.