Suppose $X_1$ and $X_2$ are independent geometric random variables with parameter $p$. What is the probability that $X_1 \geq X_2$?
I am confused about this question because we aren't told anything about $X_1$ and $X_2$ other than they are geometric. Wouldn't this be $50\%$ because $X_1$ and $X_2$ can be anything in the range?
EDIT: New attempt
$P(X1 ≥ X2) = P(X1 > X2) + P(X1 = X2)$
$P(X1 = X2)$ = $\sum_{x}$ $(1-p)^{x-1}p(1-p)^{x-1}p$ = $\frac{p}{2-p}$
$P(X1 > X2)$ = $P(X1 < X2)$ and $P(X1 < X2) + P(X1 > X2) + P(X1 = X2) = 1$
Therefore, $P(X1 > X2)$ = $\frac{1-P(X1 = X2)}{2}$ = $\frac{1-p}{2-p}$
Adding $P(X1 = X2)=\frac{p}{2-p}$ to that , I get $P(X1 ≥ X2)$ = $\frac{1}{2-p}$
Is this correct?