Probability Fundamentals
Learning Objectives
- Define fundamental probability terminology, including sample spaces, events, and set operations.
- Apply the multiplication rule, permutations, and combinations to determine the size of a sample space.
- Calculate the theoretical probability of an event using Kolmogorov's Axioms.
- Apply the general and special addition rules to calculate the probability of the union of events.
- Use the complement rule to determine the probability that an event does not occur.
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
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 ().
Interactive Simulation
Interact with the Venn Diagram simulation below to visualize set operations such as unions, intersections, and complements.
Engineering Data Analysis • Topic 3
Venn Diagram & Set Operations
Set Operation Presets
Set Operations Guide
• Click on any region of the Venn diagram (including Set A, Set B, the central intersection lens, or the surrounding Universal space) to toggle highlights and construct custom set formulas dynamically.
Counting Rules
Overview of 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.
Permutations
The number of permutations of n distinct objects taken r at a time.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Number of permutations | - | |
| Total number of distinct objects | - | |
| Number of objects selected | - |
Combinations (Order Does Not Matter)
A selection of objects without regard to order.
Combinations
The number of combinations of n distinct objects taken r at a time.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Number of combinations | - | |
| Total number of distinct objects | - | |
| Number of objects selected | - |
Axioms and Rules of Probability
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, it is calculated as the ratio of outcomes in to the total outcomes in .
Probability of an Event
Calculates the theoretical probability of an event when all outcomes are equally likely.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability of event A occurring | - | |
| The specific event of interest | - | |
| The sample space containing all possible outcomes | - |
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
General Addition Rule
A rule to calculate the probability that either event A or event B occurs. We subtract the intersection so that outcomes common to both and are not counted twice.
General Addition Rule
Calculates the probability of the union of two events.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability that either event A or event B occurs | - | |
| Probability of event A occurring | - | |
| Probability of event B occurring | - | |
| Probability that both events A and B occur simultaneously | - |
Special Addition Rule (Mutually Exclusive Events)
If and are mutually exclusive (they cannot both happen, so ).
Special Addition Rule
Calculates the probability of the union of two mutually exclusive events.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability that either event A or event B occurs | - | |
| Probability of event A occurring | - | |
| Probability of event B occurring | - |
The Complement Rule
Complement Rule
The probability that an event does not happen is 1 minus the probability that it does happen.
Complement Rule
Calculates the probability of the complement of an event.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Probability that event A does not occur | - | |
| Probability that event A occurs | - |
Interactive Simulation
Interact with the simulation below to explore the Law of Large Numbers and probability fundamentals.
Engineering Data Analysis
Law of Large Numbers Simulation
Empirical Probability vs. Theoretical
Mathematical Concept
The Law of Large Numbers (LLN) guarantees that the long-term relative frequency of an event approaches the theoretical probability as the number of trials increases.
- 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.