Let $X_1, X_2, X_3$ be i.i.d discrete random variables with p.m.f
$$ p(k)=(\frac{2}{3})^{k-1}(\frac{1}{3}), $$
for $k=1, 2, ......$. Let $Y=X_1+ X_2+ X_3$, then $P(Y\geq 5)$?
My work: I tried to find the distribution of $Y$, but I can't. How can I solve this?
Notice that $Y \ge 3$, hence $P(Y \ge 5)=1-P(Y=3)-P(Y=4)$.
There is exactly one way to get $Y=3$, that is $(X_1,X_2,X_3)=(1,1,1)$.
Ways to get $Y=4$ are $(2,1,1),(1,2,1),(1,1,2)$.
Hence compute $1-[p(1)^3 + 3p(1)^2p(2)]$.