🔬 Session 2.3 - Understanding Probability with Real Examples

Example 2.12 – Laser Diodes

We have 100 laser diodes. 30 meet the customer's requirement. Green = pass.

Probability of selecting a good diode (Event E): P(E) = 30 / 100 = 0.30

Example 2.13 – Events and Probabilities with step-by-step explanations

Sample space: S = {a, b, c, d}

Assigned probabilities: P(a)=0.1, P(b)=0.3, P(c)=0.5, P(d)=0.1

Events: A = {a, b}, B = {b, c, d}, C = {d}

S = {a,b,c,d}  |  A = {a,b}  |  A′ = {c,d}
B = {b,c,d}  |  B′ = {a}
C = {d}  |  C′ = {a,b,c}

Example 2.14 – Manufacturing Inspection (Hypergeometric)

Real-World Setup: A bin has 50 parts: 3 defective, 47 good. Select 6 without replacement.

Goal: Probability that exactly 2 of the 6 parts are defective.

Step-by-step breakdown:

  1. Choose 2 defective from 3: C(3,2)
  2. Choose 4 good from 47: C(47,4)
  3. Favorable samples: C(3,2) × C(47,4) = 3 × 178,365 = 535,095
  4. Total samples: C(50,6) = 15,890,700
  5. Probability = 535,095 / 15,890,700 ≈ 0.034

Another case: 0 defectives (all good)?

Takeaway: With only 3 defectives in 50, it’s much more likely your 6 are all good. This is the hypergeometric setting (sampling without replacement).

📏 Axioms of Probability

  1. P(S) = 1 (Sample space has total probability 1)
  2. 0 ≤ P(E) ≤ 1 for any event E
  3. If E₁ and E₂ are disjoint: P(E₁ ∪ E₂) = P(E₁) + P(E₂)

Other useful rules:

FYI – Advanced Rules: