SOLUTION: how many possible subsets are there in set b {1,3,5,7,9}

Algebra.Com
Question 618970: how many possible subsets are there in set b {1,3,5,7,9}
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
how many possible subsets are there in set b {1,3,5,7,9}
-----
Answer: # of subsets = 2^5 = 32
----------------------------------
Pattern: {_,_,_,_,_}
Each position either does or does not have the corresponding number.
Example: {_,_,5,_,9} is one of the subsets.
So there are 2^5 = 32 different patterns, or subsets.
===============
Cheers,
Stan H.
===============

RELATED QUESTIONS

Let A= {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}. How many subsets does set A... (answered by jim_thompson5910)
Enumerate all the subsets of the set 5={1,3,5,7}.How many subsets are there altogether? (answered by Fombitz,ikleyn)
How many 3-element subsets does the set {1, 2, 3, 4, 5, 6, 7}... (answered by ikleyn)
How many distinct proper subsets are there of the set N = {7, 41, 62}? (answered by ikleyn)
list how many subsets are there in a set of 28 elements, that is from 1 to... (answered by Alan3354)
How many subsets are there for the set {1,3,5,7,9,11}? (answered by ikleyn)
How many improper subsets (including the set itself) are possible for the set... (answered by stanbon)
A computer is printing out subsets of a 5 element set (possibly including the empty set). (answered by sudhanshu_kmr)
How many subsets does the following set have { 1, 2, 5, 7,... (answered by jim_thompson5910)