If A = {2,4,6,8,10} B = {1,3,5,7,9} X or U = N {1,2,3,...}
Find:
- Ac ∩ Bc
- Ac - Bc
- (A ∩ B)c
Since the compliment set of A is all the elements of the Universal set that are non-existent in A, and the Universal set in this example is equal to natural numbers (infinite), how do i list all the numbers, is there a specific way to do this or do i just write it as Ac = {1,3,5,7,9,11,..}
Thanks,