SOLUTION: 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.

Algebra ->  Subset -> SOLUTION: 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.       Log On


   



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) About Me  (Show Source):
You can put this solution on YOUR website!
{0,5} 2 elements - 2%5E2 or 4 subsets
Empty Set, {0}, {5}, {0,5}
.
.
.
Primes P%3C=10 ={1,3,5,7} 4 elements - 2%5E4 or 16 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}