53089112
A data-center security system has three detection stages in sequence. Each stage independently detects an unauthorized access attempt with probability \(0.80\). The attempt is stopped as soon as one stage detects it.
Find the probability that an unauthorized attempt is
1. stopped by the first stage;
2. first stopped by the third stage;
3. detected by none of the three stages.
Hints
- What is the complement of a stage detecting the attempt?
- What must happen at the first two stages for the third stage to be the first detector?
- Which rule applies when independent events must occur in sequence?
Solution
1. Let \(p=0.80\) be the detection probability and \(q=1-p=0.20\) be the miss probability.
2. The first stage stops the attempt with probability \(p=0.80\).
3. For the third stage to be the first to detect the attempt, the first two stages must miss and the third must detect it. The probability is \(q^2p=(0.20)^2(0.80)=0.032\).
4. If no stage detects the attempt, all three stages miss. The probability is \(q^3=(0.20)^3=0.008\).
Answer
1. \(0.80\)
2. \(0.032\)
3. \(0.008\)
