Probability of picking fish from a tank

  • Thread starter Thread starter ecesiu
  • Start date Start date
  • Tags Tags
    Probability Tank
Click For Summary
The discussion revolves around calculating the probability of selecting at least half male guppies from a tank containing 12 males and 12 females when 15 fish are randomly chosen. The initial approach involves calculating the probabilities for selecting 6 to 12 males, which can be cumbersome. A more efficient method suggested is to use the complement probability by calculating the chances of selecting fewer than half males, specifically 0, 1, or 2 males, which simplifies the process. Participants agree that this approach reduces the number of calculations needed. Overall, the discussion highlights the importance of using complementary probabilities in solving such problems.
ecesiu
Messages
7
Reaction score
0

Homework Statement



a fish tank contains 12 male and 12 female guppies what is the probability that at least half of male will be selected if 15 fish are randomly selected and removed from the tank??

Homework Equations





The Attempt at a Solution


i am tried to find the probability as following :
P(at least 6)=P(6)+P(7)+P(8)+P(9)+P(10)+P(11)+P(12)
=(12c6)(12c6)/(24c15) + (12c7)(12c5)/(24c15)+...+(12c12)(12c3)/(24c15)
it seems to be a very long solution is there any way to solve it using the distribution function
 
Physics news on Phys.org


ecesiu said:

Homework Statement



a fish tank contains 12 male and 12 female guppies what is the probability that at least half of male will be selected if 15 fish are randomly selected and removed from the tank??

Homework Equations





The Attempt at a Solution


i am tried to find the probability as following :
P(at least 6)=P(6)+P(7)+P(8)+P(9)+P(10)+P(11)+P(12)
=(12c6)(12c6)/(24c15) + (12c7)(12c5)/(24c15)+...+(12c12)(12c3)/(24c15)
it seems to be a very long solution is there any way to solve it using the distribution function

Some problems just need a long solution; this is one of those. You ARE using the distribution function---that is exactly how you would compute it!

RGV
 
Also you might want to calculate the probability that LESS than half are chosen, since
P(0,1,2) are all zero. So you only need to calculate three values instead of 7.
 
thank you very much Ray Vickson , hgfalling it really nice idea to take the complement thanks
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...