1. Fundamental Counting Principle
If one event has m outcomes and another has n outcomes, the total number of outcomes for both events is:
Total = m ร n ร ยทยทยท
Example
3 shirts ร 4 pants =
12 outfits
2. Permutation โ Order Matters
P(n,r) = n! / (nโr)!
n = total items
r = items chosen
Order MATTERS
Example: arrange 3 from {A,B,C,D,E}
P(5,3) = 5ร4ร3 =
60
3. Combination โ Order Does NOT Matter
C(n,r) = n! / [r! ร (nโr)!]
Also written as nCr or C(n,r)
Key: C(n,r) = C(n, nโr)
Example: choose 3 from {A,B,C,D,E}
C(5,3) = 5!/(3!ร2!) = 120/12 =
10
4. Basic Probability
P(A) = (favorable outcomes) / (total outcomes)
0 โค P(A) โค 1
P(A) + P(A') = 1 [complement rule]
5. Addition Rule
P(A โช B) = P(A) + P(B) โ P(A โฉ B)
Mutually exclusive: P(A โช B) = P(A) + P(B)
6. Multiplication Rule
Independent events:
P(A โฉ B) = P(A) ร P(B)
Dependent events:
P(A โฉ B) = P(A) ร P(B|A)
7. Conditional Probability
P(B|A) = P(A โฉ B) / P(A)
Example
P(A)=0.4, P(AโฉB)=0.12 โน P(B|A) = 0.12/0.4 =
0.3
โก Must-Memorize Quick Facts
C(n,r)=C(n,nโr)
Symmetry