Is the sum of two independent geometric random variables with the same success probability parameter a geometric random variable? What is it's distribution?
My approach is as follows: $Z=X+Y$
$P(X+Y=z)=\sum\limits_{x} P(X=x)P(Y=z-x)$
$=\sum\limits_{x} p(1-p)^{(x-1)}p(1-p)^{(z-x-1)}$
$=\sum\limits_{x} p^{2}(1-p)^{z-2}$
$= p^{2}(1-p)^{z-2} \sum\limits_{x=0}^\infty 1$
I am not sure how to turn this into a distribution. It looks like binomial with n = z and x = 2, but I don't know how to get the coefficient from this.