Let X and Y be IID Geom(p) (independent and identically distributed geometric probability) and $N=X+Y$. Find the joint PMF (probability mass function) of $X,Y,N$.
I know the solution to this but I could not come up with it myself, and even after looking the solution up im not sure my reasoning is right.....
So the solution is $$f(x,y,n)=f(N=x+y |X=x, Y=y) =1$$ therefore $$f(x,y,n)=f(x,y)= pq^x *pq^y = p^2 * q^n$$
My reasoning for this is that if I Conidtion on x, y... they are true so if x and y are true than $n = x+y$ has to be true with $p=1$.
I know my explanation may sound stupid, i just started with probability after a i haven’t done any math for years.
I've also tried to reason mathematically but didn’t come very far... $$ f_x(x)=pq^{x-1}\\ f_y(y)=pq^{y-1} $$ $f_n(n=X+Y)$ should be neg. Binomial $Nbin(2,p)$? $\binom{n+1}{1}p^2q^n$
That is not very conclusive, and in particular, why is there a $q^x$ and not $x-1$? There is so much i don’t get and unfortunately my books don’t help, So many thanks for taking the time and reading this