I am trying to wrap my head around the following problem
A house is guarded by two alarms.
If Alarm 1 fires, p(theft) = 80%
If Alarm 2 fires, p(theft) = 70%
If both alarms fire at the same time, what is the probability of a theft?
- Assuming both alarms are independent
- Assuming there is some dependence between the alarms
It seems simple, but I just can't seem to get it for some reason. Your help is greatly appreciated.
What you really want to say, for example, is
$$ P(\text{theft} \mid \text{alarm } 1) = 0.8 $$
....