Note: This example is from Discrete Mathematics and Its Applications [7th ed, prob 2, pg 576], shout out to @crash.

I understand why $A \times A$ has $n^2$ elements(because every member of set $A$ can form a combination with itself and every other element of $A$. Can someone explain the mathematical intuition of how a set with $m$ elements has $2^m$ subsets?
A element in the set can be either included or not in the subset. So you have 2 possibilities for each element, which equals $2^m$ possibilities, or subsets