SOLUTION: Without writing them down, what are the number of subsets of the set A = {a, b, c, d, e}? Of set B = {a, b, c, d, e, f, g, h, i}?
Algebra.Com
Question 202395: Without writing them down, what are the number of subsets of the set A = {a, b, c, d, e}? Of set B = {a, b, c, d, e, f, g, h, i}?
Answer by solver91311(24713) (Show Source): You can put this solution on YOUR website!
The answer is going to depend on whether you want to count all of the subsets or just the proper subsets.
For your first problem, the simplest and easiest way to do it is to look at the 5th row of Pascal's Triangle, namely 1 5 10 10 5 1, which tells us that:
There is 1 way to select 0 things from 5 things,
There are 5 ways to select 1 thing from 5 things,
There are 10 ways to select 2 things from 5 things,
There are 10 ways to select 3 things from 5 things,
There are 5 ways to select 4 things from 5 things, and
There is 1 way to select 5 things from 5 things -- all where order doesn't matter. Order doesn't matter because sets are really just a bag of things rather than an ordered list; that is to say that {1, 2, 3}, {3, 2, 1}, and {2, 3, 1} are all equal.
So there are 1 + 5 + 10 + 10 + 5 + 1 = 32 subsets. Now if you only want the proper subsets, you would eliminate one of these because the total includes the set itself as a subset. The set itself is a subset, just not a proper subset. So, the number of proper subsets is 31.
You would solve your problem for set B in the same manner, except that you would use the 9th row of Pascal's triangle, the coefficients of the binomial expansion of
, or calculate the combinations
for
through
.
John

RELATED QUESTIONS
Without writing them down what are the number of subsets of the set A = {a, b, c, d, e,... (answered by Mathtut)
Could you please help me with solving this?
Without writing them down what are the... (answered by Edwin McCravy)
Without writing them down, what are the number of subsets of the set A = {a, b, c, d, e}? (answered by stanbon)
Hi,
Can someone help me with this problem. Thank you.
1. Without writing them... (answered by Edwin McCravy)
Without writing them down, what are the number of subsets of the set A = {a, b, c, d, e}? (answered by jim_thompson5910)
Generate all the subsets of A={a, b, c, d, e, f, g, h,... (answered by ikleyn)
generate all the subsets of... (answered by Alan3354)
write down the subsets of a set containing five (5) elements {a, b, c, d ,... (answered by Alan3354)
Given the set B= {a, b, c, d, e, f, g, h}, how many subsets does B... (answered by ikleyn)