This topic explores the mathematical tools used to count possibilities and evaluate probabilities. You’ll learn how to calculate outcomes using multiplication, combinations, and permutations, and apply probability rules to real-world situations involving chance and uncertainty.
m
ways and another in n
ways, there are m × n
total outcomes.n! = n × (n-1) × (n-2)... × 1
. Used in permutations and combinations.P(n, r) = n! / (n - r)!
C(n, r) = n! / [r!(n - r)!]
P(event) = favorable outcomes / total outcomes
P(not A) = 1 - P(A)
P(A ∪ B) = P(A) + P(B) - P(A ∩ B)
P(A ∩ B)
= probability both occurP(A ∩ B) = P(A) × P(B)
P(A ∩ B) = 0
E = Σ [value × probability]
Problem: A coin is flipped and a die is rolled. What is the probability of getting heads and a 4?
Step 1: Identify outcomes:
- Coin: 2 outcomes (heads, tails)
- Die: 6 outcomes (1–6)
Step 2: Total outcomes = 2 × 6 = 12
Step 3: Favorable outcome = heads and 4 → only 1 possibility
Final Answer: 1/12