Conditional probability of joint geometric random variables
Suppose that X and Y are independent random variables with the same parameter p.
What is the value of
![P[X=i|X+Y=n]](http://latex.codecogs.com/png.latex?P[X=i|X+Y=n])
Want to make sure my solution is correct
![P[X=i|X+Y=n]=\frac{P[X=i]P[Y=n-i]}{P[X+Y=n]}](http://latex.codecogs.com/png.latex?P[X=i|X+Y=n]=\frac{P[X=i]P[Y=n-i]}{P[X+Y=n]})
^{i-1}p(1-p)^{n-i-1}p}{(1-p)^{n-1}p})
)
Correct?
Re: Conditional probability of joint geometric random variables
Quote:
Originally Posted by
I-Think
Suppose that X and Y are independent random variables with the same parameter p.
What is the value of
Want to make sure my solution is correct
Correct?
careful with your denominator...
the sum of geometric rvs (for n>=2) is given by:
=\sum_{x=1}^{n-1} P(X=x, Y=n-x)=\sum_{x=1}^{n-1} P(X=x)\cdot P(Y=n-x))
,which is your denominator
Re: Conditional probability of joint geometric random variables
So the denominator becomes
^{x-1} p ({1-p})^{n-x-1}= \sum_{x=1}^{n-1} p^2({1-p})^{n})
^n)
So the answer is 1?
Re: Conditional probability of joint geometric random variables
Quote:
Originally Posted by
I-Think
So the denominator becomes
\sum_{x=1}^{n-1} p(1-p)^{x-1} p {1-p}^{n-x-1}= \sum_{x=1}^{n-1} p^2{1-p}^{n}
=p^2(1-p)^n
So the answer is 1?
No. try the calculations again.
Re: Conditional probability of joint geometric random variables
Round 2
Denominator = (1-p)^{n-2})
And the final answer is 
Re: Conditional probability of joint geometric random variables
Quote:
Originally Posted by
I-Think
Round 2
Denominator =
And the final answer is

(Yes)