You roll a fair $6$-sided die. For each roll, you're paid the face value. The game stops when you roll a $1,2,3$. If you roll a $4,5,6$, you can roll again and keep accumulating payments.
There are several ways to solve this problem. I tried the geometric variable approach, but I feel that my answer, while correct, is not complete, but I don't know what I'm missing.
Essentially, define $N$ as a geometric random variable for the number of rolls until the game terminates. $E[N] = 2$.
Define $X$ as the pay off per roll. $E[X] = 3.5$.
Each roll is independent. Define $P$ as the payoff. So $P = N * X$ So the expected pay off should be $E[P] = E[N] * E[X] = 7$. This is the step that I feel like I'm missing some justification on, and I don't feel it's complete.
Is it valid to define $P = N * X$? If so, then is this answer complete, or is there something missing?
While $P = NX$ is a valid definition, $N$ and $X$ are not independent, so you cannot say that $\mathbb E(P) = \mathbb E(N)\mathbb E(X)$, which is generally false for dependent variables. Additionally, I do not think that $\mathbb E(X) = 3.5$ -- but to get the right answer for your question, I think you'll want to take a different approach regardless.