Given the following sets.
A = {0, 1, 2, 3}
B = {a, b, c, d}
C = {0, a, 2, b}
Find A ∩C
{0, 1, 2, 3}
{a, b, c, d}
{0, a, 2, b}
empty set
{0, 2}
Answers
Answered by
2
A intersection B = 0,2
bcz
0 and 2 both are
dupontchelsea44:
Thank you
Similar questions