If set A has 10 elements, set B has 20 elements, 5 elements are common to both then find the number of elements in X∪Y.

If set A has 10 elements, set B has 20 elements, 5 elements are common to both then find the number of elements in X∪Y. Correct Answer 25

We know, n (A ∪ B) = n (A) + n (B) – n (A ∩ B) Given, n (A) = 10, n (B) = 20, n (A ∩ B) = 5. n (A ∪ B) = 10 + 20 – 5 = 25.

Related Questions