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?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
English is forced, so choose 3 of the other 5 courses and throw away the single choice with no math course.
Solution
English is required, so the student really chooses more courses from the other : Algebra, Geometry, History, Art, Latin. That can be done in ways.
The only forbidden selections are those with no mathematics course, i.e. all three courses from History, Art, Latin. There is exactly such selection.
Valid programs: . The answer is .
Why this works
"At least one" conditions are usually easiest through the complement: count everything, subtract the selections with none. Fixing the mandatory item first shrinks the problem to a plain combination count. The direct route also works here (one math course: ; both math courses: ; total ), but the complement is faster and less error-prone.
The trap
Counting 'at least one math course' by picking a math course first and then any two others, which double-counts programs with both math courses.
Common mistakes
- Counting 'at least one math course' by picking a math course first and then any two others, which double-counts programs with both math courses.
- Forgetting that English is already one of the four courses and choosing from the remaining .
Techniques
Count the complement and subtract from the total