Four poker chips, two red and two blue, are in a bag.
If you keep drawing chips one at a time from the bag until you get a blue one, what is the expected number of draws?
If the answer is a fraction, b a , enter your result as a + b , where a and b are coprime positive integers.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Excellent solution. Just a suggestion. Please change "red and blue poker chips" in the first sentence to "blue and red poker chips respectively" for better readability.
The expected number of draws is given by:
E = 1 P ( 1 ) + 2 P ( 2 ) + 3 P ( 3 ) + 4 P ( 4 )
Where, P ( n ) = The probability that you will get it on the n th pick.
Now,
P ( 1 ) = 2 1
since there is a 2 1 probability that the first coin will be blue.
P ( 2 ) = 3 1
since there are only 2 ways out of six that they can be arranged such that the first one is red and the second one is blue, namely, RBBR and RBRB.
P ( 3 ) = 6 1
since there is only 1 way out of six that they can be arranged such that the first two are red and the third one is blue, namely, RRBB.
Finally P ( 4 ) = 0
since at least one of the first three must be a blue.
So,
E = 2 1 + 2 3 1 + 3 6 1 + 0 = 3 5
5 + 3 = 8
Problem Loading...
Note Loading...
Set Loading...
Let n and m be the number of red and blue poker chips, respectively. Let N be the random variable that represents the number of draws until we draw a blue one. We want to calculate E [ N ] = k ≥ 0 ∑ P ( N > k ) = ( i ) k = 0 ∑ m ( k n + m ) ( k m ) = k = 0 ∑ m ( n n + m ) ( n n + m − k ) = ( i i ) ( n n + m ) 1 i = 0 ∑ m ( n n + i ) = ( i i i ) ( n n + m ) 1 i = 0 ∑ m [ ( n + 1 n + i + 1 ) − ( n + 1 n + i ) ] = ( i v ) ( n n + m ) ( n + 1 n + m + 1 ) = 1 + n 1 + n + m . Step ( i ) is due to the fact that in order to N > k we need any combination of k balls from the m red balls and the total number of possibilities is to choose k balls from the m + n balls. Step ( i i ) is the change of variable i = m − k . In ( i i i ) we used Pascal's rule . Finally, in step ( i v ) we have a telescoping series .
In the problem, n = m = 2 , thus E [ N ] = 3 5 .