I have the following problem:
There are $k$ balls in a bowl. So $k$ different possibilities of the same probability $\frac{1}{k}$ to be drawn from the bowl. Any drawn ball is immediately replaced into the bowl again. How many draws does it on average take, to get one specific ball?
With $k=2$ it would be like a coin toss. With $k=6$ like rolling a dice.
So, you see, it's not really an advanced problem. However, I'm looking for the most intuitive/visual solution.
A most intuitive is perhaps referring to the law of large numbers.
Denote by $X$ the geometric variable in question, i.e. the number of draws before we draw the specific ball B. Now let us draw the balls indefinitely and count how may times we take B. The number $N_n$ of draws before we take it $n$ times is the sum of independent copies of $X$. Therefore, by the law of large numbers, $$ \frac{N_n}{n}\to \mathbb{E}[X], n\to\infty. $$ On the other hand, $\frac{n}{N_n}$ is the ratio of draws of B to the total draws. Again, by the law of large numbers, $$ \frac{n}{N_n}\to \frac1k, n\to\infty. $$ Hence we get $\mathbb{E}[X] = k$.