Explanation
Use nCr or nPr to find probability:
P = (# of favorable outcomes) / (# of total outcomes)
Example:
-
5 cards, choose 2 hearts from 3 hearts
-
Total ways = 5C2 = 10
-
Favorable = 3C2 = 3
P = 3/10
Quiz
-
What is the probability formula with combinatorics?
-
4 choose 2 out of 6 total → probability = ?
-
Is order important here?
-
What does favorable outcomes mean?
-
Can you use permutations for unordered events?
Answer Key
-
P = favorable / total = nCr(fav) / nCr(total)
-
Favorable = 4C2 = 6, Total = 6C2 = 15 → P = 6/15 = 0.4
-
No
-
Outcomes that match your event
-
No