Start with one coin, flip all coins, if all land on tails then stop, otherwise add another coin and repeat.
What is the mean average number of flips?
This is not a homework question.
Start with one coin, flip all coins, if all land on tails then stop, otherwise add another coin and repeat.
What is the mean average number of flips?
This is not a homework question.
The probability of never stopping is
$$ \prod_{k=1}^\infty\left(1-2^{-k}\right)\approx0.288788\; $$
(see Probability that a random binary matrix is invertible?, Probability that a sequence repeats itself and Evaluation of Euler's q-function).
Since this is non-zero, the average number of flips is infinite.