lightbulb
Key Concepts
< div id = "study-notes" style = "background: rgba(255,255,255,0.03); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; line-height: 1.6;" >
1. Definition of Probability
Probability P(E) = (Number of favorable outcomes) / (Total number of possible outcomes).
2. Conditional Probability
P(A|B) is the probability of event A given that B has occurred.
P(A|B) = P(A ∩ B) / P(B)
3. Multiplication Theorem
P(A ∩ B) = P(A) · P(B|A) = P(B) · P(A|B).
4. Bayes' Theorem
Used to find the probability of a cause given its effect.
P(Eᵢ|A) = [P(Eᵢ)P(A|Eᵢ)] / [Σ P(Eⱼ)P(A|Eⱼ)]