Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9}, A = {1, 2, 3, 4}, B = {2, 4, 6, 8} and C = {3, 4, 5, 6}. Find:

A’

A’ means Complement of A with respect to universal set U.


So, A’ = U – A


U – A is defined as {x ϵ U : x A}


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


A = {1, 2, 3, 4}


A’ = {5, 6, 7, 8, 9}


5