The number of ways in which a mixed double game can be arranged from amongest $5$ married
couples if at least one husband and wife play in the same game.
My Try::
no. of ways in which least one husband and wife play in the same game = Total - no. of ways in which no. husband and wife play in same game.
for Total first we will select $4$ players out of Total $10$ players is $ = \displaystyle \binom{10}{4}$
Now We have calculate no. husband and wife play in same game
First we will select $2-$ pairs out of $5$ which can be done by $\displaystyle \binom{5}{2}$ like $H_{1},H_{2}$ and $W_{1},W_{2}$
So we have two possibility which is $\left\{\left(H_{1},W_{2}\right)\;,\left(H_{2},W_{1}\right)\right\}$
So answer is $ = 190$ but answer given is $ = 140$
can anyone explain me where i am wrong. Thanks