Conditional probability
Appearance
Conditional probability is the probability that some event A happends knowing that event B took place. It is written P[A|B]. Here is how to compute it:
P[A|B] = P[A and B] / P[B]
If A and B are independant, then P[A and B] = P[A]P[B].