Cleaned up combinatorics handout

This commit is contained in:
Mark 2023-07-09 21:35:00 -07:00
parent 6e2766ec02
commit 90bea68cb5
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

View File

@ -1,6 +1,8 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[solutions]{../../resources/ormc_handout}
\documentclass[
solutions
]{../../resources/ormc_handout}
\newcommand{\nck}[2] {
\ensuremath{
@ -174,14 +176,18 @@
\problem{}<manyballs>
Say we have a bag with the following contents:
Say you have a few coins on the table in font of you:
\begin{itemize}
\item 8 identical blue balls
\item 3 identical green balls
\item 6 identical red balls
\item 4 identical pink balls
\item 8 identical 1 kop\footnotemark{} coins
\item 3 identical 2 kop coins
\item 6 identical 5 kop coins
\item 4 identical 10 kop coins
\end{itemize}
How many different ways are there to select 5 balls from this bag?
How many distinct ways are there to arrange these coins in a row?
\footnotetext{Kopek, Russian currency. Comparable to a penny, since 100 kopeks make a ruble.}
\vfill
\problem{}