New information changes the odds. The probability that it rained, given that the ground is wet, is very different from the probability that it rained out of the blue. Conditional probability captures exactly this: the chance of one event once you know another has happened.
The notation
We write the probability of given as , read "the probability of , given ." Knowing narrows the world: you no longer consider the whole sample space, only the part where is true, and you ask how much of that part also has . Formally,
An example
Draw a card and suppose you are told it is a face card. What is the chance it is a king? Without the tip, a king has probability . But "face card" cuts the world down to cards, of which are kings, so . The extra knowledge changed the odds.
Independence
Sometimes knowing tells you nothing about , then the events are independent, and . Two separate coin tosses are independent: the first landing heads does not touch the second. For independent events the multiplication rule is simply
so two heads in a row have probability .
A common trap
The gambler's fallacy (believing a run of reds makes black "due") is a failure to see independence: the wheel has no memory. The opposite error is treating dependent events as independent, like assuming two components fail independently when a common cause can down both. Conditional probability is the tool that keeps these straight, and it leads directly to the most powerful idea in the subject: turning into with Bayes' theorem.