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)\"\" \"About 
You can put this solution on YOUR website!
The number of subsets with \"1\" to \"n-1\" elements from a set with \"n\" elements is elements, there are \"2%5En\" subsets.
\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 \"2%5E10-2\" or \"2%5E10\" of those (counting the empty set and the whole 10-element {1,2,3,4,6,7,8,9,10,11} set
\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 \"10%2A9%2F2=5%2A9=45\" subsets. There are several different combination symbols for that and you know which one you are expected to use.
\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( "\"9%2A8%2A7%2A6%2A5%2F2%2F3%2F4%2F5=126\" of them.
\n" ); document.write( "
\n" );