🎯 Basic Probability
Probability of an event:
- 0 → impossible, 1 → certain event
Examples
- Coin → Tails:
- Die → 2:
- Deck → King:
💡 Meaning of Probability Values
| Probability | Meaning | Example |
|---|---|---|
| Impossible event | Drawing a Joker from deck w/o Jokers | |
| Possible, not certain | Drawing a King from standard deck | |
| Certain event | Drawing a red ball when all are red |
🔗 Complex Events
Types
- Conjunctive (A and B) — both events occur.
- Disjunctive (A or B) — at least one event occurs.
✖️ Conjunction Rules
Independent Events
Examples
- Two dice (snake eyes):
- Two heads (2 coin tosses):
Dependent Events
When outcome of B depends on A:
General Multiplication Rule:
Example (Drawing Kings)
- With replacement:
- Without replacement:
So probability decreases without replacement.
🧮 Example — Urn Problem
Urn contains 10 balls: 3 Red, 2 Green, 5 Blue
| Event | With Replacement | Without Replacement |
|---|---|---|
| 2 Red | ||
| Red then Green |
➕ Disjunction Rules
Mutually Exclusive
→ Example: King or Queen →
Not Mutually Exclusive
→ Avoids double‑counting overlap events.
Example (At least one Head in 2 tosses):
⚖️ Mutually Exclusive Events
- Can’t both occur.
- Restricted addition rule applies:
- For non‑exclusive events, use the general addition rule.
💭 Practice — Example
Urn: 2 Red, 2 Green, 6 Blue
| Situation | Formula | Result |
|---|---|---|
| At least 1 Red (with replacement) | ||
| At least 1 Red (without replacement) | ||
| Red₁ or Blue₂ (with replacement) |
♻️ The Complementation Rule
Idea: Probabilities of all events in a sample space sum to 1.
If is an event, and its complement:
→ Therefore
🔹 Examples
🧩 Using Complementation for “At Least One” Problems
To find probability of at least one X, compute its complement — no Xs.
Example 1 – Two draws (3 red, 2 green, with replacement)
Example 2 – Without replacement
📊 Extending to 3 Events
Conjunction (All happen)
- Independent:
- Dependent:
- e.g. 3 Kings (no replacement):
Disjunction (At least one)
- Mutually exclusive:
- Not mutually exclusive (via complement):
At least 1 King (3 draws, with replacement):
🧩 Key Recap of Probability Rules
| Type | Independent | Dependent | Mutually Exclusive | Not Mutually Exclusive |
|---|---|---|---|---|
| A and B | $P(A)P(B | A)$ | — | |
| A or B | — | — | ||
| Complement | — | — | — | |
| 3 Events (Independent) | $P(A)P(B | A)P(C | A,B)$ |
🧮 Practice Quickies
- Two Kings (no replacement):
- At least one Ace (3 draws w/)
- Exactly 1 Red (2 draws no replacement):
✅ Summary
- Complement Rule: efficient for “at least one” situations.
- Multiplication Rules: for and cases (independent vs. dependent).
- Addition Rules: for or cases (exclusive vs. overlapping).
- Sound probability reasoning: combine these via conditions & structure.