In: Computer Science
Fill in Multiple Blanks
Use the set definitions A = {a, b} and B = {b, c} to express the elements in the power set P(A ∪ B).
Use {} for the empty set
Do not add any spaces in your answer. Example {f} not { f }
{e,f,g} not {e, f, g}
{[1],[2], [3], [4], {a,b}, {b,c}, [5], [6]}
AUB={a,b,c}
size is 3.so we get total 23=8 elements in power set
power set for P(A U B) = {{},{a},{b},{c},{a,b},{b,c},{a,c} {a,b,c}}
[1]={}
[2]={a}
[3]={b}
[4]={c}
[5]={a,c}
[6]={a,b,c}