Question:medium

An electric instrument consists of two units. Each unit must function independently for the instrument to operate. The probability that the first unit functions is \(0.9\) and that of the second unit is \(0.8\). The instrument is switched on and it fails to operate. If the probability that only the first unit failed and second unit is functioning is \(p\), then \(98p\) is equal to \dots\dots.

Show Hint

For conditional probability \(P(X|F)\), always ensure that event \(X\) is actually a subset of the condition \(F\). Here, failing one unit is a specific way the whole instrument fails.
Updated On: Apr 16, 2026
Show Solution

Correct Answer: 28

Solution and Explanation

To solve the problem, we need to find the probability \(p\) that only the first unit failed while the second unit is functioning, given that the instrument fails to operate. Let's denote:

  • \(A\): the event that the first unit functions with \(P(A) = 0.9\)
  • \(B\): the event that the second unit functions with \(P(B) = 0.8\)
  • \(\bar{A}\): the event that the first unit fails with \(P(\bar{A}) = 1 - P(A) = 0.1\)
  • \(\bar{B}\): the event that the second unit fails with \(P(\bar{B}) = 1 - P(B) = 0.2\)

Since the instrument fails to operate, it means either

  • both units fail,
  • only the first unit fails, or
  • only the second unit fails.

The probability that the instrument fails can be calculated as:

  1. \(P(\text{Both fail}) = P(\bar{A} \cap \bar{B}) = P(\bar{A}) \cdot P(\bar{B}) = 0.1 \times 0.2 = 0.02\)
  2. \(P(\text{Only first fails}) = P(\bar{A} \cap B) = P(\bar{A}) \cdot P(B) = 0.1 \times 0.8 = 0.08\)
  3. \(P(\text{Only second fails}) = P(A \cap \bar{B}) = P(A) \cdot P(\bar{B}) = 0.9 \times 0.2 = 0.18\)

The total probability that the instrument fails is the sum of these:
\(P(\text{Instrument fails}) = 0.02 + 0.08 + 0.18 = 0.28\)We are given \(p = P(\bar{A} \cap B \mid \text{Instrument fails})\). Using the conditional probability formula, we have:
\(p = \frac{P(\bar{A} \cap B)}{P(\text{Instrument fails})} = \frac{0.08}{0.28}\)
Simplifying this, \(p = \frac{2}{7}\). Now, \(98p\) is calculated as:
\(98p = 98 \times \frac{2}{7} = 28\)
Upon checking, this value is within the expected range [28, 28]. Thus, \(98p = 28\).

Was this answer helpful?
0