Imagine we have $M$ elements, where some of them ($y$) are positive and the rest, $z=M-y$, are negative. The probability of drawing any of them is given by a distribution. Let's call $p_1$, $p_2$, ..., $p_y$ the probabilities for each of the positives and let us call $q_1$, $q_2$, ..., $q_z$ the probabilities for the other elements. Let us call $P=\sum_i^y p_i$ and $Q=\sum_i^z q_i$. We have that P+Q=1.
I'm only interested in the number of elements $N \leq M$ I need to draw to get one positive or, more precisely, the number of elements I need to draw to have a probability at least 0.5 of getting one positive. Of course, if the probabilities were uniform, this would be $N= \frac{M+1}{y+1}$, which equals $\frac{M+1}{MP+1}$ in this uniform case. (see Pulling cards from a deck without replacement to reach a goal: average draws needed?)
But what about non-uniform probabilities? I guess that in general this is bounded by $\frac{M+1}{MP+1}$, but there are extreme cases very far from this value (imagine that one $q_i$ = 0.99 and the rest of $q_i$ are very close to 0, with $P$ close to 0.01. Then, $N$ is 2 in this case). But with the same value of $P$ or $Q$ we can get very different values of $N$, as it depends on how uneven the distribution is. So there is no expression in terms of $P$ and $Q$ alone, as discussed in: Probability to choose specific item in a "weighted sampling without replacement" experiment
However, the question is not solved there. I would be happy with an approximation (the case with replacement is very easy but I'm not interested as $N$ can go to infinity even for a finite set $M$, while without replacement this is always bounded by $N$), as I guess that the exact result is not going to be in closed-form. For instance, an approximation in terms of the maximum and minimum probabilities for the positive and negative cases, for instance. Or in terms of the whole distribution itself.
Any ideas? Thank you in advance!