The Logic of a Probability Calculation
Classical probability is a ratio of counted outcomes. The probability of an event is the number of favourable outcomes divided by the total number of equally likely outcomes. Rolling a 4 on a fair die is 1/6. The formula is trivial — the difficulty is entirely in the phrase "equally likely", which quietly does all the work. Rolling a total of 7 with two dice is not 1 in 11 despite there being eleven possible totals, because those totals are not equally likely: 7 has six ways to occur while 12 has one. Miscounting the sample space, not the division, is where probability problems go wrong.
Probability is always between 0 and 1. Zero means impossible, one means certain, and every real probability sits between. If a calculation produces something outside that range, the sample space was counted wrong. Expressing the same value as a decimal, a fraction and a percentage is not decoration — 0.167, 1/6 and 16.7% suit different contexts, and fractions in particular make the underlying counting visible in a way percentages hide.
The complement rule saves an enormous amount of work. The probability an event does not happen is 1 minus the probability it does. This sounds obvious and is the single most useful shortcut in the subject: "at least one" problems are almost always easier solved as 1 minus the probability of none. Computing "at least one six in four rolls" directly means summing four cases; computing 1 − P(no sixes) is one calculation.
Independence is an assumption, not a default. Single-event probability assumes each trial is independent — that a coin has no memory. This is where the gambler's fallacy lives: after five heads, the sixth flip is still 50/50, because the coin does not know. But independence must be checked rather than assumed. Drawing cards without replacement is not independent: each draw changes the deck, and treating those draws as independent produces confidently wrong answers.
Probability describes the long run, not the next event. A 1-in-6 chance does not mean one six in every six rolls. It means that over many thousands of rolls the proportion converges toward one sixth. Small samples deviate wildly and are supposed to — which is the same truth the Punnett square expresses when a 3:1 genetic ratio fails to appear in a litter of four.
