Skip to content
Related Articles
Open in App
Not now

Related Articles

UGC-NET | UGC NET CS 2016 Aug – II | Question 3

Improve Article
Save Article
Like Article
  • Last Updated : 26 Apr, 2018
Improve Article
Save Article
Like Article

Let A and B be sets in a finite universal set U. Given the following: |A – B|, |A ⊕ B|, |A| + |B| and |A ∪ B| Which of the following is in order of increasing size ?
(A) |A – B| < |A ⊕ B| < |A| + |B| < |A ∪ B|
(B) |A ⊕ B| < |A – B| < |A ∪ B| < |A| + |B|
(C) |A ⊕ B| < |A| + |B| < |A – B| < |A ∪ B|
(D) |A – B| < |A ⊕ B| < |A ∪ B| < |A| + |B|

Answer: (D)

Explanation: We will draw venn diagram for all set: |A – B|, |A ⊕ B|, |A| + |B| and |A ∪ B|
3 (2)
So, option (D) is correct.

Alternative way –

|A – B| = |A| - |A ∩ B|
|A ⊕ B| = |A| + |B| - 2|A ∩ B|
|A ∪ B| = |A| + |B| - |A ∩ B|

Therefore,

|A – B| < |A ⊕ B| < |A ∪ B| < |A| + |B|


Quiz of this Question

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!