Question 976563: what is the subset of {2,3,a,b,c} ?
Answer by farohw(175) (Show Source):
You can put this solution on YOUR website!
{2,3,a,b,c} has 5 elements. To determine the number of subsets, calculate 2^5 = 32.
All 32 subsets are:
P(s) = {},{{2},{3},{a},{b},{c}},{{2,3},{{2,a},{{2,b},{{2,c}},{3,a},{3,b},{3,c}},{a,b},{a,c}},{b,c}},{{2,3,a},{{2,3,b},{{2,3,c}},{{2,a,b},{{2,a,c}},{{2,b,c}},{3,a,b},{3,a,c}},{3,b,c}},{a,b,c}},{{2,3,a,b},{{2,3,a,c}},{{2,3,b,c}},{{2,a,b,c}},{3,a,b,c}},{{2,3,a,b,c}}
|
|
|