DotKite
- 81
- 1
Homework Statement
A study of texting and driving has found that 40% of all fatal auto accidents
are attributed to texting drivers, 1% of all auto accidents are fatal, and
drivers who text while driving are responsible for 20% of all accidents. Find
the percentage of non-fatal accidents caused by drivers who do not text.
Homework Equations
The Attempt at a Solution
Let T denote texting while driving and let F denote fatal accidents.
P(F|T) = .40
P(F) = .01
P(T) = .2
I guess we are trying to find
p(F^{c}|T^{c}
= (p(F^{c}\bigcap T^{c}) / p(T^{c}
We know p(F|T) = p(F\bigcapT) / p(T) = 0.4 => p(F\bigcapT) = 0.08
Also p(F^{c} \bigcapT^{c}) = 1 - p(F\bigcupT)
p(F\bigcupT) = p(F) + p(T) - p(F \bigcapT) = .01 + .2 - .08 = .13
I am going to stop here because when I start plugging in everything I have I wind up with the wrong answer. Is ther an assumption I have wrong or have interpreted, as usual, the problem wrong?