All Exams Test series for 1 year @ ₹349 only
Question

If A and B are two events such that P(A) = 0.6, P(B) = 0.5 and P(A ∩ B) = 0.4, then consider the following statements:

1. P(A̅ ∪ B) = 0.9

2. P(B̅ | A̅) = 0.6

Which of the statements is / are correct? 

This question was previously asked in
NDA 2020 GAT Previous Year Paper (06-Sep-2020)
The correct answer is

Neither 1 nor 2

Understanding Probability Calculations with Events

This problem involves calculating probabilities related to events, their complements, unions, and conditional probabilities using given information about the probabilities of events A, B, and their intersection.

We are given the following probabilities:

  • P(A) = \({0.6}\)
  • P(B) = \({0.5}\)
  • P(A ∩ B) = \({0.4}\)

We need to evaluate two statements based on these values.

Analyzing Statement 1: P(A̅ ∪ B) = 0.9

Statement 1 asks us to check if the probability of the complement of A union B is 0.9. Let's calculate P(A̅ ∪ B). We can use the formula for the union of two events:

\({P(E \cup F) = P(E) + P(F) - P(E \cap F)}\)

Here, our events are A̅ and B. So, we need P(A̅), P(B), and P(A̅ ∩ B).

First, calculate P(A̅), the probability of the complement of A:

\({P(A̅) = 1 - P(A) = 1 - 0.6 = 0.4}\)

Next, calculate P(A̅ ∩ B), which is the probability that event B occurs but event A does not. This is equivalent to the probability of B minus the probability of the intersection of A and B:

\({P(A̅ \cap B) = P(B) - P(A \cap B)}\)

\({P(A̅ \cap B) = 0.5 - 0.4 = 0.1}\)

Now, substitute these values into the union formula for A̅ and B:

\({P(A̅ \cup B) = P(A̅) + P(B) - P(A̅ \cap B)}\)

\({P(A̅ \cup B) = 0.4 + 0.5 - 0.1}\)

\({P(A̅ \cup B) = 0.9 - 0.1 = 0.8}\)

Statement 1 claims that P(A̅ ∪ B) = 0.9. Our calculation shows P(A̅ ∪ B) = 0.8. Therefore, statement 1 is incorrect.

Analyzing Statement 2: P(B̅ | A̅) = 0.6

Statement 2 asks us to check the conditional probability of the complement of B given the complement of A. The formula for conditional probability is:

\({P(F | E) = \frac{P(E \cap F)}{P(E)}}\)

Here, our events are F = B̅ and E = A̅. So, we need P(B̅ ∩ A̅) and P(A̅).

We already calculated P(A̅):

\({P(A̅) = 0.4}\)

Next, calculate P(B̅ ∩ A̅), which is the probability that neither A nor B occurs. Using De Morgan's laws, this is equivalent to the probability of the complement of the union of A and B:

\({P(B̅ \cap A̅) = P((A \cup B)̅) = 1 - P(A \cup B)}\)

First, calculate P(A ∪ B), the probability of the union of A and B:

\({P(A \cup B) = P(A) + P(B) - P(A \cap B)}\)

\({P(A \cup B) = 0.6 + 0.5 - 0.4}\)

\({P(A \cup B) = 1.1 - 0.4 = 0.7}\)

Now, calculate P(B̅ ∩ A̅):

\({P(B̅ \cap A̅) = 1 - P(A \cup B) = 1 - 0.7 = 0.3}\)

Finally, calculate the conditional probability P(B̅ | A̅):

\({P(B̅ | A̅) = \frac{P(B̅ \cap A̅)}{P(A̅)} = \frac{0.3}{0.4}}\)

\({P(B̅ | A̅) = \frac{3}{4} = 0.75}\)

Statement 2 claims that P(B̅ | A̅) = 0.6. Our calculation shows P(B̅ | A̅) = 0.75. Therefore, statement 2 is incorrect.

Conclusion on Statements

Based on our calculations:

  • Statement 1: P(A̅ ∪ B) = 0.9 is Incorrect (calculated value is 0.8).
  • Statement 2: P(B̅ | A̅) = 0.6 is Incorrect (calculated value is 0.75).

Therefore, neither of the statements is correct.

Revision Table: Key Probabilities Calculated

Probability Term Calculation Value
P(A̅) \({1 - P(A)}\) \({0.4}\)
P(A ∪ B) \({P(A) + P(B) - P(A \cap B)}\) \({0.7}\)
P(A̅ ∩ B) \({P(B) - P(A \cap B)}\) \({0.1}\)
P(A̅ ∩ B̅) or \({P((A \cup B)̅)}\) \({1 - P(A \cup B)}\) \({0.3}\)
P(A̅ ∪ B) \({P(A̅) + P(B) - P(A̅ \cap B)}\) \({0.8}\)
P(B̅ | A̅) \({\frac{P(A̅ \cap B̅)}{P(A̅)}}\) \({0.75}\)

Additional Information on Probability Concepts

When dealing with probability problems involving multiple events like A and B, it's helpful to understand the basic concepts and formulas:

  • Complement (A̅ or Ac): The event that A does not occur. \({P(A̅) = 1 - P(A)}\).
  • Intersection (A ∩ B): The event that both A and B occur.
  • Union (A ∪ B): The event that either A or B or both occur. \({P(A \cup B) = P(A) + P(B) - P(A \cap B)}\).
  • Conditional Probability (P(A | B)): The probability of event A occurring given that event B has already occurred. \({P(A | B) = \frac{P(A \cap B)}{P(B)}}\), provided \({P(B) > 0}\).
  • Mutually Exclusive Events: Events that cannot occur at the same time. \({P(A \cap B) = 0}\).
  • Independent Events: Events where the occurrence of one does not affect the probability of the other. \({P(A \cap B) = P(A) \times P(B)}\). This was not assumed in this problem; we used the general formulas.
  • De Morgan's Laws in Probability: These relate intersections and unions of complements. For example, \({P((A \cup B)̅) = P(A̅ \cap B̅)}\) and \({P((A \cap B)̅) = P(A̅ \cup B̅)}\). We used the first law to calculate P(A̅ ∩ B̅).

Visualizing these concepts with a Venn diagram can also be very helpful in breaking down the sample space into disjoint regions and calculating probabilities of unions and intersections.

Was this answer helpful?

Similar Questions

  1. A and B are two events such that A̅ and B̅ are mutually exclusive. If P(A) = 0.5 and P(B) = 0.6, then what is the value of P(A|B)?

  2. For two dependent events A and B, it is given that P(A) = 0.2 and P(B) = 0.5. If A ⊆ B, then the values of conditional probabilities P(A|B) and P(B|A) are respectively

  3. If two dice are thrown and at least one the dice show 5, then the probability that the sum is 10 or more is

  4. For two mutually exclusive events A and B, P(A) = 0.2 and P (A̅ ∩ B) = 0.3. What is P (A|(A ∪ B)) equal to?

  5. Consider the following statements:

    1. If A and B are mutually exclusive events, then it is possible that P(A) = P(B) = 0.6.

    2. If A and B are any two events such that P(A|B) = 1, then P(B̅|A̅) = 1

    Which of the above statement is/are correct?
  6. If A, B, C are three events, then what is the probability that at least two of these events occur together?

  7. If 5 of a Company’s 10 delivery trucks do not meet emission standards and 3 of them are chosen for inspection, then what is the probability that none of the trucks chosen will meet emission standards?

  8. A problem is given to three students A, B and C whose probabilities of solving the problem are \(\frac{1}{2},\frac{3}{4}\) and \(\frac{1}{4}\)  respectively. What is the probability that the problem will be solved if they all solve the problem independently?

  9. Three groups of children contain 3 girls and 1 boy; 2 girls and 2 boys: 1 girl and 3 boys. One child is selected at random from each group. The probability that the three selected consist of 1 girl and 2 boys is

  10. Two integers x and y are chosen with replacement from the set (0, 1, 2…10). The probability that |x - y| > 5 is


Important Questions from Conditional Probability

  1. Let A and B be two events such that \(P(\overline{A \cup B}) = \dfrac{1}{6}\) , P(A ∩ B) =  \(\dfrac{1}{4}\) and P(A̅) =  \(\dfrac{1}{4}\) , where A̅ stands for complement of event A. Then, events A and B are:

  2. A bike manufacturing factory has two plants P and Q. Plant P manufactures 60 percent of bikes and plant Q manufacture 40 percent. 80 percent of the bikes at plant P and 90 percent of the bikes at plant Q are rated of standard quality. A bike is chosen at random and is found to be of standard quality. What is the probability that it has come from plant P?

  3. A and B are two events such that A̅ and B̅ are mutually exclusive. If P(A) = 0.5 and P(B) = 0.6, then what is the value of P(A|B)?

  4. For two dependent events A and B, it is given that P(A) = 0.2 and P(B) = 0.5. If A ⊆ B, then the values of conditional probabilities P(A|B) and P(B|A) are respectively

  5. In a bulb factory, machines P, Q and R manufacture respectively 25%, 35% and 40% of the total. Of their output 5, 4 and 2 percent respectively are defective bulbs. A bulb is drawn at random and it is found to be defective. What is the probability that it was manufactured by machine Q?

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App