I'm new to this but.. how many subsets does a five element have. How many subsets does a set of six elements have?

1 answer

if you include the empty set and the entire set itself in the list of subsets there will be 2^5 or 32 subsets for 5 elements.
In general, if you have n elements in a set, there will be 2^n number of subsets including the null set and the entire set itself.
e.g. {A,B,C)
subsets : {},{A},{B},{C}, {A,B}, {A,C}, {B,C}, {A,B,C}
there would be 2^3 or 8 of them
Similar Questions
  1. How many subsets of a set with 100 elements have more than one element?The answer to your question is the number of all of the
    1. answers icon 0 answers
  2. How many sets are subsets of set B?List the subsets of set B. Which are proper subsets? B= {1,2,3,4,5} would it be 5 subsets (1
    1. answers icon 1 answer
  3. prove that (n choose k) = (n-1 choose k-1) (n-1 choose k)a) By using formula of (n choose k) b) by breaking subsets of size k
    1. answers icon 0 answers
    1. answers icon 1 answer
more similar questions