Say you have a list of $N$ numbers, and each run you randomly select one from them. If it is what your wanted, then you stop and record the number of runs $n$, else you run another iteration until you got it.
What is the expected number of runs, i.e. $E[n]$, for this? I guess it would not change if you have a sorted list or not?