Question
Robert will win $\$1$ with probability $\frac{1}{4}$, win $\$2$ with probability $\frac{1}{4}$, and lose $\$1$ with probability $\frac{1}{2}$ in a bet. Each bet is independent. Determine the probability that Robert will win at most $\$20$ after betting $100$ times.
Attempt
Let $X$ be the amount of money that Robert wins. I know how to determine expected money that Robert would get each bet i.e. $E[X]=\$1\cdot\frac{1}{4}+\$2\cdot\frac{1}{4}-\$1\cdot\frac{1}{2}=\$0.25$. I think the probability would be $100\%$ because after betting $100$ times the expected money that he would get is $\$0.25\cdot100=\$25$, but it's definitely wrong. What is the correct approach to solve this problem? Any help would be appreciated. Thanks in advance.
Let $S_{100} = \sum_{k=1}^{100}X_k$ denote the winnings after 100 bets.
Then
$$E(S_{100})= 100E(X)= 25$$
and
$$var(S_{100})= \sum_{k=1}^{100}var(X)= 100(27/16)\approx 168.75.$$
As a sum of $100$ independent random variables, $S_{100}$ is approximately normally distributed with mean $25$ and standard deviation $\sqrt{168.75} \approx 12.99$.
The probability of at most $\$20$ in gains is obtained using the standard normal distribution function
$$P(S_{100} \leq 20)= N\left(\frac{20-25}{12.99}\right)\approx 35\% $$