Problem :
You have $1$$\$$ and you want to gather $10\$$ fast. For this reason, you decide to play a game with the following rules. On each round, the probability of winning is $0<p<1$, regardless of the outcome of the previous rounds. Before each round, you choose the amount you will bet. If you win, you get double your bet and if not, you lose the amount that you have bet. You have decided to bet all the money you have, if these are less than $5\$$, or in any other case, as much as you need to get to $10\$$.
(a) What is the probability of getting to $10\$$ ?
(b) What is the probability of reaching $10\$$, if you bet $1\$$ per round ?
(c) What is the expected time until you lose all your money or reach $10\$$ on each one of the cases above ?
Attempt - Discussion :
For part (a), solving the following Boundary Values Problem for the probability that we need to calculate $\mathbb{P}[T_{10} < T_{0} | X_0 = 1]$ yields the corresponding dynamical function $\Phi_{10,5}$ which is the answer to the question $$$$\begin{cases} h(x) = p \cdot h(2x), \; x = \{1,2,3,4\}\\ h(x) = p + (1-p)\cdot h(2x-10), \; x = \{5,6,7,8,9\} \\ h(0) = 0 \\ h(10) = 1\end{cases}$$$$
My question though is about part (b) and (c). For part (b), one could form the transition probability matrix and solve a new boundary values problem, but that would be an $11 \times 11$ matrix which would be very lengthy. As for part (c), I can't seem how to proceed.
I would appreciate any thorough help for (b) and (c).
There are a number of approaches to part (b) that either simplify or avoid entirely the process of solving an $11 \times 11$ system.
Part (c) is a question about hitting time and so we can also solve it by setting up a system of equations. For example, for the "careful" betting strategy limited to one dollar at every bet, we have $$ t(x) = 1 + \frac12 t(x+1) + \frac12 t(x-1), \qquad t(0) = t(10) = 0 $$ where $t(x)$ is the expected number of steps remaining from state $x$. But this requires a greater level of either patience or trickery to solve, and now it is no longer the case that all strategies give the same answer.