Permutations/Combinations Probabiltiy Problem

  • Thread starter Thread starter kwikness
  • Start date Start date
kwikness
Messages
17
Reaction score
0

Homework Statement


The 8 member Advisory Board considered the complaint of a woman who claimed discrimination. The board, composed of 5 women and 3 men voted 5-3 (respectively). The company's attorney appealed the decision based on proposed sex bias. If there was no sex bias it might be reasonable to assume any group of 5 members would be as likely to vote for the complaintant as any other 5. If this were the case, what is the probability that the vote would split along sex lines as it did (five women for, 3 men against)?


The Attempt at a Solution


5C5/8C4
 
Physics news on Phys.org
With problems like these it is easier to break it down into smaller cases. Try drawing 1 black ball and 1 white ball on a piece of paper, and listing out all of their possible decisions as a 'yes' or a 'no'.

So you would have white = yes black = no, white = no black = yes.. and so on. In this case there are 4 ( total cases = 2^2 (w = no b = yes, w = no b = no, w = yes b = no, w = yes b = yes). What is the probability of w = no and b = yes?

An equivalent question, how many ways can you choose 1 black ball to say yes out of 1 total black balls AND 1 white ball to say 'no' out of 1 total white balls. The answer here is 1. What is the probability of this? Divide by the total number of 'decisions' (or cases) The answer is: \frac{1}{4}

Now extend this example to the full problem. Count the total number of possible 'decisions' (2^8) and now ask yourself, how many ways can you choose 5 black balls to say 'yes' out of 5 black balls, AND (note the emphasis on 'AND', think multiplication) 3 white balls to say 'no' out of 3 total white balls, then divide by the total number of 'decisions'.
 
Worst case scenario, draw out every single case.
 
I really don't understand.

I can only see one possible combination where all males would vote no and all females would vote yes. That would make 1 out of 256 combinations-- a probability of 0.0039

I also tried figuring it out your way, but to no avail:
how many ways can you choose 5 black balls to say 'yes' out of 5 black balls
1
3 white balls to say 'no' out of 3 total white balls
1
(note the emphasis on 'AND', think multiplication)
1*1=1
divide by the total number of 'decisions'
1/256

I also thought you might have meant for me to calculate them separately,
i.e. (3 black balls saying yes while white balls say anything) * (5 white balls saying no while black balls say anything) = 15
Then dividing 15 by 256 and getting 0.0586, but this is also incorrect.

Did I misunderstand the way you explained it?

(The correct answer is 1/56 but I can't figure out how to get there)
 
Well I suppose I don't understand the question then, because there is only 1 out of those 256 possible ways for all the women to say 'yes' and all the men to say 'no'.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top