You are given urns (numbered 1 to n) with each containing balls such that urn contains blue balls and red balls.
You perform the following set of events in sequence.
Choose one urn randomly uniformly and then pick up one ball randomly uniformly from it and throw it away.
Choose one urn randomly uniformly and then pick up 2 balls randomly uniformly from it and throw them away.
Choose one urn randomly uniformly and then pick up 3 balls randomly uniformly from it and throw them away.
Choose one urn randomly uniformly and then pick up 4 balls randomly uniformly from it and throw them away.
Choose one urn randomly uniformly and then pick up 5 balls randomly uniformly from it and number them from 1 to 5 randomly uniformly.
What is the probability that the ball you numbered 5 is blue ? ( Take n = 2018 if needed ).
Enter answer upto 5 decimal places.
Original :)
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.
The probability that the 5th ball in the last round is blue is just the number of required events, divided by the total number of events. We can show a bijection between the number of events where 5th ball in the last round is blue and the events where 5th ball in the last round is red: If the urns chosen in the event are i 1 , i 2 , i 3 , i 4 , i 5 , then choose urns n − i 1 , n − i 2 , n − i 3 , n − i 4 , n − i 5 and then just change the color of the balls picked each time.