| 
 
 
| Question 758667:  list down all the subset of u={a,b,c,d,e}
 1.with one elements each
 2.with two elements each
 3.with three elements each
 4.with four elements each
 5.with five elements each
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! list down all the subset of u={a,b,c,d,e} 1.with one elements each:: a,b,c,d,e
 2.with two elements each:: ab,ac,ad,ae,bc,bd,be,cd,ce,de
 3.with three elements each: cde,bde,bce,bcd,acd,ace,acd,abe,abd,abc
 I'll leave the reast to you.
 Cheers,
 Stan H.
 =======================
 4.with four elements each
 5.with five elements each
 
 | 
  
 | 
 |