216k views
4 votes
List all subset of{5,6}

1 Answer

1 vote

The subsets of {5, 6} are

• { } (empty set)

• {5}

• {6}

• {5, 6}

User Shapecatcher
by
3.0k points