Given A = {1, 2, 3}, B = {3, 4}, C = {4, 5, 6}, find (A x B) ∩ (B x C).

Asked by Aaryan | 1 year ago |  66

1 Answer

Solution :-

Given:

A = {1, 2, 3}, B = {3, 4} and C = {4, 5, 6}

Let us find: (A × B) ∩ (B × C)

(A × B) = {1, 2, 3} × {3, 4}

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

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

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

(A × B) ∩ (B × C) = {(3, 4)}

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