Probability & Combinatorics Lab
Calculate union, intersection, and conditional probabilities with interactive Venn diagrams. Count permutations and combinations step by step. Explore Pascal's triangle and discover its connection to binomial coefficients.
Guided Experiment: Complement Rule and Addition Rule
How does P(A') relate to P(A)? How does P(A∪B) relate to P(A), P(B), and P(A∩B) for different types of events (independent, mutually exclusive, overlapping)?
Write your hypothesis in the Lab Report panel, then click Next.
Controls
Results
Data Table
(0 rows)| # | Type | Parameters | Result | Formula | Steps |
|---|
Reference Guide
Probability Rules
The addition rule for two events uses inclusion-exclusion to avoid double-counting the overlap.
The complement rule says the probability of an event not happening is one minus the probability it does happen.
Conditional Probability
Conditional probability measures the likelihood of A given that B has already occurred.
If events are independent, knowing B gives no information about A, so P(A|B) = P(A).
Permutations & Combinations
Permutations count ordered arrangements. Combinations count unordered selections.
Use permutations when order matters (passwords, rankings). Use combinations when order does not matter (committees, card hands).
Pascal's Triangle
Each entry in Pascal's triangle equals the sum of the two entries above it, and also equals a binomial coefficient.
Row n sums to 2 to the n. The entries of row n give the coefficients of (a+b) to the n.