Considering a random variable defined for a probability mass function on $x = {1,2,...}$ , in a question in my textbook I encounter the notation $P(X > 4|X > 2)$. What does this mean? I understand what say $P(X > 4)$ would mean.
2026-05-02 00:14:15.1777680855
What does this notation mean : $P(X > 4|X > 2)$.
10.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It's a "conditional probability". You should read "P(X|Y)" as "probability of X given that Y did occur". In your example: "what is the probability that $X>4$ if you already know that $X>2$?"
Also, the most important formula for such is $P(X|Y) = \frac{P(X \text{ and } Y)}{P(Y)}$