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

Asked by Pragya Singh | 1 year ago |  126

1 Answer

Solution :-

Given, G = {7, 8} and H = {5, 4, 2}

We know that,

The Cartesian product of two non-empty sets P and Q is given as

P × Q = {(p, q): p ∈ P, q ∈ Q}

So,

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)}

Answered by Abhisek | 1 year ago

Related Questions

Let R = {(a, b) : a, b, ϵ N and a < b}.Show that R is a binary relation on N, which is neither reflexive nor symmetric. Show that R is transitive.

Class 11 Maths Relations and Functions View Answer

Let R = {(x, x2) : x is a prime number less than 10}.

(i) Write R in roster form.

(ii) Find dom (R) and range (R).

Class 11 Maths Relations and Functions View Answer