Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I can't seem to get my head around this: A random drawing will be held for which there are 900 tickets sold, for which there will be one winning ticket drawn. If you purchased 25 tickets, what is the probability that you will win.

I am pretty sure this follows a binomial distribution, but I don't know how to adopt the models to solve the problem.

Any help / directin would be appreciated. I am looking more to undertsand the problem domain than to get an answer.

Thank you in advance,

share|improve this question
1  
Related: stats.stackexchange.com/q/6945/2970 – cardinal Sep 28 '12 at 13:29
3  
This is much simpler than a binomial distribution. If there are $n$ equally likely outcomes, the probability of each is $1/n$, and the probability of a set $S$ of them is $|S|/n$. This tells you the probability the winning ticket will be among those in the set $S$. – Douglas Zare Sep 28 '12 at 14:28
1  
It's not that this problem is much simpler than a binomial distribution, it's that the events corresponding to each individual ticket winning are mutually exclusive. If one ticket wins, the others can't. There is no binomial distribution because the state of each ticket is not independent of the state of the other tickets. – Max Sep 28 '12 at 16:07
But @Max, that makes it simpler. Surely figuring out 25/900 is simpler than the binomial expansion? – Peter Flom Sep 29 '12 at 19:04
@PeterFlom, My comment was absolutely unnecessary (I was slightly bored at work). I was trying to say that what's important isn't that we can use something much simpler than a binomial distribution, it's that the binomial distribution is not appropriate for this problem in the first place. I was being more explicit about why the binomial distribution is not appropriate. – Max Sep 29 '12 at 19:39

1 Answer

To tidy this up and solve the problem (i don't like leaving items unanswered), as the users above have noted correctly the answer is 25/900.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.