There are seven consecutive numbers, and you want to divide then into subsets. Each set needs to have at least one number. How possible subsets are there?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
Help please
OpenStudy (anonymous):
off the top of my head, if there are \(n\) elements there are \(2^n\) subsets
but that includes the null set, which has no elements
OpenStudy (anonymous):
so 2^n-1?
OpenStudy (anonymous):
so i would guess at \(2^n-1\)
OpenStudy (anonymous):
ok so 128-1=127
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
that is what i get
the question is posed a little funny, but yes
OpenStudy (anonymous):
ok then thanks
OpenStudy (anonymous):
that doesn't assume you use them all however
OpenStudy (anonymous):
so perhaps that answer is not correct
OpenStudy (anonymous):
now that i think about it, if you are looking for all the possible subsets of \(7\) elements, you need "bells number"
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
it is not really clear what "divide them in to subsets" means
but the number of ways you can partition \(n\) elements is called "bell's number"
your best bet is to google it