How many guesses could someone get wrong if they were trying to guess a number between 1 and 9, with the integer always changing with each attempt?
For example:
If a random number generator had the values set between 1 and 9, and with every click of the mouse the RNG chose the number. How many times could one guess incorrectly and how many times could a person guess wrong? Is there even such a way to figure this out?
Thanks.
The numer of wrong guesses may be arbitrary large. In the case from your example $$ P(W=n)=\left(\frac89\right)^n\frac19, $$ where $W$ means the numer of wrong guesses.