If A = {1, 2, 3}, B = {3, 4} and C = {4, 5, 6}, find A x (B ∪ C)

Asked by Aaryan | 1 year ago |  52

1 Answer

Solution :-

A × (B ∪ C)

(B ∪ C) = {3, 4, 5, 6}

A × (B ∪ C) = {1, 2, 3} × {3, 4, 5, 6}

= {(1, 3), (1, 4), (1, 5), (1, 6), (2, 3), (2, 4), (2, 5), (2, 6), (3, 3), (3, 4), (3, 5), (3, 6)}

Answered by Sakshi | 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