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

Consider the following statements

1. A = (A ∪ B) ∪ (A - B),

2. A ∪ (B - A) = (A ∪ B)

3. B = (A ∪ B) - (A - B)

Which of the statements given above are correct?

This question was previously asked in
NDA I 2023 GAT Previous Year Paper (16-Apr-2023)
The correct answer is

2 and 3 only

Understanding Set Theory Statements

This question asks us to evaluate the correctness of three different statements involving basic set operations: union (\(\cup\)) and difference (\(-\)). We need to determine which of these statements are universally true for any sets A and B.

Analyzing Statement 1: \(A = (A \cup B) \cup (A - B)\)

Let's break down this statement. The right side of the equation is the union of two sets:

  • \(A \cup B\): This set contains all elements that are in A, or in B, or in both.
  • \(A - B\): This set contains all elements that are in A but not in B.

Now, consider the union of these two sets: \((A \cup B) \cup (A - B)\). If an element is in \(A - B\), it is by definition in A. If an element is in A, it is also in \(A \cup B\). Therefore, the set \(A - B\) is always a subset of \(A \cup B\). The union of a set with its subset is simply the larger set.

So, \((A \cup B) \cup (A - B) = A \cup B\).

The statement becomes \(A = A \cup B\). This is only true if set B is a subset of set A (\(B \subseteq A\)). However, the statement claims it is true for any sets A and B. Consider an example: Let A = {1, 2} and B = {2, 3}. Then \(A \cup B = \{1, 2, 3\}\). Here, \(A \neq A \cup B\).

Thus, Statement 1 is incorrect.

Analyzing Statement 2: \(A \cup (B - A) = (A \cup B)\)

Let's analyze the left side: \(A \cup (B - A)\).

  • \(A\): The set A.
  • \(B - A\): This set contains all elements that are in B but not in A.

The union \(A \cup (B - A)\) contains all elements that are either in A, or in B but not in A. This covers all elements that are in A, and all elements that are in B that are outside of A. Together, these comprise all elements that are in A or in B (or both, as the part of B that is in A is already covered by A). This is precisely the definition of \(A \cup B\).

So, \(A \cup (B - A) = A \cup B\). This identity is always true for any sets A and B.

Let's use an example: Let A = {1, 2} and B = {2, 3}. Then \(B - A = \{3\}\). \(A \cup (B - A) = \{1, 2\} \cup \{3\} = \{1, 2, 3\}\). Also, \(A \cup B = \{1, 2\} \cup \{2, 3\} = \{1, 2, 3\}\). The statement holds.

Thus, Statement 2 is correct.

Analyzing Statement 3: \(B = (A \cup B) - (A - B)\)

Let's analyze the right side: \((A \cup B) - (A - B)\). This means taking the set \(A \cup B\) and removing all elements that are in the set \(A - B\).

  • \(A \cup B\): Contains elements in A or B.
  • \(A - B\): Contains elements in A but not in B.

We are removing the part of A that is outside of B from the combined set \(A \cup B\). What remains?

The elements in \(A \cup B\) are either exclusively in A (part of \(A - B\)), exclusively in B (part of \(B - A\)), or in both (part of \(A \cap B\)).

When we remove \(A - B\) from \(A \cup B\), we are removing the elements that are only in A. The elements that remain are those in \(A \cup B\) that are not exclusively in A. These are the elements that are in B (which includes elements in \(A \cap B\) and elements in \(B - A\)).

So, \((A \cup B) - (A - B)\) is the set of elements in \(A \cup B\) that are not in \(A - B\). These are exactly the elements in B.

Thus, \((A \cup B) - (A - B) = B\). This identity is always true for any sets A and B.

Let's use an example: Let A = {1, 2} and B = {2, 3}. Then \(A \cup B = \{1, 2, 3\}\). \(A - B = \{1\}\). \((A \cup B) - (A - B) = \{1, 2, 3\} - \{1\} = \{2, 3\}\). This is equal to B.

Thus, Statement 3 is correct.

Conclusion on Set Theory Statements

Based on our analysis:

  • Statement 1: \(A = (A \cup B) \cup (A - B)\) is Incorrect.
  • Statement 2: \(A \cup (B - A) = (A \cup B)\) is Correct.
  • Statement 3: \(B = (A \cup B) - (A - B)\) is Correct.

Therefore, the correct statements are 2 and 3 only.

Statement Analysis Correctness
\(1. A = (A \cup B) \cup (A - B)\) \((A \cup B) \cup (A - B) = A \cup B\). \(A = A \cup B\) is not always true. Incorrect
\(2. A \cup (B - A) = (A \cup B)\) \(A \cup (B - A)\) includes elements in A or in B but not A, which is precisely \(A \cup B\). Correct
\(3. B = (A \cup B) - (A - B)\) \((A \cup B) - (A - B)\) removes elements only in A from \(A \cup B\), leaving elements in B. Correct

Revision Table: Key Set Theory Concepts

Reviewing basic set operations is crucial for solving such problems.

Operation Notation Definition
Union \(A \cup B\) Set of elements in A or B (or both). \(\{x \mid x \in A \text{ or } x \in B\}\)
Intersection \(A \cap B\) Set of elements in both A and B. \(\{x \mid x \in A \text{ and } x \in B\}\)
Difference \(A - B\) or \(A \setminus B\) Set of elements in A but not in B. \(\{x \mid x \in A \text{ and } x \notin B\}\)
Complement \(A^c\) or \(A'\) Set of elements not in A (relative to a universal set). \(\{x \mid x \notin A\}\)

Additional Information: Proving Set Identities

Set identities can be proven using element-wise arguments or by using known set algebra laws. For example, to prove \(A \cup (B - A) = A \cup B\):

Element-wise proof:

  1. Show \(A \cup (B - A) \subseteq A \cup B\): Let \(x \in A \cup (B - A)\). This means \(x \in A\) or \(x \in (B - A)\).
    • If \(x \in A\), then \(x \in A \cup B\).
    • If \(x \in (B - A)\), then \(x \in B\) and \(x \notin A\). If \(x \in B\), then \(x \in A \cup B\).
    In either case, if \(x \in A \cup (B - A)\), then \(x \in A \cup B\). Thus, \(A \cup (B - A) \subseteq A \cup B\).
  2. Show \(A \cup B \subseteq A \cup (B - A)\): Let \(x \in A \cup B\). This means \(x \in A\) or \(x \in B\).
    • If \(x \in A\), then \(x \in A \cup (B - A)\) (since \(A\) is part of the union).
    • If \(x \in B\), we consider two cases: \(x \in A\) or \(x \notin A\).
      • If \(x \in A\), then \(x \in A \cup (B - A)\) (since \(A\) is part of the union).
      • If \(x \notin A\), then \(x \in B\) and \(x \notin A\), which means \(x \in (B - A)\). If \(x \in (B - A)\), then \(x \in A \cup (B - A)\) (since \(B-A\) is part of the union).
    In all cases, if \(x \in A \cup B\), then \(x \in A \cup (B - A)\). Thus, \(A \cup B \subseteq A \cup (B - A)\).

Since both set inclusions hold, the sets are equal: \(A \cup (B - A) = A \cup B\).

Was this answer helpful?

Important Questions from Union and Intersection of Sets

  1. In a survey of 60 people, it was found that 25 people read newspaper H, 26 read newspaper I, 26 read newspaper T, 9 read both H and I, 11 read both H and T, 8 read both T and I, 3 read all three newspapers. Find the number of students who read exactly one newspaper.

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