SOLUTION: determine the number of subsets {2, 4, 6, 8}

Algebra ->  Subset -> SOLUTION: determine the number of subsets {2, 4, 6, 8}      Log On


   



Question 977942: determine the number of subsets {2, 4, 6, 8}
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Do it like this one:
=========================================
List Down all the possible subsets of the following :
A= {love,care,respect}
3 elements --> 2^3 = 8 subsets
{}
{L}, {C}, {R}
{LC}, {LR}, {CR}
{LCR}