A monkey types letters from an alphabet plus the space bar with equal probability. He types 1 character per second. What is the expected number of seconds it will take for the monkey to type the phrase inside the quotes "greek symbol" ?
The problem is a bit ambiguous to me because when the monkey chooses the alphabet part of the keyboard, does it guarantee that the monkey will type the correct character? I'm going ot assume that it does make that guarantee.
Then, in this situation, I would think the expectation is equal to the expected number of tosses to get $n$ heads in a row. In this case $n$ is the size of the string, which is 12. So I think the solution is simply $2^{13} - 2$?
If, instead, the monkey will hit 1 of the 26 characters in the alphabet randomly, then I think it becomes a lot more complicated.