|
|
Re: Picking n numbers at random
Posted:
Mar 11, 2012 2:02 PM
|
|
José Carlos Santos wrote: > > Hi all, > > I suppose that this is an easy problem, but I don't know how to solve > it. Let _n_ be an integer greater than 1. Suppose that you pick a number > at random from 1 to _n_ and that you do that again and again, your goal > being to have picked each number from 1 to _n_ at least once. How many > times do you have to pick a number at random in order that your chance > of success becomes 50% at least?
It is a well known fact that if 23 people are picked at random (whatever that may mean) then the probability that at least two will have the same birthday (disregarding year) is a little more than 50%. Is that relevant? 'Cuz if it is, you should look up 'birthday paradox'.
-- When a true genius appears in the world, you may know him by this sign, that the dunces are all in confederacy against him. Jonathan Swift: Thoughts on Various Subjects, Moral and Diverting
|
|