| 
 
 
| Question 845751:  list all the subsets of 10,11,12
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! list all the subsets of 10,11,12 -------
 3 elts: 10,11,12
 2 elts; (10,11)(10,12)(11,12)
 1 elt: 10, 11; 12
 0 elt: null
 =====================
 Cheers,
 Stan H.
 ---------------------
 | 
  
 | 
 |