Taken from my book:
How many events are there associated with the roll of one die? Solution: Each event corresponds to a subset of {1,2,3,4,5,6}. there are $2^6$ subsets, so there are $2^6$ possible events.
Now my question is: why $2^6$ events? If you roll only one dice shouldn't the possible events be only 6? {1}, {2}, {3}, {4}, {5} and {6}?