Advertisements
Advertisements
प्रश्न
Given A = {1, 2, 3}, B = {2, 3, 5}, C = {3, 4} and D = {1, 3, 5}, check if (A ∩ C) × (B ∩ D) = (A × B) ∩ (C × D) is true?
उत्तर
A = {1, 2, 3}, B = {2, 3, 5}, C = {3, 4} D = {1, 3, 5}
A ∩ C = {1, 2, 3} ∩ {3, 4}
= {3}
B ∩ D = {2, 3, 5} ∩ {1, 3, 5}
= {3, 5}
(A ∩ C) × (B ∩ D) = {3} × {3, 5}
= {(3, 3) (3, 5)} ….(1)
A × B = {1, 2, 3} × {2, 3, 5}
= {(1, 2) (1, 3) (1, 5) (2, 2) (2, 3) (2, 5) (3, 2) (3, 3) (3, 5)}
C × D = {3, 4} × {1, 3, 5}
= {(3, 1) (3, 3) (3, 5) (4, 1) (4, 3) (4, 5)}
(A × B) ∩ (C × D) = {(3, 3) (3, 5)} ….(2)
From (1) and (2) we get
(A ∩ C) × (B ∩ D) = (A × B) ∩ (C × D)
This is true.
APPEARS IN
संबंधित प्रश्न
Find A × B, A × A and B × A :
A = {2, −2, 3} and B = {1, −4}
Find A × B, A × A and B × A :
A = B = {p, q}
If A = {5, 6}, B = {4, 5, 6}, C = {5, 6, 7}, Show that A × A = (B × B) ∩ (C × C)
Let A = {x ∈ W | x < 2}, B = {x ∈ N | 1 < x < 4} and C = {3, 5}. Verify that A × (B ∪ C) = (A × B) ∪ (A × C)
Let A = {x ∈ W | x < 2}, B = {x ∈ N | 1 < x < 4} and C = {3, 5}. Verify that A × (B ∩ C) = (A × B) ∩ (A × C)
Multiple Choice Question :
If n(A × B) = 6 and A = {1, 3} then n(B) is ________
Multiple Choice Question :
A = {a, b, p}, B = {2, 3}, C = {p, q, r, s} then n[(A ∪ C) × B] is _______
Multiple Choice Question :
If A = {1, 2}, B = {1, 2, 3, 4}, C = {5, 6} and D = {5, 6, 7, 8} then state which of the following statement is true ______
The Cartesian product A × A has 9 elements among which (– 1, 0) and (0, 1) are found. Find the set A and the remaining elements of A × A
Let A = {1, 2} and B = {1, 2, 3, 4}, C = {5, 6} and D = {5, 6, 7, 8}. Verify whether A × C is a subset of B × D?