Skip to main content
\(\newcommand{\cycle}[1]{\arraycolsep 5 pt \left(\begin{array}#1\end{array}\right)} \newcommand{\importantarrow}{\Rightarrow} \newcommand{\qchoose}[2]{\genfrac{[}{]}{0pt}{}{#1}{#2}_q} \def\neg1choose#1#2{\genfrac{[}{]}{0pt}{}{#1}{#2}_{-1}} \newcommand{\bp}{ \begin{enumerate}{\setcounter{enumi}{\value{problemnumber}}}} \newcommand{\ep}{\setcounter{problemnumber}{\value{enumi}} \end{enumerate}} \newcommand{\ignore}[1]{} \renewcommand{\bottomfraction}{.8} \renewcommand{\topfraction}{.8} \newcommand{\apple}{\text{🍎}} \newcommand{\ap}{\apple} \newcommand{\banana}{\text{🍌}} \newcommand{\ba}{\banana} \newcommand{\pear}{\text{🍐}} \newcommand{\pe}{\pear} \DeclareMathOperator{\Fix}{Fix} \DeclareMathOperator{\Orb}{Orb} \newcommand{\F}{\mathcal{F}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section Supplementary Problems

1

Answer each of the following questions with \(n^k\text{,}\) \(k^n\text{,}\) \(n!\text{,}\) \(k!\text{,}\) \(\binom{n}{k}\text{,}\) \(\binom{k}{n}\text{,}\) \(n^{\underline{k}}\text{,}\) \(k^{\underline{n}}\text{,}\) \(n^{\overline{k}}\text{,}\) \(k^{\overline{n}}\text{,}\) \(\binom{n+k-1}{k}\text{,}\) \(\binom{n+k-1}{n}\text{,}\) \(\binom{n-1}{k-1}\text{,}\) \(\binom{k-1}{n-1}\text{,}\) or ``none of the above".

  1. In how many ways may we pass out \(k\) identical pieces of candy to \(n\) children?

  2. In how many ways may we pass out \(k\) distinct pieces of candy to \(n\) children?

  3. In how many ways may we pass out \(k\) identical pieces of candy to \(n\) children so that each gets at most one? (Assume \(k\le n\text{.}\))

  4. In how many ways may we pass out \(k\) distinct pieces of candy to \(n\) children so that each gets at most one? (Assume \(k\le n\text{.}\))

  5. In how many ways may we pass out \(k\) distinct pieces of candy to \(n\) children so that each gets at least one? (Assume \(k\ge n\text{.}\))

  6. In how many ways may we pass out \(k\) identical pieces of candy to \(n\) children so that each gets at least one? (Assume \(k\ge n\text{.}\))

2

The neighborhood betterment committee has been given \(r\) trees to distribute to \(s\) families living along one side of a street.

  1. In how many ways can they distribute all of them if the trees are distinct, there are more families than trees, and each family can get at most one?

  2. In how many ways can they distribute all of them if the trees are distinct, any family can get any number, and a family may plant its trees where it chooses?

  3. In how many ways can they distribute all the trees if the trees are identical, there are no more trees than families, and any family receives at most one?

  4. In how many ways can they distribute them if the trees are distinct, there are more trees than families, and each family receives at most one (so there could be some leftover trees)?

  5. In how many ways can they distribute all the trees if they are identical and anyone may receive any number of trees?

  6. In how many ways can all the trees be distributed and planted if the trees are distinct, any family can get any number, and a family must plant its trees in an evenly spaced row along the road?

  7. Answer the question in Part 3.2.f assuming that every family must get a tree.

  8. Answer the question in Part 3.2.e assuming that each family must get at least one tree.

3

In how many ways can \(n\) identical chemistry books, \(r\) identical mathematics books, \(s\) identical physics books, and \(t\) identical astronomy books be arranged on three bookshelves? (Assume there is no limit on the number of books per shelf.)

4

One formula for the Lah numbers is

\begin{equation*} L(k,n) = \binom{k}{n}(k-1)^{\underline{k-n}} \end{equation*}

Find a proof that explains this product.

5

What is the number of partitions of \(n\) into two parts?

6

What is the number of partitions of \(k\) into \(k - 2\) parts?

7

Show that the number of partitions of \(k\) into \(n\) parts of size at most \(m\) equals the number of partitions of \(mn-k\) into no more than \(n\) parts of size at most \(m-1\text{.}\)

8

Show that the number of partitions of \(k\) into parts of size at most \(m\) is equal to the number of partitions of of \(k+m\) into \(m\) parts.

9

You can say something pretty specific about self-conjugate partitions of \(k\) into distinct parts. Figure out what it is and prove it. With that, you should be able to find a relationship between these partitions and partitions whose parts are consecutive integers, starting with 1. What is that relationship?

10

What is \(s(k,1)\text{?}\)

11

Show that the Stirling numbers of the second kind satisfy the recurrence

\begin{equation*} S(k,n) = \sum_{i=1}^kS(k-i,n-1)\binom{n-1}{i-1}\text{.} \end{equation*}
12

Let \(c(k,n)\) be the number of ways for \(k\) children to hold hands to form \(n\) circles, where one child clasping his or her hands together and holding them out to form a circle is considered a circle. Find a recurrence for \(c(k,n)\text{.}\) Is the family of numbers \(c(k,n)\) related to any of the other families of numbers we have studied? If so, how?

13

How many labeled trees on \(n\) vertices have exactly four vertices of degree 1?

14

The degree sequence of a graph is a list of the degrees of the vertices in non-increasing order. For example the degree sequence of the first graph in Figure 2.3.3 is \((4, 3, 2, 2, 1)\text{.}\) For a graph with vertices labeled 1 through \(n\text{,}\) the ordered degree sequence of the graph is the sequence \(d_1, d_2,\dots, d_n\) in which \(d_i\) is the degree of vertex \(i\text{.}\) For example the ordered degree sequence of the first graph in Figure 2.3.1 is \((1,2,3,3,1,1,2,1)\text{.}\)

  1. How many labeled trees are there on \(n\) vertices with ordered degree sequence \(d_1, d_2, \dots, d_n\text{?}\)

  2. How many labeled trees are there on \(n\) vertices with with the degree sequence in which the degree \(d\) appears \(i_d\) times?