Calculating Probability: Selecting Balls from a Box

chrisyuen
Messages
55
Reaction score
0

Homework Statement



Twenty balls labelled 1 through 20 are put in a box. Eight balls are randomly selected from the box without replacement. Let x denote the largest number selected.
(a) Denote by m the smallest possible value of x. Write down the value of m.
(b) Let k be any integer such that m<=k<=20. Express P(x<=k) in terms of k.
(c) It is known that x>15. Find the probability that x is 16.

(Answers:
(a) 8
(b) kC8 / 20C8
(c) 0.0538)

Homework Equations



Probability Formulae

The Attempt at a Solution



I know how to solve parts (a) and (b) but not part (c).

I tried part (c) as follows:
P(x=16)
= P(x<=16) - P(x<=15)
= (16C8 - 15C8) / 20C8
= 0.0511

However, the answer is not correct.

Can anyone tell me how to solve it?

Thank you very much!
 
Physics news on Phys.org
Hi chrisyuen,

You need to compute the conditional probability

P(x=16|x>15) = P(x=16)/P(x>15)
 
I got it!

Thank you very much!
 
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