For the random walk with step sizes: $S_i = \begin{cases} &+1 &\text{probability} &p, \\ &-2 &\text{probability} &q=1-p \end{cases}$
Let $T_n = \sum_{i=1}^mS_i$ be the displacement after a fixed, not random, number of steps $n$.
Find the probability distribution: $P(T_n=t)$
and the mean and variance of $T_n$ in terms of a general $n$ and $p$.
$P(T_n=t)=P(\sum_{i=1}^n S_i=t)$ so this is essentially the $n$-fold convolution of $S_1,S_2,...,S_n$. Not sure if a neat answer exists.
$E(T_n)=E(\sum_{i=1}^nS_i)=\sum_{i=1}^nE(S_i)=\sum_{i=1}^n[1\times p-2\times(1-p)]=n(3p-2)$
$Var(T_n)=Var(\sum_{i=1}^nS_i)=\sum_{i=1}^nVar(S_i)=nVar(S_1) $ due to iid $S_i$.
Find $Var(S_1)=E(S_1^2)-(E(S_1))^2$. Simplify.