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β€²)=1βˆ’P(A)P(A') = 1 - P(A)

P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

For mutually exclusive events: P(AβˆͺB)=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(F∩B)=830=415P(F \cap B) = \frac{8}{30} = \frac{4}{15}

Explanation:

First, find the number of students who play at least one sport: 30βˆ’5=2530 - 5 = 25. Let xx be the number of students who play both. Using the formula n(FβˆͺB)=n(F)+n(B)βˆ’n(F∩B)n(F \cup B) = n(F) + n(B) - n(F \cap B), we get 25=18+15βˆ’x25 = 18 + 15 - x. Solving for xx gives x=33βˆ’25=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(AβˆͺB)=0.8P(A \cup B) = 0.8, calculate P(A∩Bβ€²)P(A \cap B').

Solution:

P(A∩Bβ€²)=0.4P(A \cap B') = 0.4

Explanation:

First, find the intersection using P(A∩B)=P(A)+P(B)βˆ’P(AβˆͺB)=0.6+0.4βˆ’0.8=0.2P(A \cap B) = P(A) + P(B) - P(A \cup B) = 0.6 + 0.4 - 0.8 = 0.2. The region (A∩Bβ€²)(A \cap B') represents elements in A but NOT in B. This is calculated as P(A)βˆ’P(A∩B)=0.6βˆ’0.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(Rβ€²βˆ©Sβ€²)=520=0.25P(R' \cap S') = \frac{5}{20} = 0.25

Explanation:

Calculate the number of shapes that are either Red or Squares: n(RβˆͺS)=n(R)+n(S)βˆ’n(R∩S)=10+8βˆ’3=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: 20βˆ’15=520 - 15 = 5. The probability is 5/205/20.