Review the key concepts, formulae, and examples before starting your quiz.
πConcepts
Sample Space and Events: The sample space is the set of all possible outcomes of an experiment. An event is a subset of the sample space. Visually, think of as a rectangular box (the universal set) and as a closed shape or circle inside that box containing specific outcomes.
Complementary Events: The complement of event , denoted as or , consists of all outcomes in the sample space that are not in . Visually, if is a circle inside a rectangle, represents the entire area outside that circle but still within the rectangle. The sum of probabilities is always .
Venn Diagrams and Set Notation: Venn diagrams use overlapping circles to represent relationships between events. The intersection is the overlapping central region where both events occur. The union covers the total area of both circles combined. The region where only occurs is , represented by the crescent shape of circle excluding the overlap.
Mutually Exclusive Events: Two events are mutually exclusive if they cannot happen at the same time. In a Venn diagram, this is represented by two circles that do not touch or overlap at any point. For these events, the intersection is empty, meaning .
Independent Events: Two events are independent if the occurrence of one does not affect the probability of the other. Unlike mutually exclusive events, independent events usually overlap in a Venn diagram. Mathematically, they satisfy the product rule .
Conditional Probability: This measures the probability of an event occurring given that event has already occurred, denoted . Visually, this 'shrinks' the sample space from the entire rectangle down to just the circle . We are then looking for the proportion of circle that is occupied by the intersection .
Tree Diagrams: Tree diagrams are used to visualize multi-stage experiments. Each branch represents a possible outcome, with the probability written along the line. To find the probability of a specific path (sequence of events), multiply the probabilities along the branches. To find the total probability of an outcome that occurs at the end of multiple paths, add those path probabilities together.
πFormulae
(if and are independent)
(if and are mutually exclusive)
π‘Examples
Problem 1:
In a class of 30 students, 18 study Physics (), 15 study Chemistry (), and 8 study both. Find the probability that a randomly selected student studies Physics or Chemistry, but not both.
Solution:
- Identify the given values: , , , .
- Find the number of students who study only Physics: .
- Find the number of students who study only Chemistry: .
- Add the 'only' groups to find 'Physics or Chemistry but not both': .
- Calculate the probability: .
Explanation:
This problem uses the principles of a Venn diagram. We subtract the intersection from each individual set to isolate students taking only one subject, ensuring we don't double-count the students in the overlap.
Problem 2:
Two events and are such that , , and . Determine if events and are independent.
Solution:
- Use the addition rule to find :
- Calculate the product of individual probabilities for the independence test:
- Compare with : Since , the condition is satisfied.
Explanation:
To check for independence, we first calculate the intersection using the general addition rule. We then check if the intersection equals the product of the individual probabilities. If they are equal, the events are independent.