A hypothetical example:
You have a 1/1000 chance of being hit by a bus when crossing the street. However, if you perform the action of crossing the street 1000 times, then your chance of being hit by a bus increases to about 60% because every time you do the action, the probability of it happening again increases.
What is the math behind this to support this? Just curious.
\begin{align} P(\text{hit by bus in 1000 crossings}) & = 1-P(\text{not hit by bus in 1000 crossing}) \\ & = 1-(999/1000)^{1000} \\ & \approx 0.63 \end{align}