Ques. If the set X has three elements and the set Y = {2, 4, 6}, then find the number of elements in (X × Y)?
Solution:
Given, set X has three elements, and the elements of set Y are {2, 4, and 6}.
So, the number of elements in set Y = 3
Then, the number of elements in (X × Y) = (Number of elements in X) × (Number of elements in Y)
= 3 × 3 = 9
Therefore, the number of elements in (X × Y) will be 9.
Ques. If G = {4, 8} and H = {5, 4, 2}, find G × H and H × G.
Solution:
Given, G = {4, 8} and H = {6, 4, 2}
The Cartesian product of two non-empty sets C and D are given as:
C × D = {(c, d): c ∈ C, d ∈ D}
We get,
G × H = {(4, 6), (4, 4), (4, 2), (8, 6), (8, 4), (8, 2)}
H × G = {(6, 4), (6, 8), (4, 4), (4, 8), (2, 4), (2, 8)}
Ques. If X × Y = {(a, x), (a, z), (b, x), (b, z)}. Find X and Y.
Solution:
X × Y = {(a, x), (a, z), (b, x), (b, z)}
The Cartesian product of two non-empty sets C and D is given as:
C × D = {(c, d): c ∈ C, d ∈ D}
Hence, X is the set of all first elements, and Y is the set of all second elements.
Therefore, X = {a, b} and Y = {x, z}
Ques. Let X and Y be two sets where n(X) = 3 and n (Y) = 2. If (w, 1), (y, 2), (a, 2) are in X × Y, find X and Y, where x, y, and a are distinct elements.
Solution:
Given,
n(X) = 3 and n(Y) = 2; and (w, 1), (y, 2), (a, 2) are in X × Y.
We know that,
X = Set of first elements of the ordered pair elements of X × Y.
Y = Set of second elements of the ordered pair elements of X × Y.
So, w, y, and z are the elements of X; and
1 and 2 are the elements of Y.
As n(X) = 3 and n(Y) = 2, it is clear that set X = {w, y, a} and set Y = {1, 2}.
Ques. Define a relation R on the set N of natural numbers by R = {(c, d): d = c + 2, c is a natural number less than 5; c, d ∈ N}. Depict this relationship using roster form. Write down the domain and the range.
Solution:
The relation R is given by:
R = {(c, d): d = c + 2, c is a natural number less than 5, c, d ∈ N}
The natural numbers less than 5 are 1, 2, 3, and 4.
So,
R = {(1, 3), (2, 4), (3, 5), (4, 6)}
We have,
The domain of R is the set of all first elements of the ordered pairs in the relation.
Hence, Domain of R = {1, 2, 3, 4}
The range of R is the set of all second elements of the ordered pairs in the relation.
Hence, Range of R = {3, 4, 5, 6}