Assignment 1
Assignment 1
Do all of these questions and write out the solutions neatly and succinctly as training. You do not have to hand
in your work. The quiz on Sep 13 will closely follow some of the questions on this assignment. Solutions will
be posted afterwards. Compare these with your own work to check if you did the questions correctly and use
them to improve your own exposition. Make use of the workshop to get clarification.
Textbook Reading
Exercises
A. Textbook Questions
Section 1.2 Exercises 5, 20.
Section 1.3 Exercises 6, 30.
B. Questions
1. We consider threads with Amber, Cyan, Green and Teal beads strung on them. We can designate
such threads with strings over an alphabet {A, C, G, T }.
How many distinct threads of length n are there? (Note that the threads have two ends but it
is not clear which is the start and which is the end, so two strings designate the same thread if
they match or if one is the reverse of the other)
2. List all binary strings of length 5 with three 1 bits.
You should get 53 of them.
1
C OPYRIGHT B RUIN
MACM 201 - D100 A SSIGNMENT #1
9. Six people are sitting at a circular table.
How many (circular) permutations of them are there? Note, the circular permutations 123456
and 234561 are considered the same.
10. Let n be a positive integer. A sequence of positive integers a0 , . . . , an is log-concave if a2k ≥
ak−1 ak+1 for all 1 ≤ k ≤ n − 1. Define ak = nk for 0 ≤ k ≤ n.
(a) Show for n = 6 that a0 , . . . , a6 is log-concave.
(b) Show for general n that a0 , . . . , an is log-concave.
(Note: log-concave sequences are a subject of modern research in combinatorics.)
11. We show that n2 n−2 = 6 n4 by counting the same thing in two different ways. Here is what
2
we are going to count. We have n distinguishable balls and two bags labelled 1 and 2. We want
to count the number of ways of selecting two balls and putting them in bag 1, and then selecting
two balls from the remaining balls and putting them in bag 2.
Explain how to do the count in two different ways to prove the formula.
12. A box has 10 red balls, 10 green balls, 10 blue balls and 10 yellow balls, and for each colour the
balls are labelled 1, 2, . . . , 10. Suppose five balls are chosen from the box.
(a) How many ways can you choose 5 balls (with no further constraints)?
(b) How many ways can you choose 5 balls so that exactly 4 of them are the same colour?
(c) How many ways can there be three of one colour and two of another colour.
2
C OPYRIGHT B RUIN