Question 452225
Without writing them all out, what is the number of subsets of set A ={king, queen, knight, prince, princess, duke, earl}? 

-----
Each of the 7 elements in "A" is either in or not
in a particular subset.
----
So there are 2^7 = 128 subsets.
====================================
Cheers,
Stan H.
============