Probability: Question 4

Syllabus 5.3

Structured AS 9 marks

A warehouse has two smoke detectors fitted in the same storage room, Detector 1 and Detector 2, which operate independently of one another.

If a fire occurs, the probability that Detector 1 raises an alarm is 0.90.9, and independently, the probability that Detector 2 raises an alarm is 0.80.8.

Given that a fire occurs, find the probability that:

(a) both detectors raise the alarm; [2]

(b) neither detector raises the alarm; [2]

(c) at least one detector raises the alarm; [2]

(d) exactly one of the two detectors raises the alarm. [3]

Show worked solution Hide worked solution

Worked solution

Part (a): Both detectors raise the alarm

Since the two detectors act independently, the “and” of both events uses the multiplication rule: P(D1 and D2)=P(D1)×P(D2)=0.9×0.8=0.72P(D_1 \text{ and } D_2) = P(D_1) \times P(D_2) = 0.9 \times 0.8 = 0.72

Part (b): Neither detector raises the alarm

The complementary probabilities that each detector does not raise the alarm are 10.9=0.11-0.9=0.1 and 10.8=0.21-0.8=0.2. Because the detectors are independent, so are their complements: P(neither)=(10.9)(10.8)=0.1×0.2=0.02P(\text{neither}) = (1-0.9)(1-0.8) = 0.1 \times 0.2 = 0.02

Part (c): At least one detector raises the alarm

“At least one” is the complement of “neither”: P(at least one)=1P(neither)=10.02=0.98P(\text{at least one}) = 1 - P(\text{neither}) = 1 - 0.02 = 0.98

Check by the addition rule: using P(D1 or D2)=P(D1)+P(D2)P(D1 and D2)P(D_1 \text{ or } D_2) = P(D_1) + P(D_2) - P(D_1 \text{ and } D_2), P(at least one)=0.9+0.80.72=1.70.72=0.98P(\text{at least one}) = 0.9 + 0.8 - 0.72 = 1.7 - 0.72 = 0.98 which agrees with the complement method.

Part (d): Exactly one detector raises the alarm

“Exactly one” splits into two mutually exclusive cases, “Detector 1 fires and Detector 2 doesn’t” or “Detector 2 fires and Detector 1 doesn’t”, so their probabilities are added: P(exactly one)=P(D1)(1P(D2))+(1P(D1))P(D2)=(0.9×0.2)+(0.1×0.8)=0.18+0.08=0.26P(\text{exactly one}) = P(D_1)(1-P(D_2)) + (1-P(D_1))P(D_2) = (0.9\times0.2) + (0.1\times0.8) = 0.18+0.08=0.26

Check by another method: “exactly one” is “at least one” with the “both” case removed: P(exactly one)=P(at least one)P(both)=0.980.72=0.26P(\text{exactly one}) = P(\text{at least one}) - P(\text{both}) = 0.98 - 0.72 = 0.26 which agrees exactly.

Overall consistency check: the three mutually exclusive outcomes “both”, “exactly one” and “neither” must account for every possibility, so their probabilities should sum to 11: P(both)+P(exactly one)+P(neither)=0.72+0.26+0.02=1.00P(\text{both}) + P(\text{exactly one}) + P(\text{neither}) = 0.72 + 0.26 + 0.02 = 1.00 \checkmark

Final answers

  • (a) P(both)=0.72P(\text{both}) = \boxed{0.72}
  • (b) P(neither)=0.02P(\text{neither}) = \boxed{0.02}
  • (c) P(at least one)=0.98P(\text{at least one}) = \boxed{0.98}
  • (d) P(exactly one)=0.26P(\text{exactly one}) = \boxed{0.26}