If we are interested in the probability that the decay has taken place after a time $T$, we have three options.
Option 1: We could use the exponential distribution, because the exponential probability has the property that it is memoryless. This means the probability of an event does not change with the time we already waited.
Using the exponential distribution the cumulated probability that the decay has taken place before time $T$ is given by
$$
Pr(t\le T) = 1-exp(-\lambda T)
$$
where $\lambda$ is the decay rate. This formula is valid for all times $T\ge 0$.
Option 2: If we know that
- the decay probability in the time interval $[0, t^\prime]$ is $q$, and
- we are only interested in the probability that the nucleus has decayed after some integer multiple of the time $t^\prime$,
we can $n$ independent Bernoulli trials to calculate the probability. The formula reads
$$
Pr(t \le n\cdot t^\prime) = (1-q)^n
~~~
and
~~~
q = 1-Pr(t\le T)
$$
and $n$ is an integer.
Option 3: Since the last formula is also the formula for the Binomial distr. with zero events and $n$ trials we could also use the Binomial distribution to calculate the probability.
In order to "convince" you that these formulas yield the same result let's plot the Binomial result and the result using the exponential distribution together
