Question:

If G = {7, 8} and H = {5, 4, 2}, find G x H and H x G.

Updated On: Oct 18, 2023
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

G = {7, 8} and H = {5, 4, 2}
We know that the Cartesian product P x Q of two non-empty sets P and Q is defined as :
P x Q = {(p, q): p∈P, q ∈Q}
∴G x H = {(7, 5), (7, 4), (7, 2), (8, 5), (8, 4), (8, 2)}
H x G = {(5, 7), (5, 8), (4, 7), (4, 8), (2, 7), (2, 8)}

Was this answer helpful?
0
0