AMC Lecture 6
AMC Lecture 6
Knowing which counting method to use is a bit of an art form, and takes lots of practice. Often multiple methods will work, but
usually one method is substantially easier for a particular problem.
1. CASE WORK:
Solution:
Case 1: m =1
Case 2: m =2
Case 3: m=3
Case 4: m=4
Example: The inhabitants of the island of Mumble decided to expand their alphabet
to the standard Roman alphabet (26 letters, A through Z). But they still limit their
words to 3 letters or less, and for some reason. They insist that all words contain
the letter A at least once. How many 3-letter words are possible?
Subcase 1.2:
Subcase 1.3:
2. COMPLEMENTARY COUNTING
Let's go back to the previous problem, and see a simpler way to do it.
Solution : Let's count the number of 3-letter words which don't have an A, and
subtract this total from the number of all 3-letter words, to get the number of 3-
letter words with at least one A.
The number of 3-letter words with at least one A = (3-letter words) - (2-letters
words with no A's) = ……
Hint: There is only one way to assign genders to the seating so that no two boys
are next to each other, that is BGBGBGB.
Example: How many sequence x_1, x_2, x_3, …,x_7 can be formed in which all the
x_i are integers greater than 0 and less than 6, and no two adjacent x_i are equal.
Counting 7-number sequences in which there are adjacent x_i that are equal is not
easy task to tackle directly.
Regardless of what we have chosen, how many choices for the second number x_
2:
Similarly…….