👤

If a = {1, 3, 5, 7}, b = {2, 4, 6, 8} and c = {1, 2, 3, 4}, what is (a ⋃ b) ⋂ c?

Sagot :

Answer:

a ∪ b = { 1,2,3,4,5,6,7,8} ∩ c = { 1,2,3,4}

Step-by-step explanation: