If π = {1,2,3,4,5,6,7,8,9,10,11,12}, π΄ = {2,3,5,6},
π΅ = { 1,5,7,8,10,12}, πΆ = {8,10,11,12}. πΉπππ π΄ βͺ π΅,
π΄ β π΅, π΅ β πΆ, |π(π΄)|
a.
The union of the sets A and B, denoted by "A\\cup B," is the set that contains those elements that are either in A or in B, or in both.
b.
The symmetric difference of A and B, denoted by A β B, is the set containing those elements in either A or B, but not in both A and B.
"\ud835\udc34 \u2295 \ud835\udc35=\\{1,2,3,6,7,8,10,12\\}"
c.
The difference of B and C, denoted by "\ud835\udc35 \u2216 \ud835\udc36" , is the set containing those elements that are in B but not in C.Β
d.
Cardinality denotesΒ the total number of elements in the power set. It is denoted by |P(A)|. The cardinality of a power set for a set of "n" elements is given by "2^n"
Comments
Leave a comment