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