Chapter Summary: Probability
Key Concepts
- Probability Range: 0 ≤ P(E) ≤ 1
- Conditional Probability:
- P(E|F) = P(E ∩ F) / P(F) (P(F) ≠ 0)
- P(E'|F) = 1 - P(E|F)
- Addition Rule: P(E ∪ F | G) = P(E | G) + P(F | G) - P(E ∩ F | G)
- Multiplication Rule:
- P(E ∩ F) = P(E) P(F|E) (P(E) ≠ 0)
- P(E ∩ F) = P(F) P(E|F) (P(F) ≠ 0)
- Independence: If E and F are independent, then:
- P(E ∩ F) = P(E) P(F)
- P(E|F) = P(E)
- P(F|E) = P(F)
Theorem of Total Probability
- For a partition {E₁, E₂, ..., Eₙ} of a sample space S:
- P(A) = Σ P(Eᵢ) P(A|Eᵢ) for i = 1 to n
Bayes' Theorem
- For events E₁, E₂, ..., Eₙ that partition S:
- P(Eᵢ | A) = [P(Eᵢ) P(A|Eᵢ)] / Σ [P(Eⱼ) P(A|Eⱼ)] for j = 1 to n
Examples
- Example of Conditional Probability: If a student is known to have an A grade, what is the probability they are a hostler?
- Example of Bayes' Theorem: Given a red ball drawn from a bag, find the probability it came from a specific bag.
Important Formulas
- Conditional Probability: P(A|B) = P(A ∩ B) / P(B)
- Total Probability: P(A) = Σ P(Eᵢ) P(A|Eᵢ)
- Bayes' Theorem: P(Eᵢ | A) = [P(Eᵢ) P(A|Eᵢ)] / Σ [P(Eⱼ) P(A|Eⱼ)]