krit.club logo

Probability - Venn Diagrams and Probability

Grade 9IGCSE

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

🔑Concepts

Universal Set (ξ): The set containing all possible outcomes under consideration, represented by a rectangle.

Intersection (A ∩ B): The region where sets A and B overlap, representing outcomes that belong to both A AND B.

Union (A ∪ B): The region covering everything in A, in B, or in both, representing outcomes that belong to A OR B.

Complement (A'): The region outside set A, representing outcomes that are NOT in A.

Mutually Exclusive Events: Events that cannot happen at the same time; their circles do not overlap (A ∩ B = ∅).

Exhaustive Events: Events where the union of the sets covers the entire universal set.

Probability calculation: The probability of an event is the number of elements in that region divided by the total number of elements in the universal set.

📐Formulae

P(A)=n(A)n(ξ)P(A) = \frac{n(A)}{n(\xi)}

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

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

For mutually exclusive events: P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)

💡Examples

Problem 1:

In a class of 30 students, 18 play football (F), 15 play basketball (B), and 5 play neither sport. A student is chosen at random. Find the probability that the student plays both sports.

Solution:

P(FB)=830=415P(F \cap B) = \frac{8}{30} = \frac{4}{15}

Explanation:

First, find the number of students who play at least one sport: 305=2530 - 5 = 25. Let xx be the number of students who play both. Using the formula n(FB)=n(F)+n(B)n(FB)n(F \cup B) = n(F) + n(B) - n(F \cap B), we get 25=18+15x25 = 18 + 15 - x. Solving for xx gives x=3325=8x = 33 - 25 = 8. The probability is the number of students in the intersection divided by the total class size.

Problem 2:

Given P(A)=0.6P(A) = 0.6, P(B)=0.4P(B) = 0.4, and P(AB)=0.8P(A \cup B) = 0.8, calculate P(AB)P(A \cap B').

Solution:

P(AB)=0.4P(A \cap B') = 0.4

Explanation:

First, find the intersection using P(AB)=P(A)+P(B)P(AB)=0.6+0.40.8=0.2P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.6 + 0.4 - 0.8 = 0.2. The region (AB)(A \cap B') represents elements in A but NOT in B. This is calculated as P(A)P(AB)=0.60.2=0.4P(A) - P(A \cap B) = 0.6 - 0.2 = 0.4.

Problem 3:

A bag contains 20 shapes. 10 are Red (R), 8 are Squares (S), and 3 are Red Squares. Find the probability that a randomly selected shape is neither Red nor a Square.

Solution:

P(RS)=520=0.25P(R' \cap S') = \frac{5}{20} = 0.25

Explanation:

Calculate the number of shapes that are either Red or Squares: n(RS)=n(R)+n(S)n(RS)=10+83=15n(R \cup S) = n(R) + n(S) - n(R \cap S) = 10 + 8 - 3 = 15. The number of shapes that are neither is the total minus this union: 2015=520 - 15 = 5. The probability is 5/205/20.