Concept:We need to select 3 women and 3 men from the two groups, ensuring exactly 3 relatives come from the man's side and 3 from the wife's side.
Explanation:Consider the possible composition of the 3 people taken from the man's side.
Let the number of women from the man's side be
x. Then the number of men from his side is
3−x.
The wife's side must supply the remaining
3−x women and
x men to satisfy the total of 3 women and 3 men.
Case 1:
x=3 (3 women from man's side, 0 men).
Man's side:
C(4,3)×C(3,0)=4×1=4Wife's side:
C(3,0)×C(4,3)=1×4=4Ways:
4×4=16Case 2:
x=0 (0 women from man's side, 3 men).
Man's side:
C(4,0)×C(3,3)=1×1=1Wife's side:
C(3,3)×C(4,0)=1×1=1Ways:
1×1=1Case 3:
x=2 (2 women, 1 man from man's side).
Man's side:
C(4,2)×C(3,1)=6×3=18Wife's side:
C(3,1)×C(4,2)=3×6=18Ways:
18×18=324Case 4:
x=1 (1 woman, 2 men from man's side).
Man's side:
C(4,1)×C(3,2)=4×3=12Wife's side:
C(3,2)×C(4,1)=3×4=12Ways:
12×12=144Total ways:
16+1+324+144=485Answer:485