Step-by-Step Solution

Topic: Total Probability & Bayes’ Theorem

1. Define Events & Probabilities

Events:

  • • E1: Airplane Crash
  • • E2: No Crash
  • • A: Passengers survive

Probabilities (Convert % to Decimals):

P(E1) = 0.00001% = 0.00001 / 100 = 0.0000001

P(E2) = 1 – P(E1) = 1 – 0.0000001 = 0.9999999

Conditional Probabilities:

P(A | E1) = 95% = 0.95 (Survivors if crash)

P(A | E2) = 1 (All survive if no crash)

(I) PROBABILITY OF NO CRASH

We need P(E2).

P(E2) = 1 – P(Crash)

P(E2) = 1 – 0.0000001

Probability = 0.9999999

(II) SUM OF CONDITIONAL PROBABILITIES

Calculate P(A | E1) + P(A | E2)

= 0.95 + 1

Sum = 1.95

(III)(A) TOTAL PROBABILITY OF SURVIVAL P(A)

Using the Law of Total Probability:

P(A) = P(E1)P(A | E1) + P(E2)P(A | E2)

Substitute the values:

P(A) = (0.0000001 × 0.95) + (0.9999999 × 1)

P(A) = 0.000000095 + 0.9999999

P(A) = 0.999999995

(III)(B) PROBABILITY OF NO CRASH (Given Survival)

We need P(E2 | A) using Bayes’ Theorem:

P(E2 | A) = [ P(E2) × P(A | E2) ] / P(A)

Numerator: 0.9999999 × 1 = 0.9999999

Denominator: 0.999999995 (from Part III A)

P(E2 | A) = 0.9999999 / 0.999999995

Probability ≈ 0.9999999 (Almost 1)

⚠️ Silly Mistake Audit: Percentage Conversion

Watch the decimal point!
The most common error here is treating 0.00001% as 0.00001.
Remember:
0.00001% = 0.00001 / 100 = 0.0000001.
Using the wrong value changes P(A) significantly!