{"year": "2009", "tier": "T4", "problem_label": "1", "problem_type": null, "exam": "HMMT", "problem": "How many ways can the integers from -7 to 7 be arranged in a sequence such that the absolute values of the numbers in the sequence are nonincreasing?", "solution": "128", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n1. [2]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "1", "problem_type": null, "exam": "HMMT", "problem": "How many ways can the integers from -7 to 7 be arranged in a sequence such that the absolute values of the numbers in the sequence are nonincreasing?", "solution": "Each of the pairs $a,-a$ must occur in increasing order of $a$ for $a=1, \\ldots, 7$, but $a$ can either occur before or after $-a$, for a total of $2^{7}=128$ possible sequences.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n1. [2]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "2", "problem_type": null, "exam": "HMMT", "problem": "How many ways can you tile the white squares of following $2 \\times 24$ grid with dominoes? (A domino covers two adjacent squares, and a tiling is a non-overlapping arrangement of dominoes that covers every white square and does not intersect any black square.)\n![](https://cdn.mathpix.com/cropped/2025_01_24_c06fca3eec73a82cebdfg-1.jpg?height=109&width=1013&top_left_y=973&top_left_x=556)", "solution": "27", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n2. [2]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "2", "problem_type": null, "exam": "HMMT", "problem": "How many ways can you tile the white squares of following $2 \\times 24$ grid with dominoes? (A domino covers two adjacent squares, and a tiling is a non-overlapping arrangement of dominoes that covers every white square and does not intersect any black square.)\n![](https://cdn.mathpix.com/cropped/2025_01_24_c06fca3eec73a82cebdfg-1.jpg?height=109&width=1013&top_left_y=973&top_left_x=556)", "solution": "Divide the rectangle into three $3 \\times 8$ sub-rectangles. It is easy to count that there are 3 ways of tiling each of these sub-rectangles independently, for a total of $3^{3}=27$ possibilities.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n2. [2]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "3", "problem_type": null, "exam": "HMMT", "problem": "Let $S$ be the sum of all the real coefficients of the expansion of $(1+i x)^{2009}$. What is $\\log _{2}(S)$ ?", "solution": "1004", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n3. [3]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "3", "problem_type": null, "exam": "HMMT", "problem": "Let $S$ be the sum of all the real coefficients of the expansion of $(1+i x)^{2009}$. What is $\\log _{2}(S)$ ?", "solution": "The sum of all the coefficients is $(1+i)^{2009}$, and the sum of the real coefficients is the real part of this, which is $\\frac{1}{2}\\left((1+i)^{2009}+(1-i)^{2009}\\right)=2^{1004}$. Thus $\\log _{2}(S)=1004$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n3. [3]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "4", "problem_type": null, "exam": "HMMT", "problem": "A torus (donut) having inner radius 2 and outer radius 4 sits on a flat table. What is the radius of the largest spherical ball that can be placed on top of the center torus so that the ball still touches the horizontal plane? (If the $x-y$ plane is the table, the torus is formed by revolving the circle in the $x-z$ plane centered at $(3,0,1)$ with radius 1 about the $z$ axis. The spherical ball has its center on the $z$-axis and rests on either the table or the donut.)", "solution": "$9 / 4$", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n4. [3]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "4", "problem_type": null, "exam": "HMMT", "problem": "A torus (donut) having inner radius 2 and outer radius 4 sits on a flat table. What is the radius of the largest spherical ball that can be placed on top of the center torus so that the ball still touches the horizontal plane? (If the $x-y$ plane is the table, the torus is formed by revolving the circle in the $x-z$ plane centered at $(3,0,1)$ with radius 1 about the $z$ axis. The spherical ball has its center on the $z$-axis and rests on either the table or the donut.)", "solution": "Let $r$ be the radius of the sphere. One can see that it satisfies $(r+1)^{2}=(r-1)^{2}+3^{2}$ by the Pythagorean Theorem, so $r=9 / 4$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n4. [3]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "5", "problem_type": null, "exam": "HMMT", "problem": "Suppose $a, b$ and $c$ are integers such that the greatest common divisor of $x^{2}+a x+b$ and $x^{2}+b x+c$ is $x+1$ (in the set of polynomials in $x$ with integer coefficients), and the least common multiple of $x^{2}+a x+b$ and $x^{2}+b x+c$ is $x^{3}-4 x^{2}+x+6$. Find $a+b+c$.", "solution": "$\\quad-6$", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n5. [4]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "5", "problem_type": null, "exam": "HMMT", "problem": "Suppose $a, b$ and $c$ are integers such that the greatest common divisor of $x^{2}+a x+b$ and $x^{2}+b x+c$ is $x+1$ (in the set of polynomials in $x$ with integer coefficients), and the least common multiple of $x^{2}+a x+b$ and $x^{2}+b x+c$ is $x^{3}-4 x^{2}+x+6$. Find $a+b+c$.", "solution": "Since $x+1$ divides $x^{2}+a x+b$ and the constant term is $b$, we have $x^{2}+a x+b=(x+1)(x+b)$, and similarly $x^{2}+b x+c=(x+1)(x+c)$. Therefore, $a=b+1=c+2$. Furthermore, the least common\nmultiple of the two polynomials is $(x+1)(x+b)(x+b-1)=x^{3}-4 x^{2}+x+6$, so $b=-2$. Thus $a=-1$ and $c=-3$, and $a+b+c=-6$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n5. [4]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "6", "problem_type": null, "exam": "HMMT", "problem": "In how many ways can you rearrange the letters of \"HMMTHMMT\" such that the consecutive substring \"HMMT\" does not appear?", "solution": "361", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n6. [4]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "6", "problem_type": null, "exam": "HMMT", "problem": "In how many ways can you rearrange the letters of \"HMMTHMMT\" such that the consecutive substring \"HMMT\" does not appear?", "solution": "There are $8!/(4!2!2!)=420$ ways to order the letters. If the permuted letters contain \"HMMT\", there are $5 \\cdot 4!/ 2!=60$ ways to order the other letters, so we subtract these. However, we have subtracted \"HMMTHMMT\" twice, so we add it back once to obtain 361 possibilities.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n6. [4]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "7", "problem_type": null, "exam": "HMMT", "problem": "Let $F_{n}$ be the Fibonacci sequence, that is, $F_{0}=0, F_{1}=1$, and $F_{n+2}=F_{n+1}+F_{n}$. Compute $\\sum_{n=0}^{\\infty} F_{n} / 10^{n}$.", "solution": "$10 / 89$", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n7. [5]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "7", "problem_type": null, "exam": "HMMT", "problem": "Let $F_{n}$ be the Fibonacci sequence, that is, $F_{0}=0, F_{1}=1$, and $F_{n+2}=F_{n+1}+F_{n}$. Compute $\\sum_{n=0}^{\\infty} F_{n} / 10^{n}$.", "solution": "Write $F(x)=\\sum_{n=0}^{\\infty} F_{n} x^{n}$. Then the Fibonacci recursion tells us that $F(x)-x F(x)-$ $x^{2} F(x)=x$, so $F(x)=x /\\left(1-x-x^{2}\\right)$. Plugging in $x=1 / 10$ gives the answer.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n7. [5]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "8", "problem_type": null, "exam": "HMMT", "problem": "The incircle $\\omega$ of equilateral triangle $A B C$ has radius 1. Three smaller circles are inscribed tangent to $\\omega$ and the sides of $A B C$, as shown. Three smaller circles are then inscribed tangent to the previous circles and to each of two sides of $A B C$. This process is repeated an infinite number of times. What is the total length of the circumferences of all the circles?\n![](https://cdn.mathpix.com/cropped/2025_01_24_c06fca3eec73a82cebdfg-2.jpg?height=280&width=310&top_left_y=1324&top_left_x=905)", "solution": "$5 \\pi$", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n8. [5]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "8", "problem_type": null, "exam": "HMMT", "problem": "The incircle $\\omega$ of equilateral triangle $A B C$ has radius 1. Three smaller circles are inscribed tangent to $\\omega$ and the sides of $A B C$, as shown. Three smaller circles are then inscribed tangent to the previous circles and to each of two sides of $A B C$. This process is repeated an infinite number of times. What is the total length of the circumferences of all the circles?\n![](https://cdn.mathpix.com/cropped/2025_01_24_c06fca3eec73a82cebdfg-2.jpg?height=280&width=310&top_left_y=1324&top_left_x=905)", "solution": "One can find using the Pythagorean Theorem that, in each iteration, the new circles have radius $1 / 3$ of that of the previously drawn circles. Thus the total circumference is $2 \\pi+3 \\cdot 2 \\pi\\left(\\frac{1}{1-1 / 3}-1\\right)=$ $5 \\pi$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n8. [5]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "9", "problem_type": null, "exam": "HMMT", "problem": "How many sequences of 5 positive integers $(a, b, c, d, e)$ satisfy $a b c d e \\leq a+b+c+d+e \\leq 10$ ?", "solution": "116", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n9. [6]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "9", "problem_type": null, "exam": "HMMT", "problem": "How many sequences of 5 positive integers $(a, b, c, d, e)$ satisfy $a b c d e \\leq a+b+c+d+e \\leq 10$ ?", "solution": "We count based on how many 1's the sequence contains. If $a=b=c=d=e=1$ then this gives us 1 possibility. If $a=b=c=d=1$ and $e \\neq 1, e$ can be $2,3,4,5,6$. Each such sequence $(1,1,1,1, e)$ can be arranged in 5 different ways, for a total of $5 \\cdot 5=25$ ways in this case.\nIf three of the numbers are 1 , the last two can be $(2,2),(3,3),(2,3),(2,4)$, or $(2,5)$. Counting ordering, this gives a total of $2 \\cdot 10+3 \\cdot 20=80$ possibilities.\nIf two of the numbers are 1 , the other three must be equal to 2 for the product to be under 10 , and this yields 10 more possibilities.\nThus there are $1+25+80+10=116$ such sequences.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n9. [6]", "solution_match": "\nSolution: "}} {"year": "2009", "tier": "T4", "problem_label": "10", "problem_type": null, "exam": "HMMT", "problem": "Let $T$ be a right triangle with sides having lengths 3,4 , and 5 . A point $P$ is called awesome if $P$ is the center of a parallelogram whose vertices all lie on the boundary of $T$. What is the area of the set of awesome points?", "solution": "$3 / 2$", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n10. [6]", "solution_match": "\nAnswer: "}} {"year": "2009", "tier": "T4", "problem_label": "10", "problem_type": null, "exam": "HMMT", "problem": "Let $T$ be a right triangle with sides having lengths 3,4 , and 5 . A point $P$ is called awesome if $P$ is the center of a parallelogram whose vertices all lie on the boundary of $T$. What is the area of the set of awesome points?", "solution": "The set of awesome points is the medial triangle, which has area $6 / 4=3 / 2$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-122-2009-feb-gen2-solutions.jsonl", "problem_match": "\n10. [6]", "solution_match": "\nSolution: "}}