111k views
0 votes
Given the following definitions:

U = {1, 2, 3, 4, 5, 6, 7}
A = {1, 2, 4, 5)
B = {1,3,5,7)
How many elements are in A'n B?

1 Answer

1 vote

Explanation:

First,

(A intersect B) = {1,2,4,5} intersect {1,3,5,7}

= {1,5}

Now,

A'n B = (A) - (A intersect B)

= {1,2,4,5} - {1,5}

= {2,4}

User Chesnokov Yuriy
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories