Past Exam Paper Question -
Prof. Smith is crossing the Pacific Ocean on a plane, on her way to a conference. The Captain has just announced that an unusual engine fault has been signalled by the plane’s computer; this indicates a fault that only occurs once in 10,000 flights. If the fault report is true, then there’s a 70% chance the plane will have to crash-land in the Ocean, which means certain death for the passengers. However, the sensors are not completely reliable: there’s a 2% chance of a false positive; and there’s a 1% chance of the same fault occurring without the computer flagging the error report.
Question
Formulate this problem in terms of conditional probabilities of outcomes, existence of a fault and whether or not it is reported and use Bayes’ rule to compute Prof. Smith’s chances of survival.
My Attempt
P(Fault) - 0.0001
P(Crash | Fault) - 0.7
P(FalsePositive | Fault) - 0.02
P(NoReport | Fault) - 0.01
I have no idea what to do next, every example I look at seems a lot easier than this. Could someone help me out?
$P(F) = 0.0001$
$P(\lnot F) = 0.9999$
$P(+ve \; | \; \lnot F) = 0.02$
$P(-ve \; | \; F) = 0.01$
$P(+ve \; | \; F) = 1 - P(-ve \;|\; F) = 0.99$
$P(-ve \; |\; \lnot F) = 1 - P(+ve \;|\; \lnot F) = 0.98$
By Law of Total Probability (LOTP):
$P(+ve) = P(+ve \;|\; F)\;P(F) + P(+ve\;|\;\lnot\;F)\;P(\lnot\;F)$
$\quad\quad\quad\quad\quad\;\; = 0.99(0.0001) + 0.02(0.9999)$
$\quad\quad\quad\quad\quad\;\; = 0.020097$
By Bayes Theorem:
$P(F\;|\;+ve)=P(+ve\;|\;F)P(F)\;/\;P(+ve)$
$\quad\quad\quad\quad\quad\quad\quad\quad\;\; \approx 0.00492611$
From the Tree Diagram, Bayes and LOTP with extra conditioning: $P(Crash \;|\; +ve) = P(Crash \; | \; F,\; +ve) \; P(F \;|\; +ve) + P(Crash \;|\; \lnot F, +ve)\;P(\lnot F \;|\; +ve)$
$\quad\quad\quad\quad\quad\quad\quad\;\;=0.7\;(0.00492611)+0\;(0.9950738916)$
$\quad\quad\quad\quad\quad\quad\quad\;\;\approx 0.003448$
$P(Survive\;|\;+ve)=1-P(Crash\;|\;+ve) \approx 0.996552$