Suppose you are done tossing a fair coin $n$ times. Now, you tell a completely rational person how many times you have tossed, i.e. the value of $n$, and then ask them what is the probability that $100$ heads in a row happened exactly once.
Is there any value of $n$ for which they'd be almost sure (their answer would be $\geq 0.9$) that it has happened exactly once?
EDIT:This answer may have flaws. Since it's not going to happen for a small value of $n$. So, we assume that $n$ is very large.
We assume $n$ to be a multiple of $100$. Even if the exact value of $n$ is not a multiple of $100$, then a number in the range $1-50$ can be added to it or subtracted from it to make it a multiple of $100$. Adding or subtracting this value from a relatively very large $n$ won't have much effect on $n$.
So, the number of trails is a multiple of $100$. Let's assume $100$ tosses in a row to be one Bernoulli trail. Then the number of trails is $\frac{n}{100}$. Getting $100$ heads in a row is a success. So, the probability of success is $\frac{1}{2^{100}}$ And, the probability of failure is $1-\frac{1}{2^{100}}$. So, the probability of exactly one success in $\frac{n}{100}$ trails is:
$$\binom {\frac{n}{100}}{1}\frac{1}{2^{100}} \left( 1-\frac{1}{2^{100}}\right)^{\frac{n}{100}-1}\: \: \: ...(1)$$
Now, $\left(1-\frac{1}{2^{100}}\right)^{\frac{n}{100}-1}=e^{\left({\frac{n}{100}-1}\right)\log{\left(1-\frac{1}{2^{100}}\right)}}$
$\log{\left(1-\frac{1}{2^{100}}\right)}\approx \frac{-1}{2^{100}}$, $\frac{n}{100}-1\approx \frac{n}{100}$
So, $e^{\left({\frac{n}{100}-1}\right)\log{\left(1-\frac{1}{2^{100}}\right)}}\approx e^{\frac{-n}{100\cdot 2^{100}}}$
Equation $(1)$ becomes:
$$\frac{n}{100\cdot 2^{100}} e^{\frac{-n}{100\cdot 2^{100}}}$$
So, $$\frac{n}{100\cdot 2^{100}} e^{\frac{-n}{100\cdot 2^{100}}}\geq 0.9$$
I don't know how to solve this type of equation. Also, what are the flaws in this method?