So I am just a middle student who started studying probability in my stats class and I see the questions on this site are little advanced so I don't hope this one is too basic.
Anyways lets say that the probability of an event happening was some number(like 1%), and each time a trial is run the of the event happening decreases by half(so 1% probability for the first trial, .5% probability for the second, .25% probability, and so on). What is the probability that the event will happen after 1 trial, 10 trials, 100 trials, and an infinite amount of trials?



Note that if $p,q\gt0$, then $$ \begin{align} (1-p)(1-q) &=1-(p+q)+pq\\ &\gt1-(p+q) \end{align} $$ Inductively, we can show that if $p_k\gt0$ and $n\gt1$, then $$ \prod_{k=1}^n\left(1-p_k\right)\gt1-\sum_{k=1}^np_k $$ and therefore, $$ 1-\prod_{k=1}^n\left(1-p_k\right)\lt\sum_{k=1}^np_k $$
Assuming the events are independent, the probability that the event occurs at least once in the first $n$ trials is $$ 1-\underbrace{\prod_{k=1}^n\overbrace{\left(1-\frac{0.01}{2^{k-1}}\right)}^{\substack{\text{probability that}\\\text{the event does}\\\text{not occur on}\\\text{trial $k$}}}}_{\substack{\text{probability that the event}\\\text{does not occur in the}\\\text{first $n$ trials}}}\lt0.02 $$ So the probability that the event occurs at all is less than $2\%$. $$ \begin{array}{c|l|l} n&1-\prod(1-p_k)&\sum p_k\\\hline 1&0.01&0.01\\ 2&0.01495&0.015\\ 3&0.017412625&0.0175\\ 4&0.018640859219&0.01875\\ 5&0.019254208682&0.019375\\ 10&0.019847903640&0.01998046875\\ 100&0.019867047111&0.02\\ \infty&0.019867047111&0.02 \end{array} $$