Question:medium

Let \( A \) and \( B \) be two events. If \( P(A|B)=0.4 \), \( P(A|B')=0.7 \) and \( P(B)=0.7 \), then \( P(A) \) is

Show Hint

Always split probability using \(B\) and its complement.
Updated On: May 10, 2026
  • \(0.44 \)
  • \(0.54 \)
  • \(0.49 \)
  • \(0.5 \)
  • \(0.65 \)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
This problem requires the use of the Law of Total Probability. This law states that the probability of an event A can be found by summing the probabilities of A occurring along with each event in a partition of the sample space. Here, the events B and B' (the complement of B) form a partition.
Step 2: Key Formula or Approach:
The Law of Total Probability states: \[ P(A) = P(A \cap B) + P(A \cap B') \] Using the definition of conditional probability, \(P(X \cap Y) = P(X|Y)P(Y)\), we can write this as: \[ P(A) = P(A|B)P(B) + P(A|B')P(B') \] We also need the formula for the complement: \(P(B') = 1 - P(B)\).
Step 3: Detailed Explanation:
We are given:
\(P(A|B) = 0.4\)
\(P(A|B') = 0.7\)
\(P(B) = 0.7\)
First, we need to find \(P(B')\): \[ P(B') = 1 - P(B) = 1 - 0.7 = 0.3 \] Now, we can apply the Law of Total Probability: \[ P(A) = P(A|B)P(B) + P(A|B')P(B') \] Substitute the known values into the formula: \[ P(A) = (0.4)(0.7) + (0.7)(0.3) \] \[ P(A) = 0.28 + 0.21 \] \[ P(A) = 0.49 \] Step 4: Final Answer:
The value of P(A) is 0.49.
Was this answer helpful?
0