The following problem has kept me pondering for a while now and since I can't get through, I'm posting it here.
Say that you can draw a number $x_i$ uniformly from the set $\mathcal{X} \sim \{0,0,1,2,3,4,5,6\}$. The sum of those numbers we call $X$. We stop drawing numbers when $X$ is at least $5$, the amount of numbers drawn we will call $N$. I would write the stopping condition as:
$$X = \sum_{i=0}^{N}x_i \geq 5 $$
What is the expected value of numbers we need to draw, $E[N]$?
I'll attempt some visualisations based on empirical outcomes.