146,713 views
18 votes
18 votes
Given the following sets.

A = (0, 1, 2, 3}
B =[a, b, c, d)
C = (0, a, 2, b}
Find A n C.
O [0, 2}
O [a, b, c, d)
O [0, 1, 2, 3)
O empty set
O (0, a, 2, b)

User Neil McGuigan
by
2.8k points

1 Answer

12 votes
12 votes

find AnC

given,

A=(0,1,2,3)

C=(0,a,2,b)

now,

AnC=(0,1,2,3)n(0,a,2,b)

AnC=(0,2)ans.

User Neonguru
by
2.5k points