Question 889038: Please help me solve this; list all subsets of {0,5} and {x/x is a prime number less than or equal to 10} and write down the number of subsets for each problem.
Answer by Fombitz(32388) (Show Source):
You can put this solution on YOUR website! {0,5} 2 elements - or subsets
Empty Set, {0}, {5}, {0,5}
.
.
.
Primes ={1,3,5,7} 4 elements - or subsets
Empty Set
{1},{3},{5},{7}
{1,3},{1,5},{1,7},{3,5},{3,7},{5,7}
{1,3,5},{1,3,7},{1,5,7},{3,5,7}
{1,3,5,7}
|
|
|