document.write( "Question 756454: Suppose you are going to list all the subsets,how many subsets are in {3,6,9,12,15,18 ]?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #460208 by KMST(5328)![]() ![]() You can put this solution on YOUR website! The set {3,6,9,12,15,18} has 6 elements. \n" ); document.write( " \n" ); document.write( "NOTE: \n" ); document.write( "There is an issue with the interpretation of what constitutes a subset. \n" ); document.write( "I consider the set {3,6,9,12,15,18} to be a sunset of itself, and I consider the empty set to be a subset too. \n" ); document.write( "So I would have to count all the sets containing 0, 1, 2, 3, 4, 5, and 6 elements from that set. With a different interpretation, the total number of subsets would be less. \n" ); document.write( " \n" ); document.write( "There is 1 set with 6 elements, and 1 set with 0 elements. \n" ); document.write( "There are 6 sets with 1 element and 6 sets with 5 elements. \n" ); document.write( " \n" ); document.write( "IF YOU KNOW AND UNDERSTAND COMBINATION FORMULAS: \n" ); document.write( "The number of sets of 2, 3, and 4 elements can be calculated as combinations. \n" ); document.write( "There are \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(The same combinatorial formulas could have been used to calculate the number of sets of 0, 1, 5, and 6 elements too). \n" ); document.write( " \n" ); document.write( "WITHOUT USING COMBINATION FORMULAS: \n" ); document.write( "When assembling sets of 2 elements, you have 6 choices for the first element, and then 5 elements to chose for the second element, for a total of \n" ); document.write( "The number of sets of 4 elements is also 15, because each set of 2 elements leaves behind a set of 4 elements. \n" ); document.write( "The number of sets of 3 elements is \n" ); document.write( " \n" ); document.write( "ADDING UP: \n" ); document.write( "You can add up the numbers of sets with 0, 1, 2, 3, 4, 5, and 6 elements the simple way: \n" ); document.write( " \n" ); document.write( "The fancy way to add would be to add the combinations as a power of a binomial \n" ); document.write( " |