MITHFH Class Contest
MITHFH Class Contest
(6+3 3) = 84
2. Call a 7-digit phone number good if it contains exactly 4 distinct non-zero digits, does
not have a 1 in the first or second position, and both the first 3 digits and the last 4
digits are palindromes. 343-5995, and 929-3113 are examples of good phone
numbers. How many good phone numbers are there?
1 point
8*7*7*6 = 2,352
3. (AHSME 1994) A bag of popcorn contains 2/3 white kernels and 1/3 yellow kernels.
Only half the white kernels will pop, whereas 2/3 of the yellow ones will. A random
kernel is selected from the bag and it pops when placed in the popper. What is the
probability it is white?
1 point
P(W&P) = 1/3, P(P) = (2/3)*(1/2)+(1/3)*(2/3) = 5/9
P(W|P) = P(W&P) / P(P) = 3/5
4. (AIME 2005B) A game uses a deck of n different cards where n 6. The number of
possible sets of 6 cards that can be drawn from the deck is 6 times the number of
possible sets of 3 cards than can be drawn. Find n.
1 point
6. (AIME 1990) Let n be the smallest integer that is a multiple of 75 and has exactly 75
positive integral divisors including 1 and itself. Find n/75?
2 points
4
2 *3 *5 / 75 = 432
7. (AIME 1990) A fair coin is tossed 10 times. What is the probability that heads never
occurs on consecutive tosses?
2 points
10. (AIME 2004B) A jar has 10 red candies and 10 blue candies. Terry picks 2
candies at random, then Mary picks 2 candies at random. What is the probability
they get the same combination of colors, irrespective of order?
2 points
(2*10*9*8*7 + 4*10*10*9*9) / 20*19*18*17 = 118 / 323
11. Party favor bags for a party each contain either 3 lollipops which may be any of 5
flavors, or 6 gum-balls which may be any of 3 flavors (but not both). How many
different bags can be assembled?
1 point
(3+4 4) + (6+2 2) = 35 + 28 = 63
12. Consider the 3-dimensional space of points with integer coordinates (x,y,z). Any
point can be reached from the origin (0,0,0) by taking steps of 1 unit in the positive or
negative x, y, or z direction moving from point to point in the grid. A direct path
between two points is a path which uses as few steps as possible, e.g. a direct path
from the origin to (-3,2,-2) takes 7 steps. How many different direct paths are there
from the origin to the point (-3,2,-2)?
1 point
(6 4) / ((6 2) 4) = (6 4) / (15 4) = 1 / 91
15. (AIME 2000B) What is the smallest positive integer with six positive odd integer
divisors and twelve positive even integer divisors?
2 points
2
2 *3 *5 = 180
16. (AMC12 2005) Call a number prime-looking if it is composite but not divisible by 2,
3, or 5. The three smallest prime-looking numbers are 49, 77, and 91. There are
168 prime numbers less than 1000. How many prime-looking numbers are less than
1000?
2 points
D2 = 499, D3 = 333, D5 = 199, D6 = 166, D10 = 99, D15 = 66, D30 = 33
D2or3or5 = 499 + 333 + 199 166 99 66 + 33 = 733
999 - D2or3or5 #(Primes>5) #1 = 999 733 165 1 = 100
17. (AIME 2001) A fair die is rolled four times. What is the probability that each of the
final three rolls is at least as large as the roll preceding it?
2 points
Count non-decreasing sequences: (5+4 4) / 6 = 7 / 72
18. There is a 4x4 grid of intersections made up of the intersections of 1st through 4th
Street and 1st through 4th Avenue in the center of a city which has been blanketed by
snow. All the snow has been cleared by plows except the road sections between
each of the intersections in this grid. A single remaining plow has been sent to clear
this snow and can begin work at any intersection. How many different times must
the plow interrupt work to drive on roads that have already been cleared in order to
finish the job? (If the plow can clear all the snow in one continuous route, your
answer should be 0). Note that after finishing one pass of plowing the plow can
restart plowing at any intersection.
2 points
3
The 4x4 grid has 8 intersections with odd degree. Each plow route eliminates at
most 2 of these, so at least 4 routes are required => 3 interruptions.
19. (AIME 1989) When a certain biased coin is flipped 5 times the probability of getting
exactly one head is the same as that of getting two heads. What is the probability of
getting exactly three heads?
2 points
(5 1)*p*q = (5 2)*p *q => 5q = 10p => p = 1/3.
(5 3)* p3*q2 = 10*(1/3)3*(2/3)2 = 40 / 243
4
20. (AIME 1996) In a five-team tournament, each team plays one game with every
other team. Each team has a 50% chance of winning any game it plays (there are
no ties). What is the probability that the tournament produces neither an undefeated
team nor a winless team?
2 points
6
10
21. A grocery store display consists of a tetrahedral stack of cans of tomato soup.
There is one can on top and each layer below is an equilateral triangle of cans which
has one more can per side than the layer above it. If there are 17 cans per side in
the bottom layer, how many cans are in the stack in total?
1 point
(17+2 3) = 969
22. How many distinct ways can 4 women and 4 men be seated around a circular table
so that the genders alternate? (seating arrangements which are circular rotations of
each other should not be regarded as distinct).
1 point
3!*4! = 144
23. How many distinct ways can 4 men and 4 women who are married couples be
seated around a circular table so that genders alternate and no spouses are
adjacent? (seating arrangements which are circular rotations of each other should
not be regarded as distinct).
1 point
1 2
Seat a man, the women can be seated in 2*3*2 = 12 ways, at which point the
seating of the rest of the men is determined.
24. (AHSME 1997) Two fair six-sided dice are modified so that one has the 3 replaced
by a 4 (so it has two 3s) and one has the 4 replaced by a 3 (so it has two 4s).
When these two dice are rolled, what is the probability that the sum is an odd
number?
1 point
(2/3)*(2/3) + (1/3)*(1/3) = 5 / 9
25. (AIME 2005B) Find the number of positive integers that are divisors of at least one
of 1010, 157, and 1811.
2 points
4
22
2 *5 has 11*11=121, 3 *5 has 8*8=64, 2 *3 has 12*23=276
57 has 8, 210 has 11, 37 has 8, and they all have the divisor 1 in common
121 + 64 + 276 8 11 8 + 1 = 435
10
10
11
26. (AIME 2001B) Club Truncator is in a soccer league with six other teams, each of
which it plays once. In any of its 6 matches, the probabilities that Club Truncator will
win, lose, or tie are each 1/3. What is the probability that Club Truncator finishes the
season with more wins than losses?
3 points
3
P(Winning Season) = P(Losing Season) = (1 P(.500 Season)) / 2
P(.500 Season) = [(6 3) + (6 2,2,2) + (6 4,1,1) + (6 6)] / 36 = 47 / 243
P(Winning Season) = (1 47/243) / 2 = 98 / 243
Count sequences of +1s and -1s which sum to 0 mod 3 (i.e. 0, 3, 6, or 9).
[(10 5) + 0 + 2*(10 8) + 0] / 210 = (252 + 90) / 1024 = 171 / 512
29. A caterpillar graph is a connected graph with no cycles (i.e. a tree) in which the
internal vertices all lie on a path (called the spine). Call a caterpillar leggy if every
internal vertex has degree > 2. How many different (non-isomorphic) leggy
caterpillars are there with 10 vertices.
2 points
MIT OpenCourseWare
http://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.