{"year": "2009", "tier": "T4", "problem_label": "1", "problem_type": null, "exam": "HMMT", "problem": "If $f(x)=x /(x+1)$, what is $f(f(f(f(2009))))$ ?", "solution": "$\\frac{2009}{8037} f(f(x))=\\frac{(x /(x+1))}{(x /(x+1))+1}=x / 2 x+1, f(f(f(f(x))))=x / 4 x+1=\\frac{2009}{8037}$", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n1. [5]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "2", "problem_type": null, "exam": "HMMT", "problem": "A knight begins on the lower-left square of a standard chessboard. How many squares could the knight end up at after exactly 2009 legal knight's moves? (A knight's move is 2 squares either horizontally or vertically, followed by 1 square in a direction perpendicular to the first.)", "solution": "32 The knight goes from a black square to a white square on every move, or vice versa, so after 2009 moves he must be on a square whose color is opposite of what he started on. So he can only land on half the squares after 2009 moves. Note that he can access any of the 32 squares (there are no other parity issues) because any single jump can also be accomplished in 3 jumps, so with 2009 jumps, he can land on any of the squares of the right color.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n2. [5]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "3", "problem_type": null, "exam": "HMMT", "problem": "Consider a square, inside which is inscribed a circle, inside which is inscribed a square, inside which is inscribed a circle, and so on, with the outermost square having side length 1. Find the difference between the sum of the areas of the squares and the sum of the areas of the circles.", "solution": "$2-\\frac{\\pi}{2}$\n![](https://cdn.mathpix.com/cropped/2025_01_24_c17963acb4d2f8a54a30g-1.jpg?height=500&width=505&top_left_y=1341&top_left_x=848)\n\nThe ratio of the area of each square and the circle immediately inside it is $\\frac{4}{\\pi}$. The total sum of the areas of the squares is $1+\\frac{1}{2}+\\frac{1}{4}+\\ldots=2$. Difference in area is then $2-2 \\cdot \\frac{4}{\\pi}$.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER $2009 —$ GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n3. [5]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "4", "problem_type": null, "exam": "HMMT", "problem": "A cube has side length 1. Find the product of the lengths of the diagonals of this cube (a diagonal is a line between two vertices that is not an edge).", "solution": "576 There are 12 diagonals that go along a face and 4 that go through the center of the cube, so the answer is $\\sqrt{2}^{12} \\cdot \\sqrt{3}^{4}=576$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n4. [6]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "5", "problem_type": null, "exam": "HMMT", "problem": "Tanks has a pile of 5 blue cards and 5 red cards. Every morning, he takes a card and throws it down a well. What is the probability that the first card he throws down and the last card he throws down are the same color?", "solution": "| $\\frac{4}{9}$ | Once he has thrown the first card down the well, there are 9 remaining cards, and only |\n| :---: | :---: | 4 have the same color as the card that was thrown down. Therefore, the probability that the last card he throws down has the same color is $\\frac{4}{9}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n5. [6]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "6", "problem_type": null, "exam": "HMMT", "problem": "Find the last two digits of $1032^{1032}$. Express your answer as a two-digit number.", "solution": "76 The last two digits of $1032^{1032}$ is the same as the last two digits of $32^{1032}$. The last two digits of $32^{n}$ repeat with a period of four as $32,24,68,76,32,24,68,76, \\ldots$.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n6. [6]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "7", "problem_type": null, "exam": "HMMT", "problem": "A computer program is a function that takes in 4 bits, where each bit is either a 0 or a 1 , and outputs TRUE or FALSE. How many computer programs are there?", "solution": "65536 The function has $2^{4}$ inputs and 2 outputs for each possible input, so the answer is $2^{2^{4}}=2^{16}=65536$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n7. [7]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "8", "problem_type": null, "exam": "HMMT", "problem": "The angles of a convex $n$-sided polygon form an arithmetic progression whose common difference (in degrees) is a non-zero integer. Find the largest possible value of $n$ for which this is possible. (A polygon is convex if its interior angles are all less than $180^{\\circ}$.)", "solution": "27 The exterior angles form an arithmetic sequence too (since they are each $180^{\\circ}$ minus the corresponding interior angle). The sum of this sequence must be $360^{\\circ}$. Let the smallest exterior angle be $x$ and the common difference be $d$. The sum of the exterior angles is then $x+(x+a)+(x+$ $2 a)+\\ldots+(x+(n-1) a)=\\frac{n(n-1)}{2} \\cdot a+n x$. Setting this to 360 , and using $n x>0$, we get $n(n-1)<720$, so $n \\leq 27$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n8. [7]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "9", "problem_type": null, "exam": "HMMT", "problem": "Daniel wrote all the positive integers from 1 to $n$ inclusive on a piece of paper. After careful observation, he realized that the sum of all the digits that he wrote was exactly 10,000 . Find $n$.", "solution": "799 Let $S(n)$ denote the sum of the digits of $n$, and let $f(x)=\\sum_{n=0}^{x} S(n)$. (We may add $n=0$ because $S(0)=0$.) Observe that:\n\n$$\nf(99)=\\sum_{a=0}^{9}\\left(\\sum_{b=0}^{9}(a+b)\\right)=10 \\sum_{b=0}^{9} b+10 \\sum_{a=0}^{9} a=900\n$$\n\nIf $a$ is an integer between 1 and 9 inclusive, then:\n\n$$\n\\sum_{n=100 a}^{100 a+99} S(n)=\\sum_{n=100 a}^{100 a+99}(a+S(n-100 a))=100 a+f(99)=100 a+900\n$$\n\nSumming, we get:\n\n$$\nf(100 a+99)=\\sum_{n=0}^{a}(100 a+900)=900(a+1)+50 a(a+1)\n$$\n\nThis formula can be used to find benchmarks. However, it turns out that this formula alone will suffice, as things turn out rather nicely:\n\n$$\n\\begin{aligned}\n900(a+1)+50 a(a+1) & =10000 \\\\\n50 a^{2}+950 a+900 & =10000 \\\\\n50 a^{2}+950 a-9100 & =0 \\\\\n50(a+26)(a-7) & =0 \\\\\na & =7\n\\end{aligned}\n$$\n\nTherefore $f(799)=10000$, and our answer is 799 .\n\n## $2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n9. [7]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "10", "problem_type": null, "exam": "HMMT", "problem": "Admiral Ackbar needs to send a 5-character message through hyperspace to the Rebels. Each character is a lowercase letter, and the same letter may appear more than once in a message. When the message is beamed through hyperspace, the characters come out in a random order. Ackbar chooses his message so that the Rebels have at least a $\\frac{1}{2}$ chance of getting the same message he sent. How many distinct messages could he send?", "solution": "26 If there is more than one distinct letter sent in the message, then there will be at most a $1 / 5$ chance of transmitting the right message. So the message must consist of one letter repeated five times, so there are 26 possible messages.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n10. [8]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "11", "problem_type": null, "exam": "HMMT", "problem": "Lily and Sarah are playing a game. They each choose a real number at random between -1 and 1 . They then add the squares of their numbers together. If the result is greater than or equal to 1 , Lily wins, and if the result is less than 1, Sarah wins. What is the probability that Sarah wins?", "solution": "$\\frac{\\pi}{4}$ If we let $x$ denote Lily's choice of number and $y$ denote Sarah's, then all possible outcomes are represented by the square with vertices $(-1,-1),(-1,1),(1,-1)$, and $(1,1)$. Sarah wins if $x^{2}+y^{2} \\leq 1$, which is the area inside the unit circle. Since this has an area of $\\pi$ and the entire square has an area of 4 , the probability that Sarah wins is $\\frac{\\pi}{4}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n11. [8]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "12", "problem_type": null, "exam": "HMMT", "problem": "Let $\\omega$ be a circle of radius 1 centered at $O$. Let $B$ be a point on $\\omega$, and let $l$ be the line tangent to $\\omega$ at $B$. Let $A$ be on $l$ such that $\\angle A O B=60^{\\circ}$. Let $C$ be the foot of the perpendicular from $B$ to $O A$. Find the length of line segment $O C$.", "solution": "$\\frac{1}{2}$ We have $O C / O B=\\cos \\left(60^{\\circ}\\right)$. Since $O B=1, O C=\\frac{1}{2}$.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n12. [8]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "13", "problem_type": null, "exam": "HMMT", "problem": "8 students are practicing for a math contest, and they divide into pairs to take a practice test. In how many ways can they be split up?", "solution": "105 We create the pairs one at a time. The first person has 7 possible partners. Set this pair aside. Of the remaining six people, pick a person. He or she has 5 possible partners. Set this pair aside. Of the remaining four people, pick a person. He or she has 3 possible partners. Set this pair aside. Then the last two must be partners. So there are $7 \\cdot 5 \\cdot 3=105$ possible groupings. Alternatively, we can consider the 8 ! permutations of the students in a line, where the first two are a pair, the next two are a pair, etc. Given a grouping, there are 4 ! ways to arrange the four pairs in order, and in each pair, 2 ways to order the students. So our answer is $\\frac{8!}{4!2^{4}}=7 \\cdot 5 \\cdot 3=105$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n13. [8]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "14", "problem_type": null, "exam": "HMMT", "problem": "Let $f(x)=x^{4}+a x^{3}+b x^{2}+c x+d$ be a polynomial whose roots are all negative integers. If $a+b+c+d=2009$, find $d$.", "solution": "528 Call the roots $-x_{1},-x_{2},-x_{3}$, and $-x_{4}$. Then $f(x)$ must factor as $\\left(x+x_{1}\\right)\\left(x+x_{2}\\right)(x+$ $\\left.x_{3}\\right)\\left(x+x_{4}\\right)$. If we evaluate $f$ at 1 , we get $\\left(1+x_{1}\\right)\\left(1+x_{2}\\right)\\left(1+x_{3}\\right)\\left(1+x_{4}\\right)=a+b+c+d+1=$ $2009+1=2010$. $2010=2 \\cdot 3 \\cdot 5 \\cdot 67$. $d$ is the product of the four roots, so $d=(-1) \\cdot(-2) \\cdot(-4) \\cdot(-66)$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n14. [8]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "15", "problem_type": null, "exam": "HMMT", "problem": "The curves $x^{2}+y^{2}=36$ and $y=x^{2}-7$ intersect at four points. Find the sum of the squares of the $x$-coordinates of these points.", "solution": "26 If we use the system of equations to solve for $y$, we get $y^{2}+y-29=0$ (since $x^{2}=y+7$ ). The sum of the roots of this equation is -1 . Combine this with $x^{2}=y+7$ to see that the sum of the square of the possible values of $x$ is $2 \\cdot(-1+7 \\cdot 2)=26$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n15. [8]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "16", "problem_type": null, "exam": "HMMT", "problem": "Pick a random digit in the decimal expansion of $\\frac{1}{99999}$. What is the probability that it is 0 ?", "solution": "| $\\frac{4}{5}$ |\n| :---: |\n| The decimal expansion of $\\frac{1}{99999}$ | is $0 . \\overline{00001}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n16. [9]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "17", "problem_type": null, "exam": "HMMT", "problem": "A circle passes through the points $(2,0)$ and $(4,0)$ and is tangent to the line $y=x$. Find the sum of all possible values for the $y$-coordinate of the center of the circle.", "solution": "-6 First, we see that the x coordinate must be 3. Let the y coordinate be y. Now, we see that the radius is $r=\\sqrt{1+y^{2}}$. The line from the center of the circle to the point of tangency with the line $x=y$ is perpendicular to the line $x=y$. Hence, the distance from the center of the circle to the line $x=y$ is $d=\\sqrt{2}(3-y)$. Letting $r=d$ we see that the two possible values for y are 1 and -7 , which sum to -6 .", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n17. [9]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "18", "problem_type": null, "exam": "HMMT", "problem": "Let $f$ be a function that takes in a triple of integers and outputs a real number. Suppose that $f$ satisfies the equations\n\n$$\n\\begin{aligned}\nf(a, b, c) & =\\frac{f(a+1, b, c)+f(a-1, b, c)}{2} \\\\\nf(a, b, c) & =\\frac{f(a, b+1, c)+f(a, b-1, c)}{2} \\\\\nf(a, b, c) & =\\frac{f(a, b, c+1)+f(a, b, c-1)}{2}\n\\end{aligned}\n$$\n\nfor all integers $a, b, c$. What is the minimum number of triples at which we need to evaluate $f$ in order to know its value everywhere?", "solution": "8 Note that if we have the value of $f$ at the 8 points: $(0,0,0),(1,0,0),(0,1,0),(0,0,1),(0,1,1),(1,0,1),(1,1,0),(1,1,1)$, we can calculate the value for any triple of points because we have that $f(a+1, b, c)-(a, b, c)$ constant for any $a$, if $b$ and $c$ are fixed (and similarly for the other coordinates). To see why we cannot do this with less points, notice that we need to determine what the value of these 8 points anyways, and there is no \"more efficient\" way to determine them all in fewer evaluations.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n18. [9]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "19", "problem_type": null, "exam": "HMMT", "problem": "You are trapped in ancient Japan, and a giant enemy crab is approaching! You must defeat it by cutting off its two claws and six legs and attacking its weak point for massive damage. You cannot cut off any of its claws until you cut off at least three of its legs, and you cannot attack its weak point until you have cut off all of its claws and legs. In how many ways can you defeat the giant enemy crab? (Note that the legs are distinguishable, as are the claws.)", "solution": "14400 The answer is given by $6!2!\\binom{5}{2}$, because we can cut off the claws and legs in any order and there are $\\binom{5}{2}$ ways to decide when to cut off the two claws (since we can do it at any time among the last 5 cuts).", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n19. [11]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "20", "problem_type": null, "exam": "HMMT", "problem": "Consider an equilateral triangle and a square both inscribed in a unit circle such that one side of the square is parallel to one side of the triangle. Compute the area of the convex heptagon formed by the vertices of both the triangle and the square.", "solution": "$\\frac{3+\\sqrt{3}}{2}$\n![](https://cdn.mathpix.com/cropped/2025_01_24_c17963acb4d2f8a54a30g-5.jpg?height=480&width=481&top_left_y=229&top_left_x=865)\n\nConsider the diagram above. We see that the shape is a square plus 3 triangles. The top and bottom triangles have base $\\sqrt{2}$ and height $\\frac{1}{2}(\\sqrt{3}-\\sqrt{2})$, and the triangle on the side has the same base and height $1-\\frac{\\sqrt{2}}{2}$ Adding their areas, we get the answer.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n20. [11]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "21", "problem_type": null, "exam": "HMMT", "problem": "Let $f(x)=x^{2}+2 x+1$. Let $g(x)=f(f(\\cdots f(x)))$, where there are $2009 f \\mathrm{~s}$ in the expression for $g(x)$. Then $g(x)$ can be written as\n\n$$\ng(x)=x^{2^{2009}}+a_{2^{2009}-1} x^{2^{2009}-1}+\\cdots+a_{1} x+a_{0}\n$$\n\nwhere the $a_{i}$ are constants. Compute $a_{2^{2009}-1}$.", "solution": "$2^{2009} f(x)=(x+1)^{2}$, so $f\\left(x^{n}+c x^{n-1}+\\ldots\\right)=\\left(x^{n}+c x^{n-1}+\\ldots+1\\right)^{2}=x^{2 n}+2 c x^{2 n-1}+\\ldots$. Applying the preceding formula repeatedly shows us that the coefficient of the term of second highest degree in the polynomial doubles each time, so after 2009 applications of $f$ it is $2^{2009}$.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n21. [11]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "22", "problem_type": null, "exam": "HMMT", "problem": "Five cards labeled A, B, C, D, and E are placed consecutively in a row. How many ways can they be re-arranged so that no card is moved more than one position away from where it started? (Not moving the cards at all counts as a valid re-arrangement.)", "solution": "8 The only things we can do is leave cards where they are or switch them with adjacent cards. There is 1 way to leave them all where they are, 4 ways to switch just one adjacent pair, and 3 ways to switch two different adjacent pairs, for 8 possibilities total.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n22. [12]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "23", "problem_type": null, "exam": "HMMT", "problem": "Let $a_{0}, a_{1}, \\ldots$ be a sequence such that $a_{0}=3, a_{1}=2$, and $a_{n+2}=a_{n+1}+a_{n}$ for all $n \\geq 0$. Find\n\n$$\n\\sum_{n=0}^{8} \\frac{a_{n}}{a_{n+1} a_{n+2}}\n$$", "solution": "$\\frac{105}{212}$ We can re-write $\\frac{a_{n}}{a_{n+1} a_{n+2}}$ as $\\frac{a_{n+2}-a_{n+1}}{a_{n+1} a_{n+2}}=\\frac{1}{a_{n+1}}-\\frac{1}{a_{n+2}}$. We can thus re-write the sum as\n\n$$\n\\left(\\frac{1}{a_{1}}-\\frac{1}{a_{2}}\\right)+\\left(\\frac{1}{a_{2}}-\\frac{1}{a_{3}}\\right)+\\left(\\frac{1}{a_{4}}-\\frac{1}{a_{3}}\\right)+\\ldots+\\left(\\frac{1}{a_{9}}-\\frac{1}{a_{10}}\\right)=\\frac{1}{a_{1}}-\\frac{1}{a_{10}}=\\frac{1}{2}-\\frac{1}{212}=\\frac{105}{212} .\n$$", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n23. [12]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "24", "problem_type": null, "exam": "HMMT", "problem": "Penta chooses 5 of the vertices of a unit cube. What is the maximum possible volume of the figure whose vertices are the 5 chosen points?", "solution": "$\\frac{1}{2}$ Label the vertices of the cube $A, B, C, D, E, F, G, H$, such that $A B C D$ is the top face of the cube, $E$ is directly below $A, F$ is directly below $B, G$ is directly below $C$, and $H$ is directly\nbelow $D$. We can obtain a volume of $\\frac{1}{2}$ by taking the vertices $A, B, C, F$, and $H$. To compute the volume of $A C B F H$, we will instead compute the volume of the parts of the cube that are not part of $A B C F H$. This is just the three tetrahedrons $C F G H, A E F H$, and $A C D H$, which each have volume $\\frac{1}{6}$ (by using the $\\frac{1}{3} b h$ formula for the area of a pyramid). Therefore, the volume not contained in $A C B F H$ is $3 \\cdot \\frac{1}{6}=\\frac{1}{2}$, so the volume contained in $A C B F H$ is $1-\\frac{1}{2}=\\frac{1}{2}$.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n24. [12]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "25", "problem_type": null, "exam": "HMMT", "problem": "Find all solutions to $x^{4}+2 x^{3}+2 x^{2}+2 x+1=0$ (including non-real solutions).", "solution": "$-1, i,-i$ We can factor the polynomial as $(x+1)^{2}\\left(x^{2}+1\\right)$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n25. [14]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "26", "problem_type": null, "exam": "HMMT", "problem": "In how many ways can the positive integers from 1 to 100 be arranged in a circle such that the sum of every two integers placed opposite each other is the same? (Arrangements that are rotations of each other count as the same.) Express your answer in the form $a!\\cdot b^{c}$.", "solution": "$49!\\cdot 2^{49}$ Split the integers up into pairs of the form $(x, 101-x)$. In the top half of the circle, exactly one element from each pair occurs, and there are thus 50 ! ways to arrange them. and also $2^{50}$ ways to decide whether the larger or smaller number in each pair occurs in the top half of the circle. We then need to divide by 100 since rotations are not considered distinct, so we get $\\frac{50!2^{50}}{100}=49!\\cdot 2^{49}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n26. [14]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "27", "problem_type": null, "exam": "HMMT", "problem": "$A B C D$ is a regular tetrahedron of volume 1. Maria glues regular tetrahedra $A^{\\prime} B C D, A B^{\\prime} C D$, $A B C^{\\prime} D$, and $A B C D^{\\prime}$ to the faces of $A B C D$. What is the volume of the tetrahedron $A^{\\prime} B^{\\prime} C^{\\prime} D^{\\prime}$ ?", "solution": "$\\frac{125}{27}$ Consider the tetrahedron with vertices at $W=(1,0,0), X=(0,1,0), Y=(0,0,1)$, and $Z=(1,1,1)$. This tetrahedron is similar to $A B C D$. It has center $O=\\left(\\frac{1}{2}, \\frac{1}{2}, \\frac{1}{2}\\right)$. We can construct a tetrahedron $W^{\\prime} X^{\\prime} Y^{\\prime} Z^{\\prime}$ in the same way that $A^{\\prime} B^{\\prime} C^{\\prime} D^{\\prime}$ was constructed by letting $W^{\\prime}$ be the reflection of $W$ across $X Y Z$ and so forth. Then we see that $Z^{\\prime}=\\left(-\\frac{1}{3},-\\frac{1}{3},-\\frac{1}{3}\\right)$, so $O Z^{\\prime}$ has length $\\frac{5}{6} \\sqrt{3}$, whereas $O Z$ has length $\\frac{1}{2} \\sqrt{3}$. We thus see that $W^{\\prime} X^{\\prime} Y^{\\prime} Z^{\\prime}$ has a side length $\\frac{\\frac{5}{6}}{\\frac{1}{2}}=\\frac{5}{3}$ that of $W X Y Z$, so by similarity the same is true of $A^{\\prime} B^{\\prime} C^{\\prime} D^{\\prime}$ and $A B C D$. In particular, the volume of $A^{\\prime} B^{\\prime} C^{\\prime} D^{\\prime}$ is $\\left(\\frac{5}{3}\\right)^{3}$ that of $A B C D$, so it is $\\frac{125}{27}$.\n\n## $2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n27. [14]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "28", "problem_type": null, "exam": "HMMT", "problem": "Six men and their wives are sitting at a round table with 12 seats. These men and women are very jealous - no man will allow his wife to sit next to any man except for himself, and no woman will allow her husband to sit next to any woman except for herself. In how many distinct ways can these 12 people be seated such that these conditions are satisfied? (Rotations of a valid seating are considered distinct.)", "solution": "288000 Think of this problem in terms of \"blocks\" of men and women, that is, groups of men and women sitting together. Each block must contain at least two people; otherwise you have a man sitting next to two women (or vice-versa).\nWe will define the notation $\\left[a_{1}, b_{1}, a_{2}, b_{2}, \\ldots\\right]$ to mean a seating arrangement consisting of, going in order, $a_{1}$ men, $b_{1}$ women, $a_{2}$ men, $b_{2}$ women, and so on.\n\nSplit the problem into three cases, each based on the number of blocks of men and women:\nCase 1: One block of each, $[6,6]$.\nThere are 12 ways to choose the seats where the men sit, and $6!$ ways to arrange those men. The two women on either side of the men are uniquely determined by the men they sit next to. There are 4 ! ways to arrange the other four women. This gives $6!\\cdot 288$ ways.\nCase 2: Two blocks of each.\n\nThe arrangement is $[a, b, c, d]$, where $a+c=b+d=6$. There are five distinct block schematics: $[2,2,4,4],[2,3,4,3],[2,4,4,2],[3,2,3,4]$, and $[3,3,3,3]$. (The others are rotations of one of the above.) For each of these, there are 6 ! ways to arrange the men. In addition, four women are uniquely determined because they sit next to a man. There are 2 ways to arrange the other two women. Each of the first four possible block schematics gives 12 distinct rotations, while the fifth one gives 6 . This gives $6!(2)(12+12+12+12+6)=6!\\cdot 108$ ways.\nCase 3: Three blocks of each, $[2,2,2,2,2,2]$.\nThere are 4 ways to choose where the men sit and 6 ! ways to arrange those men. Each placement of men will uniquely determine the placement of each women. This gives $6!\\cdot 4$ ways.\nThen we have a grand total of $6!\\cdot(288+108+4)=6!\\cdot 400=288000$ seating arrangements.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n28. [17]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "29", "problem_type": null, "exam": "HMMT", "problem": "For how many integer values of $b$ does there exist a polynomial function with integer coefficients such that $f(2)=2010$ and $f(b)=8$ ?", "solution": "32 We can take $f(x)=-\\frac{2002}{d}(x-b)+2010$ for all divisors $d$ of -2002 . To see that we can't get any others, note that $b-2$ must divide $f(b)-f(2)$, so $b-2$ divides -2002 (this is because $b-2$ divides $b^{n}-2^{n}$ and hence any sum of numbers of the form $b^{n}-2^{n}$ ).", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n29. [17]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "30", "problem_type": null, "exam": "HMMT", "problem": "Regular hexagon $A B C D E F$ has side length 2. A laser beam is fired inside the hexagon from point $A$ and hits $\\overline{B C}$ at point $G$. The laser then reflects off $\\overline{B C}$ and hits the midpoint of $\\overline{D E}$. Find $B G$.", "solution": "$\\frac{2}{5}$ Look at the diagram below, in which points $J, K, M, T$, and $X$ have been defined. $M$ is the midpoint of $\\overline{D E}, B C J K$ is a rhombus with $J$ lying on the extension of $\\overline{C D}, T$ is the intersection of lines $\\overline{C D}$ and $\\overline{G M}$ when extended, and $X$ is on $\\overline{J T}$ such that $\\overline{X M} \\| \\overline{J K}$.\n![](https://cdn.mathpix.com/cropped/2025_01_24_c17963acb4d2f8a54a30g-7.jpg?height=305&width=827&top_left_y=1303&top_left_x=687)\n\nIt can be shown that $m \\angle M D X=m \\angle M X D=60^{\\circ}$, so $\\triangle D M X$ is equilateral, which yields $X M=1$. The diagram indicates that $J X=5$. One can show by angle-angle similarity that $\\triangle T X M \\sim \\triangle T J K$, which yields $T X=5$.\nOne can also show by angle-angle similarity that $\\triangle T J K \\sim \\triangle T C G$, which yields the proportion $\\frac{T J}{J K}=\\frac{T C}{C G}$. We know everything except $C G$, which we can solve for. This yields $C G=\\frac{8}{5}$, so $B G=\\frac{2}{5}$.\n$2^{\\text {nd }}$ ANNUAL HARVARD-MIT NOVEMBER TOURNAMENT, 7 NOVEMBER 2009 - GUTS ROUND", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n30. [17]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "31", "problem_type": null, "exam": "HMMT", "problem": "There are two buildings facing each other, each 5 stories high. How many ways can Kevin string ziplines between the buildings so that:\n(a) each zipline starts and ends in the middle of a floor.\n(b) ziplines can go up, stay flat, or go down, but can't touch each other (this includes touching at their endpoints).\n\nNote that you can't string a zipline between two floors of the same building.", "solution": "252 Associate with each configuration of ziplines a path in the plane as follows: Suppose there are $k$ ziplines. Let $a_{0}, \\ldots, a_{k}$ be the distances between consecutive ziplines on the left building\n( $a_{0}$ is the floor on which the first zipline starts, and $a_{k}$ is the distance from the last zipline to the top of the building). Define $b_{0}, \\ldots, b_{k}$ analogously for the right building. The path in the plane consists of starting at $(0,0)$ and going a distance $a_{0}$ to the right, $b_{0}$ up, $a_{1}$ to the right, $b_{1}$ up, etc. We thus go from $(0,0)$ to $(5,5)$ while traveling only up and to the right between integer coordinates. We can check that there is exactly one configuration of ziplines for each such path, so the answer is the number of paths from $(0,0)$ to $(5,5)$ where you only travel up and to the right. This is equal to $\\binom{10}{5}=252$, since there are 10 total steps to make, and we must choose which 5 of them go to the right.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n31. [20]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "32", "problem_type": null, "exam": "HMMT", "problem": "A circle $\\omega_{1}$ of radius 15 intersects a circle $\\omega_{2}$ of radius 13 at points $P$ and $Q$. Point $A$ is on line $P Q$ such that $P$ is between $A$ and $Q . R$ and $S$ are the points of tangency from $A$ to $\\omega_{1}$ and $\\omega_{2}$, respectively, such that the line $A S$ does not intersect $\\omega_{1}$ and the line $A R$ does not intersect $\\omega_{2}$. If $P Q=24$ and $\\angle R A S$ has a measure of $90^{\\circ}$, compute the length of $A R$.", "solution": "$\\sqrt[{14+\\sqrt{97}}]{ }$ Let $O_{1}$ be the center of $\\omega_{1}$ and $O_{2}$ be the center of $\\omega_{2}$. Then $O_{1} O_{2}$ and $P Q$ are perpendicular. Let their point of intersection be $X$. Using the Pythagorean theorem, the fact that $P Q=24$, and our knowledge of the radii of the circles, we can compute that $O_{1} X=9$ and $O_{2} X=5$, so $O_{1} O_{2}=14$. Let $S O_{1}$ and $R O_{2}$ meet at $Y$. Then $S A R Y$ is a square, say of side length $s$. Then $O_{1} Y=s-15$ and $O_{2} Y=s-13$. So, $O_{1} O_{2} Y$ is a right triangle with sides $14, s-15$, and $s-13$. By the Pythagorean theorem, $(s-13)^{2}+(s-15)^{2}=14^{2}$. We can write this as $2 s^{2}-4 \\cdot 14 s+198=0$, or $s^{2}-28 s+99=0$. The quadratic formula then gives $s=\\frac{28 \\pm \\sqrt{388}}{2}=14 \\pm \\sqrt{97}$. Since $14-\\sqrt{97}<15$ and $Y O_{1}>15$, we can discard the root of $14-\\sqrt{97}$, and the answer is therefore $14+\\sqrt{97}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n32. [20]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "33", "problem_type": null, "exam": "HMMT", "problem": "Compute\n\n$$\n\\sum_{n=2009}^{\\infty} \\frac{1}{\\binom{n}{2009}}\n$$\n\nNote that $\\binom{n}{k}$ is defined as $\\frac{n!}{k!(n-k)!}$.", "solution": "$\\frac{2009}{2008}$ Observe that\n\n$$\n\\begin{aligned}\n\\frac{k+1}{k}\\left(\\frac{1}{\\binom{n-1}{k}}-\\frac{1}{\\binom{n}{k}}\\right) & =\\frac{k+1}{k} \\frac{\\binom{n}{k}-\\binom{n-1}{k}}{\\binom{n}{k}\\binom{n-1}{k}} \\\\\n& =\\frac{k+1}{k} \\frac{\\binom{n-1}{k-1}}{\\binom{n}{k}\\binom{n-1}{k}} \\\\\n& =\\frac{k+1}{k} \\frac{(n-1)!k!k!(n-k-1)!(n-k)!}{n!(n-1)!(k-1)!(n-k)!} \\\\\n& =\\frac{k+1}{k} \\frac{k \\cdot k!(n-k-1)!}{n!} \\\\\n& =\\frac{(k+1)!(n-k-1)!}{n!} \\\\\n& =\\frac{1}{\\binom{n}{k+1}}\n\\end{aligned}\n$$\n\nNow apply this with $k=2008$ and sum across all $n$ from 2009 to $\\infty$. We get\n\n$$\n\\sum_{n=2009}^{\\infty} \\frac{1}{\\binom{n}{2009}}=\\frac{2009}{2008} \\sum_{n=2009}^{\\infty} \\frac{1}{\\binom{n-1}{2008}}-\\frac{1}{\\binom{n}{2008}}\n$$\n\nAll terms from the sum on the right-hand-side cancel, except for the initial $\\frac{1}{\\binom{2008}{2008}}$, which is equal to 1 , so we get $\\sum_{n=2009}^{\\infty} \\frac{1}{\\binom{n}{2009}}=\\frac{2009}{2008}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n33. [20]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "34", "problem_type": null, "exam": "HMMT", "problem": "How many hits does \"3.1415\" get on Google? Quotes are for clarity only, and not part of the search phrase. Also note that Google does not search substrings, so a webpage with 3.14159 on it will not match 3.1415 . If $A$ is your answer, and $S$ is the correct answer, then you will get $\\max (25-\\mid \\ln (A)-$ $\\ln (S) \\mid, 0)$ points, rounded to the nearest integer.", "solution": "422000", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n34. [25]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "35", "problem_type": null, "exam": "HMMT", "problem": "Call an integer $n>1$ radical if $2^{n}-1$ is prime. What is the 20 th smallest radical number? If $A$ is your answer, and $S$ is the correct answer, you will get $\\max \\left(25\\left(1-\\frac{|A-S|}{S}\\right), 0\\right)$ points, rounded to the nearest integer.", "solution": "4423", "metadata": {"resource_path": "HarvardMIT/segmented/en-131-2009-nov-guts-solutions.jsonl", "problem_match": "\n35. [25]", "solution_match": "\nAnswer: "}}