Probability: A branch of mathematics concerning the likelihood of events occurring.
Introduction to key concepts and basic terminologies in probability.
Covers essential components such as events, sets, and various operations involving them.
Sets: Collections of unique elements sharing a common characteristic.
Examples:
A = {1, 2, 3, 4, 5}
B = {Blue, Green, Red}
C = {‘!’, ‘?’, ‘.’}
Types of Sets:
Singleton: A set with one element (e.g., S = {8}).
Multiple Elements: A set with multiple elements (e.g., S = {2, 4, 6, 8}).
Empty Set: A set with no elements (e.g., S = {} or S = Ø).
Union: Combines elements of sets, denoted by ∪.
E.g., if A = {1, 2, 3, 4} and B = {3, 4, 5}, then A ∪ B = {1, 2, 3, 4, 5}.
Intersection: Includes only elements present in both sets, denoted by ∩.
E.g., for sets A and B as defined earlier, A ∩ B = {3, 4}.
Difference: Elements present in one set but not the other, denoted by ''.
E.g., A \ B = {1, 2}.
Symmetric Difference: Elements that are in either set but not both, denoted by Δ.
E.g., A Δ B = {1, 2, 5}.
Venn Diagrams: Illustrations showing relationships between sets, where the rectangle represents the sample space, and circles represent events.
Overlap of circles indicates the intersection of events.
Complement: The set of all outcomes not in the specified event.
Notation: Aᶜ = {outcomes not included in event A}.
Probability of the complement: P(Aᶜ) = 1 - P(A).
To determine the probability of at least one event occurring: P(At Least One) = 1 - P(None).
The probability of either of the two events occurring, denoted by P(A ∪ B).
If events A and B are mutually exclusive: P(A ∪ B) = P(A) + P(B).
For non-mutually exclusive events: P(A ∪ B) = P(A) + P(B) - P(A ∩ B).
Used to calculate the probability of both events occurring, denoted by P(A ∩ B).
Formula: P(A ∩ B) = P(A) * P(B).
Formula: P(B | A) = P(A ∩ B) / P(A).
Utilize tree diagrams to determine probabilities of dependent events.
Calculate probabilities based on given data using a structured approach.
Contingency tables summarize two categorical variables in a matrix format, showing frequencies for combinations of categories.
Various examples on computing probabilities using contingency tables to analyze pet ownership data.
Sensitivity: Ability of a test to correctly identify a positive condition (disease).
Specificity: Ability of a test to correctly dismiss a negative condition.
Formula for determining conditional probabilities involving two events.
P(B | A) = P(B | A)⋅P(A) / (P(B | A)⋅P(A) + P(B | Aᶜ)⋅P(Aᶜ)).
Illustrate calculations using Bayes’ theorem in context of real-life scenarios.