Lecture Notes: Probability and Counting Principles
Recap of Probability Concepts
- Sample Space: List of all possible outcomes.
- Event: A subset of the sample space. The number of possibilities in an event is less than or equal to those in the sample space.
Example: Coin Toss
- Single Coin Toss: Sample space = {H, T}
- Two Successive Coin Tosses: Sample space = {HH, HT, TH, TT}
- As the number of coin tosses increases, the sample space increases.
Axioms of Probability
- Probability of Event: Bounded between 0 and 1.
- Example: Event E with no outcomes (null event) has a probability of 0.
- Event E as the sample space itself has a probability of 1.
- Event E as a head appearing has a probability of 0.5.
Venn Diagrams and Events
- Used to describe events and their intersection.
- Mutually Exclusive Events: No overlap, P(E1 ∩ E2) = 0.
- Union of Events: P(E1 ∪ E2) = P(E1) + P(E2) - P(E1 ∩ E2).
Counting Principles
Example: Balls in a Box
- Setup: 5 blue balls, 3 red balls.
- Question: Probability of drawing 2 red and 1 blue ball.
Permutations and Combinations
Factorials
- n!: Product of all positive integers up to n.
- Examples:
- 1! = 1
- 2! = 2
- 3! = 6
- 4! = 24
Examples in Context
Summary
- Probability Basics: Revisiting the core principles and examples.
- Counting Techniques:
- Permutation: Used where order matters.
- Combination: Used where selection is key, order does not matter.
These notes outline the key concepts of probability, permutations, and combinations covered in the lecture, providing a basis for understanding how to calculate probabilities and count outcomes effectively.