Expected steps for a fair walk to hit a wall
A token sits at position 3 on a line marked 0 to 10. Each step it moves +1 with probability or -1 with probability . It stops the moment it reaches position 0 or position 10.
What is the expected number of steps until the token stops?