document.write( "Question 731622: i have been doing combinations,and i have researched about subsets? and i found out that subsets are 2 to the power n but now i have a question ,given a subset ,how do you find the possible outcomes of choosing a specific number,ie (1,2,3,5,5,6,7,8,9,10,11) ,how many subsets contain the number 5 how many subsets contain exactly three elements, one of which is 3
\n" );
document.write( "d. contain exactly five elements, but neither 3 nor
\n" );
document.write( " and the question gets complex when it says such,please help \n" );
document.write( "
Algebra.Com's Answer #447816 by KMST(5328)![]() ![]() You can put this solution on YOUR website! The number of subsets with \n" ); document.write( " \n" ); document.write( "How many subsets of {1,2,3,4,5,6,7,8,9,10,11} contain the number 5? \n" ); document.write( "One of those subsets will be {5}, with just one element. \n" ); document.write( "If you remove the number 5 from each of the subsets containing 5, you would get all the subsets of {1,2,3,4,6,7,8,9,10,11} and there is \n" ); document.write( "That is the number of subsets containing 5, counting {5} and {1,2,3,4,5,6,7,8,9,10,11}. \n" ); document.write( " \n" ); document.write( "How many subsets of {1,2,3,4,5,6,7,8,9,10,11} contain exactly three elements, one of which is 3? \n" ); document.write( "Removing 3 from each of those subsets would give you all the subsets of {1,2,4,5,6,7,8,9,10,11} with exactly 2 elements and that is \n" ); document.write( " \n" ); document.write( "How many subsets of {1,2,3,4,5,6,7,8,9,10,11} have 5 elements but contain neither 3 not 5? \n" ); document.write( "All of those subsets can be made from {1,2,4,6,7,8,9,10,11} and there is \n" ); document.write( " |