the problem is here:
Anonymous Wrote:Then I took the reverse gear and tries to calculate the committee of 3 people by filing up the three places __ __ __ such that the first place can be taken by any of the 8 members , second has to be taken by the first person's partner so there is only one possibilty and the thrid place can be taken by any of the 6 members... So the total number of ways = 8*1*6 = 48
this is good, but then you have to divide this result by 2, because you've counted every one of these committees twice.
here's why: when you say 8 for the first possibility, that includes
both people in each couple. therefore, considering one particular couple - let's call them couple "A" - you're going to count each committee once by starting with husband "A", and then again by starting with wife "A". therefore, you should divide by 2.
so, 48/2 = 24 --> 56 - 24 = 32.
--
incidentally, if you're going to go this route, there is a
much easier way to calculate the total # of committees involving one of the married couples: just take the number of
couples (4) times the number of possible 3rd persons (6). that's 4 x 6 = 24, so 56 - 24 = 32.