Saved Bookmarks
| 1. |
If G = {7, 8} and H = {5, 4, 2}, find G × H and H × G. |
|
Answer» G = {7, 8} and H = {5, 4, 2} We know that the Cartesian product P × Q of two non-empty sets P and Q is defined as P × Q = {(p, q): p∈ P, q ∈ Q} ∴ G × H = {(7, 5), (7, 4), (7, 2), (8, 5), (8, 4), (8, 2)} H × G = {(5, 7), (5, 8), (4, 7), (4, 8), (2, 7), (2, 8)} |
|