Solveeit Logo

Question

Question: How many different groups can be selected for playing tennis out of 4 ladies and 3 gentlemen, there ...

How many different groups can be selected for playing tennis out of 4 ladies and 3 gentlemen, there being one lady and one gentleman on each side.

Explanation

Solution

Hint: First of all, find the number of ways of selecting one lady in each of the two teams and the number of ways of selecting one gentleman in each of the two teams. Then use the multiplicative principle of combinations to get the required answer.

Complete step-by-step answer:

Given number of ladies = 4
Number of gentlemen = 3
Now we have to select 1 gentleman and 1 lady from the total of 3 gentlemen and 4 ladies on each side.
Number of ways of selecting one lady in each of the two teams =4C2 = {}^4{C_2}
Number of ways of selecting one gentleman in each of the two teams =3C2 = {}^3{C_2}
By using multiplicative principle of combinations, the total number of ways of selecting one man and one lady in each of the two teams=4C2×3C2=4×32×1×3×22×1=6×3=18 = {}^4{C_2} \times {}^3{C_2} = \dfrac{{4 \times 3}}{{2 \times 1}} \times \dfrac{{3 \times 2}}{{2 \times 1}} = 6 \times 3 = 18.
Players of the two teams can interchange between each other, thus the total number of ways =18×2=36 = 18 \times 2 = 36.
Thus, 36 different groups can be selected for playing tennis out of 4 ladies and 3 gentlemen, there being one lady and one gentleman on each side.

Note: In this problem we have used multiplicative principle combinations i.e., if there are xx number of ways of selecting one thing and yy number of ways of selecting another, then the total number of ways of selecting both the things is given in xyxy number of ways.