Probability theory gives the rules for measuring uncertainty in statistics, data science, and scientific modeling. This cheat sheet summarizes the axioms, set operations, conditional probability, independence, expected value, and variance. College students need these ideas to derive results, choose distributions, and interpret probabilistic models correctly.
It is designed as a formula-forward reference for homework, exams, and applied analysis.
The foundation is that probabilities are nonnegative, total probability equals , and disjoint events add. Conditional probability uses to update probabilities when information is known. Moments such as and describe the center and spread of random variables.
Common distributions such as Bernoulli, Binomial, Poisson, Uniform, Exponential, and Normal connect these rules to real data models.
Key Facts
- The probability axioms are , , and if are disjoint, then .
- The complement rule is .
- The addition rule for two events is .
- Conditional probability is defined by when .
- Events and are independent if , equivalently when .
- Expected value and variance are for a discrete random variable and .
- For a Binomial random variable , , , and .
- For a Normal random variable , the standardized variable is .
Vocabulary
- Sample space
- The sample space is the set of all possible outcomes of a random experiment.
- Event
- An event is a subset of the sample space whose probability can be measured.
- Conditional probability
- Conditional probability is the probability that event occurs given that event has occurred.
- Independence
- Two events are independent when knowing one occurred does not change the probability of the other.
- Expected value
- The expected value is the long-run average value of a random variable.
- Probability distribution
- A probability distribution assigns probabilities to possible values of a random variable while totaling .
Common Mistakes to Avoid
- Adding overlapping events without subtracting the intersection is wrong because counts outcomes in twice.
- Treating independent and disjoint events as the same is wrong because disjoint events with positive probabilities cannot be independent.
- Using is wrong because conditional probability must use the joint probability in the numerator.
- Forgetting distribution conditions is wrong because formulas such as require a fixed number of independent trials with the same success probability.
- Confusing variance and standard deviation is wrong because variance is measured in squared units while standard deviation is .
Practice Questions
- 1 If , , and , find .
- 2 If and , find .
- 3 Let . Find , , and .
- 4 Explain why two events with , , and cannot be independent.
Understanding Probability Theory Axioms and Distributions
A probability model starts by defining what outcomes are possible before any calculation begins. This full collection is the sample space. Events are groups of outcomes inside it.
Clear event definitions prevent many mistakes. For a card draw, getting a heart and getting a face card overlap because some cards meet both descriptions. Adding their probabilities without accounting for the overlap counts those cards twice.
By contrast, mutually exclusive events cannot occur on the same trial. Independence means something different.
Two independent events can occur together, but learning that one happened does not change the chance of the other. Students often confuse these ideas because both involve pairs of events.
Conditional probability is the language of evidence. Once a condition is known, the relevant sample space becomes smaller. Medical screening gives a useful example.
A test may be accurate for people who have a disease, yet a positive result may still not mean disease is likely when the disease is rare. The starting frequency in the population matters. This is called the base rate.
Bayes' rule organizes this reversal from the chance of a positive test given disease to the chance of disease given a positive test. Tree diagrams and two way tables are often safer than memorizing a rule because they show which group each probability belongs to.
A random variable converts outcomes into numbers that can be analyzed. Discrete variables count values, such as the number of defective items in a box. Continuous variables measure values, such as travel time or height.
For a continuous distribution, the probability at one exact value is zero. Probability comes from an interval, represented by area under a density curve. This explains why a density can sometimes be greater than one without breaking any rule.
Expected value is a long run average across many repetitions, not a promised result from one trial. Variance measures how far values tend to spread around that average. Large variance means outcomes are less predictable, even when two variables have the same mean.
Choosing a distribution depends on the process that generated the data. A binomial model fits a fixed number of trials when each trial has two outcomes, the success chance stays constant, and trials are independent. A Poisson model often fits counts of events in a fixed time or space interval, such as calls arriving each minute, when events occur independently at a roughly steady rate.
An exponential model describes waiting time between such events. The normal distribution is useful for measurements shaped by many small influences and for approximating some large counts. Before applying any model, check its assumptions.
Real observations can be dependent, skewed, limited by a maximum, or affected by changing conditions. A correct formula applied to an unsuitable model still gives a misleading answer.