- Information
- AI Chat
Was this document helpful?
Math127121 assignment 7solutions
Course: Discrete Mathematics (Mathematics 1271)
23 Documents
Students shared 23 documents in this course
University: Lakehead University
Was this document helpful?
Math 1271 Assignment 7
Solutions
1. Compute 8
5and 7
4.
Solution: We have 8
5=8!
5!3! = 56 and 7
4=7!
4!3! = 35.
2. How many ways are there for seven men and three women to stand in a line so
that no two women stand next to each other?
Solution: First we stand the seven men in a row. There are 7! ways to do this.
Now we treat the men as dividers, creating eight places for women to stand between
them. Next we select three of these places to be occupied by one woman. There
are 8
3ways to select these places. Finally, we assign the three women to the three
places chosen, and there are 3! ways to do this. We have 7!8
33! ways to arrange
the men and women as required. Alternatively, we could view the choosing places
for the women to be an ordered selection, so we would get 7!P(8,3) ways.
3. A club with 30 members wants to elect a committee consisting of a president, a
secretary, and three ordinary members. In how many ways can this be done?
Solution: First we choose the five members of the committee. There are 30
5ways
to do this. Then having chosen the five committee members, we choose an ordered
pair to call president and secretary, so there are P(5,2) ways to do this. We get
30
5P(5,2) ways to choose such a committee. Alternatively, we could choose the
president and secretary first, in P(30,2) ways, and then choose the three ordinary
members, in 28
3ways, for a total of P(30,2)28
3ways to choose the committee.
(You can quickly check these both give the same answer.)
4. Find the coefficient of a10b6in the expansion of (a+ 2b)16.
Solution:We have from the binomial theorem (a+ 2b)16 =P16
r=0 16
r(a)r(2b)16−r.
The term with the powers of aand bwe want is the one with r= 10.This term is
16
10(a)10(2b)6,so the coefficient of a10b6is 16
1026.
5. Prove the hexagon identity:
n−1
k−1 n
k+ 1n+ 1
k=n−1
k n
k−1n+ 1
k+ 1
for integers kand nwith 1 ≤k≤n−1.
Solution: We have
L.H.S. =(n−1)!
(k−1)!((n−1)−(k−1))! n!
(k+1)!(n−k−1)! (n+1)!
k!(n−k+1)!
=(n−1)!n!(n+1)!
(k−1)!k!(k+1)!(n−k−1)!(n−k)!(n−k+1)!
and R.H.S. =(n−1)!
k!(n−k−1)! n!
(k−1)!(n−k+1)! (n+1)!
(k+1)!((n+1)−(k+1))!
=(n−1)!n!(n+1)!
(k−1)!k!(k+1)!(n−k−1)!(n−k)!(n−k+1)! =L.H.S. as required.
6. Show that if mand nare positive integers with 1 ≤m≤n, then
mn
m=nn−1
m−11