Question 438729
For each element, we can either choose that element to be included in the subset, or we can exclude it. There are 2 choices for each element, and n elements (in this case n = 7), so 2^7 = 128 ways.


You can also try small cases (e.g. n = 1, n = 2), and notice and prove that the pattern holds.