Asked by Jenna

Given these sets:
A = {3, 4, 5, 6, 7}
B = {6, 7, 8, 9}
C = {2, 4, 6, 8}

List the elements of this set
A intersect(B∩C)

Answers

Answered by Reiny
A ∩(B∩C)
= A ∩ {6,8}
= {6}
Answered by Jen
Thank you...i kind of understand it better.....can u help me with the other problem please?
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions