Advertisements
Advertisements
प्रश्न
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {4, 5, 6, 7, 8} and universal set X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
(A ∩ B)' = A' ∪ B'
उत्तर
A = {1, 2, 3, 4}, B = {3, 4, 5, 6},
C = {4, 5, 6, 7, 8}
X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10},
A ∩ B = {3, 4}
∴ (A ∩ B)' = {1, 2, 5, 6, 7, 8, 9, 10} …(i)
A' = {5, 6, 7, 8, 9, 10}
B' = {1, 2, 7, 8, 9, 10}
∴ A' ∪ B' = {1, 2, 5, 6, 7, 8, 9, 10} ...(ii)
From (i) and (ii), we get
(A ∩ B)' = A' ∪ B'
APPEARS IN
संबंधित प्रश्न
If A = {x/6x2 + x - 15 = 0}
B = {x/2x2 - 5x - 3 = 0}
C = {x/2x2 - x - 3 = 0} then
find (A ∪ B ∪ C)
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {4, 5, 6, 7, 8} and universal set X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6},
C = {4, 5, 6, 7, 8} and universal set
X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {4, 5, 6, 7, 8} and universal set X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
(A ∪ B)' = (A' ∩ B')
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {4, 5, 6, 7, 8} and universal set X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
A = (A ∩ B) ∪ (A ∩ B')
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {4, 5, 6, 7, 8} and universal set X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
B = (A ∩ B) ∪ (A'∩ B)
If A = {1, 2, 3, 4}, B = {3, 4, 5, 6}, C = {4, 5, 6, 7, 8} and universal set X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then verify the following:
n (A ∪ B) = n(A) + n(B) – n(A ∩ B)
If A = {x/6x2 + x - 15 = 0}
B = {x/2x2 - 5x - 3 = 0}
C = {x/2x2 - x - 3 = 0} then
find (A ∩ B ∩ C)
What is set in Python?
List out the set operations supported by python.
Explain the different set operations supported by python with suitable examples.