Saved Bookmarks
| 1. |
Write all subsets of c={x,y,z} |
|
Answer» wer: TOTAL number of subsets of C={x,y,z} is 8Step-by-step explanation:C1={x}C2={y}C3={z}C4={x,y}C5={y,z}C6={x,z}C7={x,y,z}C8={ } |
|