.com
The art of probability, beautifully framed
When event A changes the likelihood of event B, we enter the domain of conditional probability. P(B|A) reads "the probability of B given A" -- a deceptively simple notation for one of probability's most powerful ideas.
Branching paths of possibility. Each fork represents a choice or outcome, and the branches multiply their probabilities. Follow the tree from root to leaf to find the probability of any complete sequence of events.
A fair coin is flipped 3 times. What is the probability of getting exactly 2 heads?
C(3,2) = 3 ways to choose which 2 flips are heads, out of 2^3 = 8 total outcomes. So P = 3/8.
If P(A) = 0.3 and P(B) = 0.5, and A and B are independent, what is P(A and B)?
For independent events, P(A and B) = P(A) x P(B) = 0.3 x 0.5 = 0.15.
You draw 2 cards from a standard deck (without replacement). What is P(both are aces)?
P(1st ace) = 4/52, P(2nd ace | 1st ace) = 3/51. So P = (4/52)(3/51) = 12/2652 = 1/221.
In Bayes' theorem, what does the "prior" represent?
The prior P(H) is your initial belief in hypothesis H before observing new evidence. Bayes' theorem updates it to a posterior.
Clinical trials live and die by probability. From p-values that determine if a drug works to Bayesian models predicting disease spread, probability is the backbone of evidence-based medicine. Every diagnosis is a probabilistic inference.
Options pricing, risk assessment, portfolio theory -- finance is applied probability. The Black-Scholes model, Monte Carlo simulations, and Value-at-Risk all speak the language of chance.
A "30% chance of rain" is a probabilistic forecast. Ensemble models run simulations to estimate uncertainty in atmospheric chaos.
Every roll of the dice, every shuffled deck, every loot drop -- games are probability engines. Understanding the math behind the mechanics transforms how you play.