| 
 
 
| Question 480923:  Without writing them all out, what is the number of subsets of set B = {3, 6, 9, 12, 15, 18}?
 
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! Without writing them all out, what is the number of subsets of set B = {3, 6, 9, 12, 15, 18}? ----------------
 Each element is either in or not in a subset.
 ---
 # of subsets = 2^6 = 64
 =================
 Cheers,
 Stan H.
 | 
  
 | 
 |