| 
 
 
| Question 293031:  what is the number of subsets of set B = {12, 14, 16, 18, 20, 22, 24, 26, 28}?
 
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! what is the number of subsets of set B = {12, 14, 16, 18, 20, 22, 24, 26, 28}?
 ------------------------------------------------
 There are 9 elements.
 -----
 Each element either "in" or "not in" a subset.
 -----
 So there are 2^9 = 512 subsets
 =================================
 Cheers,
 Stan H.
 =================================
 
 | 
  
 | 
 |