How many elements does each of these sets have where a and b are distinct elements?
a.p({a, b,{a, b}})
b.p({∅, a,{a},{{a}}})
c.p(p(∅))?