You can
put this solution on YOUR website!List of all subsets of set {1,3,6,9,7}
{1,3,6,9,7}
{1,3,6,9}, {1,3,6,7}, {1,3,9,7}, {1,6,9,7}, {3,6,9,7}
{1,3,6}, {1,3,9}, {1,3,7}, {1,6,9}, {1,6,7}, {1,9,7}, {3,6,9}, {3,6,7}, {3,9,7}, {6,9,7}
{1,3}, {1,6}, {1,9}, {1,7}, {3,6}, {3,9}, {3,7}, {6,9}, {6,7}, {9,7}
{1}, {3}, {6}, {9}, {7}
{}
Note: {} is the empty set.