2013 AMC 10A Problems/Problem 7

Revision as of 19:24, 7 February 2013 by Countingkg (talk | contribs)

Problem

A student must choose a program of four courses from a menu of courses consisting of English, Algebra, Geometry, History, Art, and Latin. This program must contain English and at least one mathematics course. In how many ways can this program be chosen?


$\textbf{(A)}\ 6\qquad\textbf{(B)}\ 8\qquad\textbf{(C)}\ 9\qquad\textbf{(D)}\ 12\qquad\textbf{(E)}\ 16$

Solution

Let us split this up into two cases.

Case $1$: The student chooses both algebra and geometry.

This means that $3$ courses have already been chosen. We have $3$ more options for the last course, so there are $3$ possibilities here.

Case $2$: The student chooses one or the other.

Here, we simply count how many ways we can do one, multiply by $2$, and then add to the previous.

WLOG assume the mathematics course is algebra. This means that we can choose $2$ of History, Art, and Latin, which is simply $\dbinom{3}{2} = 3$. If it is geometry, we have another $3$ options, so we have a total of $6$ options if only one mathematics course is chosen.

Thus, overall, we can choose a program in $6 + 3 = 9$ ways, $\textbf{(C)}$