Question 666716


A={1,2,3,4,5,6,7,8,9}
B={2,4,6,8,10}

in A∩B will be elements that you can find in both set, in A and in B

these are:

A∩B={2,4,6,8}



A={1,2,3,4,5,6,7,8,9}
B={2,4,6,8,10)

A U B={1,2,3,4,5,6,7,8,9,10}