Find number of ways to choose $6$ persons from $6$ married couples such that there is exactly one couple.
To solve, I have first chosen one couple which is $6$ ways.
Now remaining $4$ persons have to chosen from $10$ persons left such that among these four there should be no couple. Number of ways this can be done in
$$\binom{10}{4}-5=205$$
so the total number of ways is $205 \times 6=1230$,
but answer is given $480$. What is my mistake?