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. What is \(P(\overline T | \overline G)\)  equal to?

  2. What is \(P(G | \overline T) \)  equal to?

  3. What is \(P (G \cap \overline T)\) equal to?

  4. Let two events A and B be such that P(A) = L and P(B) = M. Which one of the following is correct?

  5. If P(A|B) < P(A), then which one of the following is correct?

  6. If A and B are two events such that P(not A) = \(\rm \frac{7}{10}\) , P(not B) =  \(\rm \frac{3}{10}\)  and P(A|B) =  \(\rm \frac{3}{14}\) , then what is P(B|A) equal to?

  7. 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)?

  8. 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

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

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


Important Questions from Conditional Probability

  1. If P(A) = 0.7, P(B) = 0.5 and P(B/A) = 0.3, find (i) P(A/B) (ii) P(A ∪ B)?

  2. 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:

  3. 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?

  4. 20 percent of the pens produced in a factory are of red colour and 4 percent are red and defective. If one pen is picked up at random, then what is the probability of its being defective if it is red?

  5. In a game, there are three rooms- I, Il and IIl. Room I contain 2 boxes having gift items and 3 empty boxes, room II contains 3 boxes having gift items and 2 empty boxes, and room III contains 4 boxes having gift items and one empty box respectively. There is an equal probability of each room being chosen by a player. Mr John selects one box from a room chosen at random. The probability that Mr John wins a box having gift items is:

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
664 Attempts
4.6(121)
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