olympiads / HarvardMIT /md /en-102-2007-feb-gen1-solutions.md
LxYxvv's picture
add segmented data for HarvardMIT
602f506
|
Raw
History Blame
4.97 kB
# $10^{\text {th }}$ Annual Harvard-MIT Mathematics Tournament Saturday 24 February 2007
Individual Round: General Test, Part 1
1. [2] Michael has 16 white socks, 3 blue socks, and 6 red socks in a drawer. Ever the lazy college student, he has overslept and is late for his favorite team's season-opener. Because he is now in such a rush to get from Harvard to Foxborough, he randomly takes socks from the drawer (one at a time) until he has a pair of the same color. What is the largest number of socks he could possibly withdraw in this fashion?
Answer: 4. It is possible for him to begin with three socks of different colors, but an instance of the Pigeon Hole Principle is that among any four objects of three types some two are the same type.
2. [2] Rectangle $A B C D$ has side lengths $A B=12$ and $B C=5$. Let $P$ and $Q$ denote the midpoints of segments $A B$ and $D P$, respectively. Determine the area of triangle $C D Q$.
Answer: 15. Note that $[C D P]=\frac{1}{2} \cdot 5 \cdot 12=30$, while the area of triangle $C D Q$ is half of the area of triangle $C D P$.
3. $[3] A, B, C$, and $D$ are points on a circle, and segments $\overline{A C}$ and $\overline{B D}$ intersect at $P$, such that $A P=8$, $P C=1$, and $B D=6$. Find $B P$, given that $B P<D P$.
Answer: 2. Same as Geometry \#2.
4. [3] Let $a$ and $b$ be integer solutions to $17 a+6 b=13$. What is the smallest possible positive value for $a-b$ ?
Answer: 17. First group as $17(a-b)+23 b=13$. Taking this equation modulo 23, we get $-6(a-b) \equiv$ $-10(\bmod 23)$. Since -4 is an inverse of -6 modulo 23 , then we multiply to get $(a-b) \equiv 17(\bmod 23)$. Therefore, the smallest possible positive value for $(a-b)$ is 17 . This can be satisfied by $a=5, b=-12$.
5. [4] Find the smallest positive integer that is twice a perfect square and three times a perfect cube.
Answer: 648. Let $n$ be such a number. If $n$ is divisible by 2 and 3 exactly $e_{2}$ and $e_{3}$ times, then $e_{2}$ is odd and a multiple of three, and $e_{3}$ is even and one more than a multiple of three. The smallest possible exponents are $n_{2}=3$ and $n_{3}=4$. The answer is then $2^{3} \cdot 3^{4}=648$.
6. [4] The positive integer $n$ is such that the numbers $2^{n}$ and $5^{n}$ start with the same digit when written in decimal notation; determine this common leading digit.
Answer: 3. Note $1=1^{2}<2^{2}<3^{2}<10<4^{2}<\cdots<9^{2}<10^{2}=100$. Divide $2^{n}$ and $5^{n}$ by 10 repeatedly until each is reduced to a decimal number less than 10 but at least 1 ; call the resulting numbers $x$ and $y$. Since $\left(5^{n}\right)\left(2^{n}\right)=10^{n}$, either $x y=1$ or $x y=10$. Because $2^{n}$ and $5^{n}$ begin with the same digit, $x$ and $y$ are bounded by the same pair of adjacent integers. It follows that either $x=y=1$ or $3 \leq x, y<4$. Because $n$ is positive, neither $2^{n}$ nor $5^{n}$ is a perfect power of 10 , so the former is impossible.
7. [4] Jack, Jill, and John play a game in which each randomly picks and then replaces a card from a standard 52 card deck, until a spades card is drawn. What is the probability that Jill draws the spade? (Jack, Jill, and John draw in that order, and the game repeats if no spade is drawn.)
Answer: $\frac{\mathbf{1 2}}{\mathbf{3 7}}$. Same as Combo \#3.
8. [5] Determine the largest positive integer $n$ such that there exist positive integers $x, y, z$ so that
$$
n^{2}=x^{2}+y^{2}+z^{2}+2 x y+2 y z+2 z x+3 x+3 y+3 z-6
$$
Answer: 8. The given equation rewrites as $n^{2}=(x+y+z+1)^{2}+(x+y+z+1)-8$. Writing $r=x+y+z+1$, we have $n^{2}=r^{2}+r-8$. Clearly, one possibility is $n=r=8$, which is realized by $x=y=1, z=6$. On the other hand, for $r>8$, we have $r^{2}<r^{2}+r-8<(r+1)^{2}$.
9. [6] I have four distinct rings that I want to wear on my right hand hand (five distinct fingers.) One of these rings is a Canadian ring that must be worn on a finger by itself, the rest I can arrange however I want. If I have two or more rings on the same finger, then I consider different orders of rings along the same finger to be different arrangements. How many different ways can I wear the rings on my fingers?
Answer: 600. First we pick the finger for the Canadian ring. This gives a multiplicative factor of 5 . For distributing the remaining 3 rings among 4 fingers, they can either be all on the same finger ( $4 \cdot 3$ ! ways), all on different fingers $\left(\binom{4}{3} \cdot 3\right.$ ! ways), or two on one finger and one on another $\left(4 \cdot\binom{3}{2} \cdot 2!\cdot 3\right.$ ways.) Therefore, I have $5 \cdot(24+24+72)=600$ choices.
10. [7] $\alpha_{1}, \alpha_{2}, \alpha_{3}$, and $\alpha_{4}$ are the complex roots of the equation $x^{4}+2 x^{3}+2=0$. Determine the unordered set
$$
\left\{\alpha_{1} \alpha_{2}+\alpha_{3} \alpha_{4}, \alpha_{1} \alpha_{3}+\alpha_{2} \alpha_{4}, \alpha_{1} \alpha_{4}+\alpha_{2} \alpha_{3}\right\}
$$
Answer: $\{\mathbf{1} \pm \sqrt{\mathbf{5}}, \mathbf{- 2}\}$. Same as Algebra $\# 9$.