Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Sample Space and Venn Diagrams: The sample space is represented visually as a rectangular box containing all possible outcomes. Events within this space are depicted as circles. The intersection of two circles, , represents the region where both events occur simultaneously. The union, , covers the entire area within both circles, representing the occurrence of either or or both.
Complement of an Event: The complement of event , denoted , consists of all outcomes in the universal set that are not in . Visually, this is the entire area inside the rectangle but outside the circle representing . The sum of probabilities .
Mutually Exclusive Events: These are events that cannot happen at the same time. In a Venn diagram, mutually exclusive events and are drawn as two separate, non-overlapping circles. Mathematically, , meaning their intersection is empty.
Tree Diagrams for Sequential Events: Tree diagrams are used to map out outcomes for multi-stage experiments. Each 'branch' represents a possible outcome, and the probability of that outcome is written along the branch. To find the probability of a specific path (a sequence of events), you multiply the probabilities along those branches. The sum of probabilities for all branches originating from a single node must always equal .
Conditional Probability: This measures the probability of event occurring given that has already occurred, denoted . Visually in a Venn diagram, this corresponds to restricting your focus entirely to the circle for and determining what fraction of that circle is occupied by the intersection .
Independent Events: Two events are independent if the occurrence of one does not affect the probability of the other. In a tree diagram, this means the probabilities on the second set of branches remain the same regardless of the outcome of the first set. This is confirmed if .
Combined Events (Addition Rule): The probability that at least one of two events occurs is given by the area of their union. Visually, if you add the areas of circle and circle , you have counted the overlapping intersection twice. Therefore, to find , you must subtract the intersection once: .
📐Formulae
(if and are independent)
(if and are mutually exclusive)
💡Examples
Problem 1:
In a class of students, study Physics, study Chemistry, and study both. If a student is chosen at random, find the probability that they study: (a) Physics or Chemistry, (b) Physics but not Chemistry.
Solution:
Step 1: Identify the values. Let be Physics and be Chemistry. , , , . Step 2: Use the Addition Rule for (a). . Step 3: For (b), calculate students in only. . The probability is .
Explanation:
We use the general addition rule to account for the overlap of students taking both subjects. For part (b), we isolate the portion of the Physics circle that does not overlap with Chemistry.
Problem 2:
A bag contains red and blue marbles. Two marbles are drawn one after another without replacement. Find the probability that both marbles are the same color.
Solution:
Step 1: Draw a tree diagram. The first draw has branches Red () with and Blue () with . Step 2: Calculate second draw probabilities (without replacement). If was drawn, and . If was drawn, and . Step 3: Identify 'same color' paths: and . Step 4: Multiply along paths and add results: .
Explanation:
Because the marbles are not replaced, the total count and the count of the specific color decrease for the second branch. We find the probability of two mutually exclusive scenarios (Red-Red or Blue-Blue) and sum them.