The following sets are used in a company's database:
Workforce = {Abi, Baz, Cal, Dev, Eva, Fay, Ged}
Department = { Accounts, Operations, Research, Sales}
Place = {Sheffield, Leeds, London}
ProjectTeams = {A, B, C}
A = {Abi, Eva, Fay}
B = {Baz, Dev, Eva, Fay}
C = {Cal, Eva, Ged}
Find the following:
(a) A ∩ B
(b) B ∪ C
(c) A ∩ B ∩ C
(d) Workforce \ B
(e) Workforce \ (A ∪ C)
(f) (Workforce \ B) \ C
(g) The power set P(A)
(h) The Cartesian product Place x ProjectTeams
(i) The number of elements in the power set P(Department)
(j) P(A) ∪ A