11 C
11 C
1. [3] Consider the sum ab + cde, where each of the letters is a distinct digit between 1 and 5.
How many values are possible for this sum?
2. [3] A set of n dominoes, each colored with one white square and one black square, is used to
cover a 2 × n board of squares. For n = 6, how many different patterns of colors can the board
have? (For n = 2, this number is 6.)
3. [4] Two points are chosen uniformly at random on the sides of a square with side length 1. If
p is the probability that the distance between them is greater than 1, what is b100pc? (Note:
bxc denotes the greatest integer less than or equal to x.)
4. [4] Let N be the number of ways to place 4 bishops on a 5 × 5 chessboard such that no 3 are
on the same diagonal. Find the remainder when N is divided by 100. (Note: the length of a
diagonal on a 5 × 5 chessboard can be 2, 3, 4, or 5.)
5. [5] Let σ be a random permutation of {0, 1, . . . , 6}. Let L(σ) be the length of the longest
initial monotonic consecutive subsequence of σ not containing 0; for example,
7. [7] At the start of the PUMaC opening ceremony in McCosh auditorium, the speaker counts
90 people in the audience. Every minute afterwards, either one person enters the auditorium
(due to waking up late) or leaves (in order to take a dreadful math contest). The speaker
observes that in this time, exactly 100 people enter the auditorium, 100 leave, and 100 was
the largest audience size he saw. Find the largest integer m such that 2m divides the number
of different possible sequences of entries and exits given the above information.
8. [8] A road company is trying to build a system of highways in a country with 21 cities. Each
highway runs between two cities. A trip is a sequence of distinct cities C1 , . . . , Cn , for which
there is a highway between Ci and Ci+1 . The company wants to fulfill the following two
constraints:
(1) for any ordered pair of distinct cities (Ci , Cj ), there is exactly one trip starting at Ci and
ending at Cj .
(2) if N is the number of trips including exactly 5 cities, then N is maximized.
What is this maximum value of N ?