SOLUTION: 37. In this exercise we study the connection between sets (from Chapter 7) and combinations
(from Chapter 8).
a. Given a set with n elements, what is the number of subsets of siz
Algebra.Com
Question 250032: 37. In this exercise we study the connection between sets (from Chapter 7) and combinations
(from Chapter 8).
a. Given a set with n elements, what is the number of subsets of size 0? of size 1? of
size 2? of size n?
b. Using your answer from part a, give an expression for the total number of subsets of
a set with n elements.
c. Using your answer from part b and a result from Chapter 7, explain why the following
equation must be true: (n) + (n) + (n) + ... + (n) =2n
(0) (1) (2) (n)
d. Verify the equation in part c for n=4 and n=5
e. Explain what the equation in part c tells you about Pascal’s triangle
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
a. Given a set with n elements, what is the number of subsets
of size 0?---------nC0 = 1
of size 1? of------nC1 = n
size 2?------------nC2= (n(n-1))/2
of size n?---------nCn = 1
----------------------------------------------
b. Using your answer from part a, give an expression for the total number of subsets of a set with n elements.--------------
Total number of subsets = nC0 + nC1 + nC2 + ... + nCn = 2^n
----------------------------------------
c. Using your answer from part b and a result from Chapter 7, explain why the following
equation must be true: nC0 + nC1 + nC2 + ... + nCn = 2^n
Ans: Every element in the set of "n" is either chosen or not
chosen in each subset. So the number of possible subsets
is 2^n (a choice with 2 possible outcomes made n times)
------------------------------------------------------------------
d. Verify the equation in part c for n=4 and n=5
4C0 + 4C1 + 4C2 + 4C3 + 4C4
= 1 + 4 + 6 + 4 + 1
= 16
= 2^4
---------------------------------
Note: I'll leave n = 5 to you
---------------------------------
e. Explain what the equation in part c tells you about Pascal’s triangle
The sum of the elements in the kth row is 2^(k-1)
====================================================
Cheers,
Stan H.
---------------------------------
RELATED QUESTIONS
THIS PROBLEM IS FROM CHAPTER 6 CHAPTER TEST PROBLEM 20
7/Y-1/3=1/4
MY TEACHER DID NOT... (answered by ankor@dixie-net.com)
find the polynomial for the surface area of the right rectangular solid 4 a 7 problem... (answered by solver91311)
This is a question from the chapter 'Sets' which is related to Geometry: Triangles.... (answered by rfer)
Will someone solve and explain this question please:
Chapter: Sets
Q: Represent the... (answered by richard1234)
Could you please help me with this question. It came from a study guide given in class.... (answered by stanbon)
Hello, I found this question in the permutations and combinations chapter of my math's... (answered by math_tutor2020,greenestamps)
Rework problem 37 from the Chapter 2 review exercises in your text, involving the number... (answered by stanbon)
Hey! Thanks for any and all help you can provide. The following problem is one that was (answered by Earlsdon)
This is at the end of our chapter where we learned about arithmetic and geometric... (answered by josgarithmetic,KMST)