Question 625590
list all possible subsets of {3,6,9}
------------
{}
{3}
{6}
{9}
{3,6}
{3,9}
{6,9}}
{3,6,9}