So basically I am trying to figure out the # of possible combinations of a 3-person committee from a total of 13 members.
I used 13_C_3 and that gave me 286 which I think is correct. I am having trouble with the follow-up questions.
First one is, how many of the 286 committees would a particular person, let's say John, be on ? I manually calculated (using a spreadsheet) that number to be 66. Is this correct ? Is there a mathematical expression I can use to calculate that ?
Second, how many of the 286 committees would two particular people, let's say John OR Vanessa, be on ? I could expand me spreadsheet and by tedious, visual counting figure this out, but is there a mathematical expression I can use to calculate that ? I am thinking that I need to calculate the number of committees they are on individually (66 each ?) and then subtract the # of committees they are both on (11 committees ??) so that gives me 66+66-11 = 121.. does this make sense ?
Thanks !