Question 1050803
write 512 subsets of nine element of a set
----------
Here's 8 of a 3 element set {a,b,c}
{}
{a}
{b}
{c}
{a,b}
{a,c}
{b,c}
{a,b,c}
---------
Do it like that.