How Is Probability Calculated When Choosing Balls of Different Colors?

  • Thread starter Thread starter nhrock3
  • Start date Start date
  • Tags Tags
    2d Probability
nhrock3
Messages
403
Reaction score
0
in a jar we have 3 balls one red one white one black

3 people choose a ball and return it back.

x represents the number of different colors which the 3 people chose
y represents the number of white balls chosen.

p(x,y)
find p(2,0)

we have in total 27 possibilities
3 people chose 2 different colors(from the existing 3) and non of them was white

so each guy need to chose red or black out of 3 balls
\binom{3}{1}+\binom{3}{1}

why the answer is \frac{2\binom{3}{2}}{27}
 
Physics news on Phys.org
You need the find all of the ways that 3 people can pick 3 balls out of the jar, in a way that no white ball was chosen.
How many options does each person have? does each person have the same number of options, given that the other person chose before him?
 
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