Question 977863: Please help me solve this :
List Down all the possible subsets of the following :
1. A= {love,care,respect}
2. B= {do,re,mi,fa,so}
3. C= {USA,RP,USSR,HK}
Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! List Down all the possible subsets of the following :
1. A= {love,care,respect}
3 elements --> 2^3 = 8 subsets
{}
{L}, {C}, {R}
{LC}, {LR}, {CR}
{LCR}
=================
Do the others the same way.
2. B= {do,re,mi,fa,so}
3. C= {USA,RP,USSR,HK}
|
|
|