Problem: I played lottery and I bought $5000$ numbers of $100.000$. In the raffle, there are $2000$ prizes (or $2000$ tests), in that $2000$ prizes, $5$ are high prizes.
Question: What's my probability of get one high prize?
I used binomial with $5$ tests and $1$ success with probability of success $5%$. The problem of this approach is when you get a prize, the probability of success changes $(5000/99999)$
How to solve this? Am I doing anything wrong?
The lottery is not described explicitly, so I’ll model its relevant part by assuming that each fifths of $N=100.000$ has an equal probability $p=1/{N\choose 5}$ be chosen as high prizes. Then the probability that no number of a fifth is among $n=5000$ bought numbers is ${N-n\choose 5}p\approx 0.774$, so your probability to get at least one high prize is about $0.226$.