haoku said:
R =C(16,6) because that is the number of ways that 6 people can be chosen from 16 people, regardless the order.
Q=C(8,3) is the number of ways to choose 3 couple from 8 couple.
(I have correct it, C(6,3) to C(8,3))
So if you are confident in these calculations, and you are confident that P=Q/R, then you should be confident your answer!
I think I am still missing something, because the lucky draw choose person one by one
In the problem you stated, the draw was simply to choose six. The method of choosing 6 people doesn't effect the number of combinations.
But if you want to work out the problem as if the order of drawing the people matters, then you can still do it. It would look something like
P = Q/R
Q = Number of permutations of 6 people from 16, such that the 6 form 3 married couple
R = Number of permutations of 6 people from 16
and then you'd split Q up into two pieces, maybe
Q = S T
S = Number of ways to choose 3 married couples from 8
T = Number of ways to arrange those 6 people
There are other ways you might effect this calculation: e.g.
Q = AB + CD + EF
A = < Number of ways to choose 1 couple from 8 >
B = < Number of ways to place those 2 people into 6 slots >
C = < Number of ways to choose 1 couple from the remaining 7 >
D = < Number of ways to place those 2 people into the remaining 4 slots >
E = < Number of ways to choose 1 couple from the remaining 6 >
F = < Number of ways to place those 2 people into the remaining 2 slots >
(note: I think this Q overcounts by a factor of 6. I'm too tired to work it out)