asked 68.4k views
0 votes
A=(1,3,5,7,9)
B(2, 4, 6, 8, 10)
C = (1,5,6,7,9)
ANBUC)

1 Answer

3 votes

Explanation:

A = 1,3,5,7,9

B = 2, 4, 6, 8, 10

AnB (only commons) = { } - (there is nothing common)

AnBuC (take all but do not repeat) = {1,5,6,7,9}

Answer = {1,5,6,7,9}

answered
User James Selvakumar
by
7.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.