How many subsets does the set

L = {5, 6, 7, 8}
have?

2 answers

there are 4 elements, so there are 2^4 or 16 subsets
This would include the null set
2^4 = 16