Probability Fundamentals
Basic probability theory, sample spaces, events, counting rules, and probability rules.
In engineering, we rarely have perfect information. Probability provides a mathematical framework for quantifying uncertainty and making rational decisions when outcomes are unpredictable (e.g., predicting the exact lifespan of a bridge component).
Core Concepts and Set Theory
The foundational terminology and set theory operations used in probability.
Experiment
Any process or action that generates an observation or outcome (e.g., testing the compressive strength of a concrete cylinder).
Sample Space ()
The set of all possible, mutually exclusive outcomes of an experiment. For example, when inspecting a welded joint, .
Event ()
A subset of the sample space; a collection of specific outcomes. An event occurs if the outcome of the experiment is an element of that subset.
Venn Diagrams
A graphical representation of sets and their relationships. The sample space is typically represented by a rectangle, and events (subsets of ) are represented by circles drawn inside the rectangle. They are extremely useful for visualizing intersections, unions, and mutually exclusive events.
Set Operations (Unions, Intersections, Complements)
Operations used to combine and relate different events.
- Union (): The event that either occurs, or occurs, or both occur. Contains all outcomes in or .
- Intersection (): The event that both and occur simultaneously. Contains all outcomes common to both and .
- Complement ( or ): The event that does not occur. Contains all outcomes in that are not in .
- Mutually Exclusive (Disjoint) Events: Two events that cannot occur simultaneously ().
Counting Rules
Techniques for determining the size of the sample space without listing every outcome.
When the sample space is large, counting outcomes manually is impractical. We use counting rules to systematically determine the total number of possible outcomes.
The Multiplication Rule (Fundamental Counting Principle)
If an operation can be performed in ways, and a second operation can be performed in ways, then the two operations can be performed together in ways.
Example: If a building design offers 3 foundation types and 4 framing materials, there are distinct structural combinations.
Permutations (Order Matters)
An arrangement of objects in a specific order. The number of permutations of distinct objects taken at a time is:
Combinations (Order Does Not Matter)
A selection of objects without regard to order. The number of combinations of distinct objects taken at a time is:
Axioms and Rules of Probability
The fundamental mathematical laws that govern probability calculations.
Probability of an Event,
A numerical measure of the likelihood that an event will occur, ranging from 0 (impossible) to 1 (certain).
If all outcomes in the sample space are equally likely:
Kolmogorov's Axioms of Probability
The rigorous foundation of probability theory:
- Axiom 1: For any event , .
- Axiom 2: The probability of the entire sample space is 1 ().
- Axiom 3: If are mutually exclusive events, then
The Addition Rule
Used to calculate the probability of the union of two events.
General Addition Rule
For any two events and :
We subtract the intersection so that outcomes common to both and are not counted twice.
Special Addition Rule (Mutually Exclusive Events)
If and are mutually exclusive (they cannot both happen, so ):
The Complement Rule
Complement Rule
The probability that an event does not happen is 1 minus the probability that it does happen.
Key Takeaways
- Sample Space (): All possible outcomes of an experiment.
- Events: Subsets of the sample space, combined using unions, intersections, and complements.
- Counting Rules: Use Permutations when order matters, and Combinations when order is irrelevant.
- Probability Bounds: Probability must always fall between and .
- Addition Rule: Used for "A OR B" scenarios (); subtract the intersection to avoid double-counting unless events are mutually exclusive.