Question:medium

If \( P(A) = 0.4 \), \( P(B) = 0.8 \) and \( P(A | B) = 0.6 \), then \( P(A \cup B) \) is:

Updated On: Apr 2, 2026
  • 0.96
  • 0.72
  • 0.36
  • 0.42
Show Solution

The Correct Option is B

Solution and Explanation

The probability of the union of two events, \( P(A \cup B) \), is calculated using the formula \( P(A \cup B) = P(A) + P(B) - P(A \cap B) \).

To proceed, we first determine the probability of the intersection of events \( A \) and \( B \), denoted as \( P(A \cap B) \).

The conditional probability formula is applied here: \( P(A \cap B) = P(A | B) \cdot P(B) \).

With the given values \( P(A | B) = 0.6 \) and \( P(B) = 0.8 \), the calculation for \( P(A \cap B) \) is:

\[ P(A \cap B) = 0.6 \times 0.8 = 0.48 \]

Now, we can compute \( P(A \cup B) \):

\[ P(A \cup B) = P(A) + P(B) - P(A \cap B) \]

\[ P(A \cup B) = 0.4 + 0.8 - 0.48 = 0.72 \]

The final result is 0.72.

Was this answer helpful?
0