krit.club logo

Statistics and Probability - Venn Diagrams and Tree Diagrams

Grade 11IB

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Sample Space and Venn Diagrams: The sample space UU is represented visually as a rectangular box containing all possible outcomes. Events within this space are depicted as circles. The intersection of two circles, ABA \cap B, represents the region where both events occur simultaneously. The union, ABA \cup B, covers the entire area within both circles, representing the occurrence of either AA or BB or both.

Complement of an Event: The complement of event AA, denoted AA', consists of all outcomes in the universal set UU that are not in AA. Visually, this is the entire area inside the rectangle but outside the circle representing AA. The sum of probabilities P(A)+P(A)=1P(A) + P(A') = 1.

Mutually Exclusive Events: These are events that cannot happen at the same time. In a Venn diagram, mutually exclusive events AA and BB are drawn as two separate, non-overlapping circles. Mathematically, P(AB)=0P(A \cap B) = 0, 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 11.

Conditional Probability: This measures the probability of event AA occurring given that BB has already occurred, denoted P(AB)P(A|B). Visually in a Venn diagram, this corresponds to restricting your focus entirely to the circle for BB and determining what fraction of that circle is occupied by the intersection ABA \cap B.

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 P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B).

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 AA and circle BB, you have counted the overlapping intersection ABA \cap B twice. Therefore, to find P(AB)P(A \cup B), you must subtract the intersection once: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).

📐Formulae

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}

P(AB)=P(A)×P(BA)P(A \cap B) = P(A) \times P(B|A)

P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B) (if AA and BB are independent)

P(A)=1P(A)P(A') = 1 - P(A)

P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) (if AA and BB are mutually exclusive)

💡Examples

Problem 1:

In a class of 3030 students, 1818 study Physics, 1515 study Chemistry, and 88 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 PP be Physics and CC be Chemistry. n(U)=30n(U) = 30, n(P)=18n(P) = 18, n(C)=15n(C) = 15, n(PC)=8n(P \cap C) = 8. Step 2: Use the Addition Rule for (a). P(PC)=P(P)+P(C)P(PC)=1830+1530830=2530=56P(P \cup C) = P(P) + P(C) - P(P \cap C) = \frac{18}{30} + \frac{15}{30} - \frac{8}{30} = \frac{25}{30} = \frac{5}{6}. Step 3: For (b), calculate students in PP only. n(P only)=n(P)n(PC)=188=10n(P \text{ only}) = n(P) - n(P \cap C) = 18 - 8 = 10. The probability is 1030=13\frac{10}{30} = \frac{1}{3}.

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 55 red and 33 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 (R1R_1) with P(R1)=58P(R_1) = \frac{5}{8} and Blue (B1B_1) with P(B1)=38P(B_1) = \frac{3}{8}. Step 2: Calculate second draw probabilities (without replacement). If R1R_1 was drawn, P(R2R1)=47P(R_2|R_1) = \frac{4}{7} and P(B2R1)=37P(B_2|R_1) = \frac{3}{7}. If B1B_1 was drawn, P(R2B1)=57P(R_2|B_1) = \frac{5}{7} and P(B2B1)=27P(B_2|B_1) = \frac{2}{7}. Step 3: Identify 'same color' paths: (R1R2)(R_1 \cap R_2) and (B1B2)(B_1 \cap B_2). Step 4: Multiply along paths and add results: P(Same)=(58×47)+(38×27)=2056+656=2656=1328P(\text{Same}) = (\frac{5}{8} \times \frac{4}{7}) + (\frac{3}{8} \times \frac{2}{7}) = \frac{20}{56} + \frac{6}{56} = \frac{26}{56} = \frac{13}{28}.

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.