asked 18.9k views
5 votes
Suppose that X is a geometric random variable with p=2/3
Solve for P (X=1 ∩ X ≥ 3)?

asked
User Badmad
by
8.4k points

1 Answer

5 votes

X can't simultaneously be equal to 1 and larger than 2, so the probability must be zero.

Did you mean to find the probability of the union? In that case, since the events are mutually exclusive, you would be able to write


\mathbb P((X=1)\cap(X\ge3))=\mathbb P(X=1)+\mathbb P(X\ge3)

=\mathbb P(X=1)+1-\mathbb P(X<3)

=\mathbb P(X=1)+1-\mathbb P(X\le2)

=1+f_X(1)+F_X(2)

where
f_X(x) is the probability density function and
F_X(x) is the cumulative distribution function for the random variable
X.
answered
User Rikard
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.