Let $X_n$ be a (random) fortune of a gambler after the $n$th round of gambling, which evolves as follows. After the $n$th round, his fortune $X_n$ depends on the fortune $X_{n-1}$ from the prior round as follows:
$X_n$= $Z_n$ $X_{n-1}$ for $n=1,2,\ldots$
where $X_0 = 1$ is the gambler's initial investment. The variables $Z_n$ ($n\geq1$), are independent identically distributed discrete random variables with pmf given by
$$p(z) = \begin{cases} 1/3 & \text{ if } z=3 \\ 2/3 & \text{ if } z=1/3 \\ 0 & \text{ o.w.} \end{cases}$$
Q)What is the expected fortune $\mathbb{E}[X_n]$ for arbitrary $n$?