#probability

7 messages · Page 1 of 1 (latest)

fossil pendant
#

I am confused at how to select those woman who do not want to he in same committee. I have count the total possibility which is 8610

solid pecanBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
crystal jetty
#

You may modify the 7C3 and 7C2 in the formula you presented, since not all those selections are feasible.

#

Modifying 7C2 is straightforward, since only one choice is rendered infeasible, so subtracting 1 from it suffices

#

For modifying 7C3, you may split the feasible selections into the following cases:

  1. Choosing one of the women in refusal, and then choosing the remaining 2 committee members from the remaining 5
  2. Choosing the other woman in refusal, and then choosing the remaining 2 committee members from the remaining 5
  3. Choosing all 3 committee members from the other 5
#

Alternatively, you can subtract the infeasible cases from 7C3 as well