problem
stringlengths 14
7.96k
| solution
stringlengths 3
10k
| answer
stringlengths 1
91
| problem_is_valid
stringclasses 1
value | solution_is_valid
stringclasses 1
value | question_type
stringclasses 1
value | problem_type
stringclasses 8
values | problem_raw
stringlengths 14
7.96k
| solution_raw
stringlengths 3
10k
| metadata
dict | uuid
stringlengths 36
36
| id
int64 22.6k
612k
|
|---|---|---|---|---|---|---|---|---|---|---|---|
Let $f: \mathbb{R} \rightarrow \mathbb{R}$ be a differentiable function such that $f(0)=0, f(1)=1$, and $\left|f^{\prime}(x)\right| \leq 2$ for all real numbers $x$. If $a$ and $b$ are real numbers such that the set of possible values of $\int_{0}^{1} f(x) d x$ is the open interval $(a, b)$, determine $b-a$.
|
$\boxed{\frac{3}{4}}$ Draw lines of slope $\pm 2$ passing through $(0,0)$ and $(1, 1)$. These form a parallelogram with vertices $(0,0),(.75,1.5),(1,1),(.25,-.5)$. By the mean value theorem, no point of $(x, f(x))$ lies outside this parallelogram, but we can construct functions arbitrarily close to the top or the bottom of the parallelogram while satisfying the condition of the problem. So $(b-a)$ is the area of this parallelogram, which is $\frac{3}{4}$.
|
\frac{3}{4}
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Let $f: \mathbb{R} \rightarrow \mathbb{R}$ be a differentiable function such that $f(0)=0, f(1)=1$, and $\left|f^{\prime}(x)\right| \leq 2$ for all real numbers $x$. If $a$ and $b$ are real numbers such that the set of possible values of $\int_{0}^{1} f(x) d x$ is the open interval $(a, b)$, determine $b-a$.
|
$\boxed{\frac{3}{4}}$ Draw lines of slope $\pm 2$ passing through $(0,0)$ and $(1, 1)$. These form a parallelogram with vertices $(0,0),(.75,1.5),(1,1),(.25,-.5)$. By the mean value theorem, no point of $(x, f(x))$ lies outside this parallelogram, but we can construct functions arbitrarily close to the top or the bottom of the parallelogram while satisfying the condition of the problem. So $(b-a)$ is the area of this parallelogram, which is $\frac{3}{4}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n3. ",
"solution_match": "\nAnswer: "
}
|
701a46d6-ddfc-57fc-b6e8-d5ef39eb6cd3
| 608,789
|
Let $A B C$ be a triangle such that $A B=7$, and let the angle bisector of $\angle B A C$ intersect line $B C$ at $D$. If there exist points $E$ and $F$ on sides $A C$ and $B C$, respectively, such that lines $A D$ and $E F$ are parallel and divide triangle $A B C$ into three parts of equal area, determine the number of possible integral values for $B C$.
|
13

Algebra \& Calculus Individual Test
Note that such $E, F$ exist if and only if
$$
\frac{[A D C]}{[A D B]}=2
$$
([] denotes area.) Since $A D$ is the angle bisector, and the ratio of areas of triangles with equal height is the ratio of their bases,
$$
\frac{A C}{A B}=\frac{D C}{D B}=\frac{[A D C]}{[A D B]}
$$
Hence (1) is equivalent to $A C=2 A B=14$. Then $B C$ can be any length $d$ such that the triangle inequalities are satisfied:
$$
\begin{aligned}
d+7 & >14 \\
7+14 & >d
\end{aligned}
$$
Hence $7<d<21$ and there are 13 possible integral values for $B C$.
|
13
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle such that $A B=7$, and let the angle bisector of $\angle B A C$ intersect line $B C$ at $D$. If there exist points $E$ and $F$ on sides $A C$ and $B C$, respectively, such that lines $A D$ and $E F$ are parallel and divide triangle $A B C$ into three parts of equal area, determine the number of possible integral values for $B C$.
|
13

Algebra \& Calculus Individual Test
Note that such $E, F$ exist if and only if
$$
\frac{[A D C]}{[A D B]}=2
$$
([] denotes area.) Since $A D$ is the angle bisector, and the ratio of areas of triangles with equal height is the ratio of their bases,
$$
\frac{A C}{A B}=\frac{D C}{D B}=\frac{[A D C]}{[A D B]}
$$
Hence (1) is equivalent to $A C=2 A B=14$. Then $B C$ can be any length $d$ such that the triangle inequalities are satisfied:
$$
\begin{aligned}
d+7 & >14 \\
7+14 & >d
\end{aligned}
$$
Hence $7<d<21$ and there are 13 possible integral values for $B C$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n4. ",
"solution_match": "\nAnswer: "
}
|
9a47a437-2ccd-5d48-a4f4-cd453d3f30c2
| 608,790
|
Nathaniel and Obediah play a game in which they take turns rolling a fair six-sided die and keep a running tally of the sum of the results of all rolls made. A player wins if, after he rolls, the number on the running tally is a multiple of 7. Play continues until either player wins, or else indefinitely. If Nathaniel goes first, determine the probability that he ends up winning.
|
$\frac{5}{11}$ For $1 \leq k \leq 6$, let $x_{k}$ be the probability that the current player, say $A$, will win when the number on the tally at the beginning of his turn is $k$ modulo 7 . The probability that the total is $l$ modulo 7 after his roll is $\frac{1}{6}$ for each $l \not \equiv k(\bmod 7)$; in particular, there is a $\frac{1}{6}$ chance he wins immediately. The chance that $A$ will win if he leaves $l$ on the board after his turn is $1-x_{l}$. Hence for $1 \leq k \leq 6$,
$$
x_{k}=\frac{1}{6} \sum_{1 \leq l \leq 6, l \neq k}\left(1-x_{l}\right)+\frac{1}{6}
$$
Letting $s=\sum_{l=1}^{6} x_{l}$, this becomes $x_{k}=\frac{x_{k}-s}{6}+1$ or $\frac{5 x_{k}}{6}=-\frac{s}{6}+1$. Hence $x_{1}=\cdots=x_{6}$, and $6 x_{k}=s$ for every $k$. Plugging this in gives $\frac{11 x_{k}}{6}=1$, or $x_{k}=\frac{6}{11}$.
Since Nathaniel cannot win on his first turn, he leaves Obediah with a number not divisible by 7. Hence Obediah's chance of winning is $\frac{6}{11}$ and Nathaniel's chance of winning is $\frac{5}{11}$.
|
\frac{5}{11}
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Nathaniel and Obediah play a game in which they take turns rolling a fair six-sided die and keep a running tally of the sum of the results of all rolls made. A player wins if, after he rolls, the number on the running tally is a multiple of 7. Play continues until either player wins, or else indefinitely. If Nathaniel goes first, determine the probability that he ends up winning.
|
$\frac{5}{11}$ For $1 \leq k \leq 6$, let $x_{k}$ be the probability that the current player, say $A$, will win when the number on the tally at the beginning of his turn is $k$ modulo 7 . The probability that the total is $l$ modulo 7 after his roll is $\frac{1}{6}$ for each $l \not \equiv k(\bmod 7)$; in particular, there is a $\frac{1}{6}$ chance he wins immediately. The chance that $A$ will win if he leaves $l$ on the board after his turn is $1-x_{l}$. Hence for $1 \leq k \leq 6$,
$$
x_{k}=\frac{1}{6} \sum_{1 \leq l \leq 6, l \neq k}\left(1-x_{l}\right)+\frac{1}{6}
$$
Letting $s=\sum_{l=1}^{6} x_{l}$, this becomes $x_{k}=\frac{x_{k}-s}{6}+1$ or $\frac{5 x_{k}}{6}=-\frac{s}{6}+1$. Hence $x_{1}=\cdots=x_{6}$, and $6 x_{k}=s$ for every $k$. Plugging this in gives $\frac{11 x_{k}}{6}=1$, or $x_{k}=\frac{6}{11}$.
Since Nathaniel cannot win on his first turn, he leaves Obediah with a number not divisible by 7. Hence Obediah's chance of winning is $\frac{6}{11}$ and Nathaniel's chance of winning is $\frac{5}{11}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n5. ",
"solution_match": "\nAnswer: "
}
|
0651e68f-9338-50fe-8ec4-ce14ed756a70
| 608,791
|
Let $f:[0,1) \rightarrow \mathbb{R}$ be a function that satisfies the following condition: if
$$
x=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{n}}=. a_{1} a_{2} a_{3} \ldots
$$
is the decimal expansion of $x$ and there does not exist a positive integer $k$ such that $a_{n}=9$ for all $n \geq k$, then
$$
f(x)=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{2 n}} .
$$
Determine $f^{\prime}\left(\frac{1}{3}\right)$.
|
0 Note that $\frac{1}{3}=\sum_{n=1}^{\infty} \frac{3}{10^{n}}$.
Clearly $f$ is an increasing function. Also for any integer $n \geq 1$, we see from decimal expansions that $f\left(\frac{1}{3} \pm \frac{1}{10^{n}}\right)-f\left(\frac{1}{3}\right)= \pm \frac{1}{10^{2 n}}$.
Consider $h$ such that $10^{-n-1} \leq|h|<10^{-n}$. The two properties of $f$ outlined above show that $\left\lvert\, f\left(\frac{1}{3}+\right.\right.$ $h)-f\left(\frac{1}{3}\right) \left\lvert\,<\frac{1}{10^{2 n}}\right.$. And from $\left|\frac{1}{h}\right| \leq 10^{n+1}$, we get $\left|\frac{f\left(\frac{1}{3}+h\right)-f\left(\frac{1}{3}\right)}{h}\right|<\frac{1}{10^{n-1}}$. Taking $n \rightarrow \infty$ gives $h \rightarrow 0$ and $f^{\prime}\left(\frac{1}{3}\right)=\lim _{n \rightarrow \infty} \frac{1}{10^{n-1}}=0$.
|
0
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Let $f:[0,1) \rightarrow \mathbb{R}$ be a function that satisfies the following condition: if
$$
x=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{n}}=. a_{1} a_{2} a_{3} \ldots
$$
is the decimal expansion of $x$ and there does not exist a positive integer $k$ such that $a_{n}=9$ for all $n \geq k$, then
$$
f(x)=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{2 n}} .
$$
Determine $f^{\prime}\left(\frac{1}{3}\right)$.
|
0 Note that $\frac{1}{3}=\sum_{n=1}^{\infty} \frac{3}{10^{n}}$.
Clearly $f$ is an increasing function. Also for any integer $n \geq 1$, we see from decimal expansions that $f\left(\frac{1}{3} \pm \frac{1}{10^{n}}\right)-f\left(\frac{1}{3}\right)= \pm \frac{1}{10^{2 n}}$.
Consider $h$ such that $10^{-n-1} \leq|h|<10^{-n}$. The two properties of $f$ outlined above show that $\left\lvert\, f\left(\frac{1}{3}+\right.\right.$ $h)-f\left(\frac{1}{3}\right) \left\lvert\,<\frac{1}{10^{2 n}}\right.$. And from $\left|\frac{1}{h}\right| \leq 10^{n+1}$, we get $\left|\frac{f\left(\frac{1}{3}+h\right)-f\left(\frac{1}{3}\right)}{h}\right|<\frac{1}{10^{n-1}}$. Taking $n \rightarrow \infty$ gives $h \rightarrow 0$ and $f^{\prime}\left(\frac{1}{3}\right)=\lim _{n \rightarrow \infty} \frac{1}{10^{n-1}}=0$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n7. ",
"solution_match": "\nAnswer: "
}
|
4c08973a-4f10-5a24-9a2b-39c8f72f29dd
| 608,793
|
Let $A B C D E F$ be a regular hexagon of area 1 . Let $M$ be the midpoint of $D E$. Let $X$ be the intersection of $A C$ and $B M$, let $Y$ be the intersection of $B F$ and $A M$, and let $Z$ be the intersection of $A C$ and $B F$. If $[P]$ denotes the area of polygon $P$ for any polygon $P$ in the plane, evaluate $[B X C]+[A Y F]+[A B Z]-[M X Z Y]$.
|
0

Let $O$ be the center of the hexagon. The desired area is $[A B C D E F]-[A C D M]-[B F E M]$. Note that $[A D M]=[A D E] / 2=[O D E]=[A B C]$, where the last equation holds because $\sin 60^{\circ}=\sin 120^{\circ}$. Thus, $[A C D M]=[A C D]+[A D M]=[A C D]+[A B C]=[A B C D]$, but the area of $A B C D$ is half the area of the hexagon. Similarly, the area of $[B F E M]$ is half the area of the hexagon, so the answer is zero.
|
0
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D E F$ be a regular hexagon of area 1 . Let $M$ be the midpoint of $D E$. Let $X$ be the intersection of $A C$ and $B M$, let $Y$ be the intersection of $B F$ and $A M$, and let $Z$ be the intersection of $A C$ and $B F$. If $[P]$ denotes the area of polygon $P$ for any polygon $P$ in the plane, evaluate $[B X C]+[A Y F]+[A B Z]-[M X Z Y]$.
|
0

Let $O$ be the center of the hexagon. The desired area is $[A B C D E F]-[A C D M]-[B F E M]$. Note that $[A D M]=[A D E] / 2=[O D E]=[A B C]$, where the last equation holds because $\sin 60^{\circ}=\sin 120^{\circ}$. Thus, $[A C D M]=[A C D]+[A D M]=[A C D]+[A B C]=[A B C D]$, but the area of $A B C D$ is half the area of the hexagon. Similarly, the area of $[B F E M]$ is half the area of the hexagon, so the answer is zero.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n9. ",
"solution_match": "\nAnswer: "
}
|
be44f3e6-0462-5bf0-9cd3-aaf21c1b2ef3
| 608,795
|
For all real numbers $x$, let
$$
f(x)=\frac{1}{\sqrt[2011]{1-x^{2011}}}
$$
Evaluate $(f(f(\ldots(f(2011)) \ldots)))^{2011}$, where $f$ is applied 2010 times.
|
$2011^{2011}$ Direct calculation shows that $f(f(x))=\frac{\sqrt[2011]{1-x^{2011}}}{-x}$ and $f(f(f(x)))=x$. Hence $(f(f(\ldots(f(x)) \ldots)))=x$, where $f$ is applied 2010 times. So $(f(f(\ldots(f(2011)) \ldots)))^{2011}=$ $2011^{2011}$.
|
2011^{2011}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
For all real numbers $x$, let
$$
f(x)=\frac{1}{\sqrt[2011]{1-x^{2011}}}
$$
Evaluate $(f(f(\ldots(f(2011)) \ldots)))^{2011}$, where $f$ is applied 2010 times.
|
$2011^{2011}$ Direct calculation shows that $f(f(x))=\frac{\sqrt[2011]{1-x^{2011}}}{-x}$ and $f(f(f(x)))=x$. Hence $(f(f(\ldots(f(x)) \ldots)))=x$, where $f$ is applied 2010 times. So $(f(f(\ldots(f(2011)) \ldots)))^{2011}=$ $2011^{2011}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n10. ",
"solution_match": "\nAnswer: "
}
|
eedf2fbd-7474-5bfb-8f3c-e248c7130fad
| 608,796
|
Evaluate $\int_{1}^{\infty}\left(\frac{\ln x}{x}\right)^{2011} d x$.
|
$\frac{2011!}{2010^{2012}}$ By the chain rule, $\frac{d}{d x}(\ln x)^{n}=\frac{n \ln ^{n-1} x}{x}$.
We calculate the definite integral using integration by parts:
$$
\int_{x=1}^{\infty} \frac{(\ln x)^{n}}{x^{2011}} d x=\left[\frac{(\ln x)^{n}}{-2010 x^{2010}}\right]_{x=1}^{x=\infty}-\int_{x=1}^{\infty} \frac{n(\ln x)^{n-1}}{-2010 x^{2011}} d x
$$
But $\ln (1)=0$, and $\lim _{x \rightarrow \infty} \frac{(\ln x)^{n}}{x^{2010}}=0$ for all $n>0$. So
$$
\int_{x=1}^{\infty} \frac{(\ln x)^{n}}{x^{2011}} d x=\int_{x=1}^{\infty} \frac{n(\ln x)^{n-1}}{2010 x^{2011}} d x
$$
It follows that
$$
\int_{x=1}^{\infty} \frac{(\ln x)^{n}}{x^{2011}} d x=\frac{n!}{2010^{n}} \int_{x=1}^{\infty} \frac{1}{x^{2011}} d x=\frac{n!}{2010^{n+1}}
$$
So the answer is $\frac{2011!}{2010^{2012}}$.
|
\frac{2011!}{2010^{2012}}
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Evaluate $\int_{1}^{\infty}\left(\frac{\ln x}{x}\right)^{2011} d x$.
|
$\frac{2011!}{2010^{2012}}$ By the chain rule, $\frac{d}{d x}(\ln x)^{n}=\frac{n \ln ^{n-1} x}{x}$.
We calculate the definite integral using integration by parts:
$$
\int_{x=1}^{\infty} \frac{(\ln x)^{n}}{x^{2011}} d x=\left[\frac{(\ln x)^{n}}{-2010 x^{2010}}\right]_{x=1}^{x=\infty}-\int_{x=1}^{\infty} \frac{n(\ln x)^{n-1}}{-2010 x^{2011}} d x
$$
But $\ln (1)=0$, and $\lim _{x \rightarrow \infty} \frac{(\ln x)^{n}}{x^{2010}}=0$ for all $n>0$. So
$$
\int_{x=1}^{\infty} \frac{(\ln x)^{n}}{x^{2011}} d x=\int_{x=1}^{\infty} \frac{n(\ln x)^{n-1}}{2010 x^{2011}} d x
$$
It follows that
$$
\int_{x=1}^{\infty} \frac{(\ln x)^{n}}{x^{2011}} d x=\frac{n!}{2010^{n}} \int_{x=1}^{\infty} \frac{1}{x^{2011}} d x=\frac{n!}{2010^{n+1}}
$$
So the answer is $\frac{2011!}{2010^{2012}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n11. ",
"solution_match": "\nAnswer: "
}
|
1ad58e31-7126-51de-91f0-3328980313f5
| 608,797
|
Let $f(x)=x^{2}+6 x+c$ for all real numbers $x$, where $c$ is some real number. For what values of $c$ does $f(f(x))$ have exactly 3 distinct real roots?
|
$\frac{\frac{11-\sqrt{13}}{2}}{}$ Suppose $f$ has only one distinct root $r_{1}$. Then, if $x_{1}$ is a root of $f(f(x))$, it must be the case that $f\left(x_{1}\right)=r_{1}$. As a result, $f(f(x))$ would have at most two roots, thus not satisfying the problem condition. Hence $f$ has two distinct roots. Let them be $r_{1} \neq r_{2}$.
Since $f(f(x))$ has just three distinct roots, either $f(x)=r_{1}$ or $f(x)=r_{2}$ has one distinct root. Assume without loss of generality that $r_{1}$ has one distinct root. Then $f(x)=x^{2}+6 x+c=r_{1}$ has one root, so that $x^{2}+6 x+c-r_{1}$ is a square polynomial. Therefore, $c-r_{1}=9$, so that $r_{1}=c-9$. So $c-9$ is a root of $f$. So $(c-9)^{2}+6(c-9)+c=0$, yielding $c^{2}-11 c+27=0$, or $\left(c-\frac{11}{2}\right)^{2}=\frac{13}{2}$. This results to $c=\frac{11 \pm \sqrt{13}}{2}$.
If $c=\frac{11-\sqrt{13}}{2}, f(x)=x^{2}+6 x+\frac{11-\sqrt{13}}{2}=\left(x+\frac{7+\sqrt{13}}{2}\right)\left(x+\frac{5-\sqrt{13}}{2}\right)$. We know $f(x)=\frac{-7-\sqrt{13}}{2}$ has a double root, -3 . Now $\frac{-5+\sqrt{13}}{2}>\frac{-7-\sqrt{13}}{2}$ so the second root is above the vertex of the parabola, and is hit twice.
If $c=\frac{11+\sqrt{13}}{2}, f(x)=x^{2}+6 x+\frac{11+\sqrt{13}}{2}=\left(x+\frac{7-\sqrt{13}}{2}\right)\left(x+\frac{5+\sqrt{13}}{2}\right)$. We know $f(x)=\frac{-7+\sqrt{13}}{2}$ has a double root, -3 , and this is the value of $f$ at the vertex of the parabola, so it is its minimum value. Since $\frac{-5-\sqrt{13}}{2}<\frac{-7+\sqrt{13}}{2}, f(x)=\frac{-5-\sqrt{13}}{2}$ has no solutions. So in this case, $f$ has only one real root.
So the answer is $c=\frac{11-\sqrt{13}}{2}$.
Note: In the solutions packet we had both roots listed as the correct answer. We noticed this oversight on the day of the test and awarded points only for the correct answer.
|
\frac{11-\sqrt{13}}{2}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $f(x)=x^{2}+6 x+c$ for all real numbers $x$, where $c$ is some real number. For what values of $c$ does $f(f(x))$ have exactly 3 distinct real roots?
|
$\frac{\frac{11-\sqrt{13}}{2}}{}$ Suppose $f$ has only one distinct root $r_{1}$. Then, if $x_{1}$ is a root of $f(f(x))$, it must be the case that $f\left(x_{1}\right)=r_{1}$. As a result, $f(f(x))$ would have at most two roots, thus not satisfying the problem condition. Hence $f$ has two distinct roots. Let them be $r_{1} \neq r_{2}$.
Since $f(f(x))$ has just three distinct roots, either $f(x)=r_{1}$ or $f(x)=r_{2}$ has one distinct root. Assume without loss of generality that $r_{1}$ has one distinct root. Then $f(x)=x^{2}+6 x+c=r_{1}$ has one root, so that $x^{2}+6 x+c-r_{1}$ is a square polynomial. Therefore, $c-r_{1}=9$, so that $r_{1}=c-9$. So $c-9$ is a root of $f$. So $(c-9)^{2}+6(c-9)+c=0$, yielding $c^{2}-11 c+27=0$, or $\left(c-\frac{11}{2}\right)^{2}=\frac{13}{2}$. This results to $c=\frac{11 \pm \sqrt{13}}{2}$.
If $c=\frac{11-\sqrt{13}}{2}, f(x)=x^{2}+6 x+\frac{11-\sqrt{13}}{2}=\left(x+\frac{7+\sqrt{13}}{2}\right)\left(x+\frac{5-\sqrt{13}}{2}\right)$. We know $f(x)=\frac{-7-\sqrt{13}}{2}$ has a double root, -3 . Now $\frac{-5+\sqrt{13}}{2}>\frac{-7-\sqrt{13}}{2}$ so the second root is above the vertex of the parabola, and is hit twice.
If $c=\frac{11+\sqrt{13}}{2}, f(x)=x^{2}+6 x+\frac{11+\sqrt{13}}{2}=\left(x+\frac{7-\sqrt{13}}{2}\right)\left(x+\frac{5+\sqrt{13}}{2}\right)$. We know $f(x)=\frac{-7+\sqrt{13}}{2}$ has a double root, -3 , and this is the value of $f$ at the vertex of the parabola, so it is its minimum value. Since $\frac{-5-\sqrt{13}}{2}<\frac{-7+\sqrt{13}}{2}, f(x)=\frac{-5-\sqrt{13}}{2}$ has no solutions. So in this case, $f$ has only one real root.
So the answer is $c=\frac{11-\sqrt{13}}{2}$.
Note: In the solutions packet we had both roots listed as the correct answer. We noticed this oversight on the day of the test and awarded points only for the correct answer.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n12. ",
"solution_match": "\nAnswer: "
}
|
0c46d4f4-1937-5733-8726-b485d0a265de
| 608,798
|
How many polynomials $P$ with integer coefficients and degree at most 5 satisfy $0 \leq P(x)<120$ for all $x \in\{0,1,2,3,4,5\}$ ?
|
86400000 For each nonnegative integer $i$, let $x^{\underline{i}}=x(x-1) \cdots(x-i+1)$. (Define $x^{0}=1$.)
Lemma: Each polynomial with integer coefficients $f$ can be uniquely written in the form
$$
f(x)=a_{n} x^{\underline{n}}+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}, a_{n} \neq 0
$$
Proof: Induct on the degree. The base case (degree 0 ) is clear. If $f$ has degree $m$ with leading coefficient $c$, then by matching leading coefficients we must have $m=n$ and $a_{n}=c$. By the induction hypothesis, $f(x)-c x^{\underline{n}}$ can be uniquely written as $a_{n-1} x \frac{n-1}{}(x)+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}$.
There are 120 possible choices for $a_{0}$, namely any integer in $[0,120)$. Once $a_{0}, \ldots, a_{i-1}$ have been chosen so $0 \leq P(0), \ldots, P(i-1)<120$, for some $0 \leq i \leq 5$, then we have
$$
P(i)=a_{i} i!+a_{i-1} i^{\frac{i-1}{}}+\cdots+a_{0}
$$
so by choosing $a_{i}$ we can make $P(i)$ any number congruent to $a_{i-1} i \frac{i-1}{}+\cdots+a_{0}$ modulo $i$ !. Thus there are $\frac{120}{i!}$ choices for $a_{i}$. Note the choice of $a_{i}$ does not affect the value of $P(0), \ldots, P(i-1)$. Thus all polynomials we obtain in this way are valid. The answer is
$$
\prod_{i=0}^{5} \frac{120}{i!}=86400000
$$
Note: Their is also a solution involving finite differences that is basically equivalent to this solution. One proves that for $i=0,1,2,3,4,5$ there are $\frac{5!}{i!}$ ways to pick the $i$ th finite difference at the point 0 .
|
86400000
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
How many polynomials $P$ with integer coefficients and degree at most 5 satisfy $0 \leq P(x)<120$ for all $x \in\{0,1,2,3,4,5\}$ ?
|
86400000 For each nonnegative integer $i$, let $x^{\underline{i}}=x(x-1) \cdots(x-i+1)$. (Define $x^{0}=1$.)
Lemma: Each polynomial with integer coefficients $f$ can be uniquely written in the form
$$
f(x)=a_{n} x^{\underline{n}}+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}, a_{n} \neq 0
$$
Proof: Induct on the degree. The base case (degree 0 ) is clear. If $f$ has degree $m$ with leading coefficient $c$, then by matching leading coefficients we must have $m=n$ and $a_{n}=c$. By the induction hypothesis, $f(x)-c x^{\underline{n}}$ can be uniquely written as $a_{n-1} x \frac{n-1}{}(x)+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}$.
There are 120 possible choices for $a_{0}$, namely any integer in $[0,120)$. Once $a_{0}, \ldots, a_{i-1}$ have been chosen so $0 \leq P(0), \ldots, P(i-1)<120$, for some $0 \leq i \leq 5$, then we have
$$
P(i)=a_{i} i!+a_{i-1} i^{\frac{i-1}{}}+\cdots+a_{0}
$$
so by choosing $a_{i}$ we can make $P(i)$ any number congruent to $a_{i-1} i \frac{i-1}{}+\cdots+a_{0}$ modulo $i$ !. Thus there are $\frac{120}{i!}$ choices for $a_{i}$. Note the choice of $a_{i}$ does not affect the value of $P(0), \ldots, P(i-1)$. Thus all polynomials we obtain in this way are valid. The answer is
$$
\prod_{i=0}^{5} \frac{120}{i!}=86400000
$$
Note: Their is also a solution involving finite differences that is basically equivalent to this solution. One proves that for $i=0,1,2,3,4,5$ there are $\frac{5!}{i!}$ ways to pick the $i$ th finite difference at the point 0 .
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n14. ",
"solution_match": "\nAnswer: "
}
|
17550fba-3436-500b-8df6-27ce063b5a96
| 608,800
|
Let $f(x)=x^{2}-r_{2} x+r_{3}$ for all real numbers $x$, where $r_{2}$ and $r_{3}$ are some real numbers. Define a sequence $\left\{g_{n}\right\}$ for all nonnegative integers $n$ by $g_{0}=0$ and $g_{n+1}=f\left(g_{n}\right)$. Assume that $\left\{g_{n}\right\}$ satisfies the following three conditions: (i) $g_{2 i}<g_{2 i+1}$ and $g_{2 i+1}>g_{2 i+2}$ for all $0 \leq i \leq 2011$; (ii) there exists a positive integer $j$ such that $g_{i+1}>g_{i}$ for all $i>j$, and (iii) $\left\{g_{n}\right\}$ is unbounded. If $A$ is the greatest number such that $A \leq\left|r_{2}\right|$ for any function $f$ satisfying these properties, find $A$.
|
2 Consider the function $f(x)-x$. By the constraints of the problem, $f(x)-x$ must be negative for some $x$, namely, for $x=g_{2 i+1}, 0 \leq i \leq 2011$. Since $f(x)-x$ is positive for $x$ of large absolute value, the graph of $f(x)-x$ crosses the $x$-axis twice and $f(x)-x$ has two real roots, say $a<b$. Factoring gives $f(x)-x=(x-a)(x-b)$, or $f(x)=(x-a)(x-b)+x$.
Now, for $x<a, f(x)>x>a$, while for $x>b, f(x)>x>b$. Let $c \neq b$ be the number such that $f(c)=f(b)=b$. Note that $b$ is not the vertex as $f(a)=a<b$, so by the symmetry of quadratics, $c$ exists and $\frac{b+c}{2}=\frac{r_{2}}{2}$ as the vertex of the parabola. By the same token, $\frac{b+a}{2}=\frac{r_{2}+1}{2}$ is the vertex of $f(x)-x$. Hence $c=a-1$. If $f(x)>b$ then $x<c$ or $x>b$. Consider the smallest $j$ such that $g_{j}>b$. Then by the above observation, $g_{j-1}<c$. (If $g_{i} \geq b$ then $f\left(g_{i}\right) \geq g_{i} \geq b$ so by induction, $g_{i+1} \geq g_{i}$ for all $i \geq j$. Hence $j>1$; in fact $j \geq 4025$.) Since $g_{j-1}=f\left(g_{j-2}\right)$, the minimum value of $f$ is less than $c$. The minimum value is the value of $f$ evaluated at its vertex, $\frac{b+a-1}{2}$, so
$$
\begin{aligned}
f\left(\frac{b+a-1}{2}\right) & <c \\
\left(\frac{b+a-1}{2}-a\right)\left(\frac{b+a-1}{2}-b\right)+\frac{b+a-1}{2} & <a-1 \\
\frac{1-(b-a)^{2}}{4}+\frac{b-a+1}{2} & <0 \\
\frac{3}{4} & <\frac{(b-a)^{2}}{4}-\frac{b-a}{2} \\
4 & <(b-a-1)^{2}
\end{aligned}
$$
Then either $b-a-1<-2$ or $b-a-1>2$, but $b>a$, so the latter must hold and $(b-a)^{2}>9$. Now, the discriminant of $f(x)-x$ equals $(b-a)^{2}$ (the square of the difference of the two roots) and $\left(r_{2}+1\right)^{2}-4 r_{3}$ (from the coefficients), so $\left(r_{2}+1\right)^{2}>9+4 r_{3}$. But $r_{3}=g_{1}>g_{0}=0$ so $\left|r_{2}\right|>2$.
We claim that we can make $\left|r_{2}\right|$ arbitrarily close to 2 , so that the answer is 2 . First define $G_{i}, i \geq 0$ as follows. Let $N \geq 2012$ be an integer. For $\varepsilon>0$ let $h(x)=x^{2}-2-\varepsilon, g_{\varepsilon}(x)=-\sqrt{x+2+\varepsilon}$ and $G_{2 N+1}=2+\varepsilon$, and define $G_{i}$ recursively by $G_{i}=g_{\varepsilon}\left(G_{i+1}\right), G_{i+1}=h\left(G_{i}\right)$. (These two equations are consistent.) Note the following.
(i) $G_{2 i}<G_{2 i+1}$ and $G_{2 i+1}>G_{2 i+2}$ for $0 \leq i \leq N-1$. First note $G_{2 N}=-\sqrt{4+2 \varepsilon}>-\sqrt{4+2 \varepsilon+\varepsilon^{2}}=$ $-2-\varepsilon$. Let $l$ be the negative solution to $h(x)=x$. Note that $-2-\varepsilon<G_{2 N}<l<0$ since $h\left(G_{2 N}\right)>0>G_{2 N}$. Now $g_{\varepsilon}(x)$ is defined as long as $x \geq-2-\varepsilon$, and it sends $(-2-\varepsilon, l)$ into $(l, 0)$ and $(l, 0)$ into $(-2-\varepsilon, l)$. It follows that the $G_{i}, 0 \leq i \leq 2 N$ are well-defined; moreover, $G_{2 i}<l$ and $G_{2 i+1}>l$ for $0 \leq i \leq N-1$ by backwards induction on $i$, so the desired inequalities follow.
(ii) $G_{i}$ is increasing for $i \geq 2 N+1$. Indeed, if $x \geq 2+\varepsilon$, then $x^{2}-x=x(x-1)>2+\varepsilon$ so $h(x)>x$. Hence $2+\varepsilon=G_{2 N+1}<G_{2 N+2}<\cdots$.
(iii) $G_{i}$ is unbounded. This follows since $h(x)-x=x(x-2)-2-\varepsilon$ is increasing for $x>2+\varepsilon$, so $G_{i}$ increases faster and faster for $i \geq 2 N+1$.
Now define $f(x)=h\left(x+G_{0}\right)-G_{0}=x^{2}+2 G_{0} x+G_{0}^{2}-G_{0}-2-\varepsilon$. Note $G_{i+1}=h\left(G_{i}\right)$ while $g_{i+1}=f\left(g_{i}\right)=h\left(g_{i}+G_{0}\right)-G_{0}$, so by induction $g_{i}=G_{i}-G_{0}$. Since $\left\{G_{i}\right\}_{i=0}^{\infty}$ satisfies (i), (ii), and (iii), so does $g_{i}$.
We claim that we can make $G_{0}$ arbitrarily close to -1 by choosing $N$ large enough and $\varepsilon$ small enough; this will make $r_{2}=-2 G_{0}$ arbitrarily close to 2 . Choosing $N$ large corresponds to taking $G_{0}$ to be a larger iterate of $2+\varepsilon$ under $g_{\varepsilon}(x)$. By continuity of this function with respect to $x$ and $\varepsilon$, it suffices to
take $\varepsilon=0$ and show that (letting $g=g_{0}$ )
$$
g^{(n)}(2)=\underbrace{g(\cdots g}_{n}(2) \cdots) \rightarrow-1 \text { as } n \rightarrow \infty
$$
But note that for $0 \leq \theta \leq \frac{\pi}{2}$,
$$
g(-2 \cos \theta)=-\sqrt{2-2 \cos \theta}=-2 \sin \left(\frac{\theta}{2}\right)=2 \cos \left(\frac{\pi}{2}-\frac{\theta}{2}\right)
$$
Hence by induction, $g^{(n)}(-2 \cos \theta)=-2 \cos \left(\frac{\pi}{2}-\frac{\pi}{4}+\cdots+(-1)^{n}\left(\theta-\frac{\pi}{2^{n}}\right)\right)$. Hence $g^{(n)}(2)=g^{(n-1)}(-2 \cos 0)$ converges to $-2 \cos \left(\frac{\pi}{2}-\frac{\pi}{4}+\cdots\right)=-2 \cos \left(\frac{\pi}{3}\right)=-1$, as needed.
|
2
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $f(x)=x^{2}-r_{2} x+r_{3}$ for all real numbers $x$, where $r_{2}$ and $r_{3}$ are some real numbers. Define a sequence $\left\{g_{n}\right\}$ for all nonnegative integers $n$ by $g_{0}=0$ and $g_{n+1}=f\left(g_{n}\right)$. Assume that $\left\{g_{n}\right\}$ satisfies the following three conditions: (i) $g_{2 i}<g_{2 i+1}$ and $g_{2 i+1}>g_{2 i+2}$ for all $0 \leq i \leq 2011$; (ii) there exists a positive integer $j$ such that $g_{i+1}>g_{i}$ for all $i>j$, and (iii) $\left\{g_{n}\right\}$ is unbounded. If $A$ is the greatest number such that $A \leq\left|r_{2}\right|$ for any function $f$ satisfying these properties, find $A$.
|
2 Consider the function $f(x)-x$. By the constraints of the problem, $f(x)-x$ must be negative for some $x$, namely, for $x=g_{2 i+1}, 0 \leq i \leq 2011$. Since $f(x)-x$ is positive for $x$ of large absolute value, the graph of $f(x)-x$ crosses the $x$-axis twice and $f(x)-x$ has two real roots, say $a<b$. Factoring gives $f(x)-x=(x-a)(x-b)$, or $f(x)=(x-a)(x-b)+x$.
Now, for $x<a, f(x)>x>a$, while for $x>b, f(x)>x>b$. Let $c \neq b$ be the number such that $f(c)=f(b)=b$. Note that $b$ is not the vertex as $f(a)=a<b$, so by the symmetry of quadratics, $c$ exists and $\frac{b+c}{2}=\frac{r_{2}}{2}$ as the vertex of the parabola. By the same token, $\frac{b+a}{2}=\frac{r_{2}+1}{2}$ is the vertex of $f(x)-x$. Hence $c=a-1$. If $f(x)>b$ then $x<c$ or $x>b$. Consider the smallest $j$ such that $g_{j}>b$. Then by the above observation, $g_{j-1}<c$. (If $g_{i} \geq b$ then $f\left(g_{i}\right) \geq g_{i} \geq b$ so by induction, $g_{i+1} \geq g_{i}$ for all $i \geq j$. Hence $j>1$; in fact $j \geq 4025$.) Since $g_{j-1}=f\left(g_{j-2}\right)$, the minimum value of $f$ is less than $c$. The minimum value is the value of $f$ evaluated at its vertex, $\frac{b+a-1}{2}$, so
$$
\begin{aligned}
f\left(\frac{b+a-1}{2}\right) & <c \\
\left(\frac{b+a-1}{2}-a\right)\left(\frac{b+a-1}{2}-b\right)+\frac{b+a-1}{2} & <a-1 \\
\frac{1-(b-a)^{2}}{4}+\frac{b-a+1}{2} & <0 \\
\frac{3}{4} & <\frac{(b-a)^{2}}{4}-\frac{b-a}{2} \\
4 & <(b-a-1)^{2}
\end{aligned}
$$
Then either $b-a-1<-2$ or $b-a-1>2$, but $b>a$, so the latter must hold and $(b-a)^{2}>9$. Now, the discriminant of $f(x)-x$ equals $(b-a)^{2}$ (the square of the difference of the two roots) and $\left(r_{2}+1\right)^{2}-4 r_{3}$ (from the coefficients), so $\left(r_{2}+1\right)^{2}>9+4 r_{3}$. But $r_{3}=g_{1}>g_{0}=0$ so $\left|r_{2}\right|>2$.
We claim that we can make $\left|r_{2}\right|$ arbitrarily close to 2 , so that the answer is 2 . First define $G_{i}, i \geq 0$ as follows. Let $N \geq 2012$ be an integer. For $\varepsilon>0$ let $h(x)=x^{2}-2-\varepsilon, g_{\varepsilon}(x)=-\sqrt{x+2+\varepsilon}$ and $G_{2 N+1}=2+\varepsilon$, and define $G_{i}$ recursively by $G_{i}=g_{\varepsilon}\left(G_{i+1}\right), G_{i+1}=h\left(G_{i}\right)$. (These two equations are consistent.) Note the following.
(i) $G_{2 i}<G_{2 i+1}$ and $G_{2 i+1}>G_{2 i+2}$ for $0 \leq i \leq N-1$. First note $G_{2 N}=-\sqrt{4+2 \varepsilon}>-\sqrt{4+2 \varepsilon+\varepsilon^{2}}=$ $-2-\varepsilon$. Let $l$ be the negative solution to $h(x)=x$. Note that $-2-\varepsilon<G_{2 N}<l<0$ since $h\left(G_{2 N}\right)>0>G_{2 N}$. Now $g_{\varepsilon}(x)$ is defined as long as $x \geq-2-\varepsilon$, and it sends $(-2-\varepsilon, l)$ into $(l, 0)$ and $(l, 0)$ into $(-2-\varepsilon, l)$. It follows that the $G_{i}, 0 \leq i \leq 2 N$ are well-defined; moreover, $G_{2 i}<l$ and $G_{2 i+1}>l$ for $0 \leq i \leq N-1$ by backwards induction on $i$, so the desired inequalities follow.
(ii) $G_{i}$ is increasing for $i \geq 2 N+1$. Indeed, if $x \geq 2+\varepsilon$, then $x^{2}-x=x(x-1)>2+\varepsilon$ so $h(x)>x$. Hence $2+\varepsilon=G_{2 N+1}<G_{2 N+2}<\cdots$.
(iii) $G_{i}$ is unbounded. This follows since $h(x)-x=x(x-2)-2-\varepsilon$ is increasing for $x>2+\varepsilon$, so $G_{i}$ increases faster and faster for $i \geq 2 N+1$.
Now define $f(x)=h\left(x+G_{0}\right)-G_{0}=x^{2}+2 G_{0} x+G_{0}^{2}-G_{0}-2-\varepsilon$. Note $G_{i+1}=h\left(G_{i}\right)$ while $g_{i+1}=f\left(g_{i}\right)=h\left(g_{i}+G_{0}\right)-G_{0}$, so by induction $g_{i}=G_{i}-G_{0}$. Since $\left\{G_{i}\right\}_{i=0}^{\infty}$ satisfies (i), (ii), and (iii), so does $g_{i}$.
We claim that we can make $G_{0}$ arbitrarily close to -1 by choosing $N$ large enough and $\varepsilon$ small enough; this will make $r_{2}=-2 G_{0}$ arbitrarily close to 2 . Choosing $N$ large corresponds to taking $G_{0}$ to be a larger iterate of $2+\varepsilon$ under $g_{\varepsilon}(x)$. By continuity of this function with respect to $x$ and $\varepsilon$, it suffices to
take $\varepsilon=0$ and show that (letting $g=g_{0}$ )
$$
g^{(n)}(2)=\underbrace{g(\cdots g}_{n}(2) \cdots) \rightarrow-1 \text { as } n \rightarrow \infty
$$
But note that for $0 \leq \theta \leq \frac{\pi}{2}$,
$$
g(-2 \cos \theta)=-\sqrt{2-2 \cos \theta}=-2 \sin \left(\frac{\theta}{2}\right)=2 \cos \left(\frac{\pi}{2}-\frac{\theta}{2}\right)
$$
Hence by induction, $g^{(n)}(-2 \cos \theta)=-2 \cos \left(\frac{\pi}{2}-\frac{\pi}{4}+\cdots+(-1)^{n}\left(\theta-\frac{\pi}{2^{n}}\right)\right)$. Hence $g^{(n)}(2)=g^{(n-1)}(-2 \cos 0)$ converges to $-2 \cos \left(\frac{\pi}{2}-\frac{\pi}{4}+\cdots\right)=-2 \cos \left(\frac{\pi}{3}\right)=-1$, as needed.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n16. ",
"solution_match": "\nAnswer: "
}
|
feabfcdb-a646-5583-b602-7be827902ee3
| 608,802
|
Let $z=\cos \frac{2 \pi}{2011}+i \sin \frac{2 \pi}{2011}$, and let
$$
P(x)=x^{2008}+3 x^{2007}+6 x^{2006}+\ldots \frac{2008 \cdot 2009}{2} x+\frac{2009 \cdot 2010}{2}
$$
for all complex numbers $x$. Evaluate $P(z) P\left(z^{2}\right) P\left(z^{3}\right) \ldots P\left(z^{2010}\right)$.
|
$2011^{2009} \cdot\left(1005^{2011}-1004^{2011}\right)$ Multiply $P(x)$ by $x-1$ to get
$$
P(x)(x-1)=x^{2009}+2 x^{2008}+\ldots+2009 x-\frac{2009 \cdot 2010}{2}
$$
or,
$$
P(x)(x-1)+2010 \cdot 1005=x^{2009}+2 x^{2008}+\ldots+2009 x+2010
$$
Multiplying by $x-1$ once again:
$$
\begin{aligned}
(x-1)\left(P(x)(x-1)+\frac{2010 \cdot 2011}{2}\right) & =x^{2010}+x^{2009}+\ldots+x-2010 \\
& =\left(x^{2010}+x^{2009}+\ldots+x+1\right)-2011 .
\end{aligned}
$$
Hence,
$$
P(x)=\frac{\frac{\left(x^{2010}+x^{2009}+\ldots+x+1\right)-2011}{x-1}-2011 \cdot 1005}{x-1}
$$
Note that $x^{2010}+x^{2009}+\ldots+x+1$ has $z, z^{2}, \ldots, z^{2010}$ as roots, so they vanish at those points. Plugging those 2010 powers of $z$ into the last equation, and multiplying them together, we obtain
$$
\prod_{i=1}^{2010} P\left(z^{i}\right)=\frac{(-2011) \cdot 1005 \cdot\left(x-\frac{1004}{1005}\right)}{(x-1)^{2}} .
$$
Note that $(x-z)\left(x-z^{2}\right) \ldots\left(x-z^{2010}\right)=x^{2010}+x^{2009}+\ldots+1$. Using this, the product turns out to be $2011^{2009} \cdot\left(1005^{2011}-1004^{2011}\right)$.
|
2011^{2009} \cdot\left(1005^{2011}-1004^{2011}\right)
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $z=\cos \frac{2 \pi}{2011}+i \sin \frac{2 \pi}{2011}$, and let
$$
P(x)=x^{2008}+3 x^{2007}+6 x^{2006}+\ldots \frac{2008 \cdot 2009}{2} x+\frac{2009 \cdot 2010}{2}
$$
for all complex numbers $x$. Evaluate $P(z) P\left(z^{2}\right) P\left(z^{3}\right) \ldots P\left(z^{2010}\right)$.
|
$2011^{2009} \cdot\left(1005^{2011}-1004^{2011}\right)$ Multiply $P(x)$ by $x-1$ to get
$$
P(x)(x-1)=x^{2009}+2 x^{2008}+\ldots+2009 x-\frac{2009 \cdot 2010}{2}
$$
or,
$$
P(x)(x-1)+2010 \cdot 1005=x^{2009}+2 x^{2008}+\ldots+2009 x+2010
$$
Multiplying by $x-1$ once again:
$$
\begin{aligned}
(x-1)\left(P(x)(x-1)+\frac{2010 \cdot 2011}{2}\right) & =x^{2010}+x^{2009}+\ldots+x-2010 \\
& =\left(x^{2010}+x^{2009}+\ldots+x+1\right)-2011 .
\end{aligned}
$$
Hence,
$$
P(x)=\frac{\frac{\left(x^{2010}+x^{2009}+\ldots+x+1\right)-2011}{x-1}-2011 \cdot 1005}{x-1}
$$
Note that $x^{2010}+x^{2009}+\ldots+x+1$ has $z, z^{2}, \ldots, z^{2010}$ as roots, so they vanish at those points. Plugging those 2010 powers of $z$ into the last equation, and multiplying them together, we obtain
$$
\prod_{i=1}^{2010} P\left(z^{i}\right)=\frac{(-2011) \cdot 1005 \cdot\left(x-\frac{1004}{1005}\right)}{(x-1)^{2}} .
$$
Note that $(x-z)\left(x-z^{2}\right) \ldots\left(x-z^{2010}\right)=x^{2010}+x^{2009}+\ldots+1$. Using this, the product turns out to be $2011^{2009} \cdot\left(1005^{2011}-1004^{2011}\right)$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcalc-solutions.jsonl",
"problem_match": "\n18. ",
"solution_match": "\nAnswer: "
}
|
e8f01386-c861-5c0f-be34-f7d758e2130b
| 608,804
|
A classroom has 30 students and 30 desks arranged in 5 rows of 6 . If the class has 15 boys and 15 girls, in how many ways can the students be placed in the chairs such that no boy is sitting in front of, behind, or next to another boy, and no girl is sitting in front of, behind, or next to another girl?
|
$2 \cdot 15!^{2}$ If we color the desks of the class in a checkerboard pattern, we notice that all of one gender must go in the squares colored black, and the other gender must go in the squares colored white. There are 2 ways to pick which gender goes in which color, 15 ! ways to put the boys into desks and 15 ! ways to put the girls into desks. So the number of ways is $2 \cdot 15!^{2}$.
(There is a little ambiguity in the problem statement as to whether the 15 boys and the 15 girls are distinguishable or not. If they are not distinguishable, the answer is clearly 2. Given the number of contestants who submitted the answer 2, the graders judged that there was enough ambiguity to justify accepting 2 as a correct answer. So both 2 and $2 \cdot 15!^{2}$ were accepted as correct answers.)
|
2 \cdot 15!^{2}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A classroom has 30 students and 30 desks arranged in 5 rows of 6 . If the class has 15 boys and 15 girls, in how many ways can the students be placed in the chairs such that no boy is sitting in front of, behind, or next to another boy, and no girl is sitting in front of, behind, or next to another girl?
|
$2 \cdot 15!^{2}$ If we color the desks of the class in a checkerboard pattern, we notice that all of one gender must go in the squares colored black, and the other gender must go in the squares colored white. There are 2 ways to pick which gender goes in which color, 15 ! ways to put the boys into desks and 15 ! ways to put the girls into desks. So the number of ways is $2 \cdot 15!^{2}$.
(There is a little ambiguity in the problem statement as to whether the 15 boys and the 15 girls are distinguishable or not. If they are not distinguishable, the answer is clearly 2. Given the number of contestants who submitted the answer 2, the graders judged that there was enough ambiguity to justify accepting 2 as a correct answer. So both 2 and $2 \cdot 15!^{2}$ were accepted as correct answers.)
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n2. ",
"solution_match": "\nAnswer: "
}
|
4abca842-e90b-58d9-9f8b-7e3f62a42ab0
| 608,807
|
The integers from 1 to $n$ are written in increasing order from left to right on a blackboard. David and Goliath play the following game: starting with David, the two players alternate erasing any two consecutive numbers and replacing them with their sum or product. Play continues until only one number on the board remains. If it is odd, David wins, but if it is even, Goliath wins. Find the 2011th smallest positive integer greater than 1 for which David can guarantee victory.
|
4022 If $n$ is odd and greater than 1 , then Goliath makes the last move. No matter what two numbers are on the board, Goliath can combine them to make an even number. Hence Goliath has a winning strategy in this case.
Now suppose $n$ is even. We can replace all numbers on the board by their residues modulo 2. Initially the board reads $1,0,1,0, \ldots, 1,0$. David combines the rightmost 1 and 0 by addition to make 1 , so now the board reads $1,0,1,0, \ldots, 0,1$. We call a board of this form a "good" board. When it is Goliath's turn, and there is a good board, no matter where he moves, David can make a move to restore a good board. Indeed, Goliath must combine a neighboring 0 and 1 ; David can then combine that number with a neighboring 1 to make 1 and create a good board with two fewer numbers.
David can ensure a good board after his last turn. But a good board with one number is simply 1 , so David wins. So David has a winning strategy if $n$ is even. Therefore, the 2011th smallest positive integer greater than 1 for which David can guarantee victory is the 2011th even positive integer, which is 4022 .
|
4022
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
The integers from 1 to $n$ are written in increasing order from left to right on a blackboard. David and Goliath play the following game: starting with David, the two players alternate erasing any two consecutive numbers and replacing them with their sum or product. Play continues until only one number on the board remains. If it is odd, David wins, but if it is even, Goliath wins. Find the 2011th smallest positive integer greater than 1 for which David can guarantee victory.
|
4022 If $n$ is odd and greater than 1 , then Goliath makes the last move. No matter what two numbers are on the board, Goliath can combine them to make an even number. Hence Goliath has a winning strategy in this case.
Now suppose $n$ is even. We can replace all numbers on the board by their residues modulo 2. Initially the board reads $1,0,1,0, \ldots, 1,0$. David combines the rightmost 1 and 0 by addition to make 1 , so now the board reads $1,0,1,0, \ldots, 0,1$. We call a board of this form a "good" board. When it is Goliath's turn, and there is a good board, no matter where he moves, David can make a move to restore a good board. Indeed, Goliath must combine a neighboring 0 and 1 ; David can then combine that number with a neighboring 1 to make 1 and create a good board with two fewer numbers.
David can ensure a good board after his last turn. But a good board with one number is simply 1 , so David wins. So David has a winning strategy if $n$ is even. Therefore, the 2011th smallest positive integer greater than 1 for which David can guarantee victory is the 2011th even positive integer, which is 4022 .
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n10. ",
"solution_match": "\nAnswer: "
}
|
93243992-2f5e-57da-a4ad-7e313b610342
| 608,808
|
Mike and Harry play a game on an $8 \times 8$ board. For some positive integer $k$, Mike chooses $k$ squares and writes an $M$ in each of them. Harry then chooses $k+1$ squares and writes an $H$ in each of them. After Harry is done, Mike wins if there is a sequence of letters forming " $H M M$ " or " $M M H$," when read either horizontally or vertically, and Harry wins otherwise. Determine the smallest value of $k$ for which Mike has a winning strategy.
|
16 Suppose Mike writes $k M$ 's. Let $a$ be the number of squares which, if Harry writes an $H$ in, will yield either $H M M$ or $M M H$ horizontally, and let $b$ be the number of squares which, if Harry writes an $H$ in, will yield either $H M M$ or $M M H$ vertically. We will show that $a \leq k$ and $b \leq k$. Then, it will follow that there are at most $a+b \leq 2 k$ squares which Harry cannot write an $H$ in. There will be at least $64-k-2 k=64-3 k$ squares which Harry can write in. If $64-3 k \geq k+1$, or $k \leq 15$, then Harry wins.
We will show that $a \leq k$ (that $b \leq k$ will follow by symmetry). Suppose there are $a_{i} M$ 's in row $i$. In each group of 2 or more consective $M$ 's, Harry cannot write $H$ to the left or right of that group, giving at most 2 forbidden squares. Hence $a_{i}$ is at most the number of $M$ 's in row $i$. Summing over the rows gives the desired result.
Mike can win by writing 16 M's according to the following diagram:

|
16
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Mike and Harry play a game on an $8 \times 8$ board. For some positive integer $k$, Mike chooses $k$ squares and writes an $M$ in each of them. Harry then chooses $k+1$ squares and writes an $H$ in each of them. After Harry is done, Mike wins if there is a sequence of letters forming " $H M M$ " or " $M M H$," when read either horizontally or vertically, and Harry wins otherwise. Determine the smallest value of $k$ for which Mike has a winning strategy.
|
16 Suppose Mike writes $k M$ 's. Let $a$ be the number of squares which, if Harry writes an $H$ in, will yield either $H M M$ or $M M H$ horizontally, and let $b$ be the number of squares which, if Harry writes an $H$ in, will yield either $H M M$ or $M M H$ vertically. We will show that $a \leq k$ and $b \leq k$. Then, it will follow that there are at most $a+b \leq 2 k$ squares which Harry cannot write an $H$ in. There will be at least $64-k-2 k=64-3 k$ squares which Harry can write in. If $64-3 k \geq k+1$, or $k \leq 15$, then Harry wins.
We will show that $a \leq k$ (that $b \leq k$ will follow by symmetry). Suppose there are $a_{i} M$ 's in row $i$. In each group of 2 or more consective $M$ 's, Harry cannot write $H$ to the left or right of that group, giving at most 2 forbidden squares. Hence $a_{i}$ is at most the number of $M$ 's in row $i$. Summing over the rows gives the desired result.
Mike can win by writing 16 M's according to the following diagram:

|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n12. ",
"solution_match": "\nAnswer: "
}
|
4d78669f-4cb5-5030-b403-072bf9faafee
| 608,809
|
How many polynomials $P$ with integer coefficients and degree at most 5 satisfy $0 \leq P(x)<120$ for all $x \in\{0,1,2,3,4,5\} ?$
|
86400000 For each nonnegative integer $i$, let $x^{\underline{i}}=x(x-1) \cdots(x-i+1)$. (Define $x^{\underline{0}}=1$.)
Lemma: Each polynomial with integer coefficients $f$ can be uniquely written in the form
$$
f(x)=a_{n} x^{\underline{n}}+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}, a_{n} \neq 0
$$
Proof: Induct on the degree. The base case (degree 0 ) is clear. If $f$ has degree $m$ with leading coefficient $c$, then by matching leading coefficients we must have $m=n$ and $a_{n}=c$. By the induction hypothesis, $f(x)-c x^{\underline{n}}$ can be uniquely written as $a_{n-1} x^{\underline{n-1}}(x)+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}$.
There are 120 possible choices for $a_{0}$, namely any integer in $[0,120)$. Once $a_{0}, \ldots, a_{i-1}$ have been chosen so $0 \leq P(0), \ldots, P(i-1)<120$, for some $0 \leq i \leq 5$, then we have
$$
P(i)=a_{i} i!+a_{i-1} i^{\frac{i-1}{}}+\cdots+a_{0}
$$
so by choosing $a_{i}$ we can make $P(i)$ any number congruent to $a_{i-1} i \frac{i-1}{}+\cdots+a_{0}$ modulo $i$ !. Thus there are $\frac{120}{i!}$ choices for $a_{i}$. Note the choice of $a_{i}$ does not affect the value of $P(0), \ldots, P(i-1)$. Thus all polynomials we obtain in this way are valid. The answer is
$$
\prod_{i=0}^{5} \frac{120}{i!}=86400000
$$
Note: Their is also a solution involving finite differences that is basically equivalent to this solution. One proves that for $i=0,1,2,3,4,5$ there are $\frac{5!}{i!}$ ways to pick the $i$ th finite difference at the point 0 .
|
86400000
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
How many polynomials $P$ with integer coefficients and degree at most 5 satisfy $0 \leq P(x)<120$ for all $x \in\{0,1,2,3,4,5\} ?$
|
86400000 For each nonnegative integer $i$, let $x^{\underline{i}}=x(x-1) \cdots(x-i+1)$. (Define $x^{\underline{0}}=1$.)
Lemma: Each polynomial with integer coefficients $f$ can be uniquely written in the form
$$
f(x)=a_{n} x^{\underline{n}}+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}, a_{n} \neq 0
$$
Proof: Induct on the degree. The base case (degree 0 ) is clear. If $f$ has degree $m$ with leading coefficient $c$, then by matching leading coefficients we must have $m=n$ and $a_{n}=c$. By the induction hypothesis, $f(x)-c x^{\underline{n}}$ can be uniquely written as $a_{n-1} x^{\underline{n-1}}(x)+\ldots+a_{1} x^{\underline{1}}+a_{0} x^{\underline{0}}$.
There are 120 possible choices for $a_{0}$, namely any integer in $[0,120)$. Once $a_{0}, \ldots, a_{i-1}$ have been chosen so $0 \leq P(0), \ldots, P(i-1)<120$, for some $0 \leq i \leq 5$, then we have
$$
P(i)=a_{i} i!+a_{i-1} i^{\frac{i-1}{}}+\cdots+a_{0}
$$
so by choosing $a_{i}$ we can make $P(i)$ any number congruent to $a_{i-1} i \frac{i-1}{}+\cdots+a_{0}$ modulo $i$ !. Thus there are $\frac{120}{i!}$ choices for $a_{i}$. Note the choice of $a_{i}$ does not affect the value of $P(0), \ldots, P(i-1)$. Thus all polynomials we obtain in this way are valid. The answer is
$$
\prod_{i=0}^{5} \frac{120}{i!}=86400000
$$
Note: Their is also a solution involving finite differences that is basically equivalent to this solution. One proves that for $i=0,1,2,3,4,5$ there are $\frac{5!}{i!}$ ways to pick the $i$ th finite difference at the point 0 .
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n13. ",
"solution_match": "\nAnswer: "
}
|
12a2ee45-f9b0-544a-ba1c-d7dc8c5549a2
| 608,810
|
The ordered pairs $(2011,2),(2010,3),(2009,4), \ldots,(1008,1005),(1007,1006)$ are written from left to right on a blackboard. Every minute, Elizabeth selects a pair of adjacent pairs $\left(x_{i}, y_{i}\right)$ and $\left(x_{j}, y_{j}\right)$, with $\left(x_{i}, y_{i}\right)$ left of $\left(x_{j}, y_{j}\right)$, erases them, and writes $\left(\frac{x_{i} y_{i} x_{j}}{y_{j}}, \frac{x_{i} y_{i} y_{j}}{x_{j}}\right)$ in their place. Elizabeth continues this process until only one ordered pair remains. How many possible ordered pairs $(x, y)$ could appear on the blackboard after the process has come to a conclusion?
|
504510 First, note that none of the numbers will ever be 0 . Let $\star$ denote the replacement operation. For each pair on the board $\left(x_{i}, y_{i}\right)$ define its primary form to be $\left(x_{i}, y_{i}\right)$ and its secondary form to be $\left[x_{i} y_{i}, \frac{x_{i}}{y_{i}}\right]$. Note that the primary form determines the secondary form uniquely and vice versa. In secondary form,
$$
\left[a_{1}, b_{1}\right] \star\left[a_{2}, b_{2}\right]=\left(\sqrt{a_{1} b_{1}}, \sqrt{\frac{a_{1}}{b_{1}}}\right) \star\left(\sqrt{a_{2} b_{2}}, \sqrt{\frac{a_{2}}{b_{2}}}\right)=\left(a_{1} b_{2}, \frac{a_{1}}{b_{2}}\right)=\left[a_{1}^{2}, b_{2}^{2}\right]
$$
Thus we may replace all pairs on the board by their secondary form and use the above rule for $\star$ instead. From the above rule, we see that if the leftmost number on the board is $x$, then after one minute it will be $x$ or $x^{2}$ depending on whether it was erased in the intervening step, and similarly for the rightmost number. Let $k$ be the number of times the leftmost pair is erased and $n$ be the number of times the rightmost pair is erased. Then the final pair is
$$
\left[4022^{2^{k}},\left(\frac{1007}{1006}\right)^{2^{n}}\right]
$$
Any step except the last cannot involve both the leftmost and rightmost pair, so $k+n \leq 1005$. Since every pair must be erased at least once, $k, n \geq 1$. Every pair of integers satisfying the above can occur, for example, by making $1005-k-n$ moves involving only the pairs in the middle, then making $k-1$ moves involving the leftmost pair, and finally $n$ moves involving the rightmost pair.
In light of (2), the answer is the number of possible pairs $(k, n)$, which is $\sum_{k=1}^{1004} \sum_{n=1}^{1005-k} 1=\sum_{k=1}^{1004} 1005-k=$ $\sum_{k=1}^{1004} k=\frac{1004 \cdot 1005}{2}=504510$.
|
504510
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
The ordered pairs $(2011,2),(2010,3),(2009,4), \ldots,(1008,1005),(1007,1006)$ are written from left to right on a blackboard. Every minute, Elizabeth selects a pair of adjacent pairs $\left(x_{i}, y_{i}\right)$ and $\left(x_{j}, y_{j}\right)$, with $\left(x_{i}, y_{i}\right)$ left of $\left(x_{j}, y_{j}\right)$, erases them, and writes $\left(\frac{x_{i} y_{i} x_{j}}{y_{j}}, \frac{x_{i} y_{i} y_{j}}{x_{j}}\right)$ in their place. Elizabeth continues this process until only one ordered pair remains. How many possible ordered pairs $(x, y)$ could appear on the blackboard after the process has come to a conclusion?
|
504510 First, note that none of the numbers will ever be 0 . Let $\star$ denote the replacement operation. For each pair on the board $\left(x_{i}, y_{i}\right)$ define its primary form to be $\left(x_{i}, y_{i}\right)$ and its secondary form to be $\left[x_{i} y_{i}, \frac{x_{i}}{y_{i}}\right]$. Note that the primary form determines the secondary form uniquely and vice versa. In secondary form,
$$
\left[a_{1}, b_{1}\right] \star\left[a_{2}, b_{2}\right]=\left(\sqrt{a_{1} b_{1}}, \sqrt{\frac{a_{1}}{b_{1}}}\right) \star\left(\sqrt{a_{2} b_{2}}, \sqrt{\frac{a_{2}}{b_{2}}}\right)=\left(a_{1} b_{2}, \frac{a_{1}}{b_{2}}\right)=\left[a_{1}^{2}, b_{2}^{2}\right]
$$
Thus we may replace all pairs on the board by their secondary form and use the above rule for $\star$ instead. From the above rule, we see that if the leftmost number on the board is $x$, then after one minute it will be $x$ or $x^{2}$ depending on whether it was erased in the intervening step, and similarly for the rightmost number. Let $k$ be the number of times the leftmost pair is erased and $n$ be the number of times the rightmost pair is erased. Then the final pair is
$$
\left[4022^{2^{k}},\left(\frac{1007}{1006}\right)^{2^{n}}\right]
$$
Any step except the last cannot involve both the leftmost and rightmost pair, so $k+n \leq 1005$. Since every pair must be erased at least once, $k, n \geq 1$. Every pair of integers satisfying the above can occur, for example, by making $1005-k-n$ moves involving only the pairs in the middle, then making $k-1$ moves involving the leftmost pair, and finally $n$ moves involving the rightmost pair.
In light of (2), the answer is the number of possible pairs $(k, n)$, which is $\sum_{k=1}^{1004} \sum_{n=1}^{1005-k} 1=\sum_{k=1}^{1004} 1005-k=$ $\sum_{k=1}^{1004} k=\frac{1004 \cdot 1005}{2}=504510$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n14. ",
"solution_match": "\nAnswer: "
}
|
7ef2100d-9465-5867-b9ee-8a4adba98b7d
| 608,811
|
Let $A=\{1,2, \ldots, 2011\}$. Find the number of functions $f$ from $A$ to $A$ that satisfy $f(n) \leq n$ for all $n$ in $A$ and attain exactly 2010 distinct values.
|
$2^{2011}-2012$ Let $n$ be the element of $A$ not in the range of $f$. Let $m$ be the element of $A$ that is hit twice.
We now sum the total number of functions over $n, m$. Clearly $f(1)=1$, and by induction, for $x \leq$ $m, f(x)=x$. Also unless $n=2011, f(2011)=2011$ because $f$ can take no other number to 2011. It follows from backwards induction that for $x>n, f(x)=x$. Therefore $n>m$, and there are only $n-m$ values of $f$ that are not fixed.
Now $f(m+1)=m$ or $f(m+1)=m+1$. For $m<k<n$, given the selection of $f(1), f(2), \ldots, f(k-1)$, $k-1$ of the $k+1$ possible values of $f(k+1)(1,2,3, \ldots, k$, and counting $m$ twice) have been taken, so there are two distinct values that $f(k+1)$ can take (one of them is $k+1$, and the other is not, so they are distinct). For $f(n)$, when the other 2010 values of $f$ have been assigned, there is only one missing, so $f(n)$ is determined.
For each integer in $[m, n)$, there are two possible values of $f$, so there are $2^{n-m-1}$ different functions $f$ for a given $m, n$. So our answer is
$$
\begin{aligned}
\sum_{m=1}^{2010} \sum_{n=m+1}^{2011} 2^{n-m-1} & =\sum_{m=1}^{2010} 2^{-m-1} \sum_{n=m+1}^{2011} 2^{n} \\
& =\sum_{m=1}^{2010} 2^{-m-1}\left(2^{2012}-2^{m+1}\right) \\
& =\sum_{m=1}^{2010} 2^{2011-m}-1 \\
& =\left(\sum_{m=1}^{2010} 2^{m}\right)-2010 \\
& =2^{2011}-2012
\end{aligned}
$$
|
2^{2011}-2012
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $A=\{1,2, \ldots, 2011\}$. Find the number of functions $f$ from $A$ to $A$ that satisfy $f(n) \leq n$ for all $n$ in $A$ and attain exactly 2010 distinct values.
|
$2^{2011}-2012$ Let $n$ be the element of $A$ not in the range of $f$. Let $m$ be the element of $A$ that is hit twice.
We now sum the total number of functions over $n, m$. Clearly $f(1)=1$, and by induction, for $x \leq$ $m, f(x)=x$. Also unless $n=2011, f(2011)=2011$ because $f$ can take no other number to 2011. It follows from backwards induction that for $x>n, f(x)=x$. Therefore $n>m$, and there are only $n-m$ values of $f$ that are not fixed.
Now $f(m+1)=m$ or $f(m+1)=m+1$. For $m<k<n$, given the selection of $f(1), f(2), \ldots, f(k-1)$, $k-1$ of the $k+1$ possible values of $f(k+1)(1,2,3, \ldots, k$, and counting $m$ twice) have been taken, so there are two distinct values that $f(k+1)$ can take (one of them is $k+1$, and the other is not, so they are distinct). For $f(n)$, when the other 2010 values of $f$ have been assigned, there is only one missing, so $f(n)$ is determined.
For each integer in $[m, n)$, there are two possible values of $f$, so there are $2^{n-m-1}$ different functions $f$ for a given $m, n$. So our answer is
$$
\begin{aligned}
\sum_{m=1}^{2010} \sum_{n=m+1}^{2011} 2^{n-m-1} & =\sum_{m=1}^{2010} 2^{-m-1} \sum_{n=m+1}^{2011} 2^{n} \\
& =\sum_{m=1}^{2010} 2^{-m-1}\left(2^{2012}-2^{m+1}\right) \\
& =\sum_{m=1}^{2010} 2^{2011-m}-1 \\
& =\left(\sum_{m=1}^{2010} 2^{m}\right)-2010 \\
& =2^{2011}-2012
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n16. ",
"solution_match": "\nAnswer: "
}
|
ae2d48f6-c2de-53d9-bfe6-12b81134c5e5
| 608,812
|
Let $n$ be an odd positive integer, and suppose that $n$ people sit on a committee that is in the process of electing a president. The members sit in a circle, and every member votes for the person either to his/her immediate left, or to his/her immediate right. If one member wins more votes than all the other members do, he/she will be declared to be the president; otherwise, one of the the members who won at least as many votes as all the other members did will be randomly selected to be the president. If Hermia and Lysander are two members of the committee, with Hermia sitting to Lysander's left and Lysander planning to vote for Hermia, determine the probability that Hermia is elected president, assuming that the other $n-1$ members vote randomly.
|
| $\frac{2^{n}-1}{n 2^{n-1}}$ |
| :---: |
| Let $x$ | be the probability Hermia is elected if Lysander votes for her, and let $y$ be the probability that she wins if Lysander does not vote for her. We are trying to find $x$, and do so by first finding $y$. If Lysander votes for Hermia with probability $\frac{1}{2}$ then the probability that Hermia is elected chairman is $\frac{x}{2}+\frac{y}{2}$, but it is also $\frac{1}{n}$ by symmetry. If Lysander does not vote for Hermia, Hermia can get at most 1 vote, and then can only be elected if everyone gets one vote and she wins the tiebreaker. The probability she wins the tiebreaker is $\frac{1}{n}$, and chasing around the circle, the probability that every person gets 1 vote is $\frac{1}{2^{n-1}}$. (Everyone votes for the person to the left, or everyone votes for the person to the right.) Hence
$$
y=\frac{1}{n 2^{n-1}}
$$
Then $\frac{x}{2}+\frac{1}{n 2^{n}}=\frac{1}{n}$, so solving for $x$ gives
$$
x=\frac{2^{n}-1}{n 2^{n-1}} .
$$
|
\frac{2^{n}-1}{n 2^{n-1}}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $n$ be an odd positive integer, and suppose that $n$ people sit on a committee that is in the process of electing a president. The members sit in a circle, and every member votes for the person either to his/her immediate left, or to his/her immediate right. If one member wins more votes than all the other members do, he/she will be declared to be the president; otherwise, one of the the members who won at least as many votes as all the other members did will be randomly selected to be the president. If Hermia and Lysander are two members of the committee, with Hermia sitting to Lysander's left and Lysander planning to vote for Hermia, determine the probability that Hermia is elected president, assuming that the other $n-1$ members vote randomly.
|
| $\frac{2^{n}-1}{n 2^{n-1}}$ |
| :---: |
| Let $x$ | be the probability Hermia is elected if Lysander votes for her, and let $y$ be the probability that she wins if Lysander does not vote for her. We are trying to find $x$, and do so by first finding $y$. If Lysander votes for Hermia with probability $\frac{1}{2}$ then the probability that Hermia is elected chairman is $\frac{x}{2}+\frac{y}{2}$, but it is also $\frac{1}{n}$ by symmetry. If Lysander does not vote for Hermia, Hermia can get at most 1 vote, and then can only be elected if everyone gets one vote and she wins the tiebreaker. The probability she wins the tiebreaker is $\frac{1}{n}$, and chasing around the circle, the probability that every person gets 1 vote is $\frac{1}{2^{n-1}}$. (Everyone votes for the person to the left, or everyone votes for the person to the right.) Hence
$$
y=\frac{1}{n 2^{n-1}}
$$
Then $\frac{x}{2}+\frac{1}{n 2^{n}}=\frac{1}{n}$, so solving for $x$ gives
$$
x=\frac{2^{n}-1}{n 2^{n-1}} .
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n18. ",
"solution_match": "\nAnswer: "
}
|
ccacbd54-b032-5ded-97de-81e69c4db61e
| 608,813
|
Alice and Bob play a game in which two thousand and eleven $2011 \times 2011$ grids are distributed between the two of them, 1 to Bob, and the other 2010 to Alice. They go behind closed doors and fill their grid(s) with the numbers $1,2, \ldots, 2011^{2}$ so that the numbers across rows (left-to-right) and down columns (top-to-bottom) are strictly increasing. No two of Alice's grids may be filled identically. After the grids are filled, Bob is allowed to look at Alice's grids and then swap numbers on his own grid, two at a time, as long as the numbering remains legal (i.e. increasing across rows and down columns) after each swap. When he is done swapping, a grid of Alice's is selected at random. If there exist two integers in the same column of this grid that occur in the same row of Bob's grid, Bob wins. Otherwise, Alice wins. If Bob selects his initial grid optimally, what is the maximum number of swaps that Bob may need in order to guarantee victory?
|
1
Consider the grid whose entries in the $j$ th row are, in order, $2011 j-2010,2011 j-2009, \ldots, 2011 j$. Call this grid $A_{0}$. For $k=1,2 \ldots, 2010$, let grid $A_{k}$ be the grid obtained from $A_{0}$ by swapping the rightmost entry of the $k$ th row with the leftmost entry of the $k+1$ st row. We claim that if $A \in\left\{A_{0}, A_{1}, \ldots, A_{2010}\right\}$, then given any legally numbered grid $B$ such that $A$ and $B$ differ in at least one entry, there exist two integers in the same column of $B$ that occur in the same row of $A$.
We first consider $A_{0}$. Assume for the sake of contradiction $B$ is a legally numbered grid distinct from $A_{0}$, such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Since the numbers $1,2, \ldots, 2011$ occur in the same row of $A_{0}$, they must all occur in different columns of $B$. Clearly 1 is the leftmost entry in $B$ 's first row. Let $m$ be the smallest number that does not occur in the first row of $B$. Since each row is in order, $m$ must be the first entry in its row. But then 1 and $m$ are in the same column of $B$, a contradiction. It follows that the numbers $1,2, \ldots, 2011$ all occur in the first row of $B$. Proceeding by induction, $2011 j-2010,2011 j-2009, \ldots, 2011 j$ must all occur in the $j$ th row of $B$ for all $1 \leq j \leq 2011$. Since $A_{0}$ is the only legally numbered grid satsifying this condition, we have reached the desired contradiction.
Now note that if $A \in\left\{A_{1}, \ldots, A_{2010}\right\}$, there exist two integers in the same column of $A_{0}$ that occur in the same row of $A$. In particular, if $A=A_{k}$ and $1 \leq k \leq 2010$, then the integers $2011 k-2010$ and $2011 k+1$ occur in the same column of $A_{0}$ and in the same row of $A_{k}$. Therefore, it suffices to show that for all $1 \leq k \leq 2010$, there is no legally numbered grid $B$ distinct from $A_{k}$ and $A_{0}$ such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Assume for the sake of contradiction that there does exist such a grid $B$. By the same logic as above, applied to the first $k-1$ rows and applied backwards to the last $2010-k-1$ rows, we see that $B$ may only differ from $A_{k}$ in the $k$ th and $k+1$ st rows. However, there are only two legally numbered grids that are identical to $A_{k}$ outside of rows $k$ and $k+1$, namely $A_{0}$ and $A_{k}$. This proves the claim.
It remains only to note that, by the pigeonhole principle, if one of Alice's grids is $A_{0}$, then there exists a positive integer $k, 1 \leq k \leq 2010$, such that $A_{k}$ is not one of the Alice's grids. Therefore, if Bob sets his initial grid to be $A_{0}$, he will require only one swap to switch his grid to $A_{k}$ after examining Alice's grids. If $A_{0}$ is not among Alice's grids, then if Bob sets his initial grid to be $A_{0}$, he will not in fact require any swaps at all.
[^0]: ${ }^{1}$ http://en.wikipedia.org/wiki/Balanced_ternary
|
1
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Alice and Bob play a game in which two thousand and eleven $2011 \times 2011$ grids are distributed between the two of them, 1 to Bob, and the other 2010 to Alice. They go behind closed doors and fill their grid(s) with the numbers $1,2, \ldots, 2011^{2}$ so that the numbers across rows (left-to-right) and down columns (top-to-bottom) are strictly increasing. No two of Alice's grids may be filled identically. After the grids are filled, Bob is allowed to look at Alice's grids and then swap numbers on his own grid, two at a time, as long as the numbering remains legal (i.e. increasing across rows and down columns) after each swap. When he is done swapping, a grid of Alice's is selected at random. If there exist two integers in the same column of this grid that occur in the same row of Bob's grid, Bob wins. Otherwise, Alice wins. If Bob selects his initial grid optimally, what is the maximum number of swaps that Bob may need in order to guarantee victory?
|
1
Consider the grid whose entries in the $j$ th row are, in order, $2011 j-2010,2011 j-2009, \ldots, 2011 j$. Call this grid $A_{0}$. For $k=1,2 \ldots, 2010$, let grid $A_{k}$ be the grid obtained from $A_{0}$ by swapping the rightmost entry of the $k$ th row with the leftmost entry of the $k+1$ st row. We claim that if $A \in\left\{A_{0}, A_{1}, \ldots, A_{2010}\right\}$, then given any legally numbered grid $B$ such that $A$ and $B$ differ in at least one entry, there exist two integers in the same column of $B$ that occur in the same row of $A$.
We first consider $A_{0}$. Assume for the sake of contradiction $B$ is a legally numbered grid distinct from $A_{0}$, such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Since the numbers $1,2, \ldots, 2011$ occur in the same row of $A_{0}$, they must all occur in different columns of $B$. Clearly 1 is the leftmost entry in $B$ 's first row. Let $m$ be the smallest number that does not occur in the first row of $B$. Since each row is in order, $m$ must be the first entry in its row. But then 1 and $m$ are in the same column of $B$, a contradiction. It follows that the numbers $1,2, \ldots, 2011$ all occur in the first row of $B$. Proceeding by induction, $2011 j-2010,2011 j-2009, \ldots, 2011 j$ must all occur in the $j$ th row of $B$ for all $1 \leq j \leq 2011$. Since $A_{0}$ is the only legally numbered grid satsifying this condition, we have reached the desired contradiction.
Now note that if $A \in\left\{A_{1}, \ldots, A_{2010}\right\}$, there exist two integers in the same column of $A_{0}$ that occur in the same row of $A$. In particular, if $A=A_{k}$ and $1 \leq k \leq 2010$, then the integers $2011 k-2010$ and $2011 k+1$ occur in the same column of $A_{0}$ and in the same row of $A_{k}$. Therefore, it suffices to show that for all $1 \leq k \leq 2010$, there is no legally numbered grid $B$ distinct from $A_{k}$ and $A_{0}$ such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Assume for the sake of contradiction that there does exist such a grid $B$. By the same logic as above, applied to the first $k-1$ rows and applied backwards to the last $2010-k-1$ rows, we see that $B$ may only differ from $A_{k}$ in the $k$ th and $k+1$ st rows. However, there are only two legally numbered grids that are identical to $A_{k}$ outside of rows $k$ and $k+1$, namely $A_{0}$ and $A_{k}$. This proves the claim.
It remains only to note that, by the pigeonhole principle, if one of Alice's grids is $A_{0}$, then there exists a positive integer $k, 1 \leq k \leq 2010$, such that $A_{k}$ is not one of the Alice's grids. Therefore, if Bob sets his initial grid to be $A_{0}$, he will require only one swap to switch his grid to $A_{k}$ after examining Alice's grids. If $A_{0}$ is not among Alice's grids, then if Bob sets his initial grid to be $A_{0}$, he will not in fact require any swaps at all.
[^0]: ${ }^{1}$ http://en.wikipedia.org/wiki/Balanced_ternary
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-algcomb-solutions.jsonl",
"problem_match": "\n20. ",
"solution_match": "\nAnswer: "
}
|
60e502a8-ec98-591e-bb75-c97a34274181
| 608,814
|
Let $H$ be a regular hexagon of side length $x$. Call a hexagon in the same plane a "distortion" of $H$ if and only if it can be obtained from $H$ by translating each vertex of $H$ by a distance strictly less than 1. Determine the smallest value of $x$ for which every distortion of $H$ is necessarily convex.
|
4

Let $H=A_{1} A_{2} A_{3} A_{4} A_{5} A_{6}$ be the hexagon, and for all $1 \leq i \leq 6$, let points $A_{i}^{\prime}$ be considered such that $A_{i} A_{i}^{\prime}<1$. Let $H^{\prime}=A_{1}^{\prime} A_{2}^{\prime} A_{3}^{\prime} A_{4}^{\prime} A_{5}^{\prime} A_{6}^{\prime}$, and consider all indices modulo 6 . For any point $P$ in the plane, let $D(P)$ denote the unit disk $\{Q \mid P Q<1\}$ centered at $P$; it follows that $A_{i}^{\prime} \in D\left(A_{i}\right)$.
Let $X$ and $X^{\prime}$ be points on line $A_{1} A_{6}$, and let $Y$ and $Y^{\prime}$ be points on line $A_{3} A_{4}$ such that $A_{1} X=$ $A_{1} X^{\prime}=A_{3} Y=A_{3} Y^{\prime}=1$ and $X$ and $X^{\prime}$ lie on opposite sides of $A_{1}$ and $Y$ and $Y^{\prime}$ lie on opposite sides of $A_{3}$. If $X^{\prime}$ and $Y^{\prime}$ lie on segments $A_{1} A_{6}$ and $A_{3} A_{4}$, respectively, then segment $A_{1}^{\prime} A_{3}^{\prime}$ lies between the lines $X Y$ and $X^{\prime} Y^{\prime}$. Note that $\frac{x}{2}$ is the distance from $A_{2}$ to $A_{1} A_{3}$.

If $\frac{x}{2} \geq 2$, then $C\left(A_{2}\right)$ cannot intersect line $X Y$, since the distance from $X Y$ to $A_{1} A_{3}$ is 1 and the distance from $X Y$ to $A_{2}$ is at least 1. Therefore, $A_{1}^{\prime} A_{3}^{\prime}$ separates $A_{2}^{\prime}$ from the other 3 vertices of the hexagon. By analogous reasoning applied to the other vertices, we may conclude that $H^{\prime}$ is convex.
If $\frac{x}{2}<2$, then $C\left(A_{2}\right)$ intersects $X Y$, so by choosing $A_{1}^{\prime}=X$ and $A_{3}^{\prime}=Y$, we see that we may choose $A_{2}^{\prime}$ on the opposite side of $X Y$, in which case $H^{\prime}$ will be concave. Hence the answer is 4 , as desired.
|
4
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $H$ be a regular hexagon of side length $x$. Call a hexagon in the same plane a "distortion" of $H$ if and only if it can be obtained from $H$ by translating each vertex of $H$ by a distance strictly less than 1. Determine the smallest value of $x$ for which every distortion of $H$ is necessarily convex.
|
4

Let $H=A_{1} A_{2} A_{3} A_{4} A_{5} A_{6}$ be the hexagon, and for all $1 \leq i \leq 6$, let points $A_{i}^{\prime}$ be considered such that $A_{i} A_{i}^{\prime}<1$. Let $H^{\prime}=A_{1}^{\prime} A_{2}^{\prime} A_{3}^{\prime} A_{4}^{\prime} A_{5}^{\prime} A_{6}^{\prime}$, and consider all indices modulo 6 . For any point $P$ in the plane, let $D(P)$ denote the unit disk $\{Q \mid P Q<1\}$ centered at $P$; it follows that $A_{i}^{\prime} \in D\left(A_{i}\right)$.
Let $X$ and $X^{\prime}$ be points on line $A_{1} A_{6}$, and let $Y$ and $Y^{\prime}$ be points on line $A_{3} A_{4}$ such that $A_{1} X=$ $A_{1} X^{\prime}=A_{3} Y=A_{3} Y^{\prime}=1$ and $X$ and $X^{\prime}$ lie on opposite sides of $A_{1}$ and $Y$ and $Y^{\prime}$ lie on opposite sides of $A_{3}$. If $X^{\prime}$ and $Y^{\prime}$ lie on segments $A_{1} A_{6}$ and $A_{3} A_{4}$, respectively, then segment $A_{1}^{\prime} A_{3}^{\prime}$ lies between the lines $X Y$ and $X^{\prime} Y^{\prime}$. Note that $\frac{x}{2}$ is the distance from $A_{2}$ to $A_{1} A_{3}$.

If $\frac{x}{2} \geq 2$, then $C\left(A_{2}\right)$ cannot intersect line $X Y$, since the distance from $X Y$ to $A_{1} A_{3}$ is 1 and the distance from $X Y$ to $A_{2}$ is at least 1. Therefore, $A_{1}^{\prime} A_{3}^{\prime}$ separates $A_{2}^{\prime}$ from the other 3 vertices of the hexagon. By analogous reasoning applied to the other vertices, we may conclude that $H^{\prime}$ is convex.
If $\frac{x}{2}<2$, then $C\left(A_{2}\right)$ intersects $X Y$, so by choosing $A_{1}^{\prime}=X$ and $A_{3}^{\prime}=Y$, we see that we may choose $A_{2}^{\prime}$ on the opposite side of $X Y$, in which case $H^{\prime}$ will be concave. Hence the answer is 4 , as desired.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n4. ",
"solution_match": "\nAnswer: "
}
|
6304b49c-8dbc-52eb-9716-8650f83e61e5
| 608,815
|
Let $A B C D$ be a square of side length 13 . Let $E$ and $F$ be points on rays $A B$ and $A D$, respectively, so that the area of square $A B C D$ equals the area of triangle $A E F$. If $E F$ intersects $B C$ at $X$ and $B X=6$, determine $D F$.
|
$\sqrt{13}$

## First Solution
Let $Y$ be the point of intersection of lines $E F$ and $C D$. Note that $[A B C D]=[A E F]$ implies that $[B E X]+[D Y F]=[C Y X]$. Since $\triangle B E X \sim \triangle C Y X \sim \triangle D Y F$, there exists some constant $r$ such that $[B E X]=r \cdot B X^{2},[Y D F]=r \cdot C X^{2}$, and $[C Y X]=r \cdot D F^{2}$. Hence $B X^{2}+D F^{2}=C X^{2}$, so $D F=\sqrt{C X^{2}-B X^{2}}=\sqrt{49-36}=\sqrt{1} 3$.
## Second Solution
Let $x=D F$ and $y=Y D$. Since $\triangle B X E \sim \triangle C X Y \sim \triangle D F Y$, we have
$$
\frac{B E}{B X}=\frac{C Y}{C X}=\frac{D Y}{D F}=\frac{y}{x}
$$
Using $B X=6, X C=7$ and $C Y=13-y$ we get $B E=\frac{6 y}{x}$ and $\frac{13-y}{7}=\frac{y}{x}$. Solving this last equation for $y$ gives $y=\frac{13 x}{x+7}$. Now $[A B C D]=[A E F]$ gives
$$
\begin{aligned}
169 & =\frac{1}{2} A E \cdot A F=\frac{1}{2}\left(13+\frac{6 y}{x}\right)(13+x) . \\
169 & =6 y+13 x+\frac{78 y}{x} \\
13 & =\frac{6 x}{x+7}+x+\frac{78}{x+7} \\
0 & =x^{2}-13 .
\end{aligned}
$$
Thus $x=\sqrt{13}$.
|
\sqrt{13}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a square of side length 13 . Let $E$ and $F$ be points on rays $A B$ and $A D$, respectively, so that the area of square $A B C D$ equals the area of triangle $A E F$. If $E F$ intersects $B C$ at $X$ and $B X=6$, determine $D F$.
|
$\sqrt{13}$

## First Solution
Let $Y$ be the point of intersection of lines $E F$ and $C D$. Note that $[A B C D]=[A E F]$ implies that $[B E X]+[D Y F]=[C Y X]$. Since $\triangle B E X \sim \triangle C Y X \sim \triangle D Y F$, there exists some constant $r$ such that $[B E X]=r \cdot B X^{2},[Y D F]=r \cdot C X^{2}$, and $[C Y X]=r \cdot D F^{2}$. Hence $B X^{2}+D F^{2}=C X^{2}$, so $D F=\sqrt{C X^{2}-B X^{2}}=\sqrt{49-36}=\sqrt{1} 3$.
## Second Solution
Let $x=D F$ and $y=Y D$. Since $\triangle B X E \sim \triangle C X Y \sim \triangle D F Y$, we have
$$
\frac{B E}{B X}=\frac{C Y}{C X}=\frac{D Y}{D F}=\frac{y}{x}
$$
Using $B X=6, X C=7$ and $C Y=13-y$ we get $B E=\frac{6 y}{x}$ and $\frac{13-y}{7}=\frac{y}{x}$. Solving this last equation for $y$ gives $y=\frac{13 x}{x+7}$. Now $[A B C D]=[A E F]$ gives
$$
\begin{aligned}
169 & =\frac{1}{2} A E \cdot A F=\frac{1}{2}\left(13+\frac{6 y}{x}\right)(13+x) . \\
169 & =6 y+13 x+\frac{78 y}{x} \\
13 & =\frac{6 x}{x+7}+x+\frac{78}{x+7} \\
0 & =x^{2}-13 .
\end{aligned}
$$
Thus $x=\sqrt{13}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n10. ",
"solution_match": "\nAnswer: "
}
|
a29a20ed-3bfa-5fa1-8025-ef7bdd516252
| 608,816
|
Let $A B C D E F$ be a convex equilateral hexagon such that lines $B C, A D$, and $E F$ are parallel. Let $H$ be the orthocenter of triangle $A B D$. If the smallest interior angle of the hexagon is 4 degrees, determine the smallest angle of the triangle $H A D$ in degrees.
|
3

Note that $A B C D$ and $D E F A$ are isosceles trapezoids, so $\angle B A D=\angle C D A$ and $\angle F A D=\angle E D A$. In order for the hexagon to be convex, the angles at $B, C, E$, and $F$ have to be obtuse, so $\angle A=\angle D=4^{\circ}$. Letting $s$ be a side length of the hexagon, $A D=A B \cos \angle B A D+B C+C D \cos \angle C D A=s(1+$ $2 \cos \angle B A D)$, so $\angle B A D$ is uniquely determined by $A D$. Since the same equation holds for trapezoid $D E F A$, it follows that $\angle B A D=\angle F A D=\angle C D A=\angle E D A=2^{\circ}$. Then $\angle B C D=180^{\circ}-2^{\circ}=178^{\circ}$. Since $\triangle B C D$ is isosceles, $\angle C D B=1^{\circ}$ and $\angle B D A=1^{\circ}$. (One may also note that $\angle B D A=1^{\circ}$ by observing that equal lengths $A B$ and $B C$ must intercept equal arcs on the circumcircle of isosceles trapezoid $A B C D)$.
Let $A^{\prime}, B^{\prime}$, and $D^{\prime}$ be the feet of the perpendiculars from $A, B$, and $D$ to $B D, D A$, and $A B$, respectively. Angle chasing yields
$$
\begin{aligned}
\angle A H D & =\angle A H B^{\prime}+\angle D H B^{\prime}=\left(90^{\circ}-\angle A^{\prime} A B^{\prime}\right)+\left(90^{\circ}-\angle D^{\prime} D B^{\prime}\right) \\
& =\angle B D A+\angle B A D=1^{\circ}+2^{\circ}=3^{\circ} \\
\angle H A D & =90^{\circ}-\angle A H B^{\prime}=89^{\circ} \\
\angle H D A & =90^{\circ}-\angle D H B^{\prime}=88^{\circ}
\end{aligned}
$$
Hence the smallest angle in $\triangle H A D$ is $3^{\circ}$.
It is faster, however, to draw the circumcircle of $\operatorname{DEFA}$, and to note that since $H$ is the orthocenter of triangle $A B D, B$ is the orthocenter of triangle $H A D$. Then since $F$ is the reflection of $B$ across $A D$, quadrilateral $H A F D$ is cyclic, so $\angle A H D=\angle A D F+\angle D A F=1^{\circ}+2^{\circ}=3^{\circ}$, as desired.
|
3
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D E F$ be a convex equilateral hexagon such that lines $B C, A D$, and $E F$ are parallel. Let $H$ be the orthocenter of triangle $A B D$. If the smallest interior angle of the hexagon is 4 degrees, determine the smallest angle of the triangle $H A D$ in degrees.
|
3

Note that $A B C D$ and $D E F A$ are isosceles trapezoids, so $\angle B A D=\angle C D A$ and $\angle F A D=\angle E D A$. In order for the hexagon to be convex, the angles at $B, C, E$, and $F$ have to be obtuse, so $\angle A=\angle D=4^{\circ}$. Letting $s$ be a side length of the hexagon, $A D=A B \cos \angle B A D+B C+C D \cos \angle C D A=s(1+$ $2 \cos \angle B A D)$, so $\angle B A D$ is uniquely determined by $A D$. Since the same equation holds for trapezoid $D E F A$, it follows that $\angle B A D=\angle F A D=\angle C D A=\angle E D A=2^{\circ}$. Then $\angle B C D=180^{\circ}-2^{\circ}=178^{\circ}$. Since $\triangle B C D$ is isosceles, $\angle C D B=1^{\circ}$ and $\angle B D A=1^{\circ}$. (One may also note that $\angle B D A=1^{\circ}$ by observing that equal lengths $A B$ and $B C$ must intercept equal arcs on the circumcircle of isosceles trapezoid $A B C D)$.
Let $A^{\prime}, B^{\prime}$, and $D^{\prime}$ be the feet of the perpendiculars from $A, B$, and $D$ to $B D, D A$, and $A B$, respectively. Angle chasing yields
$$
\begin{aligned}
\angle A H D & =\angle A H B^{\prime}+\angle D H B^{\prime}=\left(90^{\circ}-\angle A^{\prime} A B^{\prime}\right)+\left(90^{\circ}-\angle D^{\prime} D B^{\prime}\right) \\
& =\angle B D A+\angle B A D=1^{\circ}+2^{\circ}=3^{\circ} \\
\angle H A D & =90^{\circ}-\angle A H B^{\prime}=89^{\circ} \\
\angle H D A & =90^{\circ}-\angle D H B^{\prime}=88^{\circ}
\end{aligned}
$$
Hence the smallest angle in $\triangle H A D$ is $3^{\circ}$.
It is faster, however, to draw the circumcircle of $\operatorname{DEFA}$, and to note that since $H$ is the orthocenter of triangle $A B D, B$ is the orthocenter of triangle $H A D$. Then since $F$ is the reflection of $B$ across $A D$, quadrilateral $H A F D$ is cyclic, so $\angle A H D=\angle A D F+\angle D A F=1^{\circ}+2^{\circ}=3^{\circ}$, as desired.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n12. ",
"solution_match": "\nAnswer: "
}
|
e9b95566-2596-51e1-866d-928b1266e345
| 608,817
|
Let $A B C D$ be a cyclic quadrilateral, and suppose that $B C=C D=2$. Let $I$ be the incenter of triangle $A B D$. If $A I=2$ as well, find the minimum value of the length of diagonal $B D$.
|
$2 \sqrt{3}$

Let $T$ be the point where the incircle intersects $A D$, and let $r$ be the inradius and $R$ be the circumradius of $\triangle A B D$. Since $B C=C D=2, C$ is on the midpoint of arc $B D$ on the opposite side of $B D$ as $A$, and hence on the angle bisector of $A$. Thus $A, I$, and $C$ are collinear. We have the following formulas:
$$
\begin{aligned}
A I & =\frac{I M}{\sin \angle I A M}=\frac{r}{\sin \frac{A}{2}} \\
B C & =2 R \sin \frac{A}{2} \\
B D & =2 R \sin A
\end{aligned}
$$
The last two equations follow from the extended law of sines on $\triangle A B C$ and $\triangle A B D$, respectively.
Using $A I=2=B C$ gives $\sin ^{2} \frac{A}{2}=\frac{r}{2 R}$. However, it is well-known that $R \geq 2 r$ with equality for an equilateral triangle (one way to see this is the identity $1+\frac{r}{R}=\cos A+\cos B+\cos D$ ). Hence $\sin ^{2} \frac{A}{2} \leq \frac{1}{4}$ and $\frac{A}{2} \leq 30^{\circ}$. Then
$$
B D=2 R\left(2 \sin \frac{A}{2} \cos \frac{A}{2}\right)=B C \cdot 2 \cos \frac{A}{2} \geq 2\left(2 \cdot \frac{\sqrt{3}}{2}\right)=2 \sqrt{3}
$$
with equality when $\triangle A B D$ is equilateral.
Remark: Similar but perhaps simpler computations can be made by noting that if $A C$ intersects $B D$ at $X$, then $A B / B X=A D / D X=2$, which follows from the exterior angle bisector theorem; if $I_{A}$ is the $A$-excenter of triangle $A B C$, then $A I_{A} / X I_{A}=2$ since it is well-known that $C$ is the circumcenter of cyclic quadrilateral $B I D I_{A}$.
|
2 \sqrt{3}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a cyclic quadrilateral, and suppose that $B C=C D=2$. Let $I$ be the incenter of triangle $A B D$. If $A I=2$ as well, find the minimum value of the length of diagonal $B D$.
|
$2 \sqrt{3}$

Let $T$ be the point where the incircle intersects $A D$, and let $r$ be the inradius and $R$ be the circumradius of $\triangle A B D$. Since $B C=C D=2, C$ is on the midpoint of arc $B D$ on the opposite side of $B D$ as $A$, and hence on the angle bisector of $A$. Thus $A, I$, and $C$ are collinear. We have the following formulas:
$$
\begin{aligned}
A I & =\frac{I M}{\sin \angle I A M}=\frac{r}{\sin \frac{A}{2}} \\
B C & =2 R \sin \frac{A}{2} \\
B D & =2 R \sin A
\end{aligned}
$$
The last two equations follow from the extended law of sines on $\triangle A B C$ and $\triangle A B D$, respectively.
Using $A I=2=B C$ gives $\sin ^{2} \frac{A}{2}=\frac{r}{2 R}$. However, it is well-known that $R \geq 2 r$ with equality for an equilateral triangle (one way to see this is the identity $1+\frac{r}{R}=\cos A+\cos B+\cos D$ ). Hence $\sin ^{2} \frac{A}{2} \leq \frac{1}{4}$ and $\frac{A}{2} \leq 30^{\circ}$. Then
$$
B D=2 R\left(2 \sin \frac{A}{2} \cos \frac{A}{2}\right)=B C \cdot 2 \cos \frac{A}{2} \geq 2\left(2 \cdot \frac{\sqrt{3}}{2}\right)=2 \sqrt{3}
$$
with equality when $\triangle A B D$ is equilateral.
Remark: Similar but perhaps simpler computations can be made by noting that if $A C$ intersects $B D$ at $X$, then $A B / B X=A D / D X=2$, which follows from the exterior angle bisector theorem; if $I_{A}$ is the $A$-excenter of triangle $A B C$, then $A I_{A} / X I_{A}=2$ since it is well-known that $C$ is the circumcenter of cyclic quadrilateral $B I D I_{A}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n14. ",
"solution_match": "\nAnswer: "
}
|
9ece5081-489a-54c6-a884-f9034cb6d59d
| 608,818
|
Let $A B C D$ be a quadrilateral inscribed in the unit circle such that $\angle B A D$ is 30 degrees. Let $m$ denote the minimum value of $C P+P Q+C Q$, where $P$ and $Q$ may be any points lying along rays $A B$ and $A D$, respectively. Determine the maximum value of $m$.
|
2

For a fixed quadrilateral $A B C D$ as described, we first show that $m$, the minimum possible length of $C P+P Q+Q C$, equals the length of $A C$. Reflect $B, C$, and $P$ across line $A D$ to points $E, F$, and $R$, respectively, and then reflect $D$ and $F$ across $A E$ to points $G$ and $H$, respectively. These two reflections combine to give a $60^{\circ}$ rotation around $A$, so triangle $A C H$ is equilateral. It also follows that $R H$ is a $60^{\circ}$ rotation of $P C$ around $A$, so, in particular, these segments have the same length. Because $Q R=Q P$ by reflection,
$$
C P+P Q+Q C=C Q+Q R+R H
$$
The latter is the length of a broken path $C Q R H$ from $C$ to $H$, and by the "shortest path is a straight line" principle, this total length is at least as long as $C H=C A$. (More directly, this follows from the triangle inequality: $(C Q+Q R)+R H \geq C R+R H \geq C H)$. Therefore, the lower bound $m \geq A C$ indeed holds. To see that this is actually an equality, note that choosing $Q$ as the intersection of segment $C H$ with ray $A D$, and choosing $P$ so that its reflection $R$ is the intersection of $C H$ with ray $A E$, aligns path $C Q R H$ with segment $C H$, thus obtaining the desired minimum $m=A C$.
We may conclude that the largest possible value of $m$ is the largest possible length of $A C$, namely 2 : the length of a diameter of the circle.
|
2
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a quadrilateral inscribed in the unit circle such that $\angle B A D$ is 30 degrees. Let $m$ denote the minimum value of $C P+P Q+C Q$, where $P$ and $Q$ may be any points lying along rays $A B$ and $A D$, respectively. Determine the maximum value of $m$.
|
2

For a fixed quadrilateral $A B C D$ as described, we first show that $m$, the minimum possible length of $C P+P Q+Q C$, equals the length of $A C$. Reflect $B, C$, and $P$ across line $A D$ to points $E, F$, and $R$, respectively, and then reflect $D$ and $F$ across $A E$ to points $G$ and $H$, respectively. These two reflections combine to give a $60^{\circ}$ rotation around $A$, so triangle $A C H$ is equilateral. It also follows that $R H$ is a $60^{\circ}$ rotation of $P C$ around $A$, so, in particular, these segments have the same length. Because $Q R=Q P$ by reflection,
$$
C P+P Q+Q C=C Q+Q R+R H
$$
The latter is the length of a broken path $C Q R H$ from $C$ to $H$, and by the "shortest path is a straight line" principle, this total length is at least as long as $C H=C A$. (More directly, this follows from the triangle inequality: $(C Q+Q R)+R H \geq C R+R H \geq C H)$. Therefore, the lower bound $m \geq A C$ indeed holds. To see that this is actually an equality, note that choosing $Q$ as the intersection of segment $C H$ with ray $A D$, and choosing $P$ so that its reflection $R$ is the intersection of $C H$ with ray $A E$, aligns path $C Q R H$ with segment $C H$, thus obtaining the desired minimum $m=A C$.
We may conclude that the largest possible value of $m$ is the largest possible length of $A C$, namely 2 : the length of a diameter of the circle.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n16. ",
"solution_match": "\nAnswer: "
}
|
9b29890a-4ba1-56c7-b509-f5f5b33b37fe
| 608,819
|
Collinear points $A, B$, and $C$ are given in the Cartesian plane such that $A=(a, 0)$ lies along the $x$-axis, $B$ lies along the line $y=x, C$ lies along the line $y=2 x$, and $A B / B C=2$. If $D=(a, a)$, the circumcircle of triangle $A D C$ intersects $y=x$ again at $E$, and ray $A E$ intersects $y=2 x$ at $F$, evaluate $A E / E F$.
|
7

Let points $O, P$, and $Q$ be located at $(0,0),(a, 2 a)$, and $(0,2 a)$, respectively. Note that $B C / A B=1 / 2$ implies $[O C D] /[O A D]=1 / 2$, so since $[O P D]=[O A D],[O C D] /[O P D]=1 / 2$. It follows that $[O C D]=[O P D]$. Hence $O C=C P$. We may conclude that triangles $O C Q$ and $P C A$ are congruent, so $C=(a / 2, a)$.
It follows that $\angle A D C$ is right, so the circumcircle of triangle $A D C$ is the midpoint of $A C$, which is located at $(3 a / 4, a / 2)$. Let $(3 a / 4, a / 2)=H$, and let $E=(b, b)$. Then the power of the point $O$ with respect to the circumcircle of $A D C$ is $O D \cdot O E=2 a b$, but it may also be computed as $O H^{2}-H A^{2}=13 a / 16-5 a / 16=a / 2$. It follows that $b=a / 4$, so $E=(a / 4, a / 4)$.
We may conclude that line $A E$ is $x+3 y=a$, which intersects $y=2 x$ at an $x$-coordinate of $a / 7$. Therefore, $A E / E F=(a-a / 4) /(a / 4-a / 7)=(3 a / 4) /(3 a / 28)=7$.
Remark: The problem may be solved more quickly if one notes from the beginning that lines $O A$, $O D, O P$, and $O Q$ form a harmonic pencil because $D$ is the midpoint of $A P$ and lines $O Q$ and $A P$ are parallel.
|
7
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Collinear points $A, B$, and $C$ are given in the Cartesian plane such that $A=(a, 0)$ lies along the $x$-axis, $B$ lies along the line $y=x, C$ lies along the line $y=2 x$, and $A B / B C=2$. If $D=(a, a)$, the circumcircle of triangle $A D C$ intersects $y=x$ again at $E$, and ray $A E$ intersects $y=2 x$ at $F$, evaluate $A E / E F$.
|
7

Let points $O, P$, and $Q$ be located at $(0,0),(a, 2 a)$, and $(0,2 a)$, respectively. Note that $B C / A B=1 / 2$ implies $[O C D] /[O A D]=1 / 2$, so since $[O P D]=[O A D],[O C D] /[O P D]=1 / 2$. It follows that $[O C D]=[O P D]$. Hence $O C=C P$. We may conclude that triangles $O C Q$ and $P C A$ are congruent, so $C=(a / 2, a)$.
It follows that $\angle A D C$ is right, so the circumcircle of triangle $A D C$ is the midpoint of $A C$, which is located at $(3 a / 4, a / 2)$. Let $(3 a / 4, a / 2)=H$, and let $E=(b, b)$. Then the power of the point $O$ with respect to the circumcircle of $A D C$ is $O D \cdot O E=2 a b$, but it may also be computed as $O H^{2}-H A^{2}=13 a / 16-5 a / 16=a / 2$. It follows that $b=a / 4$, so $E=(a / 4, a / 4)$.
We may conclude that line $A E$ is $x+3 y=a$, which intersects $y=2 x$ at an $x$-coordinate of $a / 7$. Therefore, $A E / E F=(a-a / 4) /(a / 4-a / 7)=(3 a / 4) /(3 a / 28)=7$.
Remark: The problem may be solved more quickly if one notes from the beginning that lines $O A$, $O D, O P$, and $O Q$ form a harmonic pencil because $D$ is the midpoint of $A P$ and lines $O Q$ and $A P$ are parallel.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n18. ",
"solution_match": "\nAnswer: "
}
|
94dd9ef7-c8f7-5ef5-8e68-6d590911e32d
| 608,820
|
Let $\omega_{1}$ and $\omega_{2}$ be two circles that intersect at points $A$ and $B$. Let line $l$ be tangent to $\omega_{1}$ at $P$ and to $\omega_{2}$ at $Q$ so that $A$ is closer to $P Q$ than $B$. Let points $R$ and $S$ lie along rays $P A$ and $Q A$, respectively, so that $P Q=A R=A S$ and $R$ and $S$ are on opposite sides of $A$ as $P$ and $Q$. Let $O$ be the circumcenter of triangle $A S R$, and let $C$ and $D$ be the midpoints of major arcs $A P$ and $A Q$, respectively. If $\angle A P Q$ is 45 degrees and $\angle A Q P$ is 30 degrees, determine $\angle C O D$ in degrees.
|
142.5

We use directed angles throughout the solution.
Let $T$ denote the point such that $\angle T C D=1 / 2 \angle A P Q$ and $\angle T D C=1 / 2 \angle A Q P$. We claim that $T$ is the circumcenter of triangle $S A R$.
Since $C P=C A, Q P=R A$, and $\angle C P Q=\angle C P A+\angle A P Q=\angle C P A+\angle A C P=\angle C A R$, we have $\triangle C P Q \cong \triangle C A R$. By spiral similarity, we have $\triangle C P A \sim \triangle C Q R$.
Let $T^{\prime}$ denote the reflection of $T$ across $C D$. Since $\angle T C T^{\prime}=\angle A P Q=\angle A C P$, we have $\triangle T C T^{\prime} \sim$ $\triangle A C P \sim \triangle R C Q$. Again, by spiral similarity centered at $C$, we have $\triangle C T R \sim \triangle C T^{\prime} Q$. But $C T=C T^{\prime}$, so $\triangle C T R \cong \triangle C T^{\prime} Q$ and $T R=T^{\prime} Q$. Similarly, $\triangle D T T^{\prime} \sim \triangle D A Q$, and spiral similarity centered at $D$ shows that $\triangle D T A \cong \triangle D T^{\prime} Q$. Thus $T A=T^{\prime} Q=T R$.
We similarly have $T A=T^{\prime} P=T S$, so $T$ is indeed the circumcenter. Therefore, we have $\angle C O D=$ $\angle C T D=180^{\circ}-\frac{45^{\circ}}{2}-\frac{30^{\circ}}{2}=142.5^{\circ}$.
[^0]
[^0]: ${ }^{1}$ http://en.wikipedia.org/wiki/Balanced_ternary
|
142.5
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $\omega_{1}$ and $\omega_{2}$ be two circles that intersect at points $A$ and $B$. Let line $l$ be tangent to $\omega_{1}$ at $P$ and to $\omega_{2}$ at $Q$ so that $A$ is closer to $P Q$ than $B$. Let points $R$ and $S$ lie along rays $P A$ and $Q A$, respectively, so that $P Q=A R=A S$ and $R$ and $S$ are on opposite sides of $A$ as $P$ and $Q$. Let $O$ be the circumcenter of triangle $A S R$, and let $C$ and $D$ be the midpoints of major arcs $A P$ and $A Q$, respectively. If $\angle A P Q$ is 45 degrees and $\angle A Q P$ is 30 degrees, determine $\angle C O D$ in degrees.
|
142.5

We use directed angles throughout the solution.
Let $T$ denote the point such that $\angle T C D=1 / 2 \angle A P Q$ and $\angle T D C=1 / 2 \angle A Q P$. We claim that $T$ is the circumcenter of triangle $S A R$.
Since $C P=C A, Q P=R A$, and $\angle C P Q=\angle C P A+\angle A P Q=\angle C P A+\angle A C P=\angle C A R$, we have $\triangle C P Q \cong \triangle C A R$. By spiral similarity, we have $\triangle C P A \sim \triangle C Q R$.
Let $T^{\prime}$ denote the reflection of $T$ across $C D$. Since $\angle T C T^{\prime}=\angle A P Q=\angle A C P$, we have $\triangle T C T^{\prime} \sim$ $\triangle A C P \sim \triangle R C Q$. Again, by spiral similarity centered at $C$, we have $\triangle C T R \sim \triangle C T^{\prime} Q$. But $C T=C T^{\prime}$, so $\triangle C T R \cong \triangle C T^{\prime} Q$ and $T R=T^{\prime} Q$. Similarly, $\triangle D T T^{\prime} \sim \triangle D A Q$, and spiral similarity centered at $D$ shows that $\triangle D T A \cong \triangle D T^{\prime} Q$. Thus $T A=T^{\prime} Q=T R$.
We similarly have $T A=T^{\prime} P=T S$, so $T$ is indeed the circumcenter. Therefore, we have $\angle C O D=$ $\angle C T D=180^{\circ}-\frac{45^{\circ}}{2}-\frac{30^{\circ}}{2}=142.5^{\circ}$.
[^0]
[^0]: ${ }^{1}$ http://en.wikipedia.org/wiki/Balanced_ternary
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-alggeo-solutions.jsonl",
"problem_match": "\n20. ",
"solution_match": "\nAnswer: "
}
|
fbfa4df1-e506-5bb1-a0e0-3b674b35c9cd
| 608,821
|
Let $A B C D E F$ be a regular hexagon of area 1. Let $M$ be the midpoint of $D E$. Let $X$ be the intersection of $A C$ and $B M$, let $Y$ be the intersection of $B F$ and $A M$, and let $Z$ be the intersection of $A C$ and $B F$. If $[P]$ denotes the area of polygon $P$ for any polygon $P$ in the plane, evaluate $[B X C]+[A Y F]+[A B Z]-[M X Z Y]$.
|
0

Let $O$ be the center of the hexagon. The desired area is $[A B C D E F]-[A C D M]-[B F E M]$. Note that $[A D M]=[A D E] / 2=[O D E]=[A B C]$, where the last equation holds because $\sin 60^{\circ}=\sin 120^{\circ}$. Thus, $[A C D M]=[A C D]+[A D M]=[A C D]+[A B C]=[A B C D]$, but the area of $A B C D$ is half the area of the hexagon. Similarly, the area of $[B F E M]$ is half the area of the hexagon, so the answer is zero.
|
0
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D E F$ be a regular hexagon of area 1. Let $M$ be the midpoint of $D E$. Let $X$ be the intersection of $A C$ and $B M$, let $Y$ be the intersection of $B F$ and $A M$, and let $Z$ be the intersection of $A C$ and $B F$. If $[P]$ denotes the area of polygon $P$ for any polygon $P$ in the plane, evaluate $[B X C]+[A Y F]+[A B Z]-[M X Z Y]$.
|
0

Let $O$ be the center of the hexagon. The desired area is $[A B C D E F]-[A C D M]-[B F E M]$. Note that $[A D M]=[A D E] / 2=[O D E]=[A B C]$, where the last equation holds because $\sin 60^{\circ}=\sin 120^{\circ}$. Thus, $[A C D M]=[A C D]+[A D M]=[A C D]+[A B C]=[A B C D]$, but the area of $A B C D$ is half the area of the hexagon. Similarly, the area of $[B F E M]$ is half the area of the hexagon, so the answer is zero.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-calccomb-solutions.jsonl",
"problem_match": "\n7. ",
"solution_match": "\nAnswer: "
}
|
e1e87de5-fbf8-5186-a00f-9b62aff12807
| 608,822
|
Let $f:[0,1) \rightarrow \mathbb{R}$ be a function that satisfies the following condition: if
$$
x=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{n}}=. a_{1} a_{2} a_{3} \ldots
$$
is the decimal expansion of $x$ and there does not exist a positive integer $k$ such that $a_{n}=9$ for all $n \geq k$, then
$$
f(x)=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{2 n}}
$$
Determine $f^{\prime}\left(\frac{1}{3}\right)$.
|
0 Note that $\frac{1}{3}=\sum_{n=1}^{\infty} \frac{3}{10^{n}}$.
Clearly $f$ is an increasing function. Also for any integer $n \geq 1$, we see from decimal expansions that $f\left(\frac{1}{3} \pm \frac{1}{10^{n}}\right)-f\left(\frac{1}{3}\right)= \pm \frac{1}{10^{2 n}}$.
Consider $h$ such that $10^{-n-1} \leq|h|<10^{-n}$. The two properties of $f$ outlined above show that $\left\lvert\, f\left(\frac{1}{3}+\right.\right.$ $h)-f\left(\frac{1}{3}\right) \left\lvert\,<\frac{1}{10^{2 n}}\right.$. And from $\left|\frac{1}{h}\right| \leq 10^{n+1}$, we get $\left|\frac{f\left(\frac{1}{3}+h\right)-f\left(\frac{1}{3}\right)}{h}\right|<\frac{1}{10^{n-1}}$. Taking $n \rightarrow \infty$ gives $h \rightarrow 0$ and $f^{\prime}\left(\frac{1}{3}\right)=\lim _{n \rightarrow \infty} \frac{1}{10^{n-1}}=0$.
|
0
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Let $f:[0,1) \rightarrow \mathbb{R}$ be a function that satisfies the following condition: if
$$
x=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{n}}=. a_{1} a_{2} a_{3} \ldots
$$
is the decimal expansion of $x$ and there does not exist a positive integer $k$ such that $a_{n}=9$ for all $n \geq k$, then
$$
f(x)=\sum_{n=1}^{\infty} \frac{a_{n}}{10^{2 n}}
$$
Determine $f^{\prime}\left(\frac{1}{3}\right)$.
|
0 Note that $\frac{1}{3}=\sum_{n=1}^{\infty} \frac{3}{10^{n}}$.
Clearly $f$ is an increasing function. Also for any integer $n \geq 1$, we see from decimal expansions that $f\left(\frac{1}{3} \pm \frac{1}{10^{n}}\right)-f\left(\frac{1}{3}\right)= \pm \frac{1}{10^{2 n}}$.
Consider $h$ such that $10^{-n-1} \leq|h|<10^{-n}$. The two properties of $f$ outlined above show that $\left\lvert\, f\left(\frac{1}{3}+\right.\right.$ $h)-f\left(\frac{1}{3}\right) \left\lvert\,<\frac{1}{10^{2 n}}\right.$. And from $\left|\frac{1}{h}\right| \leq 10^{n+1}$, we get $\left|\frac{f\left(\frac{1}{3}+h\right)-f\left(\frac{1}{3}\right)}{h}\right|<\frac{1}{10^{n-1}}$. Taking $n \rightarrow \infty$ gives $h \rightarrow 0$ and $f^{\prime}\left(\frac{1}{3}\right)=\lim _{n \rightarrow \infty} \frac{1}{10^{n-1}}=0$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-calccomb-solutions.jsonl",
"problem_match": "\n8. ",
"solution_match": "\nAnswer: "
}
|
a1e25686-eb65-530e-90aa-a5bd93ef2d67
| 608,823
|
Alice and Bob play a game in which two thousand and eleven $2011 \times 2011$ grids are distributed between the two of them, 1 to Bob, and the other 2010 to Alice. They go behind closed doors and fill their $\operatorname{grid}(\mathrm{s})$ with the numbers $1,2, \ldots, 2011^{2}$ so that the numbers across rows (left-to-right) and down columns (top-to-bottom) are strictly increasing. No two of Alice's grids may be filled identically. After the grids are filled, Bob is allowed to look at Alice's grids and then swap numbers on his own grid, two at a time, as long as the numbering remains legal (i.e. increasing across rows and down columns) after each swap. When he is done swapping, a grid of Alice's is selected at random. If there exist two integers in the same column of this grid that occur in the same row of Bob's grid, Bob wins. Otherwise, Alice wins. If Bob selects his initial grid optimally, what is the maximum number of swaps that Bob may need in order to guarantee victory?
|
1
Consider the grid whose entries in the $j$ th row are, in order, $2011 j-2010,2011 j-2009, \ldots, 2011 j$. Call this grid $A_{0}$. For $k=1,2 \ldots, 2010$, let grid $A_{k}$ be the grid obtained from $A_{0}$ by swapping the rightmost entry of the $k$ th row with the leftmost entry of the $k+1$ st row. We claim that if $A \in\left\{A_{0}, A_{1}, \ldots, A_{2010}\right\}$, then given any legally numbered grid $B$ such that $A$ and $B$ differ in at least one entry, there exist two integers in the same column of $B$ that occur in the same row of $A$.
We first consider $A_{0}$. Assume for the sake of contradiction $B$ is a legally numbered grid distinct from $A_{0}$, such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Since the numbers $1,2, \ldots, 2011$ occur in the same row of $A_{0}$, they must all occur in different columns of $B$. Clearly 1 is the leftmost entry in $B$ 's first row. Let $m$ be the smallest number that does not occur in the first row of $B$. Since each row is in order, $m$ must be the first entry in its row. But then 1 and $m$ are in the same column of $B$, a contradiction. It follows that the numbers $1,2, \ldots, 2011$ all occur in the first row of $B$. Proceeding by induction, $2011 j-2010,2011 j-2009, \ldots, 2011 j$ must all occur in the $j$ th row of $B$ for all $1 \leq j \leq 2011$. Since $A_{0}$ is the only legally numbered grid satsifying this condition, we have reached the desired contradiction.
Now note that if $A \in\left\{A_{1}, \ldots, A_{2010}\right\}$, there exist two integers in the same column of $A_{0}$ that occur in the same row of $A$. In particular, if $A=A_{k}$ and $1 \leq k \leq 2010$, then the integers $2011 k-2010$ and $2011 k+1$ occur in the same column of $A_{0}$ and in the same row of $A_{k}$. Therefore, it suffices to show that for all $1 \leq k \leq 2010$, there is no legally numbered grid $B$ distinct from $A_{k}$ and $A_{0}$ such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Assume for the sake of contradiction that there does exist such a grid $B$. By the same logic as above, applied to the first $k-1$ rows and applied backwards to the last $2010-k-1$ rows, we see that $B$ may only differ from $A_{k}$ in the $k$ th and $k+1$ st rows. However, there are only two legally numbered grids that are identical to $A_{k}$ outside of rows $k$ and $k+1$, namely $A_{0}$ and $A_{k}$. This proves the claim.
It remains only to note that, by the pigeonhole principle, if one of Alice's grids is $A_{0}$, then there exists a positive integer $k, 1 \leq k \leq 2010$, such that $A_{k}$ is not one of the Alice's grids. Therefore, if Bob sets his initial grid to be $A_{0}$, he will require only one swap to switch his grid to $A_{k}$ after examining Alice's grids. If $A_{0}$ is not among Alice's grids, then if Bob sets his initial grid to be $A_{0}$, he will not in fact require any swaps at all.
|
1
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Alice and Bob play a game in which two thousand and eleven $2011 \times 2011$ grids are distributed between the two of them, 1 to Bob, and the other 2010 to Alice. They go behind closed doors and fill their $\operatorname{grid}(\mathrm{s})$ with the numbers $1,2, \ldots, 2011^{2}$ so that the numbers across rows (left-to-right) and down columns (top-to-bottom) are strictly increasing. No two of Alice's grids may be filled identically. After the grids are filled, Bob is allowed to look at Alice's grids and then swap numbers on his own grid, two at a time, as long as the numbering remains legal (i.e. increasing across rows and down columns) after each swap. When he is done swapping, a grid of Alice's is selected at random. If there exist two integers in the same column of this grid that occur in the same row of Bob's grid, Bob wins. Otherwise, Alice wins. If Bob selects his initial grid optimally, what is the maximum number of swaps that Bob may need in order to guarantee victory?
|
1
Consider the grid whose entries in the $j$ th row are, in order, $2011 j-2010,2011 j-2009, \ldots, 2011 j$. Call this grid $A_{0}$. For $k=1,2 \ldots, 2010$, let grid $A_{k}$ be the grid obtained from $A_{0}$ by swapping the rightmost entry of the $k$ th row with the leftmost entry of the $k+1$ st row. We claim that if $A \in\left\{A_{0}, A_{1}, \ldots, A_{2010}\right\}$, then given any legally numbered grid $B$ such that $A$ and $B$ differ in at least one entry, there exist two integers in the same column of $B$ that occur in the same row of $A$.
We first consider $A_{0}$. Assume for the sake of contradiction $B$ is a legally numbered grid distinct from $A_{0}$, such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Since the numbers $1,2, \ldots, 2011$ occur in the same row of $A_{0}$, they must all occur in different columns of $B$. Clearly 1 is the leftmost entry in $B$ 's first row. Let $m$ be the smallest number that does not occur in the first row of $B$. Since each row is in order, $m$ must be the first entry in its row. But then 1 and $m$ are in the same column of $B$, a contradiction. It follows that the numbers $1,2, \ldots, 2011$ all occur in the first row of $B$. Proceeding by induction, $2011 j-2010,2011 j-2009, \ldots, 2011 j$ must all occur in the $j$ th row of $B$ for all $1 \leq j \leq 2011$. Since $A_{0}$ is the only legally numbered grid satsifying this condition, we have reached the desired contradiction.
Now note that if $A \in\left\{A_{1}, \ldots, A_{2010}\right\}$, there exist two integers in the same column of $A_{0}$ that occur in the same row of $A$. In particular, if $A=A_{k}$ and $1 \leq k \leq 2010$, then the integers $2011 k-2010$ and $2011 k+1$ occur in the same column of $A_{0}$ and in the same row of $A_{k}$. Therefore, it suffices to show that for all $1 \leq k \leq 2010$, there is no legally numbered grid $B$ distinct from $A_{k}$ and $A_{0}$ such that there do not exist two integers in the same column of $B$ that occur in the same row of $A_{0}$. Assume for the sake of contradiction that there does exist such a grid $B$. By the same logic as above, applied to the first $k-1$ rows and applied backwards to the last $2010-k-1$ rows, we see that $B$ may only differ from $A_{k}$ in the $k$ th and $k+1$ st rows. However, there are only two legally numbered grids that are identical to $A_{k}$ outside of rows $k$ and $k+1$, namely $A_{0}$ and $A_{k}$. This proves the claim.
It remains only to note that, by the pigeonhole principle, if one of Alice's grids is $A_{0}$, then there exists a positive integer $k, 1 \leq k \leq 2010$, such that $A_{k}$ is not one of the Alice's grids. Therefore, if Bob sets his initial grid to be $A_{0}$, he will require only one swap to switch his grid to $A_{k}$ after examining Alice's grids. If $A_{0}$ is not among Alice's grids, then if Bob sets his initial grid to be $A_{0}$, he will not in fact require any swaps at all.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-calccomb-solutions.jsonl",
"problem_match": "\n20. ",
"solution_match": "\n## Answer: "
}
|
a92f4997-fa97-522b-a9af-c7a9974108e4
| 608,824
|
Nathaniel and Obediah play a game in which they take turns rolling a fair six-sided die and keep a running tally of the sum of the results of all rolls made. A player wins if, after he rolls, the number on the running tally is a multiple of 7 . Play continues until either player wins, or else indefinitely. If Nathaniel goes first, determine the probability that he ends up winning.
|
| $\frac{5}{11}$ |
| :---: |
| For $1 \leq k \leq 6$, let $x_{k}$ be the probability that the current player, say $A$, will win when | the number on the tally at the beginning of his turn is $k$ modulo 7 . The probability that the total is $l$ modulo 7 after his roll is $\frac{1}{6}$ for each $l \not \equiv k(\bmod 7)$; in particular, there is a $\frac{1}{6}$ chance he wins immediately. The chance that $A$ will win if he leaves $l$ on the board after his turn is $1-x_{l}$. Hence for $1 \leq k \leq 6$,
$$
x_{k}=\frac{1}{6} \sum_{1 \leq l \leq 6, l \neq k}\left(1-x_{l}\right)+\frac{1}{6} .
$$
Letting $s=\sum_{l=1}^{6} x_{l}$, this becomes $x_{k}=\frac{x_{k}-s}{6}+1$ or $\frac{5 x_{k}}{6}=-\frac{s}{6}+1$. Hence $x_{1}=\cdots=x_{6}$, and $6 x_{k}=s$ for every $k$. Plugging this in gives $\frac{11 x_{k}}{6}=1$, or $x_{k}=\frac{6}{11}$.
Since Nathaniel cannot win on his first turn, he leaves Obediah with a number not divisible by 7. Hence Obediah's chance of winning is $\frac{6}{11}$ and Nathaniel's chance of winning is $\frac{5}{11}$.
|
\frac{5}{11}
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Nathaniel and Obediah play a game in which they take turns rolling a fair six-sided die and keep a running tally of the sum of the results of all rolls made. A player wins if, after he rolls, the number on the running tally is a multiple of 7 . Play continues until either player wins, or else indefinitely. If Nathaniel goes first, determine the probability that he ends up winning.
|
| $\frac{5}{11}$ |
| :---: |
| For $1 \leq k \leq 6$, let $x_{k}$ be the probability that the current player, say $A$, will win when | the number on the tally at the beginning of his turn is $k$ modulo 7 . The probability that the total is $l$ modulo 7 after his roll is $\frac{1}{6}$ for each $l \not \equiv k(\bmod 7)$; in particular, there is a $\frac{1}{6}$ chance he wins immediately. The chance that $A$ will win if he leaves $l$ on the board after his turn is $1-x_{l}$. Hence for $1 \leq k \leq 6$,
$$
x_{k}=\frac{1}{6} \sum_{1 \leq l \leq 6, l \neq k}\left(1-x_{l}\right)+\frac{1}{6} .
$$
Letting $s=\sum_{l=1}^{6} x_{l}$, this becomes $x_{k}=\frac{x_{k}-s}{6}+1$ or $\frac{5 x_{k}}{6}=-\frac{s}{6}+1$. Hence $x_{1}=\cdots=x_{6}$, and $6 x_{k}=s$ for every $k$. Plugging this in gives $\frac{11 x_{k}}{6}=1$, or $x_{k}=\frac{6}{11}$.
Since Nathaniel cannot win on his first turn, he leaves Obediah with a number not divisible by 7. Hence Obediah's chance of winning is $\frac{6}{11}$ and Nathaniel's chance of winning is $\frac{5}{11}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-calcgeo-solutions.jsonl",
"problem_match": "\n6. ",
"solution_match": "\nAnswer: "
}
|
ee998230-7cc6-51ba-a8ec-c669f1a4ce0a
| 608,825
|
Let $\omega_{1}$ and $\omega_{2}$ be two circles that intersect at points $A$ and $B$. Let line $l$ be tangent to $\omega_{1}$ at $P$ and to $\omega_{2}$ at $Q$ so that $A$ is closer to $P Q$ than $B$. Let points $R$ and $S$ lie along rays $P A$ and $Q A$, respectively, so that $P Q=A R=A S$ and $R$ and $S$ are on opposite sides of $A$ as $P$ and $Q$. Let $O$ be the circumcenter of triangle $A S R$, and let $C$ and $D$ be the midpoints of major $\operatorname{arcs} A P$ and $A Q$, respectively. If $\angle A P Q$ is 45 degrees and $\angle A Q P$ is 30 degrees, determine $\angle C O D$ in degrees.
|
142.5

We use directed angles throughout the solution.
Let $T$ denote the point such that $\angle T C D=1 / 2 \angle A P Q$ and $\angle T D C=1 / 2 \angle A Q P$. We claim that $T$ is the circumcenter of triangle $S A R$.
Since $C P=C A, Q P=R A$, and $\angle C P Q=\angle C P A+\angle A P Q=\angle C P A+\angle A C P=\angle C A R$, we have $\triangle C P Q \cong \triangle C A R$. By spiral similarity, we have $\triangle C P A \sim \triangle C Q R$.
Let $T^{\prime}$ denote the reflection of $T$ across $C D$. Since $\angle T C T^{\prime}=\angle A P Q=\angle A C P$, we have $\triangle T C T^{\prime} \sim$ $\triangle A C P \sim \triangle R C Q$. Again, by spiral similarity centered at $C$, we have $\triangle C T R \sim \triangle C T^{\prime} Q$. But $C T=C T^{\prime}$, so $\triangle C T R \cong \triangle C T^{\prime} Q$ and $T R=T^{\prime} Q$. Similarly, $\triangle D T T^{\prime} \sim \triangle D A Q$, and spiral similarity centered at $D$ shows that $\triangle D T A \cong \triangle D T^{\prime} Q$. Thus $T A=T^{\prime} Q=T R$.
We similarly have $T A=T^{\prime} P=T S$, so $T$ is indeed the circumcenter. Therefore, we have $\angle C O D=$ $\angle C T D=180^{\circ}-\frac{45^{\circ}}{2}-\frac{30^{\circ}}{2}=142.5^{\circ}$.
|
142.5
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $\omega_{1}$ and $\omega_{2}$ be two circles that intersect at points $A$ and $B$. Let line $l$ be tangent to $\omega_{1}$ at $P$ and to $\omega_{2}$ at $Q$ so that $A$ is closer to $P Q$ than $B$. Let points $R$ and $S$ lie along rays $P A$ and $Q A$, respectively, so that $P Q=A R=A S$ and $R$ and $S$ are on opposite sides of $A$ as $P$ and $Q$. Let $O$ be the circumcenter of triangle $A S R$, and let $C$ and $D$ be the midpoints of major $\operatorname{arcs} A P$ and $A Q$, respectively. If $\angle A P Q$ is 45 degrees and $\angle A Q P$ is 30 degrees, determine $\angle C O D$ in degrees.
|
142.5

We use directed angles throughout the solution.
Let $T$ denote the point such that $\angle T C D=1 / 2 \angle A P Q$ and $\angle T D C=1 / 2 \angle A Q P$. We claim that $T$ is the circumcenter of triangle $S A R$.
Since $C P=C A, Q P=R A$, and $\angle C P Q=\angle C P A+\angle A P Q=\angle C P A+\angle A C P=\angle C A R$, we have $\triangle C P Q \cong \triangle C A R$. By spiral similarity, we have $\triangle C P A \sim \triangle C Q R$.
Let $T^{\prime}$ denote the reflection of $T$ across $C D$. Since $\angle T C T^{\prime}=\angle A P Q=\angle A C P$, we have $\triangle T C T^{\prime} \sim$ $\triangle A C P \sim \triangle R C Q$. Again, by spiral similarity centered at $C$, we have $\triangle C T R \sim \triangle C T^{\prime} Q$. But $C T=C T^{\prime}$, so $\triangle C T R \cong \triangle C T^{\prime} Q$ and $T R=T^{\prime} Q$. Similarly, $\triangle D T T^{\prime} \sim \triangle D A Q$, and spiral similarity centered at $D$ shows that $\triangle D T A \cong \triangle D T^{\prime} Q$. Thus $T A=T^{\prime} Q=T R$.
We similarly have $T A=T^{\prime} P=T S$, so $T$ is indeed the circumcenter. Therefore, we have $\angle C O D=$ $\angle C T D=180^{\circ}-\frac{45^{\circ}}{2}-\frac{30^{\circ}}{2}=142.5^{\circ}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-calcgeo-solutions.jsonl",
"problem_match": "\n20. ",
"solution_match": "\nAnswer: "
}
|
43d47a03-eaac-54eb-9515-91371ee7f947
| 608,827
|
Let $A B C$ be a triangle with area 1. Let points $D$ and $E$ lie on $A B$ and $A C$, respectively, such that $D E$ is parallel to $B C$ and $D E / B C=1 / 3$. If $F$ is the reflection of $A$ across $D E$, find the area of triangle $F B C$.
|
$\frac{1}{3}$
Let $A F$ intersect $B C$ at $H$. Since $D E / B C=1 / 3$ and $F$ and $A$ are equidistant from $D E$, we have $A F=\frac{2}{3} A H$ and $F H=A H-A F=\frac{1}{3} A H$. Furthermore, since $A F$ is perpendicular to $D E$, we have $A H$ and $F H$ are the altitudes of triangles $A B C$ and $F B C$ respectively. Therefore the area of triangle $F B C$ is $\frac{1}{2} \cdot F H \cdot B C=\frac{1}{2} \cdot \frac{1}{3} \cdot A H \cdot B C=\frac{1}{3}$.
|
\frac{1}{3}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle with area 1. Let points $D$ and $E$ lie on $A B$ and $A C$, respectively, such that $D E$ is parallel to $B C$ and $D E / B C=1 / 3$. If $F$ is the reflection of $A$ across $D E$, find the area of triangle $F B C$.
|
$\frac{1}{3}$
Let $A F$ intersect $B C$ at $H$. Since $D E / B C=1 / 3$ and $F$ and $A$ are equidistant from $D E$, we have $A F=\frac{2}{3} A H$ and $F H=A H-A F=\frac{1}{3} A H$. Furthermore, since $A F$ is perpendicular to $D E$, we have $A H$ and $F H$ are the altitudes of triangles $A B C$ and $F B C$ respectively. Therefore the area of triangle $F B C$ is $\frac{1}{2} \cdot F H \cdot B C=\frac{1}{2} \cdot \frac{1}{3} \cdot A H \cdot B C=\frac{1}{3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n1. [4]",
"solution_match": "\nAnswer: "
}
|
9630729b-990d-55cf-ae7e-7d518f23b578
| 608,828
|
Let $a \star b=\sin a \cos b$ for all real numbers $a$ and $b$. If $x$ and $y$ are real numbers such that $x \star y-y \star x=1$, what is the maximum value of $x \star y+y \star x$ ?
|
1
We have $x \star y+y \star x=\sin x \cos y+\cos x \sin y=\sin (x+y) \leq 1$. Equality is achieved when $x=\frac{\pi}{2}$ and $y=0$. Indeed, for these values of $x$ and $y$, we have $x \star y-y \star x=\sin x \cos y-\cos x \sin y=\sin (x-y)=$ $\sin \frac{\pi}{2}=1$.
|
1
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $a \star b=\sin a \cos b$ for all real numbers $a$ and $b$. If $x$ and $y$ are real numbers such that $x \star y-y \star x=1$, what is the maximum value of $x \star y+y \star x$ ?
|
1
We have $x \star y+y \star x=\sin x \cos y+\cos x \sin y=\sin (x+y) \leq 1$. Equality is achieved when $x=\frac{\pi}{2}$ and $y=0$. Indeed, for these values of $x$ and $y$, we have $x \star y-y \star x=\sin x \cos y-\cos x \sin y=\sin (x-y)=$ $\sin \frac{\pi}{2}=1$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n2. [4]",
"solution_match": "\nAnswer: "
}
|
4fd720f4-96c7-573e-b9d6-5bc4b84640fd
| 608,829
|
Evaluate $2011 \times 20122012 \times 201320132013-2013 \times 20112011 \times 201220122012$.
|
0
Both terms are equal to $2011 \times 2012 \times 2013 \times 1 \times 10001 \times 100010001$.
|
0
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Evaluate $2011 \times 20122012 \times 201320132013-2013 \times 20112011 \times 201220122012$.
|
0
Both terms are equal to $2011 \times 2012 \times 2013 \times 1 \times 10001 \times 100010001$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n3. [4]",
"solution_match": "\nAnswer: "
}
|
25de320b-0be5-5135-ab21-5f1d4b7a4e15
| 608,830
|
Let $p$ be the answer to this question. If a point is chosen uniformly at random from the square bounded by $x=0, x=1, y=0$, and $y=1$, what is the probability that at least one of its coordinates is greater than $p$ ?
|
$\frac{\sqrt{5}-1}{2}$
The probability that a randomly chosen point has both coordinates less than $p$ is $p^{2}$, so the probability that at least one of its coordinates is greater than $p$ is $1-p^{2}$. Since $p$ is the answer to this question, we have $1-p^{2}=p$, and the only solution of $p$ in the interval $[0,1]$ is $\frac{\sqrt{5}-1}{2}$.
|
\frac{\sqrt{5}-1}{2}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $p$ be the answer to this question. If a point is chosen uniformly at random from the square bounded by $x=0, x=1, y=0$, and $y=1$, what is the probability that at least one of its coordinates is greater than $p$ ?
|
$\frac{\sqrt{5}-1}{2}$
The probability that a randomly chosen point has both coordinates less than $p$ is $p^{2}$, so the probability that at least one of its coordinates is greater than $p$ is $1-p^{2}$. Since $p$ is the answer to this question, we have $1-p^{2}=p$, and the only solution of $p$ in the interval $[0,1]$ is $\frac{\sqrt{5}-1}{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n4. [4]",
"solution_match": "\nAnswer: "
}
|
95501145-31da-5988-a563-2d2027a47f6c
| 608,831
|
Rachelle picks a positive integer $a$ and writes it next to itself to obtain a new positive integer $b$. For instance, if $a=17$, then $b=1717$. To her surprise, she finds that $b$ is a multiple of $a^{2}$. Find the product of all the possible values of $\frac{b}{a^{2}}$.
|
77
Suppose $a$ has $k$ digits. Then $b=a\left(10^{k}+1\right)$. Thus $a$ divides $10^{k}+1$. Since $a \geq 10^{k-1}$, we have $\frac{10^{k}+1}{a} \leq 11$. But since none of 2,3 , or 5 divide $10^{k}+1$, the only possibilities are 7 and 11 . These values are obtained when $a=143$ and $a=1$, respectively.
|
77
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Rachelle picks a positive integer $a$ and writes it next to itself to obtain a new positive integer $b$. For instance, if $a=17$, then $b=1717$. To her surprise, she finds that $b$ is a multiple of $a^{2}$. Find the product of all the possible values of $\frac{b}{a^{2}}$.
|
77
Suppose $a$ has $k$ digits. Then $b=a\left(10^{k}+1\right)$. Thus $a$ divides $10^{k}+1$. Since $a \geq 10^{k-1}$, we have $\frac{10^{k}+1}{a} \leq 11$. But since none of 2,3 , or 5 divide $10^{k}+1$, the only possibilities are 7 and 11 . These values are obtained when $a=143$ and $a=1$, respectively.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n5. [5]",
"solution_match": "\nAnswer: "
}
|
5c5270c8-d7b2-5fea-802f-980391fd128c
| 608,832
|
Square $A B C D$ is inscribed in circle $\omega$ with radius 10. Four additional squares are drawn inside $\omega$ but outside $A B C D$ such that the lengths of their diagonals are as large as possible. A sixth square is drawn by connecting the centers of the four aforementioned small squares. Find the area of the sixth square.
|
144
Let $D E G F$ denote the small square that shares a side with $A B$, where $D$ and $E$ lie on $A B$. Let $O$ denote the center of $\omega, K$ denote the midpoint of $F G$, and $H$ denote the center of $D E G F$. The area of the sixth square is $2 \cdot O H^{2}$.
Let $K F=x$. Since $K F^{2}+O K^{2}=O F^{2}$, we have $x^{2}+(2 x+5 \sqrt{2})^{2}=10^{2}$. Solving for $x$, we get $x=\sqrt{2}$. Thus, we have $O H=6 \sqrt{2}$ and $2 \cdot O H^{2}=144$.
|
144
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Square $A B C D$ is inscribed in circle $\omega$ with radius 10. Four additional squares are drawn inside $\omega$ but outside $A B C D$ such that the lengths of their diagonals are as large as possible. A sixth square is drawn by connecting the centers of the four aforementioned small squares. Find the area of the sixth square.
|
144
Let $D E G F$ denote the small square that shares a side with $A B$, where $D$ and $E$ lie on $A B$. Let $O$ denote the center of $\omega, K$ denote the midpoint of $F G$, and $H$ denote the center of $D E G F$. The area of the sixth square is $2 \cdot O H^{2}$.
Let $K F=x$. Since $K F^{2}+O K^{2}=O F^{2}$, we have $x^{2}+(2 x+5 \sqrt{2})^{2}=10^{2}$. Solving for $x$, we get $x=\sqrt{2}$. Thus, we have $O H=6 \sqrt{2}$ and $2 \cdot O H^{2}=144$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n6. [5]",
"solution_match": "\nAnswer: "
}
|
7c52fe40-7cbb-58e9-adbb-cdbd0d00fd90
| 608,833
|
For any positive real numbers $a$ and $b$, define $a \circ b=a+b+2 \sqrt{a b}$. Find all positive real numbers $x$ such that $x^{2} \circ 9 x=121$.
|
$\frac{31-3 \sqrt{53}}{2}$
Since $a \circ b=(\sqrt{a}+\sqrt{b})^{2}$, we have $x^{2} \circ 9 x=(x+3 \sqrt{x})^{2}$. Moreover, since $x$ is positive, we have $x+3 \sqrt{x}=11$, and the only possible solution is that $\sqrt{x}=\frac{-3+\sqrt{53}}{2}$, so $x=\frac{31-3 \sqrt{53}}{2}$.
|
\frac{31-3 \sqrt{53}}{2}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
For any positive real numbers $a$ and $b$, define $a \circ b=a+b+2 \sqrt{a b}$. Find all positive real numbers $x$ such that $x^{2} \circ 9 x=121$.
|
$\frac{31-3 \sqrt{53}}{2}$
Since $a \circ b=(\sqrt{a}+\sqrt{b})^{2}$, we have $x^{2} \circ 9 x=(x+3 \sqrt{x})^{2}$. Moreover, since $x$ is positive, we have $x+3 \sqrt{x}=11$, and the only possible solution is that $\sqrt{x}=\frac{-3+\sqrt{53}}{2}$, so $x=\frac{31-3 \sqrt{53}}{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n7. [6]",
"solution_match": "\n## Answer: "
}
|
572f2949-3620-5089-924b-4dd55e743ef8
| 608,834
|
Find the smallest $k$ such that for any arrangement of 3000 checkers in a $2011 \times 2011$ checkerboard, with at most one checker in each square, there exist $k$ rows and $k$ columns for which every checker is contained in at least one of these rows or columns.
|
1006
If there is a chip in every square along a main diagonal, then we need at least 1006 rows and columns to contain all these chips. We are left to show that 1006 is sufficient.
Take the 1006 rows with greatest number of chips. Assume without loss of generality they are the first 1006 rows. If the remaining 1005 rows contain at most 1005 chips, then we can certainly choose 1006 columns that contain these chips. Otherwise, there exists a row that contains at least 2 chips, so every row in the first 1006 rows must contain at least 2 chips. But this means that there are at least $2 \times 1006+1006=3018$ chips in total. Contradiction.
|
1006
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Find the smallest $k$ such that for any arrangement of 3000 checkers in a $2011 \times 2011$ checkerboard, with at most one checker in each square, there exist $k$ rows and $k$ columns for which every checker is contained in at least one of these rows or columns.
|
1006
If there is a chip in every square along a main diagonal, then we need at least 1006 rows and columns to contain all these chips. We are left to show that 1006 is sufficient.
Take the 1006 rows with greatest number of chips. Assume without loss of generality they are the first 1006 rows. If the remaining 1005 rows contain at most 1005 chips, then we can certainly choose 1006 columns that contain these chips. Otherwise, there exists a row that contains at least 2 chips, so every row in the first 1006 rows must contain at least 2 chips. But this means that there are at least $2 \times 1006+1006=3018$ chips in total. Contradiction.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n8. [6]",
"solution_match": "\nAnswer: "
}
|
09d0333c-540a-58e6-92d3-7733ded8cb8a
| 608,835
|
Segments $A A^{\prime}, B B^{\prime}$, and $C C^{\prime}$, each of length 2, all intersect at a point $O$. If $\angle A O C^{\prime}=\angle B O A^{\prime}=$ $\angle C O B^{\prime}=60^{\circ}$, find the maximum possible value of the sum of the areas of triangles $A O C^{\prime}, B O A^{\prime}$, and $C O B^{\prime}$.
|
$\sqrt{3}$
Extend $O A$ to $D$ and $O C^{\prime}$ to $E$ such that $A D=O A^{\prime}$ and $C^{\prime} E=O C$. Since $O D=O E=2$ and $\angle D O E=60^{\circ}$, we have $O D E$ is an equilateral triangle. Let $F$ be the point on $D E$ such that $D F=O B$ and $E F=O B^{\prime}$. Clearly we have $\triangle D F A \cong \triangle O B A^{\prime}$ and $\triangle E F C^{\prime} \cong O B^{\prime} C$. Thus the sum of the areas of triangles $A O C^{\prime}, B O A^{\prime}$, and $C O B^{\prime}$ is the same as the sum of the areas of triangle $D F A, F E C^{\prime}$, and $O A C^{\prime}$, which is at most the area of triangle $O D E$. Since $O D E$ is an equilateral triangle with side length 2 , its area is $\sqrt{3}$. Equality is achieved when $O C=O A^{\prime}=0$.
|
\sqrt{3}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Segments $A A^{\prime}, B B^{\prime}$, and $C C^{\prime}$, each of length 2, all intersect at a point $O$. If $\angle A O C^{\prime}=\angle B O A^{\prime}=$ $\angle C O B^{\prime}=60^{\circ}$, find the maximum possible value of the sum of the areas of triangles $A O C^{\prime}, B O A^{\prime}$, and $C O B^{\prime}$.
|
$\sqrt{3}$
Extend $O A$ to $D$ and $O C^{\prime}$ to $E$ such that $A D=O A^{\prime}$ and $C^{\prime} E=O C$. Since $O D=O E=2$ and $\angle D O E=60^{\circ}$, we have $O D E$ is an equilateral triangle. Let $F$ be the point on $D E$ such that $D F=O B$ and $E F=O B^{\prime}$. Clearly we have $\triangle D F A \cong \triangle O B A^{\prime}$ and $\triangle E F C^{\prime} \cong O B^{\prime} C$. Thus the sum of the areas of triangles $A O C^{\prime}, B O A^{\prime}$, and $C O B^{\prime}$ is the same as the sum of the areas of triangle $D F A, F E C^{\prime}$, and $O A C^{\prime}$, which is at most the area of triangle $O D E$. Since $O D E$ is an equilateral triangle with side length 2 , its area is $\sqrt{3}$. Equality is achieved when $O C=O A^{\prime}=0$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n9. [6]",
"solution_match": "\nAnswer: "
}
|
f63b7032-eff2-5038-8fd3-aae09d2be1e3
| 608,836
|
In how many ways can one fill a $4 \times 4$ grid with a 0 or 1 in each square such that the sum of the entries in each row, column, and long diagonal is even?
|
256
First we name the elements of the square as follows:
| $a_{11}$ | $a_{12}$ | $a_{13}$ | $a_{14}$ |
| :--- | :--- | :--- | :--- |
| $a_{21}$ | $a_{22}$ | $a_{23}$ | $a_{24}$ |
| $a_{31}$ | $a_{32}$ | $a_{33}$ | $a_{34}$ |
| $a_{41}$ | $a_{42}$ | $a_{43}$ | $a_{44}$ |
We claim that for any given values of $a_{11}, a_{12}, a_{13}, a_{21}, a_{22}, a_{23}, a_{32}$, and $a_{33}$ (the + signs in the diagram below), there is a unique way to assign values to the rest of the entries such that all necessary sums are even.
$$
\begin{array}{cccc}
+ & + & + & a_{14} \\
+ & + & + & a_{24} \\
a_{31} & + & + & a_{34} \\
a_{41} & a_{42} & a_{43} & a_{44}
\end{array}
$$
Taking additions mod 2, we have
$$
\begin{aligned}
a_{14} & =a_{11}+a_{12}+a_{13} \\
a_{24} & =a_{21}+a_{22}+a_{23} \\
a_{44} & =a_{11}+a_{22}+a_{33} \\
a_{42} & =a_{12}+a_{22}+a_{32} \\
a_{43} & =a_{13}+a_{23}+a_{33}
\end{aligned}
$$
Since the 4 th column, the 4 th row, and the 1 st column must have entries that sum to 0 , we have
$$
\begin{aligned}
& a_{34}=a_{14}+a_{24}+a_{44}=a_{12}+a_{13}+a_{21}+a_{23}+a_{33} \\
& a_{41}=a_{42}+a_{43}+a_{44}=a_{11}+a_{12}+a_{13}+a_{23}+a_{32} \\
& a_{31}=a_{11}+a_{21}+a_{41}=a_{12}+a_{13}+a_{21}+a_{23}+a_{32}
\end{aligned}
$$
It is easy to check that the sum of entries in every row, column, and the main diagonal is even. Since there are $2^{8}=256$ ways to assign the values to the initial 8 entries, there are exactly 256 ways to fill the board.
|
256
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
In how many ways can one fill a $4 \times 4$ grid with a 0 or 1 in each square such that the sum of the entries in each row, column, and long diagonal is even?
|
256
First we name the elements of the square as follows:
| $a_{11}$ | $a_{12}$ | $a_{13}$ | $a_{14}$ |
| :--- | :--- | :--- | :--- |
| $a_{21}$ | $a_{22}$ | $a_{23}$ | $a_{24}$ |
| $a_{31}$ | $a_{32}$ | $a_{33}$ | $a_{34}$ |
| $a_{41}$ | $a_{42}$ | $a_{43}$ | $a_{44}$ |
We claim that for any given values of $a_{11}, a_{12}, a_{13}, a_{21}, a_{22}, a_{23}, a_{32}$, and $a_{33}$ (the + signs in the diagram below), there is a unique way to assign values to the rest of the entries such that all necessary sums are even.
$$
\begin{array}{cccc}
+ & + & + & a_{14} \\
+ & + & + & a_{24} \\
a_{31} & + & + & a_{34} \\
a_{41} & a_{42} & a_{43} & a_{44}
\end{array}
$$
Taking additions mod 2, we have
$$
\begin{aligned}
a_{14} & =a_{11}+a_{12}+a_{13} \\
a_{24} & =a_{21}+a_{22}+a_{23} \\
a_{44} & =a_{11}+a_{22}+a_{33} \\
a_{42} & =a_{12}+a_{22}+a_{32} \\
a_{43} & =a_{13}+a_{23}+a_{33}
\end{aligned}
$$
Since the 4 th column, the 4 th row, and the 1 st column must have entries that sum to 0 , we have
$$
\begin{aligned}
& a_{34}=a_{14}+a_{24}+a_{44}=a_{12}+a_{13}+a_{21}+a_{23}+a_{33} \\
& a_{41}=a_{42}+a_{43}+a_{44}=a_{11}+a_{12}+a_{13}+a_{23}+a_{32} \\
& a_{31}=a_{11}+a_{21}+a_{41}=a_{12}+a_{13}+a_{21}+a_{23}+a_{32}
\end{aligned}
$$
It is easy to check that the sum of entries in every row, column, and the main diagonal is even. Since there are $2^{8}=256$ ways to assign the values to the initial 8 entries, there are exactly 256 ways to fill the board.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n10. [6]",
"solution_match": "\nAnswer: "
}
|
174d412d-e482-5ff2-89e2-a2a644278c16
| 608,837
|
Rosencrantz and Guildenstern play a game in which they repeatedly flip a fair coin. Let $a_{1}=4$, $a_{2}=3$, and $a_{n}=a_{n-1}+a_{n-2}$ for all $n \geq 3$. On the $n$th flip, if the coin is heads, Rosencrantz pays Guildenstern $a_{n}$ dollars, and, if the coin is tails, Guildenstern pays Rosencrantz $a_{n}$ dollars. If play continues for 2010 turns, what is the probability that Rosencrantz ends up with more money than he started with?
|
$\frac{1}{2}-\frac{1}{2^{1341}}$
Since Rosencrantz and Guildenstern have an equal chance of winning each toss, both have the same probability of ending up with a positive amount of money. Let $x$ denote the probability that they both end up with zero dollars. We wish to find $\frac{1-x}{2}$.
We have $x$ is equal to the probability that
$$
s_{2010}:=i_{1} a_{1}+i_{2} a_{2}+\cdots i_{2010} a_{2010}=0
$$
where $i_{n}$ has an equal probability of being either 1 or -1 .
We claim that $s_{2010}=0$ if and only if $i_{3 n}=-i_{3 n-1}=-i_{3 n-2}$ for all $n \leq 670$. We start with the following lemma.
Lemma. We have $a_{n}>\sum_{k=1}^{n-3} a_{k}$ for all $n \geq 4$.
Proof: For the case $n=4, a_{4}=a_{3}+a_{2}=2 a_{2}+a_{1}>a_{1}$. In case $n>4$, we have
$$
a_{n}=a_{n-2}+a_{n-1}>a_{n-2}+\sum_{k=1}^{n-4} a_{k}=a_{n-4}+\sum_{k=1}^{n-3} a_{k}>\sum_{k=1}^{n-3} a_{k}
$$
It suffices to show that $s_{3 n}=0$ only if $i_{3 k}=-i_{3 k-1}=-i_{3 k-2}$ for all $k \leq n$. The triangle inequality implies the following:
$$
\begin{aligned}
& 0 \leq\left|\left|i_{3 n-2} a_{3 n-2}+s_{3 n-3}\right|-\left|i_{3 n-1} a_{3 n-1}+i_{3 n} a_{3 n}\right|\right| \leq\left|s_{3 n}\right|=0 \\
& 0 \leq\left|\left|i_{3 n-1} a_{3 n-1}+s_{3 n-3}\right|-\left|i_{3 n-2} a_{3 n-2}+i_{3 n} a_{3 n}\right|\right| \leq\left|s_{3 n}\right|=0
\end{aligned}
$$
By the lemma, we have
$$
\begin{array}{rll}
a_{3 n-2}+\sum_{k=1}^{3 n-3} a_{k}<a_{3 n-2}+a_{3 n} & < & a_{3 n-1}+a_{3 n} \\
a_{3 n-1}+\sum_{k=1}^{3 n-3} a_{k}<a_{3 n-1}+a_{3 n-3}+a_{3 n-4}+a_{3 n-2} & = & a_{3 n-2}+a_{3 n}
\end{array}
$$
$i_{3 n}=i_{3 n-1}$ implies $\left|a_{3 n-2}+\sum_{k=1}^{3 n-3} a_{k}\right|<\left|i_{3 n-1} a_{3 n-1}+i_{3 n} a_{3 n}\right|$ and $i_{3 n}=i_{3 n-2}$ implies $\mid a_{3 n-1}+$ $\sum_{k=1}^{3 n-3} a_{k}\left|<\left|i_{3 n-2} a_{3 n-2}+i_{3 n} a_{3 n}\right|\right.$, which are both contradictions; therefore, we must have $i_{3 n}=-i_{3 n-1}$ and $i_{3 n}=-i_{3 n-2}$.
The probability that $i_{3 n}=-i_{3 n-1}=-i_{3 n-2}$ is $\frac{1}{4}$, so $x=\left(\frac{1}{4}\right)^{670}=\frac{1}{2^{1340}}$, and $\frac{1-x}{2}=\frac{1}{2}-\frac{1}{2^{1341}}$.
|
\frac{1}{2}-\frac{1}{2^{1341}}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Rosencrantz and Guildenstern play a game in which they repeatedly flip a fair coin. Let $a_{1}=4$, $a_{2}=3$, and $a_{n}=a_{n-1}+a_{n-2}$ for all $n \geq 3$. On the $n$th flip, if the coin is heads, Rosencrantz pays Guildenstern $a_{n}$ dollars, and, if the coin is tails, Guildenstern pays Rosencrantz $a_{n}$ dollars. If play continues for 2010 turns, what is the probability that Rosencrantz ends up with more money than he started with?
|
$\frac{1}{2}-\frac{1}{2^{1341}}$
Since Rosencrantz and Guildenstern have an equal chance of winning each toss, both have the same probability of ending up with a positive amount of money. Let $x$ denote the probability that they both end up with zero dollars. We wish to find $\frac{1-x}{2}$.
We have $x$ is equal to the probability that
$$
s_{2010}:=i_{1} a_{1}+i_{2} a_{2}+\cdots i_{2010} a_{2010}=0
$$
where $i_{n}$ has an equal probability of being either 1 or -1 .
We claim that $s_{2010}=0$ if and only if $i_{3 n}=-i_{3 n-1}=-i_{3 n-2}$ for all $n \leq 670$. We start with the following lemma.
Lemma. We have $a_{n}>\sum_{k=1}^{n-3} a_{k}$ for all $n \geq 4$.
Proof: For the case $n=4, a_{4}=a_{3}+a_{2}=2 a_{2}+a_{1}>a_{1}$. In case $n>4$, we have
$$
a_{n}=a_{n-2}+a_{n-1}>a_{n-2}+\sum_{k=1}^{n-4} a_{k}=a_{n-4}+\sum_{k=1}^{n-3} a_{k}>\sum_{k=1}^{n-3} a_{k}
$$
It suffices to show that $s_{3 n}=0$ only if $i_{3 k}=-i_{3 k-1}=-i_{3 k-2}$ for all $k \leq n$. The triangle inequality implies the following:
$$
\begin{aligned}
& 0 \leq\left|\left|i_{3 n-2} a_{3 n-2}+s_{3 n-3}\right|-\left|i_{3 n-1} a_{3 n-1}+i_{3 n} a_{3 n}\right|\right| \leq\left|s_{3 n}\right|=0 \\
& 0 \leq\left|\left|i_{3 n-1} a_{3 n-1}+s_{3 n-3}\right|-\left|i_{3 n-2} a_{3 n-2}+i_{3 n} a_{3 n}\right|\right| \leq\left|s_{3 n}\right|=0
\end{aligned}
$$
By the lemma, we have
$$
\begin{array}{rll}
a_{3 n-2}+\sum_{k=1}^{3 n-3} a_{k}<a_{3 n-2}+a_{3 n} & < & a_{3 n-1}+a_{3 n} \\
a_{3 n-1}+\sum_{k=1}^{3 n-3} a_{k}<a_{3 n-1}+a_{3 n-3}+a_{3 n-4}+a_{3 n-2} & = & a_{3 n-2}+a_{3 n}
\end{array}
$$
$i_{3 n}=i_{3 n-1}$ implies $\left|a_{3 n-2}+\sum_{k=1}^{3 n-3} a_{k}\right|<\left|i_{3 n-1} a_{3 n-1}+i_{3 n} a_{3 n}\right|$ and $i_{3 n}=i_{3 n-2}$ implies $\mid a_{3 n-1}+$ $\sum_{k=1}^{3 n-3} a_{k}\left|<\left|i_{3 n-2} a_{3 n-2}+i_{3 n} a_{3 n}\right|\right.$, which are both contradictions; therefore, we must have $i_{3 n}=-i_{3 n-1}$ and $i_{3 n}=-i_{3 n-2}$.
The probability that $i_{3 n}=-i_{3 n-1}=-i_{3 n-2}$ is $\frac{1}{4}$, so $x=\left(\frac{1}{4}\right)^{670}=\frac{1}{2^{1340}}$, and $\frac{1-x}{2}=\frac{1}{2}-\frac{1}{2^{1341}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n11. [8]",
"solution_match": "\nAnswer: "
}
|
e03152fb-f82b-59a1-9535-c3cd9308f2a6
| 608,838
|
A sequence of integers $\left\{a_{i}\right\}$ is defined as follows: $a_{i}=i$ for all $1 \leq i \leq 5$, and $a_{i}=a_{1} a_{2} \cdots a_{i-1}-1$ for all $i>5$. Evaluate $a_{1} a_{2} \cdots a_{2011}-\sum_{i=1}^{2011} a_{i}^{2}$.
|
-1941
For all $i \geq 6$, we have $a_{i}=a_{1} a_{2} \cdots a_{i-1}-1$. So
$$
\begin{aligned}
a_{i+1} & =a_{1} a_{2} \cdots a_{i}-1 \\
& =\left(a_{1} a_{2} \cdots a_{i-1}\right) a_{i}-1 \\
& =\left(a_{i}+1\right) a_{i}-1 \\
& =a_{i}^{2}+a_{i}-1 .
\end{aligned}
$$
Therefore, for all $i \geq 6$, we have $a_{i}^{2}=a_{i+1}-a_{i}+1$, and we obtain that
$$
\begin{aligned}
& a_{1} a_{2} \cdots a_{2011}-\sum_{i=1}^{2011} a_{i}^{2} \\
= & a_{2012}+1-\sum_{i=1}^{5} a_{i}^{2}-\sum_{i=6}^{2011} a_{i}^{2} \\
= & a_{2012}+1-\sum_{i=1}^{5} i^{2}-\sum_{i=6}^{2011}\left(a_{i+1}-a_{i}+1\right) \\
= & a_{2012}+1-55-\left(a_{2012}-a_{6}+2006\right) \\
= & a_{6}-2060 \\
= & -1941
\end{aligned}
$$
|
-1941
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
A sequence of integers $\left\{a_{i}\right\}$ is defined as follows: $a_{i}=i$ for all $1 \leq i \leq 5$, and $a_{i}=a_{1} a_{2} \cdots a_{i-1}-1$ for all $i>5$. Evaluate $a_{1} a_{2} \cdots a_{2011}-\sum_{i=1}^{2011} a_{i}^{2}$.
|
-1941
For all $i \geq 6$, we have $a_{i}=a_{1} a_{2} \cdots a_{i-1}-1$. So
$$
\begin{aligned}
a_{i+1} & =a_{1} a_{2} \cdots a_{i}-1 \\
& =\left(a_{1} a_{2} \cdots a_{i-1}\right) a_{i}-1 \\
& =\left(a_{i}+1\right) a_{i}-1 \\
& =a_{i}^{2}+a_{i}-1 .
\end{aligned}
$$
Therefore, for all $i \geq 6$, we have $a_{i}^{2}=a_{i+1}-a_{i}+1$, and we obtain that
$$
\begin{aligned}
& a_{1} a_{2} \cdots a_{2011}-\sum_{i=1}^{2011} a_{i}^{2} \\
= & a_{2012}+1-\sum_{i=1}^{5} a_{i}^{2}-\sum_{i=6}^{2011} a_{i}^{2} \\
= & a_{2012}+1-\sum_{i=1}^{5} i^{2}-\sum_{i=6}^{2011}\left(a_{i+1}-a_{i}+1\right) \\
= & a_{2012}+1-55-\left(a_{2012}-a_{6}+2006\right) \\
= & a_{6}-2060 \\
= & -1941
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n12. [8]",
"solution_match": "\nAnswer: "
}
|
574a3945-5177-5067-83ce-d05d58d4a249
| 608,839
|
Let $a, b$, and $c$ be the side lengths of a triangle, and assume that $a \leq b$ and $a \leq c$. Let $x=\frac{b+c-a}{2}$. If $r$ and $R$ denote the inradius and circumradius, respectively, find the minimum value of $\frac{a x}{r R}$.
|
3
It is well-known that both $\frac{a b c}{4 R}$ and $\frac{r(a+b+c)}{2}$ are equal to the area of triangle $A B C$. Thus $\frac{a b c}{4 R}=\frac{r(a+b+c)}{2}$, and
$$
R r=\frac{a b c}{2(a+b+c)}
$$
Since $a \leq b$ and $a \leq c$, we have $\frac{a^{2}}{b c} \leq 1$. We thus obtain that
$$
\begin{aligned}
\frac{a x}{r R} & =\frac{a(b+c-a) / 2}{\frac{a b c}{2(a+b+c)}} \\
& =\frac{(a+b+c)(b+c-a)}{b c} \\
& =\frac{(b+c)^{2}-a^{2}}{b c} \\
& =\frac{(b+c)^{2}}{b c}-\frac{a^{2}}{b c} \\
& =\frac{b}{c}+\frac{c}{b}+2-\frac{a^{2}}{b c} \\
& \geq \frac{b}{c}+\frac{c}{b}+2-1 \\
& \geq 2+2-1 \\
& =3
\end{aligned}
$$
Equality is achieved when $a=b=c$.
|
3
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $a, b$, and $c$ be the side lengths of a triangle, and assume that $a \leq b$ and $a \leq c$. Let $x=\frac{b+c-a}{2}$. If $r$ and $R$ denote the inradius and circumradius, respectively, find the minimum value of $\frac{a x}{r R}$.
|
3
It is well-known that both $\frac{a b c}{4 R}$ and $\frac{r(a+b+c)}{2}$ are equal to the area of triangle $A B C$. Thus $\frac{a b c}{4 R}=\frac{r(a+b+c)}{2}$, and
$$
R r=\frac{a b c}{2(a+b+c)}
$$
Since $a \leq b$ and $a \leq c$, we have $\frac{a^{2}}{b c} \leq 1$. We thus obtain that
$$
\begin{aligned}
\frac{a x}{r R} & =\frac{a(b+c-a) / 2}{\frac{a b c}{2(a+b+c)}} \\
& =\frac{(a+b+c)(b+c-a)}{b c} \\
& =\frac{(b+c)^{2}-a^{2}}{b c} \\
& =\frac{(b+c)^{2}}{b c}-\frac{a^{2}}{b c} \\
& =\frac{b}{c}+\frac{c}{b}+2-\frac{a^{2}}{b c} \\
& \geq \frac{b}{c}+\frac{c}{b}+2-1 \\
& \geq 2+2-1 \\
& =3
\end{aligned}
$$
Equality is achieved when $a=b=c$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n13. [8]",
"solution_match": "\nAnswer: "
}
|
3aaac4fc-42e4-5a70-afa7-1c0c7813edaf
| 608,840
|
Danny has a set of 15 pool balls, numbered $1,2, \ldots, 15$. In how many ways can he put the balls in 8 indistinguishable bins such that the sum of the numbers of the balls in each bin is 14,15 , or 16 ?
|
122
Clearly, the balls numbered $15,14, \ldots, 9,8$ must be placed in separate bins, so we number the bins $15,14, \ldots, 9,8$. Note that bins 15 and 14 may contain only one ball while all other bins must contain at least two balls. We have two cases to examine.
Case 1: Only one bin contains exactly one ball. Let $a_{i}$ denote the number of ways to place the balls numbered $1,2, \ldots, i-1$ into the bins numbered $15,14, \ldots, 15-i+1$. We can place either $i-1$ or $i-2$ into the bin numbered $15-i+1$. If we place $i-1$ in there, then there are $a_{i-1}$ ways to finish packing the rest. If we place $i-2$ in this bin, then $i-1$ must be placed in the bin numbered $15-i+2$, so there are $a_{i-2}$ ways to place the rest of the balls. Therefore $a_{i}=a_{i-1}+a_{i-2}$. Since $a_{1}=2$ and $a_{2}=3$, the sequence $\left\{a_{i}\right\}$ is the Fibonacci sequence, and $a_{7}=34$.
Case 2: Both bins 14 and 15 contain only one ball. A pair of balls from 1-7 must be put together to one of the bins numbered 8 through 13 . This pair has sum at most 8 , so we can count for all the cases.
| Balls | Number of packings |
| :---: | :---: |
| 1,2 | 16 |
| 1,3 | 10 |
| 1,4 | 12 |
| 1,5 | 12 |
| 1,6 | 10 |
| 1,7 | 8 |
| 2,3 | 6 |
| 2,4 | 4 |
| 2,5 | 4 |
| 2,6 | 3 |
| 3,4 | 2 |
| 3,5 | 1 |
Therefore, there are 88 possibilities in this case, and the total number of possibilities is 122 .
|
122
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Danny has a set of 15 pool balls, numbered $1,2, \ldots, 15$. In how many ways can he put the balls in 8 indistinguishable bins such that the sum of the numbers of the balls in each bin is 14,15 , or 16 ?
|
122
Clearly, the balls numbered $15,14, \ldots, 9,8$ must be placed in separate bins, so we number the bins $15,14, \ldots, 9,8$. Note that bins 15 and 14 may contain only one ball while all other bins must contain at least two balls. We have two cases to examine.
Case 1: Only one bin contains exactly one ball. Let $a_{i}$ denote the number of ways to place the balls numbered $1,2, \ldots, i-1$ into the bins numbered $15,14, \ldots, 15-i+1$. We can place either $i-1$ or $i-2$ into the bin numbered $15-i+1$. If we place $i-1$ in there, then there are $a_{i-1}$ ways to finish packing the rest. If we place $i-2$ in this bin, then $i-1$ must be placed in the bin numbered $15-i+2$, so there are $a_{i-2}$ ways to place the rest of the balls. Therefore $a_{i}=a_{i-1}+a_{i-2}$. Since $a_{1}=2$ and $a_{2}=3$, the sequence $\left\{a_{i}\right\}$ is the Fibonacci sequence, and $a_{7}=34$.
Case 2: Both bins 14 and 15 contain only one ball. A pair of balls from 1-7 must be put together to one of the bins numbered 8 through 13 . This pair has sum at most 8 , so we can count for all the cases.
| Balls | Number of packings |
| :---: | :---: |
| 1,2 | 16 |
| 1,3 | 10 |
| 1,4 | 12 |
| 1,5 | 12 |
| 1,6 | 10 |
| 1,7 | 8 |
| 2,3 | 6 |
| 2,4 | 4 |
| 2,5 | 4 |
| 2,6 | 3 |
| 3,4 | 2 |
| 3,5 | 1 |
Therefore, there are 88 possibilities in this case, and the total number of possibilities is 122 .
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n14. [8]",
"solution_match": "\nAnswer: "
}
|
f7d995b5-1efe-51c4-a5df-8da492f4ee5a
| 608,841
|
Let $R$ be a semicircle with diameter $X Y$. A trapezoid $A B C D$ in which $A B$ is parallel to $C D$ is circumscribed about $R$ such that $A B$ contains $X Y$. If $A D=4, C D=5$, and $B C=6$, determine $A B$.
|
10
We claim that $A B=A D+B C$. Let $O$ denote the center of $R$. Since $D A$ and $D C$ are both tangent to $R$, we have $\angle A D O=\angle O D C$. Since $C D$ is parallel to $A B$, we also have $\angle O D C=\angle D O A$. Thus $\angle A D O=\angle D O A$, and it follows that $A D=A O$. Similarly, we have $B C=B O$. Therefore, we
$$
A B=A O+B O=A D+B C=10
$$
|
10
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $R$ be a semicircle with diameter $X Y$. A trapezoid $A B C D$ in which $A B$ is parallel to $C D$ is circumscribed about $R$ such that $A B$ contains $X Y$. If $A D=4, C D=5$, and $B C=6$, determine $A B$.
|
10
We claim that $A B=A D+B C$. Let $O$ denote the center of $R$. Since $D A$ and $D C$ are both tangent to $R$, we have $\angle A D O=\angle O D C$. Since $C D$ is parallel to $A B$, we also have $\angle O D C=\angle D O A$. Thus $\angle A D O=\angle D O A$, and it follows that $A D=A O$. Similarly, we have $B C=B O$. Therefore, we
$$
A B=A O+B O=A D+B C=10
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n16. [10]",
"solution_match": "\nAnswer: "
}
|
73b7e053-f7c9-5521-b7e1-7e9aa976e3e0
| 608,843
|
Given positive real numbers $x, y$, and $z$ that satisfy the following system of equations:
$$
\begin{aligned}
x^{2}+y^{2}+x y & =1, \\
y^{2}+z^{2}+y z & =4, \\
z^{2}+x^{2}+z x & =5,
\end{aligned}
$$
find $x+y+z$.
|
$\sqrt{5+2 \sqrt{3}}$
Let $O$ denote the origin. Construct vectors $O A, O B$, and $O C$ as follows: The lengths of $O A, O B$, and $O C$ are $x, y$, and $z$, respectively, and the angle between any two vectors is $120^{\circ}$. By the Law of Cosines, we have $A B=1, B C=2$, and $A C=\sqrt{5}$. Thus $A B C$ is a right triangle, and $O$ is its Fermat point. The area of triangle $A B C$ is equal to $\frac{1}{2} \cdot 1 \cdot 2=1$. But the area is also equal to the sum of the areas of triangles $A O B, B O C$, and $C O A$, which is equal to $\frac{1}{2} \cdot x y \cdot \frac{\sqrt{3}}{2}+\frac{1}{2} \cdot y z \cdot \frac{\sqrt{3}}{2}+\frac{1}{2} \cdot z x \cdot \frac{\sqrt{3}}{2}$. We thus obtain $x y+y z+z x=\frac{4}{\sqrt{3}}$. Adding the three equations given in the problem and subtracting both sides by $x y+y z+z x$, we obtain $x^{2}+y^{2}+z^{2}=5-\frac{2}{\sqrt{3}}$. Therefore $(x+y+z)^{2}=\left(x^{2}+y^{2}+z^{2}\right)+2(x y+y z+z x)=$ $5+2 \sqrt{3}$.
|
\sqrt{5+2 \sqrt{3}}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Given positive real numbers $x, y$, and $z$ that satisfy the following system of equations:
$$
\begin{aligned}
x^{2}+y^{2}+x y & =1, \\
y^{2}+z^{2}+y z & =4, \\
z^{2}+x^{2}+z x & =5,
\end{aligned}
$$
find $x+y+z$.
|
$\sqrt{5+2 \sqrt{3}}$
Let $O$ denote the origin. Construct vectors $O A, O B$, and $O C$ as follows: The lengths of $O A, O B$, and $O C$ are $x, y$, and $z$, respectively, and the angle between any two vectors is $120^{\circ}$. By the Law of Cosines, we have $A B=1, B C=2$, and $A C=\sqrt{5}$. Thus $A B C$ is a right triangle, and $O$ is its Fermat point. The area of triangle $A B C$ is equal to $\frac{1}{2} \cdot 1 \cdot 2=1$. But the area is also equal to the sum of the areas of triangles $A O B, B O C$, and $C O A$, which is equal to $\frac{1}{2} \cdot x y \cdot \frac{\sqrt{3}}{2}+\frac{1}{2} \cdot y z \cdot \frac{\sqrt{3}}{2}+\frac{1}{2} \cdot z x \cdot \frac{\sqrt{3}}{2}$. We thus obtain $x y+y z+z x=\frac{4}{\sqrt{3}}$. Adding the three equations given in the problem and subtracting both sides by $x y+y z+z x$, we obtain $x^{2}+y^{2}+z^{2}=5-\frac{2}{\sqrt{3}}$. Therefore $(x+y+z)^{2}=\left(x^{2}+y^{2}+z^{2}\right)+2(x y+y z+z x)=$ $5+2 \sqrt{3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n17. [10]",
"solution_match": "\nAnswer: "
}
|
6c6cc87a-3079-5997-89e6-749ef0f30550
| 608,844
|
In how many ways can each square of a $4 \times 2011$ grid be colored red, blue, or yellow such that no two squares that are diagonally adjacent are the same color?
|
$64 \cdot 3^{4020}$
If we first color the board in a checkerboard pattern, it is clear that the white squares are independent of the black squares in diagonal coloring, so we calculate the number of ways to color the white squares of a $4 \times n$ board and then square it.
Let $a_{n}$ be the number of ways to color the white squares of a $4 \times n$ board in this manner such that the two squares in the last column are the same color, and $b_{n}$ the number of ways to color it such that they are different. We want to find their sum $x_{n}$. We have $a_{1}=3, b_{1}=6$. Given any filled $4 \times n-1$ grid with the two white squares in the last column different, there is only 1 choice for the middle square in the $n$th row, and two choices for the outside square, 1 choice makes them the same color, 1 makes them different. If the two white squares are the same, there are 2 choices for the middle square and the outer square, so 4 choices. Of these, in 2 choices, the two new squares are the same color, and in the other 2 , the two squares are different. It follows that $a_{n}=2 a_{n-1}+b_{n-1}$ and $b_{n}=2 a_{n-1}+b_{n-1}$, so $a_{n}=b_{n}$ for $n \geq 2$. We have $x_{n}=8 \cdot 3^{n-1}$ and $x_{2011}=8 \cdot 3^{2010}$. So the answer is $64 \cdot 3^{4020}$.
|
64 \cdot 3^{4020}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
In how many ways can each square of a $4 \times 2011$ grid be colored red, blue, or yellow such that no two squares that are diagonally adjacent are the same color?
|
$64 \cdot 3^{4020}$
If we first color the board in a checkerboard pattern, it is clear that the white squares are independent of the black squares in diagonal coloring, so we calculate the number of ways to color the white squares of a $4 \times n$ board and then square it.
Let $a_{n}$ be the number of ways to color the white squares of a $4 \times n$ board in this manner such that the two squares in the last column are the same color, and $b_{n}$ the number of ways to color it such that they are different. We want to find their sum $x_{n}$. We have $a_{1}=3, b_{1}=6$. Given any filled $4 \times n-1$ grid with the two white squares in the last column different, there is only 1 choice for the middle square in the $n$th row, and two choices for the outside square, 1 choice makes them the same color, 1 makes them different. If the two white squares are the same, there are 2 choices for the middle square and the outer square, so 4 choices. Of these, in 2 choices, the two new squares are the same color, and in the other 2 , the two squares are different. It follows that $a_{n}=2 a_{n-1}+b_{n-1}$ and $b_{n}=2 a_{n-1}+b_{n-1}$, so $a_{n}=b_{n}$ for $n \geq 2$. We have $x_{n}=8 \cdot 3^{n-1}$ and $x_{2011}=8 \cdot 3^{2010}$. So the answer is $64 \cdot 3^{4020}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n18. [10]",
"solution_match": "\nAnswer: "
}
|
24a15e25-5f1a-5c8e-8f31-d95f14a7fb7b
| 608,845
|
Find the least positive integer $N$ with the following property: If all lattice points in $[1,3] \times[1,7] \times$ $[1, N]$ are colored either black or white, then there exists a rectangular prism, whose faces are parallel to the $x y, x z$, and $y z$ planes, and whose eight vertices are all colored in the same color.
|
127
First we claim that if the lattice points in $[1,3] \times[1,7]$ are colored either black or white, then there exists a rectangle whose faces are parallel to the $x$ and $y$ axes, whose vertices are all the same color (a.k.a. monochromatic). Indeed, in every row $y=i, 1 \leq i \leq 7$, there are two lattice points with the same color. Note there are 3 combinations of 2 columns to choose from (for the two similarly-colored lattice points to be in), and 2 colors to choose from. By the Pigeonhole Principle, in the $2 \cdot 3+1=7$ rows two rows must have a pair of similarly-colored lattice points in the same columns, i.e. there is a monochromatic rectangle.
This shows that in each cross section $z=i, 1 \leq i \leq N$ there is a monochromatic rectangle. Next, note there are $\binom{3}{2}\binom{7}{2}$ possibilities for this rectangle $\left(\binom{3}{2}\right.$ ways to choose the $2 x$-coordinates and $\binom{7}{2}$ ways to choose the $2 y$-coordinates), and 2 possible colors. Thus if $N=2\binom{3}{2}\binom{7}{2}+1=127$, then by the Pigeonhole Principle there are two values of $i$ such that the same-colored rectangle has the same $x$ and $y$ coordinates in the plane $z=i$, i.e. there is a monochromatic rectangular prism.
For $N=126$ the assertion is not true. In each cross section $z=i$, we can color so that there is exactly 1 monochromatic rectangle, and in the 126 cross sections, have all 126 possible monochromatic rectangles represented. To do this, in each cross section we color so that each row has exactly 2 lattice points of the same color, and such that 6 of the rows give all possible combinations of 2 points having the same color. This way, there will be exactly 1 monochromatic rectangle in each cross section; we can obviously vary it for the different cross sections.
|
127
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Find the least positive integer $N$ with the following property: If all lattice points in $[1,3] \times[1,7] \times$ $[1, N]$ are colored either black or white, then there exists a rectangular prism, whose faces are parallel to the $x y, x z$, and $y z$ planes, and whose eight vertices are all colored in the same color.
|
127
First we claim that if the lattice points in $[1,3] \times[1,7]$ are colored either black or white, then there exists a rectangle whose faces are parallel to the $x$ and $y$ axes, whose vertices are all the same color (a.k.a. monochromatic). Indeed, in every row $y=i, 1 \leq i \leq 7$, there are two lattice points with the same color. Note there are 3 combinations of 2 columns to choose from (for the two similarly-colored lattice points to be in), and 2 colors to choose from. By the Pigeonhole Principle, in the $2 \cdot 3+1=7$ rows two rows must have a pair of similarly-colored lattice points in the same columns, i.e. there is a monochromatic rectangle.
This shows that in each cross section $z=i, 1 \leq i \leq N$ there is a monochromatic rectangle. Next, note there are $\binom{3}{2}\binom{7}{2}$ possibilities for this rectangle $\left(\binom{3}{2}\right.$ ways to choose the $2 x$-coordinates and $\binom{7}{2}$ ways to choose the $2 y$-coordinates), and 2 possible colors. Thus if $N=2\binom{3}{2}\binom{7}{2}+1=127$, then by the Pigeonhole Principle there are two values of $i$ such that the same-colored rectangle has the same $x$ and $y$ coordinates in the plane $z=i$, i.e. there is a monochromatic rectangular prism.
For $N=126$ the assertion is not true. In each cross section $z=i$, we can color so that there is exactly 1 monochromatic rectangle, and in the 126 cross sections, have all 126 possible monochromatic rectangles represented. To do this, in each cross section we color so that each row has exactly 2 lattice points of the same color, and such that 6 of the rows give all possible combinations of 2 points having the same color. This way, there will be exactly 1 monochromatic rectangle in each cross section; we can obviously vary it for the different cross sections.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n19. [12]",
"solution_match": "\nAnswer: "
}
|
80056aa9-2778-5a60-a3a6-037d6b9814e4
| 608,846
|
Let $A B C D$ be a quadrilateral circumscribed about a circle with center $O$. Let $O_{1}, O_{2}, O_{3}$, and $O_{4}$ denote the circumcenters of $\triangle A O B, \triangle B O C, \triangle C O D$, and $\triangle D O A$. If $\angle A=120^{\circ}, \angle B=80^{\circ}$, and $\angle C=45^{\circ}$, what is the acute angle formed by the two lines passing through $O_{1} O_{3}$ and $O_{2} O_{4}$ ?
|
82.5
Lemma: Given a triangle $\triangle A B C$, let $I$ be the incenter, $I_{A}$ be the excenter opposite $A$, and $\check{S}$ be the second intersection of $A I$ with the circumcircle. Then $\check{S}$ is the center of the circle through $B, I, C$, and $I_{A}$.
Proof. First, note
$$
\angle I B I_{A}=\angle I B C+\angle C B I_{A}=\frac{\angle A B C}{2}+\frac{180^{\circ}-\angle A B C}{2}=90^{\circ} .
$$
Similarly $\angle I C I_{A}=90^{\circ}$. Therefore $B I C I_{A}$ is cyclic. Now note that $A, I, \check{S}$, and $I_{A}$ are collinear because they are all on the angle bisector of $\angle B A C$. Hence
$$
\angle C I \check{S}=180^{\circ}-\angle C I A=\angle C A I+\angle A C I=\angle B C \check{S}+\angle I C B=\angle I C \check{S}
$$
(Note $\angle C A I=\angle B A \check{S}=\angle B C \check{S}$ since $A, B, \check{S}$, and $C$ are concyclic.) Hence $\check{S} C=\check{S} I$. Similarly $\check{S} B=\check{S} I$. Thus $\check{S}$ is the center of the circle passing through $B, I$, and $C$, and therefore $I_{A}$ as well.
Let $B A$ and $C D$ intersect at $E$ and $D A$ and $C B$ intersect at $F$. We first show that $F, O_{1}, O$, and $O_{3}$ are collinear.
Let $O_{1}^{\prime}$ and $O_{3}^{\prime}$ denote the intersections of $F O$ with the circumcircles of triangles $F A B$ and $F D C$. Since $O$ is the excenter of triangle $F A B$, by the lemma $O_{1}^{\prime}$ is the circumcenter of $\triangle A B O$; since $O$ is incenter of triangle $F D C$, by the lemma $O_{3}^{\prime}$ is the circumcenter of $\triangle D O C$. Hence $O_{1}^{\prime}=O_{1}$ and $O_{3}^{\prime}=O_{3}$. Thus, points $F, O_{1}, O$, and $O_{3}$ are collinear, and similarly, we have $E, O_{2}, O$, and $O_{3}$ are collinear. Now $\angle B E C=55^{\circ}$ and $\angle D F C=20^{\circ}$ so considering quadrilateral $E O F C$, the angle between $O_{1} O_{3}$ and $O_{2} O_{4}$ is
$$
\begin{aligned}
\angle E O F & =\angle O E C+\angle O F C+\angle F C E \\
& =\frac{\angle B E C}{2}+\frac{\angle D F C}{2}+\angle F C E \\
& =27.5^{\circ}+10^{\circ}+45^{\circ}=82.5^{\circ} .
\end{aligned}
$$
|
82.5
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a quadrilateral circumscribed about a circle with center $O$. Let $O_{1}, O_{2}, O_{3}$, and $O_{4}$ denote the circumcenters of $\triangle A O B, \triangle B O C, \triangle C O D$, and $\triangle D O A$. If $\angle A=120^{\circ}, \angle B=80^{\circ}$, and $\angle C=45^{\circ}$, what is the acute angle formed by the two lines passing through $O_{1} O_{3}$ and $O_{2} O_{4}$ ?
|
82.5
Lemma: Given a triangle $\triangle A B C$, let $I$ be the incenter, $I_{A}$ be the excenter opposite $A$, and $\check{S}$ be the second intersection of $A I$ with the circumcircle. Then $\check{S}$ is the center of the circle through $B, I, C$, and $I_{A}$.
Proof. First, note
$$
\angle I B I_{A}=\angle I B C+\angle C B I_{A}=\frac{\angle A B C}{2}+\frac{180^{\circ}-\angle A B C}{2}=90^{\circ} .
$$
Similarly $\angle I C I_{A}=90^{\circ}$. Therefore $B I C I_{A}$ is cyclic. Now note that $A, I, \check{S}$, and $I_{A}$ are collinear because they are all on the angle bisector of $\angle B A C$. Hence
$$
\angle C I \check{S}=180^{\circ}-\angle C I A=\angle C A I+\angle A C I=\angle B C \check{S}+\angle I C B=\angle I C \check{S}
$$
(Note $\angle C A I=\angle B A \check{S}=\angle B C \check{S}$ since $A, B, \check{S}$, and $C$ are concyclic.) Hence $\check{S} C=\check{S} I$. Similarly $\check{S} B=\check{S} I$. Thus $\check{S}$ is the center of the circle passing through $B, I$, and $C$, and therefore $I_{A}$ as well.
Let $B A$ and $C D$ intersect at $E$ and $D A$ and $C B$ intersect at $F$. We first show that $F, O_{1}, O$, and $O_{3}$ are collinear.
Let $O_{1}^{\prime}$ and $O_{3}^{\prime}$ denote the intersections of $F O$ with the circumcircles of triangles $F A B$ and $F D C$. Since $O$ is the excenter of triangle $F A B$, by the lemma $O_{1}^{\prime}$ is the circumcenter of $\triangle A B O$; since $O$ is incenter of triangle $F D C$, by the lemma $O_{3}^{\prime}$ is the circumcenter of $\triangle D O C$. Hence $O_{1}^{\prime}=O_{1}$ and $O_{3}^{\prime}=O_{3}$. Thus, points $F, O_{1}, O$, and $O_{3}$ are collinear, and similarly, we have $E, O_{2}, O$, and $O_{3}$ are collinear. Now $\angle B E C=55^{\circ}$ and $\angle D F C=20^{\circ}$ so considering quadrilateral $E O F C$, the angle between $O_{1} O_{3}$ and $O_{2} O_{4}$ is
$$
\begin{aligned}
\angle E O F & =\angle O E C+\angle O F C+\angle F C E \\
& =\frac{\angle B E C}{2}+\frac{\angle D F C}{2}+\angle F C E \\
& =27.5^{\circ}+10^{\circ}+45^{\circ}=82.5^{\circ} .
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n20. [12]",
"solution_match": "\nAnswer: "
}
|
c84b771b-0d6c-5362-821e-3c602c5ccff8
| 608,847
|
Let $A B C D$ be a quadrilateral inscribed in a circle with center $O$. Let $P$ denote the intersection of $A C$ and $B D$. Let $M$ and $N$ denote the midpoints of $A D$ and $B C$. If $A P=1, B P=3, D P=\sqrt{3}$, and $A C$ is perpendicular to $B D$, find the area of triangle $M O N$.
|
$\frac{3}{4}$
We first prove that $O N P M$ is a parallelogram. Note that $A P D$ and $B P C$ are both $30^{\circ}-60^{\circ}-90^{\circ}$ triangles. Let $M^{\prime}$ denote the intersection of $M P$ and $B C$. Since $\angle B P M^{\prime}=\angle M P D=30^{\circ}$, we have $M P \perp B C$. Since $O N$ is the perpendicular bisector of $B C$, we have $M P / / N O$. Similarly, we have $M O / / N P$. Thus $O N P M$ is a parallelogram. It follows that the area of triangle $M O N$ is equal to the area of triangle $M P N$, which is equal to $\frac{1}{2} \cdot 1 \cdot 3 \cdot \sin \angle M P N=\frac{1}{2} \cdot 1 \cdot 3 \cdot \sin 150^{\circ}=\frac{3}{4}$.
|
\frac{3}{4}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a quadrilateral inscribed in a circle with center $O$. Let $P$ denote the intersection of $A C$ and $B D$. Let $M$ and $N$ denote the midpoints of $A D$ and $B C$. If $A P=1, B P=3, D P=\sqrt{3}$, and $A C$ is perpendicular to $B D$, find the area of triangle $M O N$.
|
$\frac{3}{4}$
We first prove that $O N P M$ is a parallelogram. Note that $A P D$ and $B P C$ are both $30^{\circ}-60^{\circ}-90^{\circ}$ triangles. Let $M^{\prime}$ denote the intersection of $M P$ and $B C$. Since $\angle B P M^{\prime}=\angle M P D=30^{\circ}$, we have $M P \perp B C$. Since $O N$ is the perpendicular bisector of $B C$, we have $M P / / N O$. Similarly, we have $M O / / N P$. Thus $O N P M$ is a parallelogram. It follows that the area of triangle $M O N$ is equal to the area of triangle $M P N$, which is equal to $\frac{1}{2} \cdot 1 \cdot 3 \cdot \sin \angle M P N=\frac{1}{2} \cdot 1 \cdot 3 \cdot \sin 150^{\circ}=\frac{3}{4}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n21. [12]",
"solution_match": "\nAnswer: "
}
|
875436ee-fbc6-5801-9877-2a8b834967a7
| 608,848
|
Find the number of ordered triples $(a, b, c)$ of pairwise distinct integers such that $-31 \leq a, b, c \leq 31$ and $a+b+c>0$.
|
117690
We will find the number of such triples with $a<b<c$. The answer to the original problem will then be six times what we will get. By symmetry, the number of triples ( $a, b, c$ ) with $a+b+c>0$ is equal to the number of those with $a+b+c<0$. Our main step is thus to find the number of triples with sum 0 .
If $b=0$, then $a=-c$, and there are 31 such triples. We will count the number of such triples with $b>0$ since the number of those with $b<0$ will be equal by symmetry.
For all positive $n$ such that $1 \leq n \leq 15$, if $a=-2 n$, there are $n-1$ pairs $(b, c)$ such that $a+b+c=0$ and $b>0$, and for all positive $n$ such that $1 \leq n \leq 16$, if $a=-2 n+1$, there are also $n-1$ such pairs $(b, c)$. In total, we have $1+1+2+2+3+3+\ldots+14+14+15=225$ triples in the case $b>0$ (and hence likewise for $b<0$.)
In total, there are $31+225+225=481$ triples such that $a<b<c$ and $a+b+c=0$. Since there are $\binom{63}{3}=39711$ triples $(a, b, c)$ such that $-31 \leq a<b<c \leq 31$, the number of triples with the additional restriction that $a+b+c>0$ is $\frac{39711-481}{2}=19615$. So the answer to the original problem is $19615 \times 6=117690$.
|
117690
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Find the number of ordered triples $(a, b, c)$ of pairwise distinct integers such that $-31 \leq a, b, c \leq 31$ and $a+b+c>0$.
|
117690
We will find the number of such triples with $a<b<c$. The answer to the original problem will then be six times what we will get. By symmetry, the number of triples ( $a, b, c$ ) with $a+b+c>0$ is equal to the number of those with $a+b+c<0$. Our main step is thus to find the number of triples with sum 0 .
If $b=0$, then $a=-c$, and there are 31 such triples. We will count the number of such triples with $b>0$ since the number of those with $b<0$ will be equal by symmetry.
For all positive $n$ such that $1 \leq n \leq 15$, if $a=-2 n$, there are $n-1$ pairs $(b, c)$ such that $a+b+c=0$ and $b>0$, and for all positive $n$ such that $1 \leq n \leq 16$, if $a=-2 n+1$, there are also $n-1$ such pairs $(b, c)$. In total, we have $1+1+2+2+3+3+\ldots+14+14+15=225$ triples in the case $b>0$ (and hence likewise for $b<0$.)
In total, there are $31+225+225=481$ triples such that $a<b<c$ and $a+b+c=0$. Since there are $\binom{63}{3}=39711$ triples $(a, b, c)$ such that $-31 \leq a<b<c \leq 31$, the number of triples with the additional restriction that $a+b+c>0$ is $\frac{39711-481}{2}=19615$. So the answer to the original problem is $19615 \times 6=117690$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n22. [12]",
"solution_match": "\nAnswer: "
}
|
6db57acb-7c30-5a38-9913-008af859203c
| 608,849
|
Let $S$ be the set of points $(x, y, z)$ in $\mathbb{R}^{3}$ such that $x, y$, and $z$ are positive integers less than or equal to 100. Let $f$ be a bijective map between $S$ and the $\{1,2, \ldots, 1000000\}$ that satisfies the following property: if $x_{1} \leq x_{2}, y_{1} \leq y_{2}$, and $z_{1} \leq z_{2}$, then $f\left(x_{1}, y_{1}, z_{1}\right) \leq f\left(x_{2}, y_{2}, z_{2}\right)$. Define
$$
\begin{aligned}
A_{i} & =\sum_{j=1}^{100} \sum_{k=1}^{100} f(i, j, k), \\
B_{i} & =\sum_{j=1}^{100} \sum_{k=1}^{100} f(j, i, k), \\
\text { and } C_{i} & =\sum_{j=1}^{100} \sum_{k=1}^{100} f(j, k, i)
\end{aligned}
$$
Determine the minimum value of $A_{i+1}-A_{i}+B_{j+1}-B_{j}+C_{k+1}-C_{k}$.
|
30604
We examine the 6 planes, their intersections and the lines between 2 points in one of the three pairs of parallel planes. The expression is equivalent to summing differences in values along all these lines. We examine the planes intersections. There is one cube, $3 \cdot 98$ squares and $3 \cdot 98 \cdot 98$ lines. The minimum value of the difference along a line is 1 . For a square, to minimize the differences we take four consecutive numbers, and the minimum value is 6 . To find the minimum value along a cube, we take 8 consecutive numbers. Since we are taking differences, we can add or subtract any constant to the numbers, so we assume the numbers are 1-8. Examining the cube, we see there's 1 spot where the number is multiplied by $-3,3$ spots where the number is multiplied by $-1,1$ spot where
the number is multiplied by 3 , and 3 spots where the number is multiplied by 1.1 and 8 must go in the corners, and $2,3,4,5$ must go in spots multiplied by $-1,-1,1,1$, respectively. To minimize the differences we put 5 in the final spot multiplied by -1 , and 4 in the spot multiplied by 1 opposite 5. Then the sum of all the differences is 28 , so the minimum for a cube is 28 . So the answer is $28+18(100-2)+3(100-2)^{2}=30000+600+12-36+28=30604$. It is clear that this value can be obtained.
|
30604
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $S$ be the set of points $(x, y, z)$ in $\mathbb{R}^{3}$ such that $x, y$, and $z$ are positive integers less than or equal to 100. Let $f$ be a bijective map between $S$ and the $\{1,2, \ldots, 1000000\}$ that satisfies the following property: if $x_{1} \leq x_{2}, y_{1} \leq y_{2}$, and $z_{1} \leq z_{2}$, then $f\left(x_{1}, y_{1}, z_{1}\right) \leq f\left(x_{2}, y_{2}, z_{2}\right)$. Define
$$
\begin{aligned}
A_{i} & =\sum_{j=1}^{100} \sum_{k=1}^{100} f(i, j, k), \\
B_{i} & =\sum_{j=1}^{100} \sum_{k=1}^{100} f(j, i, k), \\
\text { and } C_{i} & =\sum_{j=1}^{100} \sum_{k=1}^{100} f(j, k, i)
\end{aligned}
$$
Determine the minimum value of $A_{i+1}-A_{i}+B_{j+1}-B_{j}+C_{k+1}-C_{k}$.
|
30604
We examine the 6 planes, their intersections and the lines between 2 points in one of the three pairs of parallel planes. The expression is equivalent to summing differences in values along all these lines. We examine the planes intersections. There is one cube, $3 \cdot 98$ squares and $3 \cdot 98 \cdot 98$ lines. The minimum value of the difference along a line is 1 . For a square, to minimize the differences we take four consecutive numbers, and the minimum value is 6 . To find the minimum value along a cube, we take 8 consecutive numbers. Since we are taking differences, we can add or subtract any constant to the numbers, so we assume the numbers are 1-8. Examining the cube, we see there's 1 spot where the number is multiplied by $-3,3$ spots where the number is multiplied by $-1,1$ spot where
the number is multiplied by 3 , and 3 spots where the number is multiplied by 1.1 and 8 must go in the corners, and $2,3,4,5$ must go in spots multiplied by $-1,-1,1,1$, respectively. To minimize the differences we put 5 in the final spot multiplied by -1 , and 4 in the spot multiplied by 1 opposite 5. Then the sum of all the differences is 28 , so the minimum for a cube is 28 . So the answer is $28+18(100-2)+3(100-2)^{2}=30000+600+12-36+28=30604$. It is clear that this value can be obtained.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n23. [14]",
"solution_match": "\nAnswer: "
}
|
504135cd-0c41-5c5a-9fa7-11092f686d64
| 608,850
|
In how many ways may thirteen beads be placed on a circular necklace if each bead is either blue or yellow and no two yellow beads may be placed in adjacent positions? (Beads of the same color are considered to be identical, and two arrangements are considered to be the same if and only if each can be obtained from the other by rotation).
|
41
Let $t_{n}$ be the number of arrangements of $n$ beads in a row such that bead $i$ and $i+1$ are not both yellow for $1 \leq i<n$. Let $a_{n}$ and $b_{n}$ be the number of arrangements satisfying the additional condition that beads $n$ and 1 are not both yellow, and that beads $n$ and 1 are both yellow, respectively. Clearly $t_{n}=a_{n}+b_{n}$.
First consider $t_{n}$. If bead $n$ is blue, there are $t_{n-1}$ ways to choose the remaining colors. If bead $n$ is yellow, then bead $n-1$ must be blue, and there are $t_{n-2}$ ways to choose the remaining colors. Hence
$$
t_{n}=t_{n-1}+t_{n-2} .
$$
Next consider $b_{n}$. In this case beads 1 and $n$ are both yellow, so beads 2 and $n-1$ must be blue; the remaining colors can be chosen in $t_{n-4}$ ways. Hence
$$
b_{n}=t_{n-4}
$$
From $t_{0}=1$ and $t_{1}=2$ we see that $t_{n}=F_{n+2}$ and $b_{n}=F_{n-2}$ and so $a_{n}=F_{n+2}-F_{n-2}$, where $F_{n}$ denotes the $n$th Fibonacci number.
Next, since 13 is prime, a circular arrangement corresponds to exactly 13 straight-line arrangements, except for when all beads are the same color. The all-blue's arrangement satisfies our condition, while the all-yellow does not. Hence our answer is
$$
\frac{a_{13}-1}{13}+1=\frac{F_{15}-F_{11}+12}{13}=\frac{610-89+12}{13}=41
$$
|
41
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
In how many ways may thirteen beads be placed on a circular necklace if each bead is either blue or yellow and no two yellow beads may be placed in adjacent positions? (Beads of the same color are considered to be identical, and two arrangements are considered to be the same if and only if each can be obtained from the other by rotation).
|
41
Let $t_{n}$ be the number of arrangements of $n$ beads in a row such that bead $i$ and $i+1$ are not both yellow for $1 \leq i<n$. Let $a_{n}$ and $b_{n}$ be the number of arrangements satisfying the additional condition that beads $n$ and 1 are not both yellow, and that beads $n$ and 1 are both yellow, respectively. Clearly $t_{n}=a_{n}+b_{n}$.
First consider $t_{n}$. If bead $n$ is blue, there are $t_{n-1}$ ways to choose the remaining colors. If bead $n$ is yellow, then bead $n-1$ must be blue, and there are $t_{n-2}$ ways to choose the remaining colors. Hence
$$
t_{n}=t_{n-1}+t_{n-2} .
$$
Next consider $b_{n}$. In this case beads 1 and $n$ are both yellow, so beads 2 and $n-1$ must be blue; the remaining colors can be chosen in $t_{n-4}$ ways. Hence
$$
b_{n}=t_{n-4}
$$
From $t_{0}=1$ and $t_{1}=2$ we see that $t_{n}=F_{n+2}$ and $b_{n}=F_{n-2}$ and so $a_{n}=F_{n+2}-F_{n-2}$, where $F_{n}$ denotes the $n$th Fibonacci number.
Next, since 13 is prime, a circular arrangement corresponds to exactly 13 straight-line arrangements, except for when all beads are the same color. The all-blue's arrangement satisfies our condition, while the all-yellow does not. Hence our answer is
$$
\frac{a_{13}-1}{13}+1=\frac{F_{15}-F_{11}+12}{13}=\frac{610-89+12}{13}=41
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n24. [14]",
"solution_match": "\nAnswer: "
}
|
27ed6840-5b40-59e2-879b-535b931951d5
| 608,851
|
Let $n$ be an integer greater than 3 . Let $R$ be the set of lattice points $(x, y)$ such that $0 \leq x, y \leq n$ and $|x-y| \leq 3$. Let $A_{n}$ be the number of paths from $(0,0)$ to $(n, n)$ that consist only of steps of the form $(x, y) \rightarrow(x, y+1)$ and $(x, y) \rightarrow(x+1, y)$ and are contained entirely within $R$. Find the smallest positive real number that is greater than $\frac{A_{n+1}}{A_{n}}$ for all $n$.
|
$2+\sqrt{2}$
We first find $A_{n}$ in terms of $n$. Let $a_{n}$ be the number of ways to get to the point $(n, n+3)$, and let $b_{n}$ be the number of ways to get to the point $(n+1, n+2)$. By symmetry, $a_{n}$ is also the number of ways to get to $(n+3, n)$ and $b_{n}$ is also the number of ways to get to the point $(n+2, n+1)$.

Guts Round
We can easily see that $a_{0}=1$ and $b_{0}=3$. This also means that $A_{n}=a_{n-3}+3 b_{n-3}+3 b_{n-3}+a_{n-3}=$ $2 a_{n-3}+6 b_{n-3}$.
We also get the recurrence:
$$
\begin{aligned}
a_{i+1} & =a_{i}+b_{i} \\
b_{i+1} & =a_{i}+3 b_{i}
\end{aligned}
$$
We have both $3 a_{i+1}=3 a_{i}+3 b_{i}$ and $a_{i+2}=a_{i+1}+b_{i+1}$. Subtracting these gives
$$
\begin{aligned}
a_{i+2}-3 a_{i+1} & =a_{i+1}-3 a_{i}+b_{i+1}-3 b_{i} \\
a_{i+2}-3 a_{i+1} & =a_{i+1}-3 a_{i}+a_{i} \\
a_{i+2} & =4 a_{i+1}-2 a_{i}
\end{aligned}
$$
Now we can solve this recurrence using its characteristic polynomial $x^{2}-4 x+2$, which has roots of $2+\sqrt{2}$ and $2-\sqrt{2}$. We can then write $a_{i}=A(2+\sqrt{2})^{i}+B(2-\sqrt{2})^{i}$ for some constants $A$ and $B$. Now, $a_{0}=a$ and $a_{1}=a_{0}+b_{0}=4$. Using this, we solve for $A$ and $B$ to get
$$
a_{i}=\left(\frac{1+\sqrt{2}}{2}\right)(2+\sqrt{2})^{i}+\left(\frac{1-\sqrt{2}}{2}\right)(2-\sqrt{2})^{i}
$$
Then,
$$
\begin{aligned}
b_{i} & =a_{i+1}-a_{i} \\
& =\left(\frac{1+\sqrt{2}}{2}\right)\left((2+\sqrt{2})^{i+1}-(2+\sqrt{2})^{i}\right)+\left(\frac{1-\sqrt{2}}{2}\right)\left((2-\sqrt{2})^{i+1}-(2-\sqrt{2})^{i}\right) \\
& =\left(\frac{1+\sqrt{2}}{2}\right)(1+\sqrt{2})(2+\sqrt{2})^{i}+\left(\frac{1-\sqrt{2}}{2}\right)(1-\sqrt{2})(2-\sqrt{2})^{i} \\
& =\left(\frac{3+2 \sqrt{2}}{2}\right)(2+\sqrt{2})^{i}+\left(\frac{3-2 \sqrt{2}}{2}\right)(2-\sqrt{2})^{i}
\end{aligned}
$$
Therefore,
$$
A_{n}=2 a_{n-3}+6 b_{n-3}=(10+7 \sqrt{2})(2+\sqrt{2})^{n-3}+(10-7 \sqrt{2})(2-\sqrt{2})^{n-3}
$$
We can then easily see that $A_{n}<(2+\sqrt{2}) A_{n-1}$. Also, since $2-\sqrt{2}<1$, as $n$ approaches infinity, the ratio $\frac{A_{n}}{A_{n-1}}$ approaches $2+\sqrt{2}$. Hence the least upper bound of $\frac{A_{n}}{A_{n-1}}$ is $2+\sqrt{2}$.
|
2+\sqrt{2}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $n$ be an integer greater than 3 . Let $R$ be the set of lattice points $(x, y)$ such that $0 \leq x, y \leq n$ and $|x-y| \leq 3$. Let $A_{n}$ be the number of paths from $(0,0)$ to $(n, n)$ that consist only of steps of the form $(x, y) \rightarrow(x, y+1)$ and $(x, y) \rightarrow(x+1, y)$ and are contained entirely within $R$. Find the smallest positive real number that is greater than $\frac{A_{n+1}}{A_{n}}$ for all $n$.
|
$2+\sqrt{2}$
We first find $A_{n}$ in terms of $n$. Let $a_{n}$ be the number of ways to get to the point $(n, n+3)$, and let $b_{n}$ be the number of ways to get to the point $(n+1, n+2)$. By symmetry, $a_{n}$ is also the number of ways to get to $(n+3, n)$ and $b_{n}$ is also the number of ways to get to the point $(n+2, n+1)$.

Guts Round
We can easily see that $a_{0}=1$ and $b_{0}=3$. This also means that $A_{n}=a_{n-3}+3 b_{n-3}+3 b_{n-3}+a_{n-3}=$ $2 a_{n-3}+6 b_{n-3}$.
We also get the recurrence:
$$
\begin{aligned}
a_{i+1} & =a_{i}+b_{i} \\
b_{i+1} & =a_{i}+3 b_{i}
\end{aligned}
$$
We have both $3 a_{i+1}=3 a_{i}+3 b_{i}$ and $a_{i+2}=a_{i+1}+b_{i+1}$. Subtracting these gives
$$
\begin{aligned}
a_{i+2}-3 a_{i+1} & =a_{i+1}-3 a_{i}+b_{i+1}-3 b_{i} \\
a_{i+2}-3 a_{i+1} & =a_{i+1}-3 a_{i}+a_{i} \\
a_{i+2} & =4 a_{i+1}-2 a_{i}
\end{aligned}
$$
Now we can solve this recurrence using its characteristic polynomial $x^{2}-4 x+2$, which has roots of $2+\sqrt{2}$ and $2-\sqrt{2}$. We can then write $a_{i}=A(2+\sqrt{2})^{i}+B(2-\sqrt{2})^{i}$ for some constants $A$ and $B$. Now, $a_{0}=a$ and $a_{1}=a_{0}+b_{0}=4$. Using this, we solve for $A$ and $B$ to get
$$
a_{i}=\left(\frac{1+\sqrt{2}}{2}\right)(2+\sqrt{2})^{i}+\left(\frac{1-\sqrt{2}}{2}\right)(2-\sqrt{2})^{i}
$$
Then,
$$
\begin{aligned}
b_{i} & =a_{i+1}-a_{i} \\
& =\left(\frac{1+\sqrt{2}}{2}\right)\left((2+\sqrt{2})^{i+1}-(2+\sqrt{2})^{i}\right)+\left(\frac{1-\sqrt{2}}{2}\right)\left((2-\sqrt{2})^{i+1}-(2-\sqrt{2})^{i}\right) \\
& =\left(\frac{1+\sqrt{2}}{2}\right)(1+\sqrt{2})(2+\sqrt{2})^{i}+\left(\frac{1-\sqrt{2}}{2}\right)(1-\sqrt{2})(2-\sqrt{2})^{i} \\
& =\left(\frac{3+2 \sqrt{2}}{2}\right)(2+\sqrt{2})^{i}+\left(\frac{3-2 \sqrt{2}}{2}\right)(2-\sqrt{2})^{i}
\end{aligned}
$$
Therefore,
$$
A_{n}=2 a_{n-3}+6 b_{n-3}=(10+7 \sqrt{2})(2+\sqrt{2})^{n-3}+(10-7 \sqrt{2})(2-\sqrt{2})^{n-3}
$$
We can then easily see that $A_{n}<(2+\sqrt{2}) A_{n-1}$. Also, since $2-\sqrt{2}<1$, as $n$ approaches infinity, the ratio $\frac{A_{n}}{A_{n-1}}$ approaches $2+\sqrt{2}$. Hence the least upper bound of $\frac{A_{n}}{A_{n-1}}$ is $2+\sqrt{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n25. [14]",
"solution_match": "\nAnswer: "
}
|
360f8f96-7ebb-5dbb-91c5-e8dd480359b4
| 608,852
|
In how many ways can 13 bishops be placed on an $8 \times 8$ chessboard such that (i) a bishop is placed on the second square in the second row, (ii) at most one bishop is placed on each square, (iii) no bishop is placed on the same diagonal as another bishop, and (iv) every diagonal contains a bishop? (For the purposes of this problem, consider all diagonals of the chessboard to be diagonals, not just the main diagonals).
|
1152
We color the squares of the chessboard white and black such that B2 (the second square in the second row) is black. Note that at most 7 bishops can go on the white squares, and if there is a bishop on b2, at most 5 more can be on the white squares. So of the other 12 bishops, 7 go on white squares and 5 go on black squares.
Consider the long diagonal on the white squares, and the 6 white diagonals parallel to it. Of the 7 bishops placed on the white squares, exactly one must go on each of these diagonals (this also proves
that at most 7 can go on the white squares). Of these diagonals there is 1 of length 8 , and 2 of length 2,4 , and 6 . There are 2 ways to place 2 bishops on the diagonals of length 2 , then 2 ways to place 2 bishops on the diagonals of length 4 , then 2 ways to place 2 bishops on the diagonals of length 2 , then the long diagonal bishop can go on either corner. So there are 16 ways to place 7 bishops on the white squares.
Now we can divide the black squares of the board into the 6 diagonals parallel to the long white diagonal, and the long black diagonal. The bishop on b2 accounts for two of these diagonals. We are left with a diagonal of length 3 , and two diagonals of length 5,7 . There are 3 ways to pick the bishop on the diagonal of length 3,6 ways to pick two bishop for the diagonals of length 5 , and 6 ways to pick the bishop on the diagonals of length 7 . So there are 72 ways to pick 5 other bishops for the black squares. So the answer is $72 \cdot 16=1152$.
|
1152
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
In how many ways can 13 bishops be placed on an $8 \times 8$ chessboard such that (i) a bishop is placed on the second square in the second row, (ii) at most one bishop is placed on each square, (iii) no bishop is placed on the same diagonal as another bishop, and (iv) every diagonal contains a bishop? (For the purposes of this problem, consider all diagonals of the chessboard to be diagonals, not just the main diagonals).
|
1152
We color the squares of the chessboard white and black such that B2 (the second square in the second row) is black. Note that at most 7 bishops can go on the white squares, and if there is a bishop on b2, at most 5 more can be on the white squares. So of the other 12 bishops, 7 go on white squares and 5 go on black squares.
Consider the long diagonal on the white squares, and the 6 white diagonals parallel to it. Of the 7 bishops placed on the white squares, exactly one must go on each of these diagonals (this also proves
that at most 7 can go on the white squares). Of these diagonals there is 1 of length 8 , and 2 of length 2,4 , and 6 . There are 2 ways to place 2 bishops on the diagonals of length 2 , then 2 ways to place 2 bishops on the diagonals of length 4 , then 2 ways to place 2 bishops on the diagonals of length 2 , then the long diagonal bishop can go on either corner. So there are 16 ways to place 7 bishops on the white squares.
Now we can divide the black squares of the board into the 6 diagonals parallel to the long white diagonal, and the long black diagonal. The bishop on b2 accounts for two of these diagonals. We are left with a diagonal of length 3 , and two diagonals of length 5,7 . There are 3 ways to pick the bishop on the diagonal of length 3,6 ways to pick two bishop for the diagonals of length 5 , and 6 ways to pick the bishop on the diagonals of length 7 . So there are 72 ways to pick 5 other bishops for the black squares. So the answer is $72 \cdot 16=1152$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n26. [14]",
"solution_match": "\nAnswer: "
}
|
3e9ce15f-2b9d-5796-8457-58b0780d6a69
| 608,853
|
Find the number of polynomials $p(x)$ with integer coefficients satisfying $p(x) \geq \min \left\{2 x^{4}-6 x^{2}+1,4-5 x^{2}\right\}$ and $p(x) \leq \max \left\{2 x^{4}-6 x^{2}+1,4-5 x^{2}\right\}$ for all $x \in \mathbb{R}$.
|
4
We first find the intersection points of $f(x)=2 x^{4}-6 x^{2}+1$ and $g(x)=4-5 x^{2}$. If $2 x^{4}-6 x^{2}+1=4-5 x^{2}$, then $2 x^{4}-x^{2}-3=0$, so $\left(2 x^{2}-3\right)\left(x^{2}+1\right)=0$, and $x= \pm \sqrt{\frac{3}{2}}$. Note that this also demonstrates that $g(x) \geq f(x)$ if and only if $|x| \leq \sqrt{\frac{3}{2}}$ and that $p(x)$ must satisfy $p(x) \leq g(x)$ iff $|x| \leq \sqrt{\frac{3}{2}}$. We must have $p\left(\sqrt{\frac{3}{2}}\right)=-\frac{7}{2}$, so $p(x)=-\frac{7}{2}+\left(2 x^{2}-3\right) q(x)$ for a polnomial $q$ of degree 0,1 or 2 . We now examine cases.
Case 1: $q$ is constant. We have $q=\frac{n}{2}$ for an integer $n$ since $1 \leq p(0) \leq 4, n=-\frac{3}{2}$ or $-\frac{5}{2}$. Clearly $q=-\frac{5}{2}$ is an appropriate choice because then $p=g$. Let $p_{1}(x)=-\frac{7}{2}+-\frac{3}{2}\left(2 x^{2}-3\right)=1-3 x^{2}$. We have $p_{1}(x)$ is $\leq g(x)$ and $\leq f(x)$ in the right places, so this function works. Thus, there are 2 solutions.
Case 2: $q$ is linear. We have $p(x)$ is a cubic, so $p(x)-g(x)$ is also a cubic, which means it can't be positive for both arbitrarily large positive values of $x$ and arbitrarily large negative values of $x$. Thus, there are no solutions.
Case 3: $q$ is quadratic. We have $q(x)=a x^{2}+b x+c$. Apply the same argument for the case when $q$ is a constant, we have $c=-\frac{3}{2}$ or $-\frac{5}{2}$. Since $p$ must have integer coefficients, we have $b$ must be an integer. Since $f(x) \geq p(x) \geq g(x)$ for large $x$, the leading coefficient of $f$ must be greater than or equal to the leading coefficient of $p$, which must be greater than 0 . Thus $a=1$ or $a=\frac{1}{2}$. However, if $a=\frac{1}{2}$, then the quadratic term of $p$ is not an integer, so $a=1$.
Now if $c=-\frac{5}{2}$, then $p(0)=4=g(0)$. But this is the maximum value of $g(x)$, so it must be a local maximum of $p$. Thus $p$ must not have a linear term odd (otherwise the function behaves like $-3 b x+4$ around $x=0$ ). So $p(x)$ must be $2 x^{4}-8 x^{2}+4$. This is indeed bounded between $f(x)$ and $g(x)$ at all points.
Now suppose $c=-\frac{3}{2}$. We have $a$ must equal to 1 . If $b \neq 0$, then $p$ will have a cubic term, which means $f(x)-p(x)$ can't be positive for both arbitrarily large positive $x$ and arbitrarily large negative $x$, so $b=0$. Therefore $p(x)=-\frac{7}{2}+\left(2 x^{2}-3\right)\left(x^{2}-\frac{3}{2}\right)=f(x)$. It is easy to check that this choice of $p$ is indeed bounded between $f(x)$ and $g(x)$.
Therefore, there are 4 solutions in total.
|
4
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Find the number of polynomials $p(x)$ with integer coefficients satisfying $p(x) \geq \min \left\{2 x^{4}-6 x^{2}+1,4-5 x^{2}\right\}$ and $p(x) \leq \max \left\{2 x^{4}-6 x^{2}+1,4-5 x^{2}\right\}$ for all $x \in \mathbb{R}$.
|
4
We first find the intersection points of $f(x)=2 x^{4}-6 x^{2}+1$ and $g(x)=4-5 x^{2}$. If $2 x^{4}-6 x^{2}+1=4-5 x^{2}$, then $2 x^{4}-x^{2}-3=0$, so $\left(2 x^{2}-3\right)\left(x^{2}+1\right)=0$, and $x= \pm \sqrt{\frac{3}{2}}$. Note that this also demonstrates that $g(x) \geq f(x)$ if and only if $|x| \leq \sqrt{\frac{3}{2}}$ and that $p(x)$ must satisfy $p(x) \leq g(x)$ iff $|x| \leq \sqrt{\frac{3}{2}}$. We must have $p\left(\sqrt{\frac{3}{2}}\right)=-\frac{7}{2}$, so $p(x)=-\frac{7}{2}+\left(2 x^{2}-3\right) q(x)$ for a polnomial $q$ of degree 0,1 or 2 . We now examine cases.
Case 1: $q$ is constant. We have $q=\frac{n}{2}$ for an integer $n$ since $1 \leq p(0) \leq 4, n=-\frac{3}{2}$ or $-\frac{5}{2}$. Clearly $q=-\frac{5}{2}$ is an appropriate choice because then $p=g$. Let $p_{1}(x)=-\frac{7}{2}+-\frac{3}{2}\left(2 x^{2}-3\right)=1-3 x^{2}$. We have $p_{1}(x)$ is $\leq g(x)$ and $\leq f(x)$ in the right places, so this function works. Thus, there are 2 solutions.
Case 2: $q$ is linear. We have $p(x)$ is a cubic, so $p(x)-g(x)$ is also a cubic, which means it can't be positive for both arbitrarily large positive values of $x$ and arbitrarily large negative values of $x$. Thus, there are no solutions.
Case 3: $q$ is quadratic. We have $q(x)=a x^{2}+b x+c$. Apply the same argument for the case when $q$ is a constant, we have $c=-\frac{3}{2}$ or $-\frac{5}{2}$. Since $p$ must have integer coefficients, we have $b$ must be an integer. Since $f(x) \geq p(x) \geq g(x)$ for large $x$, the leading coefficient of $f$ must be greater than or equal to the leading coefficient of $p$, which must be greater than 0 . Thus $a=1$ or $a=\frac{1}{2}$. However, if $a=\frac{1}{2}$, then the quadratic term of $p$ is not an integer, so $a=1$.
Now if $c=-\frac{5}{2}$, then $p(0)=4=g(0)$. But this is the maximum value of $g(x)$, so it must be a local maximum of $p$. Thus $p$ must not have a linear term odd (otherwise the function behaves like $-3 b x+4$ around $x=0$ ). So $p(x)$ must be $2 x^{4}-8 x^{2}+4$. This is indeed bounded between $f(x)$ and $g(x)$ at all points.
Now suppose $c=-\frac{3}{2}$. We have $a$ must equal to 1 . If $b \neq 0$, then $p$ will have a cubic term, which means $f(x)-p(x)$ can't be positive for both arbitrarily large positive $x$ and arbitrarily large negative $x$, so $b=0$. Therefore $p(x)=-\frac{7}{2}+\left(2 x^{2}-3\right)\left(x^{2}-\frac{3}{2}\right)=f(x)$. It is easy to check that this choice of $p$ is indeed bounded between $f(x)$ and $g(x)$.
Therefore, there are 4 solutions in total.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n27. [16]",
"solution_match": "\nAnswer: "
}
|
964e2aa0-a3b8-5bb3-9c6c-df73cff56c8a
| 608,854
|
Let $A B C$ be a triangle, and let points $P$ and $Q$ lie on $B C$ such that $P$ is closer to $B$ than $Q$ is. Suppose that the radii of the incircles of triangles $A B P, A P Q$, and $A Q C$ are all equal to 1 , and that the radii of the corresponding excircles opposite $A$ are 3,6 , and 5 , respectively. If the radius of the incircle of triangle $A B C$ is $\frac{3}{2}$, find the radius of the excircle of triangle $A B C$ opposite $A$.
|
135
Let $t$ denote the radius of the excircle of triangle $\triangle A B C$.
Lemma: Let $\triangle A B C$ be a triangle, and let $r$ and $r_{A}$ be the inradius and exradius opposite $A$. Then
$$
\frac{r}{r_{A}}=\tan \frac{B}{2} \tan \frac{C}{2}
$$
Proof. Let $I$ and $J$ denote the incenter and the excenter with respect to $A$. Let $D$ and $E$ be the foot of the perpendicular from $I$ and $J$ to $B C$, respectively. Then
$$
\begin{aligned}
r=I D & =B I \sin \frac{B}{2} \\
r_{A}=J E & =B J \sin \frac{180^{\circ}-B}{2}=B J \cos \frac{B}{2} \\
B I & =B J \tan \angle A J B=B Y \tan \frac{C}{2} .
\end{aligned}
$$
The last equation followed from
$$
\angle A J B=180^{\circ}-\angle A B J-\angle J A B=\frac{180^{\circ}-B}{2}-\frac{A}{2}=\frac{C}{2} .
$$
Hence
$$
\frac{r}{r_{A}}=\frac{\sin \frac{B}{2}}{\cos \frac{B}{2}} \cdot \frac{B I}{B J}=\tan \frac{B}{2} \cdot \tan \frac{C}{2}
$$
Noting $\tan \frac{\angle A P B}{2} \tan \frac{\angle A P Q}{2}=\tan \frac{\angle A Q P}{2} \tan \frac{\angle A Q C}{2}=1$ and applying the lemma to $\triangle A B C, \triangle A B P$, $\triangle A P Q$, and $\triangle A Q C$ give
$$
\begin{aligned}
\frac{3 / 2}{t} & =\tan \frac{\angle A B C}{2} \cdot \tan \frac{\angle A C B}{2} \\
& =\left(\tan \frac{\angle A B C}{2} \cdot \tan \frac{\angle A P B}{2}\right) \cdot\left(\tan \frac{\angle A P Q}{2} \cdot \tan \frac{\angle A Q P}{2}\right) \cdot\left(\tan \frac{\angle A Q C}{2} \cdot \tan \frac{\angle A C B}{2}\right) \\
& =\frac{1}{3} \cdot \frac{1}{6} \cdot \frac{1}{5}
\end{aligned}
$$
Therefore, $t=135$.
|
135
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle, and let points $P$ and $Q$ lie on $B C$ such that $P$ is closer to $B$ than $Q$ is. Suppose that the radii of the incircles of triangles $A B P, A P Q$, and $A Q C$ are all equal to 1 , and that the radii of the corresponding excircles opposite $A$ are 3,6 , and 5 , respectively. If the radius of the incircle of triangle $A B C$ is $\frac{3}{2}$, find the radius of the excircle of triangle $A B C$ opposite $A$.
|
135
Let $t$ denote the radius of the excircle of triangle $\triangle A B C$.
Lemma: Let $\triangle A B C$ be a triangle, and let $r$ and $r_{A}$ be the inradius and exradius opposite $A$. Then
$$
\frac{r}{r_{A}}=\tan \frac{B}{2} \tan \frac{C}{2}
$$
Proof. Let $I$ and $J$ denote the incenter and the excenter with respect to $A$. Let $D$ and $E$ be the foot of the perpendicular from $I$ and $J$ to $B C$, respectively. Then
$$
\begin{aligned}
r=I D & =B I \sin \frac{B}{2} \\
r_{A}=J E & =B J \sin \frac{180^{\circ}-B}{2}=B J \cos \frac{B}{2} \\
B I & =B J \tan \angle A J B=B Y \tan \frac{C}{2} .
\end{aligned}
$$
The last equation followed from
$$
\angle A J B=180^{\circ}-\angle A B J-\angle J A B=\frac{180^{\circ}-B}{2}-\frac{A}{2}=\frac{C}{2} .
$$
Hence
$$
\frac{r}{r_{A}}=\frac{\sin \frac{B}{2}}{\cos \frac{B}{2}} \cdot \frac{B I}{B J}=\tan \frac{B}{2} \cdot \tan \frac{C}{2}
$$
Noting $\tan \frac{\angle A P B}{2} \tan \frac{\angle A P Q}{2}=\tan \frac{\angle A Q P}{2} \tan \frac{\angle A Q C}{2}=1$ and applying the lemma to $\triangle A B C, \triangle A B P$, $\triangle A P Q$, and $\triangle A Q C$ give
$$
\begin{aligned}
\frac{3 / 2}{t} & =\tan \frac{\angle A B C}{2} \cdot \tan \frac{\angle A C B}{2} \\
& =\left(\tan \frac{\angle A B C}{2} \cdot \tan \frac{\angle A P B}{2}\right) \cdot\left(\tan \frac{\angle A P Q}{2} \cdot \tan \frac{\angle A Q P}{2}\right) \cdot\left(\tan \frac{\angle A Q C}{2} \cdot \tan \frac{\angle A C B}{2}\right) \\
& =\frac{1}{3} \cdot \frac{1}{6} \cdot \frac{1}{5}
\end{aligned}
$$
Therefore, $t=135$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n28. [16]",
"solution_match": "\nAnswer: "
}
|
912504ac-493f-5bb8-bc69-f674ff3d556f
| 608,855
|
Let $A B C$ be a triangle such that $A B=A C=182$ and $B C=140$. Let $X_{1}$ lie on $A C$ such that $C X_{1}=130$. Let the line through $X_{1}$ perpendicular to $B X_{1}$ at $X_{1}$ meet $A B$ at $X_{2}$. Define $X_{2}, X_{3}, \ldots$, as follows: for $n$ odd and $n \geq 1$, let $X_{n+1}$ be the intersection of $A B$ with the perpendicular to $X_{n-1} X_{n}$ through $X_{n}$; for $n$ even and $n \geq 2$, let $X_{n+1}$ be the intersection of $A C$ with the perpendicular to $X_{n-1} X_{n}$ through $X_{n}$. Find $B X_{1}+X_{1} X_{2}+X_{2} X_{3}+\ldots$
|
$\frac{1106}{5}$
Let $M$ and $N$ denote the perpendiculars from $X_{1}$ and $A$ to $B C$, respectively. Since triangle $A B C$ is isosceles, we have $M$ is the midpoint of $B C$. Moreover, since $A M$ is parallel to $X_{1} N$, we have $\frac{N C}{X_{1} C}=\frac{M C}{A C} \Leftrightarrow \frac{X_{1} N}{130}=\frac{70}{182}=\frac{5}{13}$, so $N C=50$. Moreover, since $X_{1} N \perp B C$, we find $X_{1} C=120$ by the Pythagorean Theorem. Also, $B N=B C-N C=140-50=90$, so by the Pythagorean Theorem, $X_{1} B=150$.
We want to compute $X_{2} X_{1}=X_{1} B \tan \left(\angle A B X_{1}\right)$. We have
$$
\begin{aligned}
\tan \left(\angle A B X_{1}\right)=\tan \left(\angle A B C-\angle X_{1} B C\right) & =\frac{1+\tan (\angle A B C) \tan \left(\angle X_{1} B C\right)}{\tan (\angle A B C)-\tan \left(\angle X_{1} B C\right)}=\frac{\left(\frac{12}{5}\right)-\left(\frac{4}{3}\right)}{1+\left(\frac{12}{5}\right)\left(\frac{4}{3}\right)} \\
& =\frac{\frac{16}{\frac{15}{63}}}{\frac{63}{15}}=\frac{16}{63} .
\end{aligned}
$$
Hence $X_{2} X_{1}=150 \cdot \frac{16}{63}$, and by the Pythagorean Theorem again, $X_{2} B=150 \cdot \frac{65}{63}$.
Next, notice that $\frac{A X_{n}}{A X_{n+2}}$ is constant for every nonnegative integer $n$ (where we let $B=X_{0}$ ). Indeed, since $X_{n} X_{n+1}$ is parallel to $X_{n+2} X_{n+3}$ for each $n$, the dilation taking $X_{n}$ to $X_{n+2}$ for some $n$ also takes $X_{k}$ to $X_{k+2}$ for all $k$.
Since $\triangle A X_{n+2} X_{n+3} \sim \triangle A X_{n} X_{n+1}$ with ratio $\frac{A X_{n}}{A X_{n+2}}$ for each even $n$, we can compute that $\frac{X_{n+2} X_{n+3}}{X_{n} X_{n+1}}=$ $\frac{A X_{n+2}}{A X_{n}}=1-\frac{150 \cdot 65}{182}$ for every nonnegative integer $n$. Notice we use all three sides of the above similar triangles.
We now split our desired sum into two geometric series, one with the even terms and one with the odd terms, to obtain
$$
\begin{gathered}
B X_{1}+X_{1} X_{2}+\ldots=\left(B X_{1}+X_{2} X_{3}+\ldots\right)+\left(X_{1} X_{2}+X_{3} X_{4}+\ldots\right)=\frac{150}{\frac{150 \cdot \frac{65}{63}}{182}}+\frac{150 \cdot \frac{16}{63}}{\frac{150 \cdot \frac{65}{63}}{182}} \\
=\frac{\frac{79}{63} \cdot 150}{\frac{150 \cdot \frac{65}{63}}{182}}=\frac{1106}{5} .
\end{gathered}
$$
|
\frac{1106}{5}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle such that $A B=A C=182$ and $B C=140$. Let $X_{1}$ lie on $A C$ such that $C X_{1}=130$. Let the line through $X_{1}$ perpendicular to $B X_{1}$ at $X_{1}$ meet $A B$ at $X_{2}$. Define $X_{2}, X_{3}, \ldots$, as follows: for $n$ odd and $n \geq 1$, let $X_{n+1}$ be the intersection of $A B$ with the perpendicular to $X_{n-1} X_{n}$ through $X_{n}$; for $n$ even and $n \geq 2$, let $X_{n+1}$ be the intersection of $A C$ with the perpendicular to $X_{n-1} X_{n}$ through $X_{n}$. Find $B X_{1}+X_{1} X_{2}+X_{2} X_{3}+\ldots$
|
$\frac{1106}{5}$
Let $M$ and $N$ denote the perpendiculars from $X_{1}$ and $A$ to $B C$, respectively. Since triangle $A B C$ is isosceles, we have $M$ is the midpoint of $B C$. Moreover, since $A M$ is parallel to $X_{1} N$, we have $\frac{N C}{X_{1} C}=\frac{M C}{A C} \Leftrightarrow \frac{X_{1} N}{130}=\frac{70}{182}=\frac{5}{13}$, so $N C=50$. Moreover, since $X_{1} N \perp B C$, we find $X_{1} C=120$ by the Pythagorean Theorem. Also, $B N=B C-N C=140-50=90$, so by the Pythagorean Theorem, $X_{1} B=150$.
We want to compute $X_{2} X_{1}=X_{1} B \tan \left(\angle A B X_{1}\right)$. We have
$$
\begin{aligned}
\tan \left(\angle A B X_{1}\right)=\tan \left(\angle A B C-\angle X_{1} B C\right) & =\frac{1+\tan (\angle A B C) \tan \left(\angle X_{1} B C\right)}{\tan (\angle A B C)-\tan \left(\angle X_{1} B C\right)}=\frac{\left(\frac{12}{5}\right)-\left(\frac{4}{3}\right)}{1+\left(\frac{12}{5}\right)\left(\frac{4}{3}\right)} \\
& =\frac{\frac{16}{\frac{15}{63}}}{\frac{63}{15}}=\frac{16}{63} .
\end{aligned}
$$
Hence $X_{2} X_{1}=150 \cdot \frac{16}{63}$, and by the Pythagorean Theorem again, $X_{2} B=150 \cdot \frac{65}{63}$.
Next, notice that $\frac{A X_{n}}{A X_{n+2}}$ is constant for every nonnegative integer $n$ (where we let $B=X_{0}$ ). Indeed, since $X_{n} X_{n+1}$ is parallel to $X_{n+2} X_{n+3}$ for each $n$, the dilation taking $X_{n}$ to $X_{n+2}$ for some $n$ also takes $X_{k}$ to $X_{k+2}$ for all $k$.
Since $\triangle A X_{n+2} X_{n+3} \sim \triangle A X_{n} X_{n+1}$ with ratio $\frac{A X_{n}}{A X_{n+2}}$ for each even $n$, we can compute that $\frac{X_{n+2} X_{n+3}}{X_{n} X_{n+1}}=$ $\frac{A X_{n+2}}{A X_{n}}=1-\frac{150 \cdot 65}{182}$ for every nonnegative integer $n$. Notice we use all three sides of the above similar triangles.
We now split our desired sum into two geometric series, one with the even terms and one with the odd terms, to obtain
$$
\begin{gathered}
B X_{1}+X_{1} X_{2}+\ldots=\left(B X_{1}+X_{2} X_{3}+\ldots\right)+\left(X_{1} X_{2}+X_{3} X_{4}+\ldots\right)=\frac{150}{\frac{150 \cdot \frac{65}{63}}{182}}+\frac{150 \cdot \frac{16}{63}}{\frac{150 \cdot \frac{65}{63}}{182}} \\
=\frac{\frac{79}{63} \cdot 150}{\frac{150 \cdot \frac{65}{63}}{182}}=\frac{1106}{5} .
\end{gathered}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n29. [16]",
"solution_match": "\nAnswer: "
}
|
a157263e-7e8c-5adc-9589-c464761aef1d
| 608,856
|
How many ways are there to color the vertices of a $2 n$-gon with three colors such that no vertex has the same color as its either of its two neighbors or the vertex directly across from it?
|
$3^{n}+(-2)^{n+1}-1$
Let the $2 n$-gon have vertices $A_{1}, A_{2}, \ldots, A_{2 n}$, in that order. Consider the diagonals $d_{1}=\left(A_{1}, A_{n+1}\right)$, $d_{2}=\left(A_{2}, A_{n+2}\right), \cdots, d_{n}=\left(A_{n}, A_{2 n}\right)$. Suppose the three colors are red (R), green (G), and blue (B). Each diagonal can either be colored $(R, G),(G, R),(G, B),(B, G),(B, R)$, or $(R, B)$. We first choose one of the six colorings for $d_{1}$, which then constrains the possible colorings for $d_{2}$, which constrains the possible colorings for $d_{3}$, and so on. This graph shows the possible configurations; two pairs of colors are connected by an edge if they can be the colors for $d_{i}$ and $d_{i+1}$ for any $1 \leq i \leq n-1$.

Suppose without loss of generality that $d_{1}$ is colored $(R, G)$. (At the end, we multiply our answer by 6.) Then $d_{n}$ must be either $(R, G),(B, G)$, or $(R, B)$. Now, we simply need to count the number of paths of length $n-1$ within this graph from $(R, G)$ to one of these three points.
Suppose we are making a random walk of $n-1$ steps, where at each move we pick one of the three possible edges with probability $\frac{1}{3}$. We will calculate the probability that the walk ends at one of $(R, G)$, $(B, G)$, or $(R, B)$.
Let $a_{i}$ and $b_{i}$ be the probability that, after $i$ steps, we are at $(R, G)$ and $(B, G)$, respectively. By symmetry, $b_{i}$ is also the probability that we are at $(R, B)$ after $i$ steps.
Observe that after each move, the probability of arriving at either $(R, G)$ or $(G, R)$ will always be $\frac{1}{3}$. Therefore, the probability of being at $(G, R)$ after $i$ steps is $\frac{1}{3}-a_{i}$. Similarly, the probability of being at $(G, B)$ is $\frac{1}{3}-b_{i}$ and the probability of being at $(B, R)$ is $\frac{1}{3}-b_{i}$.

Now, for $i \geq 1$ we have the recurrences
$$
\begin{aligned}
a_{i+1} & =\frac{1}{3}\left(\left(\frac{1}{3}-a_{i}\right)+\left(\frac{1}{3}-b_{i}\right)+\left(\frac{1}{3}-b_{i}\right)\right) \\
& =\frac{1}{3}-\frac{1}{3} a_{i}-\frac{2}{3} b_{i} \\
b_{i+1} & =\frac{1}{3}\left(\left(\frac{1}{3}-a_{i}\right)+\left(\frac{1}{3}-b_{i}\right)+b_{i}\right) \\
& =\frac{2}{9}-\frac{1}{3} a_{i}
\end{aligned}
$$
So then
$$
\begin{aligned}
a_{i+2} & =\frac{1}{3}-\frac{1}{3} a_{i+1}-\frac{2}{3} b_{i+1} \\
a_{i+2} & =\frac{1}{3}-\frac{1}{3} a_{i+1}-\frac{2}{3}\left(\frac{2}{9}-\frac{1}{3} a_{i}\right) \\
a_{i+2} & =\frac{5}{27}-\frac{1}{3} a_{i+1}+\frac{2}{9} a_{i} \\
\left(a_{i+2}-\frac{1}{6}\right) & =-\frac{1}{3}\left(a_{i+1}-\frac{1}{6}\right)+\frac{2}{9}\left(a_{i}-\frac{1}{6}\right)
\end{aligned}
$$
This recurrence has a characteristic polynomial $x^{2}+\frac{1}{3} x-\frac{2}{9}$, which has roots $\frac{1}{3}$ and $-\frac{2}{3}$. We can write $a_{i}=\frac{1}{6}+A\left(\frac{1}{3}\right)^{i}+B\left(-\frac{2}{3}\right)^{i}$ for some constants $A$ and $B$ for $i \geq 1$. Since $a_{1}=0$ and $a_{2}=\frac{1}{3}$, we can solve for $A$ and $B$ and get
$$
a_{i}=\frac{1}{6}+\frac{1}{6}\left(\frac{1}{3}\right)^{i}+\frac{1}{3}\left(-\frac{2}{3}\right)^{i}
$$
The answer to the problem is then
$$
\begin{aligned}
6 \cdot 3^{n-1}\left(a_{n-1}+2 b_{n-1}\right) & =6 \cdot 3^{n-1}\left(a_{n-1}+1-a_{n-1}-3 a_{n}\right) \\
& =6 \cdot 3^{n-1}\left(1-3 a_{n}\right) \\
& =6 \cdot 3^{n-1}\left(1-3\left(\frac{1}{6}+\frac{1}{6}\left(\frac{1}{3}\right)^{n}+\frac{1}{3}\left(-\frac{2}{3}\right)^{n}\right)\right) \\
& =6 \cdot 3^{n-1}\left(\frac{1}{2}-\frac{1}{2}\left(\frac{1}{3}\right)^{n}-\left(-\frac{2}{3}\right)^{n}\right) \\
& =3^{n}+(-2)^{n+1}-1
\end{aligned}
$$
|
3^{n}+(-2)^{n+1}-1
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
How many ways are there to color the vertices of a $2 n$-gon with three colors such that no vertex has the same color as its either of its two neighbors or the vertex directly across from it?
|
$3^{n}+(-2)^{n+1}-1$
Let the $2 n$-gon have vertices $A_{1}, A_{2}, \ldots, A_{2 n}$, in that order. Consider the diagonals $d_{1}=\left(A_{1}, A_{n+1}\right)$, $d_{2}=\left(A_{2}, A_{n+2}\right), \cdots, d_{n}=\left(A_{n}, A_{2 n}\right)$. Suppose the three colors are red (R), green (G), and blue (B). Each diagonal can either be colored $(R, G),(G, R),(G, B),(B, G),(B, R)$, or $(R, B)$. We first choose one of the six colorings for $d_{1}$, which then constrains the possible colorings for $d_{2}$, which constrains the possible colorings for $d_{3}$, and so on. This graph shows the possible configurations; two pairs of colors are connected by an edge if they can be the colors for $d_{i}$ and $d_{i+1}$ for any $1 \leq i \leq n-1$.

Suppose without loss of generality that $d_{1}$ is colored $(R, G)$. (At the end, we multiply our answer by 6.) Then $d_{n}$ must be either $(R, G),(B, G)$, or $(R, B)$. Now, we simply need to count the number of paths of length $n-1$ within this graph from $(R, G)$ to one of these three points.
Suppose we are making a random walk of $n-1$ steps, where at each move we pick one of the three possible edges with probability $\frac{1}{3}$. We will calculate the probability that the walk ends at one of $(R, G)$, $(B, G)$, or $(R, B)$.
Let $a_{i}$ and $b_{i}$ be the probability that, after $i$ steps, we are at $(R, G)$ and $(B, G)$, respectively. By symmetry, $b_{i}$ is also the probability that we are at $(R, B)$ after $i$ steps.
Observe that after each move, the probability of arriving at either $(R, G)$ or $(G, R)$ will always be $\frac{1}{3}$. Therefore, the probability of being at $(G, R)$ after $i$ steps is $\frac{1}{3}-a_{i}$. Similarly, the probability of being at $(G, B)$ is $\frac{1}{3}-b_{i}$ and the probability of being at $(B, R)$ is $\frac{1}{3}-b_{i}$.

Now, for $i \geq 1$ we have the recurrences
$$
\begin{aligned}
a_{i+1} & =\frac{1}{3}\left(\left(\frac{1}{3}-a_{i}\right)+\left(\frac{1}{3}-b_{i}\right)+\left(\frac{1}{3}-b_{i}\right)\right) \\
& =\frac{1}{3}-\frac{1}{3} a_{i}-\frac{2}{3} b_{i} \\
b_{i+1} & =\frac{1}{3}\left(\left(\frac{1}{3}-a_{i}\right)+\left(\frac{1}{3}-b_{i}\right)+b_{i}\right) \\
& =\frac{2}{9}-\frac{1}{3} a_{i}
\end{aligned}
$$
So then
$$
\begin{aligned}
a_{i+2} & =\frac{1}{3}-\frac{1}{3} a_{i+1}-\frac{2}{3} b_{i+1} \\
a_{i+2} & =\frac{1}{3}-\frac{1}{3} a_{i+1}-\frac{2}{3}\left(\frac{2}{9}-\frac{1}{3} a_{i}\right) \\
a_{i+2} & =\frac{5}{27}-\frac{1}{3} a_{i+1}+\frac{2}{9} a_{i} \\
\left(a_{i+2}-\frac{1}{6}\right) & =-\frac{1}{3}\left(a_{i+1}-\frac{1}{6}\right)+\frac{2}{9}\left(a_{i}-\frac{1}{6}\right)
\end{aligned}
$$
This recurrence has a characteristic polynomial $x^{2}+\frac{1}{3} x-\frac{2}{9}$, which has roots $\frac{1}{3}$ and $-\frac{2}{3}$. We can write $a_{i}=\frac{1}{6}+A\left(\frac{1}{3}\right)^{i}+B\left(-\frac{2}{3}\right)^{i}$ for some constants $A$ and $B$ for $i \geq 1$. Since $a_{1}=0$ and $a_{2}=\frac{1}{3}$, we can solve for $A$ and $B$ and get
$$
a_{i}=\frac{1}{6}+\frac{1}{6}\left(\frac{1}{3}\right)^{i}+\frac{1}{3}\left(-\frac{2}{3}\right)^{i}
$$
The answer to the problem is then
$$
\begin{aligned}
6 \cdot 3^{n-1}\left(a_{n-1}+2 b_{n-1}\right) & =6 \cdot 3^{n-1}\left(a_{n-1}+1-a_{n-1}-3 a_{n}\right) \\
& =6 \cdot 3^{n-1}\left(1-3 a_{n}\right) \\
& =6 \cdot 3^{n-1}\left(1-3\left(\frac{1}{6}+\frac{1}{6}\left(\frac{1}{3}\right)^{n}+\frac{1}{3}\left(-\frac{2}{3}\right)^{n}\right)\right) \\
& =6 \cdot 3^{n-1}\left(\frac{1}{2}-\frac{1}{2}\left(\frac{1}{3}\right)^{n}-\left(-\frac{2}{3}\right)^{n}\right) \\
& =3^{n}+(-2)^{n+1}-1
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n30. [16]",
"solution_match": "\nAnswer: "
}
|
fe45e600-9634-5f9e-ae10-4bf58f122885
| 608,857
|
Let $A=\{1,2,3, \ldots, 9\}$. Find the number of bijective functions $f: A \rightarrow A$ for which there exists at least one $i \in A$ such that
$$
\left|f(i)-f^{-1}(i)\right|>1
$$
|
359108
We count the complement - the number of functions $f$ such that for all $i \in A,\left|f(i)-f^{-1}(i)\right| \leq 1$.
The condition is equivalent to $|f(f(i))-i| \leq 1$ for all $i \in A$. If $f(j)=j$, the inequality is automatically satisfied for $i=j$. Otherwise, if $f(f(j))=j$ but $f(j)=k \neq j$, then we will have $f(f(k))=k$, allowing the inequality to be satisfied for $i=j$, $k$. Else, if $f(f(i)) \neq i$, say $f(f(i))=i+1$ and $f(i)=k$, then $f(f(k))=f(i+1)=k+1$ or $k-1$. Thus the function $f$ allows us to partition the elements of $A$ into three groups:
(a) those such that $f(i)=i$,
(b) those that form pairs $\{i, j\}$ such that $f(i)=j$ and $f(j)=i$, and
(c) those that form quartets $\{i, i+1, j, j+1\}$ such that $f$ permutes them as ( $\begin{aligned} & i \\ & j\end{aligned} i+1 \quad j+1$ ) or (i $j+1 \quad i+1 \quad j$ ), in cycle notation.
Let $a$ be the number of elements of the second type. Note that $a$ is even.
Case 1: There are no elements of the third type. If $a=8$, there are $9 \cdot 7 \cdot 5 \cdot 3=945$ possibilities. If $a=6$, there are $\binom{9}{3} \cdot 5 \cdot 3=1260$ possibilities. If $a=4$, there are $\binom{9}{5} \cdot 3=378$ possibilities. If $a=2$, there are $\binom{9}{7}=36$ possibilities. If $a=0$, there is 1 possibility. In total, case 1 offers $945+1260+378+36+1=2620$ possibilities.
Case 2: There are 4 elements of the third type. There are 21 ways to choose the quartet $\{i, i+1, j, j+1\}$. For each way, there are two ways to assign the values of the function to each element (as described above). For the remaining 5 elements, we divide into cases according to the value of $a$. If $a=4$, there are $5 \times 3=15$ possibilities. If $a=2$, there are $\binom{5}{3}=10$ possibilities. If $a=0$, there is one possibility. In total, case 2 offers $21 \times 2 \times(15+10+1)=1092$ possibilities.
Case 3: There are 8 elements of the third type. There are 5 ways to choose the unique element not of the third type. Of the remaining eight, there are 3 ways to divide them into two quartets, and for each quartet, there are 2 ways to assign values of $f$. In total, case 3 offers $5 \times 3 \times 2^{2}=60$ possibilities. Therefore, the number of functions $f: A \rightarrow A$ such that for at least one $i \in A,\left|f(i)-f^{-1}(i)\right|>1$ is 9 ! $-2620-1092-60=359108$.
|
359108
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $A=\{1,2,3, \ldots, 9\}$. Find the number of bijective functions $f: A \rightarrow A$ for which there exists at least one $i \in A$ such that
$$
\left|f(i)-f^{-1}(i)\right|>1
$$
|
359108
We count the complement - the number of functions $f$ such that for all $i \in A,\left|f(i)-f^{-1}(i)\right| \leq 1$.
The condition is equivalent to $|f(f(i))-i| \leq 1$ for all $i \in A$. If $f(j)=j$, the inequality is automatically satisfied for $i=j$. Otherwise, if $f(f(j))=j$ but $f(j)=k \neq j$, then we will have $f(f(k))=k$, allowing the inequality to be satisfied for $i=j$, $k$. Else, if $f(f(i)) \neq i$, say $f(f(i))=i+1$ and $f(i)=k$, then $f(f(k))=f(i+1)=k+1$ or $k-1$. Thus the function $f$ allows us to partition the elements of $A$ into three groups:
(a) those such that $f(i)=i$,
(b) those that form pairs $\{i, j\}$ such that $f(i)=j$ and $f(j)=i$, and
(c) those that form quartets $\{i, i+1, j, j+1\}$ such that $f$ permutes them as ( $\begin{aligned} & i \\ & j\end{aligned} i+1 \quad j+1$ ) or (i $j+1 \quad i+1 \quad j$ ), in cycle notation.
Let $a$ be the number of elements of the second type. Note that $a$ is even.
Case 1: There are no elements of the third type. If $a=8$, there are $9 \cdot 7 \cdot 5 \cdot 3=945$ possibilities. If $a=6$, there are $\binom{9}{3} \cdot 5 \cdot 3=1260$ possibilities. If $a=4$, there are $\binom{9}{5} \cdot 3=378$ possibilities. If $a=2$, there are $\binom{9}{7}=36$ possibilities. If $a=0$, there is 1 possibility. In total, case 1 offers $945+1260+378+36+1=2620$ possibilities.
Case 2: There are 4 elements of the third type. There are 21 ways to choose the quartet $\{i, i+1, j, j+1\}$. For each way, there are two ways to assign the values of the function to each element (as described above). For the remaining 5 elements, we divide into cases according to the value of $a$. If $a=4$, there are $5 \times 3=15$ possibilities. If $a=2$, there are $\binom{5}{3}=10$ possibilities. If $a=0$, there is one possibility. In total, case 2 offers $21 \times 2 \times(15+10+1)=1092$ possibilities.
Case 3: There are 8 elements of the third type. There are 5 ways to choose the unique element not of the third type. Of the remaining eight, there are 3 ways to divide them into two quartets, and for each quartet, there are 2 ways to assign values of $f$. In total, case 3 offers $5 \times 3 \times 2^{2}=60$ possibilities. Therefore, the number of functions $f: A \rightarrow A$ such that for at least one $i \in A,\left|f(i)-f^{-1}(i)\right|>1$ is 9 ! $-2620-1092-60=359108$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n31. [18]",
"solution_match": "\nAnswer: "
}
|
8cadb483-f98c-5c9d-99ac-4d798a24505e
| 608,858
|
Let $p$ be a prime positive integer. Define a mod- $p$ recurrence of degree $n$ to be a sequence $\left\{a_{k}\right\}_{k \geq 0}$ of numbers modulo $p$ satisfying a relation of the form $a_{i+n}=c_{n-1} a_{i+n-1}+\ldots+c_{1} a_{i+1}+c_{0} a_{i}$ for all $i \geq 0$, where $c_{0}, c_{1}, \ldots, c_{n-1}$ are integers and $c_{0} \not \equiv 0(\bmod p)$. Compute the number of distinct linear recurrences of degree at most $n$ in terms of $p$ and $n$.
|
$1-n \frac{p-1}{p+1}+\frac{p^{2}\left(p^{2 n}-1\right)}{(p+1)^{2}}$
In the solution all polynomials are taken modulo $p$. Call a polynomial nice if it is monic with nonzero constant coefficient. We can associate each recurrence relation with a polynomial: associate
$$
c_{n} a_{i+n}+c_{n-1} a_{i+n-1}+\ldots+c_{1} a_{i+1}+c_{0} a_{i}=0
$$
with
$$
c_{n} x^{n}+c_{n-1} x^{n-1}+\ldots+c_{1} x+c_{0} .
$$
Let $D_{i}$ be the set of mod- $p$ recurrences $\left\{a_{k}\right\}_{k \geq 0}$ where $i$ is the least integer so that $\left\{a_{k}\right\}_{k \geq 0}$ has degree $i$, and let $d_{i}=\left|D_{i}\right|$.
Let $S_{n}$ be the set of pairs $\left(\left\{a_{k}\right\}_{k \geq 0}, P\right)$ where $\left\{a_{k}\right\}_{k \geq 0}$ is a mod- $p$ recurrence, and $P$ is a nice polynomial associated to a recurrence relation of degree at most $n$ satisfied by $\left\{a_{k}\right\}_{k \geq 0}$. To find $d_{n}$ generally, we count the number of elements in $S_{n}$ in two ways.
One the one hand, for each sequence $\left\{a_{k}\right\}_{k \geq 0}$ in $D_{i}$, there exist $p^{n-i}$ polynomials $P$ such that $\left(\left\{a_{k}\right\}_{k \geq 0}, P\right) \in S$. Indeed, $\left\{a_{k}\right\}_{k \geq 0}$ satisfies any recurrence relation associated with a polynomial multiple of $P$. When $j=i$ there is just one nice degree $j$ polynomial that is a multiple of $P, P$ itself. For $j>i$, there are $(p-1) p^{j-i-1}$ nice polynomials of degree $j$ that are multiples of $P$, namely $Q P$ where $Q$ is a nice polynomial of degree $j-i$. (There are $p$ choices for the coefficients of $x, \ldots, x^{j-i-1}$ and $p-1$ choices for the constant term.) So the number of nice polynomial multiples of degree at most $n$ is
$$
1+\sum_{j=i+1}^{n}(p-1) p^{j-i-1}=1+(p-1)\left(\frac{p^{n-i}-1}{p-1}\right)=p^{n-i}
$$
Hence
$$
\left|S_{n}\right|=\sum_{i=0}^{n} d_{i} p^{n-i}
$$
On the other hand, given a monic polynomial $P$ of degree $i$, there are $p^{i}$ recurrences $\left\{a_{k}\right\}_{k \geq 0}$ such that $\left(\left\{a_{k}\right\}_{k \geq 0}, P\right) \in S$, since $a_{0}, \ldots, a_{i-1}$ can be chosen arbitrarily and the rest of the terms are determined. Since there are $(p-1) p^{i-1}$ nice polynomials of degree $i \neq 0$ (and 1 nice polynomial for $i=0$ ), summing over $i$ gives
$$
\left|S_{n}\right|=1+\sum_{i=1}^{n}(p-1) p^{2 i-1}
$$
Now clearly $d_{0}=1$. Setting (1) and (2) equal for $n$ and $n+1$ give
$$
\begin{aligned}
\sum_{i=0}^{n+1} d_{i} p^{n+1-i} & =1+(p-1) \sum_{i=1}^{n+1} p^{2 i-1} \\
\sum_{i=0}^{n} d_{i} p^{n-i} & =1+(p-1) \sum_{i=1}^{n} p^{2 i-1} \\
\Longrightarrow \sum_{i=0}^{n} d_{i} p^{n+1-i} & =p+(p-1) \sum_{i=1}^{n} p^{2 i} .
\end{aligned}
$$
Subtracting (4) from (3) yields:
$$
\begin{aligned}
d_{n+1} & =1-p+(p-1) \sum_{i=1}^{2 n+1}(-1)^{i+1} p^{i} \\
& =(p-1) \sum_{i=0}^{2 n+1}(-1)^{i+1} p^{i} \\
& =(p-1)^{2} \sum_{i=0}^{n} p^{2 m} \\
& =(p-1)^{2}\left(\frac{p^{2 n+2}-1}{p^{2}-1}\right) \\
& =\frac{(p-1)\left(p^{2 n+2}-1\right)}{p+1}
\end{aligned}
$$
Thus the answer is
$$
\begin{aligned}
\sum_{i=0}^{n} d_{i} & =1+\frac{p-1}{p+1} \sum_{i=1}^{n}\left(p^{2 i}-1\right) \\
& =1+\frac{p-1}{p+1}\left(-n+p^{2} \cdot \frac{p^{2 n}-1}{p^{2}-1}\right) \\
& =1-n \frac{p-1}{p+1}+\frac{p^{2}\left(p^{2 n}-1\right)}{(p+1)^{2}}
\end{aligned}
$$
|
1-n \frac{p-1}{p+1}+\frac{p^{2}\left(p^{2 n}-1\right)}{(p+1)^{2}}
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Let $p$ be a prime positive integer. Define a mod- $p$ recurrence of degree $n$ to be a sequence $\left\{a_{k}\right\}_{k \geq 0}$ of numbers modulo $p$ satisfying a relation of the form $a_{i+n}=c_{n-1} a_{i+n-1}+\ldots+c_{1} a_{i+1}+c_{0} a_{i}$ for all $i \geq 0$, where $c_{0}, c_{1}, \ldots, c_{n-1}$ are integers and $c_{0} \not \equiv 0(\bmod p)$. Compute the number of distinct linear recurrences of degree at most $n$ in terms of $p$ and $n$.
|
$1-n \frac{p-1}{p+1}+\frac{p^{2}\left(p^{2 n}-1\right)}{(p+1)^{2}}$
In the solution all polynomials are taken modulo $p$. Call a polynomial nice if it is monic with nonzero constant coefficient. We can associate each recurrence relation with a polynomial: associate
$$
c_{n} a_{i+n}+c_{n-1} a_{i+n-1}+\ldots+c_{1} a_{i+1}+c_{0} a_{i}=0
$$
with
$$
c_{n} x^{n}+c_{n-1} x^{n-1}+\ldots+c_{1} x+c_{0} .
$$
Let $D_{i}$ be the set of mod- $p$ recurrences $\left\{a_{k}\right\}_{k \geq 0}$ where $i$ is the least integer so that $\left\{a_{k}\right\}_{k \geq 0}$ has degree $i$, and let $d_{i}=\left|D_{i}\right|$.
Let $S_{n}$ be the set of pairs $\left(\left\{a_{k}\right\}_{k \geq 0}, P\right)$ where $\left\{a_{k}\right\}_{k \geq 0}$ is a mod- $p$ recurrence, and $P$ is a nice polynomial associated to a recurrence relation of degree at most $n$ satisfied by $\left\{a_{k}\right\}_{k \geq 0}$. To find $d_{n}$ generally, we count the number of elements in $S_{n}$ in two ways.
One the one hand, for each sequence $\left\{a_{k}\right\}_{k \geq 0}$ in $D_{i}$, there exist $p^{n-i}$ polynomials $P$ such that $\left(\left\{a_{k}\right\}_{k \geq 0}, P\right) \in S$. Indeed, $\left\{a_{k}\right\}_{k \geq 0}$ satisfies any recurrence relation associated with a polynomial multiple of $P$. When $j=i$ there is just one nice degree $j$ polynomial that is a multiple of $P, P$ itself. For $j>i$, there are $(p-1) p^{j-i-1}$ nice polynomials of degree $j$ that are multiples of $P$, namely $Q P$ where $Q$ is a nice polynomial of degree $j-i$. (There are $p$ choices for the coefficients of $x, \ldots, x^{j-i-1}$ and $p-1$ choices for the constant term.) So the number of nice polynomial multiples of degree at most $n$ is
$$
1+\sum_{j=i+1}^{n}(p-1) p^{j-i-1}=1+(p-1)\left(\frac{p^{n-i}-1}{p-1}\right)=p^{n-i}
$$
Hence
$$
\left|S_{n}\right|=\sum_{i=0}^{n} d_{i} p^{n-i}
$$
On the other hand, given a monic polynomial $P$ of degree $i$, there are $p^{i}$ recurrences $\left\{a_{k}\right\}_{k \geq 0}$ such that $\left(\left\{a_{k}\right\}_{k \geq 0}, P\right) \in S$, since $a_{0}, \ldots, a_{i-1}$ can be chosen arbitrarily and the rest of the terms are determined. Since there are $(p-1) p^{i-1}$ nice polynomials of degree $i \neq 0$ (and 1 nice polynomial for $i=0$ ), summing over $i$ gives
$$
\left|S_{n}\right|=1+\sum_{i=1}^{n}(p-1) p^{2 i-1}
$$
Now clearly $d_{0}=1$. Setting (1) and (2) equal for $n$ and $n+1$ give
$$
\begin{aligned}
\sum_{i=0}^{n+1} d_{i} p^{n+1-i} & =1+(p-1) \sum_{i=1}^{n+1} p^{2 i-1} \\
\sum_{i=0}^{n} d_{i} p^{n-i} & =1+(p-1) \sum_{i=1}^{n} p^{2 i-1} \\
\Longrightarrow \sum_{i=0}^{n} d_{i} p^{n+1-i} & =p+(p-1) \sum_{i=1}^{n} p^{2 i} .
\end{aligned}
$$
Subtracting (4) from (3) yields:
$$
\begin{aligned}
d_{n+1} & =1-p+(p-1) \sum_{i=1}^{2 n+1}(-1)^{i+1} p^{i} \\
& =(p-1) \sum_{i=0}^{2 n+1}(-1)^{i+1} p^{i} \\
& =(p-1)^{2} \sum_{i=0}^{n} p^{2 m} \\
& =(p-1)^{2}\left(\frac{p^{2 n+2}-1}{p^{2}-1}\right) \\
& =\frac{(p-1)\left(p^{2 n+2}-1\right)}{p+1}
\end{aligned}
$$
Thus the answer is
$$
\begin{aligned}
\sum_{i=0}^{n} d_{i} & =1+\frac{p-1}{p+1} \sum_{i=1}^{n}\left(p^{2 i}-1\right) \\
& =1+\frac{p-1}{p+1}\left(-n+p^{2} \cdot \frac{p^{2 n}-1}{p^{2}-1}\right) \\
& =1-n \frac{p-1}{p+1}+\frac{p^{2}\left(p^{2 n}-1\right)}{(p+1)^{2}}
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n32. [18]",
"solution_match": "\nAnswer: "
}
|
53dbb15b-f611-54d3-ae2a-2125439db095
| 608,859
|
Let $w=w_{1}, w_{2}, \ldots, w_{6}$ be a permutation of the integers $\{1,2, \ldots, 6\}$. If there do not exist indices $i<j<k$ such that $w_{i}<w_{j}<w_{k}$ or indices $i<j<k<l$ such that $w_{i}>w_{j}>w_{k}>w_{l}$, then $w$ is said to be exquisite. Find the number of exquisite permutations.
|
25
Given a permutation $w=w_{1}, \ldots, w_{n}$ for some $n$, call a sequence $w_{i_{1}}, w_{i_{2}}, \ldots, w_{i_{m}}$ an increasing subsequence if $i_{1}<\cdots<i_{m}$ and $w_{i_{1}}<\cdots<w_{i_{m}}$. Define decreasing subsequences similarly. Let $i s(w)$ denote the length of the longest increasing sequence and $d s(w)$ denote the length of the longest decreasing sequence. We wish to find the number of permutations for $n=6$ such that $i s(w) \leq 2$ and $d s(w) \leq 3$. We note here that $6=2 \times 3$ is not a coincidence.
Erdos and Szekeres first studied problems on the longest increasing and decreasing subsequences. In 1935, they showed that for any permutation $w$ of $\{1,2, \ldots, p q+1\}$, either $i s(w)>p$ or $d s(w)>q$, which later appeared on the Russian Math Olympiad.
In 1961, Schensted proved that the bound $p q+1$ is sharp, and he enumerated the number of permutations for $n=p q$ such that $i s(w) \leq p$ and $d s(w) \leq q$ (exquisite permutations for simplicity), with an elegant combinatorial proof based on the RSK-algorithm relating Young Tableux and permutations.
The main idea of his proof is as follows. Consider a $p \times q$ rectangle. A Young Tableau is an assignment of $1,2, \ldots, p q$, one to each unit square of the rectangle, such that every row and column is in increasing order. There is a bijection between set of exquisite permutations and pairs of Young Tableaux. Since the number of ways to write $1,2, \ldots, 6$ on a $2 \times 3$ rectangle with every row and column in increasing order is 5 , there are exactly 25 exquisite permutations.
For a thorough exposition of increasing and decreasing subsequences and a collection of interesting open questions, see Richard Stanley's note for his undergraduate research students at MIT, "Increasing and decreasing subsequences and their variants" available at
http://www.math.mit.edu/~rstan/papers/ids.pdf.
|
25
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $w=w_{1}, w_{2}, \ldots, w_{6}$ be a permutation of the integers $\{1,2, \ldots, 6\}$. If there do not exist indices $i<j<k$ such that $w_{i}<w_{j}<w_{k}$ or indices $i<j<k<l$ such that $w_{i}>w_{j}>w_{k}>w_{l}$, then $w$ is said to be exquisite. Find the number of exquisite permutations.
|
25
Given a permutation $w=w_{1}, \ldots, w_{n}$ for some $n$, call a sequence $w_{i_{1}}, w_{i_{2}}, \ldots, w_{i_{m}}$ an increasing subsequence if $i_{1}<\cdots<i_{m}$ and $w_{i_{1}}<\cdots<w_{i_{m}}$. Define decreasing subsequences similarly. Let $i s(w)$ denote the length of the longest increasing sequence and $d s(w)$ denote the length of the longest decreasing sequence. We wish to find the number of permutations for $n=6$ such that $i s(w) \leq 2$ and $d s(w) \leq 3$. We note here that $6=2 \times 3$ is not a coincidence.
Erdos and Szekeres first studied problems on the longest increasing and decreasing subsequences. In 1935, they showed that for any permutation $w$ of $\{1,2, \ldots, p q+1\}$, either $i s(w)>p$ or $d s(w)>q$, which later appeared on the Russian Math Olympiad.
In 1961, Schensted proved that the bound $p q+1$ is sharp, and he enumerated the number of permutations for $n=p q$ such that $i s(w) \leq p$ and $d s(w) \leq q$ (exquisite permutations for simplicity), with an elegant combinatorial proof based on the RSK-algorithm relating Young Tableux and permutations.
The main idea of his proof is as follows. Consider a $p \times q$ rectangle. A Young Tableau is an assignment of $1,2, \ldots, p q$, one to each unit square of the rectangle, such that every row and column is in increasing order. There is a bijection between set of exquisite permutations and pairs of Young Tableaux. Since the number of ways to write $1,2, \ldots, 6$ on a $2 \times 3$ rectangle with every row and column in increasing order is 5 , there are exactly 25 exquisite permutations.
For a thorough exposition of increasing and decreasing subsequences and a collection of interesting open questions, see Richard Stanley's note for his undergraduate research students at MIT, "Increasing and decreasing subsequences and their variants" available at
http://www.math.mit.edu/~rstan/papers/ids.pdf.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n34. [25]",
"solution_match": "\nAnswer: "
}
|
01907eeb-d910-5963-b545-9776c3e32436
| 608,861
|
An ordering of a set of $n$ elements is a bijective map between the set and $\{1,2, \ldots, n\}$. Call an ordering $\rho$ of the 10 unordered pairs of distinct integers from the set $\{1,2,3,4,5\}$ admissible if, for any $1 \leq a<b<c \leq 5$, either $p(\{a, b\})<p(\{a, c\})<p(\{b, c\})$ or $p(\{b, c\})<p(\{a, c\})<p(\{a, b\})$. Find the total number of admissible orderings.
|
768
This problem is a special case of the higher Bruhat order, a class of combinatorial object widely studied for its connection to an assortment of mathematical areas such as algebraic geometry, algebraic combinatorics, and computational geometry.
An admissble order in our problem-the higher Bruhat order $B(5,2)$-are best viewed as the set of reduced decompositions of the permutation 4321. Loosely speaking, a reduced decomposition is a sequence of adjacent transpositions that changes the permutation $n, n-1, \ldots, 1$ to $1,2, \ldots, n$. For example, for $n=4$, the sequence $(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)$ induces the following reduced decomposition:
$$
4321 \rightarrow 4312 \rightarrow 4132 \rightarrow 1432 \rightarrow 1423 \rightarrow 1243 \rightarrow 1234
$$
For each permutation above, switching the two bolded numbers yields the next permutation in the chain. For example, switching 3 and 1 in 4312 yields 4132.
Readers interested in the connection between the higher Bruhat order and reduced decompositions are referred to Delong Meng's paper "Reduced decompositions and permutation patterns generalized to the higher Bruhat order" for background as well as recent development of this subject. The paper is available at
http://web.mit.edu/delong13/www/papers.html.
The number of reduced decompositions of $n, n-1, \ldots, 1$ is equal to the number of $(n-1)$ st standard Young Tableaux of staircase shape, given by the formula
$$
\frac{\binom{n}{2}!}{1^{n-1} \cdot 3^{n-2} \cdots(2 n-3)} .
$$
When $n=5$, the formula gives 768 .
Young Tableaux are one of the most important tools in algebraic combinatorics, especially for problems involving permutations, integer partitions, and posets. For a concise and accessible introduction to the Young Tableaux and reduced decompositions (and much more cool combinatorial stuff!), see Section 7 of Richard Stanley's note "A Combinatorial Miscellany" at http://math.mit.edu/~rstan/papers/comb.pdf.
|
768
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
An ordering of a set of $n$ elements is a bijective map between the set and $\{1,2, \ldots, n\}$. Call an ordering $\rho$ of the 10 unordered pairs of distinct integers from the set $\{1,2,3,4,5\}$ admissible if, for any $1 \leq a<b<c \leq 5$, either $p(\{a, b\})<p(\{a, c\})<p(\{b, c\})$ or $p(\{b, c\})<p(\{a, c\})<p(\{a, b\})$. Find the total number of admissible orderings.
|
768
This problem is a special case of the higher Bruhat order, a class of combinatorial object widely studied for its connection to an assortment of mathematical areas such as algebraic geometry, algebraic combinatorics, and computational geometry.
An admissble order in our problem-the higher Bruhat order $B(5,2)$-are best viewed as the set of reduced decompositions of the permutation 4321. Loosely speaking, a reduced decomposition is a sequence of adjacent transpositions that changes the permutation $n, n-1, \ldots, 1$ to $1,2, \ldots, n$. For example, for $n=4$, the sequence $(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)$ induces the following reduced decomposition:
$$
4321 \rightarrow 4312 \rightarrow 4132 \rightarrow 1432 \rightarrow 1423 \rightarrow 1243 \rightarrow 1234
$$
For each permutation above, switching the two bolded numbers yields the next permutation in the chain. For example, switching 3 and 1 in 4312 yields 4132.
Readers interested in the connection between the higher Bruhat order and reduced decompositions are referred to Delong Meng's paper "Reduced decompositions and permutation patterns generalized to the higher Bruhat order" for background as well as recent development of this subject. The paper is available at
http://web.mit.edu/delong13/www/papers.html.
The number of reduced decompositions of $n, n-1, \ldots, 1$ is equal to the number of $(n-1)$ st standard Young Tableaux of staircase shape, given by the formula
$$
\frac{\binom{n}{2}!}{1^{n-1} \cdot 3^{n-2} \cdots(2 n-3)} .
$$
When $n=5$, the formula gives 768 .
Young Tableaux are one of the most important tools in algebraic combinatorics, especially for problems involving permutations, integer partitions, and posets. For a concise and accessible introduction to the Young Tableaux and reduced decompositions (and much more cool combinatorial stuff!), see Section 7 of Richard Stanley's note "A Combinatorial Miscellany" at http://math.mit.edu/~rstan/papers/comb.pdf.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-guts-solutions.jsonl",
"problem_match": "\n36. [25]",
"solution_match": "\nAnswer: "
}
|
587a32c0-e79d-570c-ac1f-ca21160b410a
| 608,863
|
Rachel and Brian are playing a game in a grid with 1 row of 2011 squares. Initially, there is one white checker in each of the first two squares from the left, and one black checker in the third square from the left. At each stage, Rachel can choose to either run or fight. If Rachel runs, she moves the black checker 1 unit to the right, and Brian moves each of the white checkers one unit to the right. If Rachel chooses to fight, she pushes the checker immediately to the left of the black checker 1 unit to the left, the black checker is moved 1 unit to the right, and Brian places a new white checker in the cell immediately to the left of the black one. The game ends when the black checker reaches the last cell. How many different final configurations are possible?
|
Both operations, run and fight, move the black checker exactly one square to the right, so the game will end after exactly 2008 moves regardless of Brian's choices. Furthermore, it is easy to see that if we view running and fighting as operations, they commute. So the order of the moves does not matter, all that matters is how many times Rachel runs and how many times Rachel fights. Each fight adds one white checker to the grid, so two games with different numbers of fights will end up in different final configurations. There are 2009 possible values for the number of fights, so there are 2009 possible final configurations.
|
2009
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Rachel and Brian are playing a game in a grid with 1 row of 2011 squares. Initially, there is one white checker in each of the first two squares from the left, and one black checker in the third square from the left. At each stage, Rachel can choose to either run or fight. If Rachel runs, she moves the black checker 1 unit to the right, and Brian moves each of the white checkers one unit to the right. If Rachel chooses to fight, she pushes the checker immediately to the left of the black checker 1 unit to the left, the black checker is moved 1 unit to the right, and Brian places a new white checker in the cell immediately to the left of the black one. The game ends when the black checker reaches the last cell. How many different final configurations are possible?
|
Both operations, run and fight, move the black checker exactly one square to the right, so the game will end after exactly 2008 moves regardless of Brian's choices. Furthermore, it is easy to see that if we view running and fighting as operations, they commute. So the order of the moves does not matter, all that matters is how many times Rachel runs and how many times Rachel fights. Each fight adds one white checker to the grid, so two games with different numbers of fights will end up in different final configurations. There are 2009 possible values for the number of fights, so there are 2009 possible final configurations.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-team1-solutions.jsonl",
"problem_match": "\n2. [15]",
"solution_match": "\nSolution: "
}
|
0435d77f-6304-5a6f-988e-f00d54419007
| 608,865
|
Given positive integers $a$ and $b$ such that $a>b$, define a sequence of ordered pairs $\left(a_{l}, b_{l}\right)$ for nonnegative integers $l$ by $a_{0}=a, b_{0}=b$, and $\left(a_{l+1}, b_{l+1}\right)=\left(b_{l}, a_{l} \bmod b_{l}\right)$, where, for all positive integers $x$ and $y, x \bmod y$ is defined to be the remainder left by $x$ upon division by $y$. Define $f(a, b)$ to be the smallest positive integer $j$ such that $b_{j}=0$. Given a positive integer $n$, define $g(n)$ to be $\max _{1 \leq k \leq n-1} f(n, k)$.
(a) [15] Given a positive integer $m$, what is the smallest positive integer $n_{m}$ such that $g\left(n_{m}\right)=m$ ?
(b) [15] What is the second smallest?
|
(a) The answer is $F_{m+1}$, where $F_{1}=1, F_{2}=2$, and $F_{i+1}=F_{i}+F_{i-1}$ for all $i \geq 2$.
We consider a reverse sequence as follows: starting at $p_{0}=\left(k_{0}, 0\right)$ for some positive integer $k_{0}$, at each step we can take a pair $p_{i}=\left(r_{i}, s_{i}\right)$ to any pair $p_{i+1}=\left(s_{i}+k_{i+1} r_{i}, r_{i}\right)=\left(r_{i+1}, s_{i+1}\right)$ for some positive integer $k_{i+1}$. It is clear that any such sequence is the reverse of a legal sequence. Thus, $n_{m}$ is equal to the smallest possible value of the first integer in a possible $p_{m}$ of a reverse sequence. The pair $p_{m}$ is uniquely determined by the choice of $k_{0}, k_{1}, \ldots, k_{m}$, and lowering any $k_{i}$ lowers the first number of $p_{m}$. Thus, the minimum possible value occurs when all $k_{i}$ are equal to 1. In this case, $p_{0}=(1,0), p_{1}=(2,1)$, and $p_{i+1}=\left(r_{i}+s_{i}, r_{i}\right)$. It is apparent that $p_{i}=\left(F_{i+1}, F_{i}\right)$, so the minimum is $F_{m+1}$.
(b) The answer is $L_{m+1}$, where $L_{1}=1, L_{2}=3$, and $L_{i+1}=L_{i}+L_{i-1}$.
The only integer $n$ satisfying $g(n)=1$ is 2 , as it is the only positive integer $n>1$ such that all integers $1 \leq i<n$ divide $n$. Thus, for $m=1$, there is no such second smallest integer.
For $m \geq 2$, we once again consider all possible reverse sequences. For any sequence, characterized by $k_{0}, \ldots, k_{m}$, if there are at least two $k_{i}$ not equal to 1 , then we can find a smaller possible value (of $r_{m+1}$ ) not equal to the minimum possible by setting any one of these $k_{i}$ to 1 . Similarly, if any $k_{i}$ is at least 3 , we can find a smaller possible value not equal to the minimum by setting this $k_{i}$ to be 2 . Thus, the second smallest obtainable value of $r_{m+1}$ must occur when $k_{i}=1$ for all $0 \leq i \leq m$ except for some $k_{j}$ which is equal to 2 .
We now claim that the value of $r_{m}$ is minimized with respect to the above conditions by letting $k_{1}=2$, and $k_{i}=1$ for all other $0 \leq i \leq m$. Doing so yields $r_{m}=L_{m+1}$, with $\left\{L_{i}\right\}$ defined as in the answer. Before we begin our proof, we first note that letting $k_{0}=2$ instead yields $r_{m}=2 F_{m+1}$, which is strictly larger than $L_{m+1}$ (since it is larger for $m=1,2$, andboth sequences satisfy the same recurrence). We therefore assume that $k_{0}=1$.
Proof of claim. Our recurrences for pairs give us that $r_{i+1}=k_{i+1} r_{i}+s_{i}, s_{i+1}=r_{i}$. Thus, we have $r_{i+1}=k_{i+1} r_{i}+r_{i-1}$. Now suppose we have $k_{j}=2$ for a particular $j$, and for all $i \neq j, 0 \leq i \leq m$,
we have $k_{i}=1$. Then we have $r_{0}=1, r_{1}=1+k_{1}$, and for $2 \leq i \leq m, i \neq j$, we have $r_{i}=r_{i-1}+r_{i-2}$. We also have $r_{j}=2 r_{j-1}+r_{j-2}$.
By our reasoning in part (a), $r_{i}=F_{i+1}$ for $i<j$. Thus, $r_{j}=2 F_{j}+F_{j-1}=F_{j+1}+F_{j}=F_{j+2}$ (where we define $F_{0}=1$ ). Expressing $r_{j-1}$ as $F_{j+1}-F_{j-1}$, we find $r_{j+1}=F_{j+3}-F_{j-1}, r_{j+2}=$ $F_{j+4}-F_{j-1}, r_{j+3}=F_{j+5}-2 F_{j-1}$, and so on. It is easy to show by induction that for $i>j$, we have $r_{i}=F_{i+2}-F_{i-j-1} F_{j-1}$. Thus, to minimize $r_{m}=F_{m+2}-F_{m-j-1} F_{j-1}$, we must maximize $F_{m-j-1} F_{j-1}$.
We claim that $F_{m-j-1} F_{j-1} \leq F_{m-2}$ for $1 \leq j \leq m$.
Proof of claim. It is easy to see (and in fact well-known) that for all positive integers $n, F_{n}$ counts the number of distinct ways to tile a $1 \times n$ board with $1 \times 1$ squares and $1 \times 2$ dominoes. Thus $F_{m-j-1} F_{j-1}$ counts the number of ways to tile a $1 \times m-2$ board with $1 \times 1$ squares and $1 \times 2$ dominoes such that the $j-1$ th and $j$ th square are not both covered by the same domino, which is at most the number of ways to tile a $1 \times m-2$ board, as desired.
Since this minimum is reached by letting $j=1$, we may conclude that the answer is indeed $L_{m+1}$.
|
L_{m+1}
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Given positive integers $a$ and $b$ such that $a>b$, define a sequence of ordered pairs $\left(a_{l}, b_{l}\right)$ for nonnegative integers $l$ by $a_{0}=a, b_{0}=b$, and $\left(a_{l+1}, b_{l+1}\right)=\left(b_{l}, a_{l} \bmod b_{l}\right)$, where, for all positive integers $x$ and $y, x \bmod y$ is defined to be the remainder left by $x$ upon division by $y$. Define $f(a, b)$ to be the smallest positive integer $j$ such that $b_{j}=0$. Given a positive integer $n$, define $g(n)$ to be $\max _{1 \leq k \leq n-1} f(n, k)$.
(a) [15] Given a positive integer $m$, what is the smallest positive integer $n_{m}$ such that $g\left(n_{m}\right)=m$ ?
(b) [15] What is the second smallest?
|
(a) The answer is $F_{m+1}$, where $F_{1}=1, F_{2}=2$, and $F_{i+1}=F_{i}+F_{i-1}$ for all $i \geq 2$.
We consider a reverse sequence as follows: starting at $p_{0}=\left(k_{0}, 0\right)$ for some positive integer $k_{0}$, at each step we can take a pair $p_{i}=\left(r_{i}, s_{i}\right)$ to any pair $p_{i+1}=\left(s_{i}+k_{i+1} r_{i}, r_{i}\right)=\left(r_{i+1}, s_{i+1}\right)$ for some positive integer $k_{i+1}$. It is clear that any such sequence is the reverse of a legal sequence. Thus, $n_{m}$ is equal to the smallest possible value of the first integer in a possible $p_{m}$ of a reverse sequence. The pair $p_{m}$ is uniquely determined by the choice of $k_{0}, k_{1}, \ldots, k_{m}$, and lowering any $k_{i}$ lowers the first number of $p_{m}$. Thus, the minimum possible value occurs when all $k_{i}$ are equal to 1. In this case, $p_{0}=(1,0), p_{1}=(2,1)$, and $p_{i+1}=\left(r_{i}+s_{i}, r_{i}\right)$. It is apparent that $p_{i}=\left(F_{i+1}, F_{i}\right)$, so the minimum is $F_{m+1}$.
(b) The answer is $L_{m+1}$, where $L_{1}=1, L_{2}=3$, and $L_{i+1}=L_{i}+L_{i-1}$.
The only integer $n$ satisfying $g(n)=1$ is 2 , as it is the only positive integer $n>1$ such that all integers $1 \leq i<n$ divide $n$. Thus, for $m=1$, there is no such second smallest integer.
For $m \geq 2$, we once again consider all possible reverse sequences. For any sequence, characterized by $k_{0}, \ldots, k_{m}$, if there are at least two $k_{i}$ not equal to 1 , then we can find a smaller possible value (of $r_{m+1}$ ) not equal to the minimum possible by setting any one of these $k_{i}$ to 1 . Similarly, if any $k_{i}$ is at least 3 , we can find a smaller possible value not equal to the minimum by setting this $k_{i}$ to be 2 . Thus, the second smallest obtainable value of $r_{m+1}$ must occur when $k_{i}=1$ for all $0 \leq i \leq m$ except for some $k_{j}$ which is equal to 2 .
We now claim that the value of $r_{m}$ is minimized with respect to the above conditions by letting $k_{1}=2$, and $k_{i}=1$ for all other $0 \leq i \leq m$. Doing so yields $r_{m}=L_{m+1}$, with $\left\{L_{i}\right\}$ defined as in the answer. Before we begin our proof, we first note that letting $k_{0}=2$ instead yields $r_{m}=2 F_{m+1}$, which is strictly larger than $L_{m+1}$ (since it is larger for $m=1,2$, andboth sequences satisfy the same recurrence). We therefore assume that $k_{0}=1$.
Proof of claim. Our recurrences for pairs give us that $r_{i+1}=k_{i+1} r_{i}+s_{i}, s_{i+1}=r_{i}$. Thus, we have $r_{i+1}=k_{i+1} r_{i}+r_{i-1}$. Now suppose we have $k_{j}=2$ for a particular $j$, and for all $i \neq j, 0 \leq i \leq m$,
we have $k_{i}=1$. Then we have $r_{0}=1, r_{1}=1+k_{1}$, and for $2 \leq i \leq m, i \neq j$, we have $r_{i}=r_{i-1}+r_{i-2}$. We also have $r_{j}=2 r_{j-1}+r_{j-2}$.
By our reasoning in part (a), $r_{i}=F_{i+1}$ for $i<j$. Thus, $r_{j}=2 F_{j}+F_{j-1}=F_{j+1}+F_{j}=F_{j+2}$ (where we define $F_{0}=1$ ). Expressing $r_{j-1}$ as $F_{j+1}-F_{j-1}$, we find $r_{j+1}=F_{j+3}-F_{j-1}, r_{j+2}=$ $F_{j+4}-F_{j-1}, r_{j+3}=F_{j+5}-2 F_{j-1}$, and so on. It is easy to show by induction that for $i>j$, we have $r_{i}=F_{i+2}-F_{i-j-1} F_{j-1}$. Thus, to minimize $r_{m}=F_{m+2}-F_{m-j-1} F_{j-1}$, we must maximize $F_{m-j-1} F_{j-1}$.
We claim that $F_{m-j-1} F_{j-1} \leq F_{m-2}$ for $1 \leq j \leq m$.
Proof of claim. It is easy to see (and in fact well-known) that for all positive integers $n, F_{n}$ counts the number of distinct ways to tile a $1 \times n$ board with $1 \times 1$ squares and $1 \times 2$ dominoes. Thus $F_{m-j-1} F_{j-1}$ counts the number of ways to tile a $1 \times m-2$ board with $1 \times 1$ squares and $1 \times 2$ dominoes such that the $j-1$ th and $j$ th square are not both covered by the same domino, which is at most the number of ways to tile a $1 \times m-2$ board, as desired.
Since this minimum is reached by letting $j=1$, we may conclude that the answer is indeed $L_{m+1}$.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-team1-solutions.jsonl",
"problem_match": "\n13. [30]",
"solution_match": "\n## Solution:\n\n"
}
|
941cdebe-984a-5da3-8368-953a1149fdd5
| 608,876
|
Let $a, b$, and $c$ be complex numbers such that $|a|=|b|=|c|=|a+b+c|=1$. If $|a-b|=|a-c|$ and $b \neq c$, evaluate $|a+b||a+c|$.
|
2 First solution.
Since $|a|=1, a$ cannot be 0 . Let $u=\frac{b}{a}$ and $v=\frac{c}{a}$. Dividing the given equations by $|a|=1$ gives $|u|=|v|=|1+u+v|=1$ and $|1-u|=|1-v|$. The goal is to prove that $|1+u||1+v|=2$.
By squaring $|1-u|=|1-v|$, we get $(1-u) \overline{(1-u)}=(1-v) \overline{(1-v)}$, and thus $1-u-\bar{u}+|u|^{2}=$ $1-v-\bar{v}+|v|^{2}$, or $u+\bar{u}=v+\bar{v}$. This implies $\operatorname{Re}(u)=\operatorname{Re}(v)$. Since $u$ and $v$ are on the unit circle in the complex plane, $u$ is equal to either $v$ or $\bar{v}$. However, $b \neq c$ implies $u \neq v$, so $u=\bar{v}$.
Therefore, $1=|1+u+\bar{u}|=|1+2 \operatorname{Re}(u)|$. Since $\operatorname{Re}(u)$ is real, we either have $\operatorname{Re}(u)=0$ or $\operatorname{Re}(u)=-1$. The first case gives $u= \pm i$ and $|1+u||1+v|=|1+i||1-i|=2$, as desired. It remains only to note that $\operatorname{Re}(u)=-1$ is in fact impossible because $u$ is of norm 1 and $u=-1$ would imply $u=\bar{u}=v$.
Remark: by the rotational symmetry of the circle, it is acceptable to skip the first step of this solution and assume $a=1$ without loss of generality.
Second solution.
Let $a, b$, and $c$, be the vertices of a triangle inscribed in the unit circle in the complex plane. Since the complex coordinate of the circumcenter is 0 and the complex coordinate of the centroid is $\frac{a+b+c}{3}$, it follows from well-known facts about the Euler line that the complex coordinate of the orthocenter is $a+b+c$. Hence the orthocenter lies on the unit circle as well. Is it not possible for the orthocenter not to be among the three vertices of the triangle, for, if it were, two opposite angles of the convex cyclic quadrilateral formed by the three vertices and the orthocenter would each measure greater than 90 degrees. It follows that the triangle is right. However, since $|a-b|=|a-c|$, the right angle cannot occur at $b$ or $c$, so it must occur at $a$, and the desired conclusion follows immediately.
|
2
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $a, b$, and $c$ be complex numbers such that $|a|=|b|=|c|=|a+b+c|=1$. If $|a-b|=|a-c|$ and $b \neq c$, evaluate $|a+b||a+c|$.
|
2 First solution.
Since $|a|=1, a$ cannot be 0 . Let $u=\frac{b}{a}$ and $v=\frac{c}{a}$. Dividing the given equations by $|a|=1$ gives $|u|=|v|=|1+u+v|=1$ and $|1-u|=|1-v|$. The goal is to prove that $|1+u||1+v|=2$.
By squaring $|1-u|=|1-v|$, we get $(1-u) \overline{(1-u)}=(1-v) \overline{(1-v)}$, and thus $1-u-\bar{u}+|u|^{2}=$ $1-v-\bar{v}+|v|^{2}$, or $u+\bar{u}=v+\bar{v}$. This implies $\operatorname{Re}(u)=\operatorname{Re}(v)$. Since $u$ and $v$ are on the unit circle in the complex plane, $u$ is equal to either $v$ or $\bar{v}$. However, $b \neq c$ implies $u \neq v$, so $u=\bar{v}$.
Therefore, $1=|1+u+\bar{u}|=|1+2 \operatorname{Re}(u)|$. Since $\operatorname{Re}(u)$ is real, we either have $\operatorname{Re}(u)=0$ or $\operatorname{Re}(u)=-1$. The first case gives $u= \pm i$ and $|1+u||1+v|=|1+i||1-i|=2$, as desired. It remains only to note that $\operatorname{Re}(u)=-1$ is in fact impossible because $u$ is of norm 1 and $u=-1$ would imply $u=\bar{u}=v$.
Remark: by the rotational symmetry of the circle, it is acceptable to skip the first step of this solution and assume $a=1$ without loss of generality.
Second solution.
Let $a, b$, and $c$, be the vertices of a triangle inscribed in the unit circle in the complex plane. Since the complex coordinate of the circumcenter is 0 and the complex coordinate of the centroid is $\frac{a+b+c}{3}$, it follows from well-known facts about the Euler line that the complex coordinate of the orthocenter is $a+b+c$. Hence the orthocenter lies on the unit circle as well. Is it not possible for the orthocenter not to be among the three vertices of the triangle, for, if it were, two opposite angles of the convex cyclic quadrilateral formed by the three vertices and the orthocenter would each measure greater than 90 degrees. It follows that the triangle is right. However, since $|a-b|=|a-c|$, the right angle cannot occur at $b$ or $c$, so it must occur at $a$, and the desired conclusion follows immediately.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-team2-solutions.jsonl",
"problem_match": "\n2. [20]",
"solution_match": "\nAnswer: "
}
|
5bd24207-3462-504f-8998-745219d45397
| 608,880
|
Let $x$ and $y$ be complex numbers such that $|x|=|y|=1$.
(a) [15] Determine the maximum value of $|1+x|+|1+y|-|1+x y|$.
(b) [15] Determine the maximum value of $|1+x|+|1+x y|+\left|1+x y^{2}\right|+\ldots+\left|1+x y^{2011}\right|-1006|1+y|$.
|
(a) Answer: $2 \sqrt{2}$
(b) Answer: $2012 \sqrt{2}$ We divide the terms into 1006 sums of the form
$$
\left|1+x y^{2 k}\right|+\left|1+x y^{2 k+1}\right|-|1+y|
$$
For each of these, we obtain, as in part a,
$$
\begin{aligned}
\left|1+x y^{2 k}\right|+\left|1+x y^{2 k+1}\right|-|1+y| & \leq\left|1+x y^{2 k}\right|+\left|x y^{2 k+1}-y\right| \\
& =\left|1+x y^{2 k}\right|+|y|\left|1-x y^{2 k}\right| \\
& =\left|1+x y^{2 k}\right|+\left|1-x y^{2 k}\right| \\
& \leq 2 \sqrt{\left|1-x^{2} y^{4 k}\right|}
\end{aligned}
$$
Again, this is maximized when $x^{2} y^{4}=-1$, which leaves a total sum of at most $2012 \sqrt{2}$. If we let $x=i$ and $y=-1$, every sum of three terms will be $2 \sqrt{2}$, for a total of $2012 \sqrt{2}$, as desired.
|
2012 \sqrt{2}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $x$ and $y$ be complex numbers such that $|x|=|y|=1$.
(a) [15] Determine the maximum value of $|1+x|+|1+y|-|1+x y|$.
(b) [15] Determine the maximum value of $|1+x|+|1+x y|+\left|1+x y^{2}\right|+\ldots+\left|1+x y^{2011}\right|-1006|1+y|$.
|
(a) Answer: $2 \sqrt{2}$
(b) Answer: $2012 \sqrt{2}$ We divide the terms into 1006 sums of the form
$$
\left|1+x y^{2 k}\right|+\left|1+x y^{2 k+1}\right|-|1+y|
$$
For each of these, we obtain, as in part a,
$$
\begin{aligned}
\left|1+x y^{2 k}\right|+\left|1+x y^{2 k+1}\right|-|1+y| & \leq\left|1+x y^{2 k}\right|+\left|x y^{2 k+1}-y\right| \\
& =\left|1+x y^{2 k}\right|+|y|\left|1-x y^{2 k}\right| \\
& =\left|1+x y^{2 k}\right|+\left|1-x y^{2 k}\right| \\
& \leq 2 \sqrt{\left|1-x^{2} y^{4 k}\right|}
\end{aligned}
$$
Again, this is maximized when $x^{2} y^{4}=-1$, which leaves a total sum of at most $2012 \sqrt{2}$. If we let $x=i$ and $y=-1$, every sum of three terms will be $2 \sqrt{2}$, for a total of $2012 \sqrt{2}$, as desired.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-team2-solutions.jsonl",
"problem_match": "\n3. [30]",
"solution_match": "\n## Solution:\n\n"
}
|
c07213e0-a8b3-57f5-9363-1ff256b2ddab
| 608,881
|
Let $a, b$, and $c$ be complex numbers such that $|a|=|b|=|c|=1$. If
$$
\frac{a^{2}}{b c}+\frac{b^{2}}{c a}+\frac{c^{2}}{a b}=1
$$
as well, determine the product of all possible values of $|a+b+c|$.
|
2 Let $s=a+b+c$. Then
$$
\begin{aligned}
s^{3} & =a^{3}+b^{3}+c^{3}+3\left(a^{2} b+a b^{2}+b^{2} c+b c^{2}+c^{2} a+c a^{2}\right)+6 a b c \\
& =a b c\left(\frac{a^{2}}{b c}+\frac{b^{2}}{c a}+\frac{c^{2}}{a b}+3\left(\frac{a}{b}+\frac{b}{a}+\frac{b}{c}+\frac{c}{b}+\frac{c}{a}+\frac{a}{c}\right)+6\right) \\
& =a b c\left(1+\left(3(a+b+c)\left(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\right)-9\right)+6\right) \\
& =a b c\left(3 s\left(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\right)-2\right) \\
& =a b c(3 s \bar{s}-2) \quad(\text { because } \bar{s}=\bar{a}+\bar{b}+\bar{c}=1 / a+1 / b+1 / c) \\
& =a b c\left(3|s|^{2}-2\right)
\end{aligned}
$$
Taking absolute values, we find $|s|^{3}=\left.|3| s\right|^{2}-2 \mid$. It follows that $|s|$ must be a positive real root of $x^{3}-3 x^{2}+2=0$ or $x^{3}+3 x^{2}-2=0$. However, since the negative real roots of $x^{3}-3 x^{2}+2=0$ are exactly the additive inverses of the positive real roots of $x^{3}-3 x^{2}+2=0$, and all three roots of $x^{3}-3 x^{2}+2=0$ are real $\left(x^{3}-3 x^{2}+2=0\right.$ may be factored as $(x-1)\left(x^{2}-2 x-2\right)=0$, and the discriminant of $x^{2}-2 x-2$ is positive), the product of all possible values of $|s|$ is $(-2) \cdot(-1)^{n}$, where $n$ denotes the number of negative real roots of $x^{3}-3 x^{2}+2=0$. By Descartes's Rule of Signs, we see that $n$ is odd, so the answer is 2 , as desired.
## Warm Up Your Proof Skills! [40]
The problems in this section require complete proofs.
|
2
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $a, b$, and $c$ be complex numbers such that $|a|=|b|=|c|=1$. If
$$
\frac{a^{2}}{b c}+\frac{b^{2}}{c a}+\frac{c^{2}}{a b}=1
$$
as well, determine the product of all possible values of $|a+b+c|$.
|
2 Let $s=a+b+c$. Then
$$
\begin{aligned}
s^{3} & =a^{3}+b^{3}+c^{3}+3\left(a^{2} b+a b^{2}+b^{2} c+b c^{2}+c^{2} a+c a^{2}\right)+6 a b c \\
& =a b c\left(\frac{a^{2}}{b c}+\frac{b^{2}}{c a}+\frac{c^{2}}{a b}+3\left(\frac{a}{b}+\frac{b}{a}+\frac{b}{c}+\frac{c}{b}+\frac{c}{a}+\frac{a}{c}\right)+6\right) \\
& =a b c\left(1+\left(3(a+b+c)\left(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\right)-9\right)+6\right) \\
& =a b c\left(3 s\left(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\right)-2\right) \\
& =a b c(3 s \bar{s}-2) \quad(\text { because } \bar{s}=\bar{a}+\bar{b}+\bar{c}=1 / a+1 / b+1 / c) \\
& =a b c\left(3|s|^{2}-2\right)
\end{aligned}
$$
Taking absolute values, we find $|s|^{3}=\left.|3| s\right|^{2}-2 \mid$. It follows that $|s|$ must be a positive real root of $x^{3}-3 x^{2}+2=0$ or $x^{3}+3 x^{2}-2=0$. However, since the negative real roots of $x^{3}-3 x^{2}+2=0$ are exactly the additive inverses of the positive real roots of $x^{3}-3 x^{2}+2=0$, and all three roots of $x^{3}-3 x^{2}+2=0$ are real $\left(x^{3}-3 x^{2}+2=0\right.$ may be factored as $(x-1)\left(x^{2}-2 x-2\right)=0$, and the discriminant of $x^{2}-2 x-2$ is positive), the product of all possible values of $|s|$ is $(-2) \cdot(-1)^{n}$, where $n$ denotes the number of negative real roots of $x^{3}-3 x^{2}+2=0$. By Descartes's Rule of Signs, we see that $n$ is odd, so the answer is 2 , as desired.
## Warm Up Your Proof Skills! [40]
The problems in this section require complete proofs.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-team2-solutions.jsonl",
"problem_match": "\n4. [40]",
"solution_match": "\nAnswer: "
}
|
fd6306a0-994f-58c9-8f52-1714f283e876
| 608,882
|
Rachel and Brian are playing a game in a grid with 1 row of 2011 squares. Initially, there is one white checker in each of the first two squares from the left, and one black checker in the third square from the left. At each stage, Rachel can choose to either run or fight. If Rachel runs, she moves the black checker moves 1 unit to the right, and Brian moves each of the white checkers one unit to the right. If Rachel chooses to fight, she pushes the checker immediately to the left of the black checker 1 unit to the left; the black checker is moved 1 unit to the right, and Brian places a new white checker in the cell immediately to the left of the black one. The game ends when the black checker reaches the last cell. How many different final configurations are possible?
|
2009 Both operations, run and fight, move the black checker exactly one square to the right, so the game will end after exactly 2008 moves regardless of Brian's choices. Furthermore, it is easy to see that the order of the operations does not matter, so two games with the same number of fights will end up in the same final configuration. Finally, note that each fight adds one white checker to the grid, so two games with different numbers of fights will end up in different final configurations. There are 2009 possible values for the number of fights, so there are 2009 possible final configurations.
|
2009
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Rachel and Brian are playing a game in a grid with 1 row of 2011 squares. Initially, there is one white checker in each of the first two squares from the left, and one black checker in the third square from the left. At each stage, Rachel can choose to either run or fight. If Rachel runs, she moves the black checker moves 1 unit to the right, and Brian moves each of the white checkers one unit to the right. If Rachel chooses to fight, she pushes the checker immediately to the left of the black checker 1 unit to the left; the black checker is moved 1 unit to the right, and Brian places a new white checker in the cell immediately to the left of the black one. The game ends when the black checker reaches the last cell. How many different final configurations are possible?
|
2009 Both operations, run and fight, move the black checker exactly one square to the right, so the game will end after exactly 2008 moves regardless of Brian's choices. Furthermore, it is easy to see that the order of the operations does not matter, so two games with the same number of fights will end up in the same final configuration. Finally, note that each fight adds one white checker to the grid, so two games with different numbers of fights will end up in different final configurations. There are 2009 possible values for the number of fights, so there are 2009 possible final configurations.
|
{
"resource_path": "HarvardMIT/segmented/en-142-2011-feb-team2-solutions.jsonl",
"problem_match": "\n14. [25]",
"solution_match": "\nAnswer: "
}
|
21b189c7-0b68-5fa1-b09f-278e9101363b
| 608,892
|
Alberto, Bernardo, and Carlos are collectively listening to three different songs. Each is simultaneously listening to exactly two songs, and each song is being listened to by exactly two people. In how many ways can this occur?
|
6 We have $\binom{3}{2}=3$ choices for the songs that Alberto is listening to. Then, Bernardo and Carlos must both be listening to the third song. Thus, there are 2 choices for the song that Bernardo shares with Alberto. From here, we see that the songs that everyone is listening to are forced. Thus, there are a total of $3 \times 2=6$ ways for the three to be listening to songs.
|
6
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Alberto, Bernardo, and Carlos are collectively listening to three different songs. Each is simultaneously listening to exactly two songs, and each song is being listened to by exactly two people. In how many ways can this occur?
|
6 We have $\binom{3}{2}=3$ choices for the songs that Alberto is listening to. Then, Bernardo and Carlos must both be listening to the third song. Thus, there are 2 choices for the song that Bernardo shares with Alberto. From here, we see that the songs that everyone is listening to are forced. Thus, there are a total of $3 \times 2=6$ ways for the three to be listening to songs.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n3. [4]",
"solution_match": "\nAnswer: "
}
|
3738d64e-100a-5a8e-88da-964adf435ce1
| 74,470
|
Determine the remainder when
$$
2^{\frac{1 \cdot 2}{2}}+2^{\frac{2 \cdot 3}{2}}+\cdots+2^{\frac{2011 \cdot 2012}{2}}
$$
is divided by 7 .
|
1 We have that $2^{3} \equiv 1(\bmod 7)$. Hence, it suffices to consider the exponents modulo 3. We note that the exponents are the triangular number and upon division by 3 give the pattern of remainders $1,0,0,1,0,0, \ldots$, so what we want is
$$
\begin{aligned}
2^{\frac{1 \cdot 2}{2}}+\cdots+2^{\frac{2011 \cdot 2012}{2}} & \equiv 2^{1}+2^{0}+2^{0}+2^{1}+\ldots+2^{0}+2^{1} \quad(\bmod 7) \\
& \equiv \frac{2010}{3}\left(2^{1}+2^{0}+2^{0}\right)+2^{1} \\
& \equiv(670)(4)+2 \\
& \equiv 1 .
\end{aligned}
$$
|
1
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Determine the remainder when
$$
2^{\frac{1 \cdot 2}{2}}+2^{\frac{2 \cdot 3}{2}}+\cdots+2^{\frac{2011 \cdot 2012}{2}}
$$
is divided by 7 .
|
1 We have that $2^{3} \equiv 1(\bmod 7)$. Hence, it suffices to consider the exponents modulo 3. We note that the exponents are the triangular number and upon division by 3 give the pattern of remainders $1,0,0,1,0,0, \ldots$, so what we want is
$$
\begin{aligned}
2^{\frac{1 \cdot 2}{2}}+\cdots+2^{\frac{2011 \cdot 2012}{2}} & \equiv 2^{1}+2^{0}+2^{0}+2^{1}+\ldots+2^{0}+2^{1} \quad(\bmod 7) \\
& \equiv \frac{2010}{3}\left(2^{1}+2^{0}+2^{0}\right)+2^{1} \\
& \equiv(670)(4)+2 \\
& \equiv 1 .
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n4. [4]",
"solution_match": "\nAnswer: "
}
|
5c640246-cf44-5a63-9eb3-76005e1608a0
| 608,896
|
Find all real values of $x$ for which
$$
\frac{1}{\sqrt{x}+\sqrt{x-2}}+\frac{1}{\sqrt{x+2}+\sqrt{x}}=\frac{1}{4}
$$
|
$\frac{257}{16}$ We note that
$$
\begin{aligned}
\frac{1}{4} & =\frac{1}{\sqrt{x}+\sqrt{x-2}}+\frac{1}{\sqrt{x+2}+\sqrt{x}} \\
& =\frac{\sqrt{x}-\sqrt{x-2}}{(\sqrt{x}+\sqrt{x-2})(\sqrt{x}-\sqrt{x-2})}+\frac{\sqrt{x+2}-\sqrt{x}}{(\sqrt{x+2}+\sqrt{x})(\sqrt{x+2}-\sqrt{x})} \\
& =\frac{\sqrt{x}-\sqrt{x-2}}{2}+\frac{\sqrt{x+2}-\sqrt{x}}{2} \\
& =\frac{1}{2}(\sqrt{x+2}-\sqrt{x-2}),
\end{aligned}
$$
so that
$$
2 \sqrt{x+2}-2 \sqrt{x-2}=1
$$
Squaring, we get that
$$
8 x-8 \sqrt{(x+2)(x-2)}=1 \Rightarrow 8 x-1=8 \sqrt{(x+2)(x-2)} .
$$
Squaring again gives
$$
64 x^{2}-16 x+1=64 x^{2}-256
$$
so we get that $x=\frac{257}{16}$.
|
\frac{257}{16}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Find all real values of $x$ for which
$$
\frac{1}{\sqrt{x}+\sqrt{x-2}}+\frac{1}{\sqrt{x+2}+\sqrt{x}}=\frac{1}{4}
$$
|
$\frac{257}{16}$ We note that
$$
\begin{aligned}
\frac{1}{4} & =\frac{1}{\sqrt{x}+\sqrt{x-2}}+\frac{1}{\sqrt{x+2}+\sqrt{x}} \\
& =\frac{\sqrt{x}-\sqrt{x-2}}{(\sqrt{x}+\sqrt{x-2})(\sqrt{x}-\sqrt{x-2})}+\frac{\sqrt{x+2}-\sqrt{x}}{(\sqrt{x+2}+\sqrt{x})(\sqrt{x+2}-\sqrt{x})} \\
& =\frac{\sqrt{x}-\sqrt{x-2}}{2}+\frac{\sqrt{x+2}-\sqrt{x}}{2} \\
& =\frac{1}{2}(\sqrt{x+2}-\sqrt{x-2}),
\end{aligned}
$$
so that
$$
2 \sqrt{x+2}-2 \sqrt{x-2}=1
$$
Squaring, we get that
$$
8 x-8 \sqrt{(x+2)(x-2)}=1 \Rightarrow 8 x-1=8 \sqrt{(x+2)(x-2)} .
$$
Squaring again gives
$$
64 x^{2}-16 x+1=64 x^{2}-256
$$
so we get that $x=\frac{257}{16}$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n5. [5]",
"solution_match": "\nAnswer: "
}
|
8b8f4767-fe2c-592e-8777-b7f23a545184
| 608,897
|
Five people of heights $65,66,67,68$, and 69 inches stand facing forwards in a line. How many orders are there for them to line up, if no person can stand immediately before or after someone who is exactly 1 inch taller or exactly 1 inch shorter than himself?
|
14 Let the people be $A, B, C, D, E$ so that their heights are in that order, with $A$ the tallest and $E$ the shortest. We will do casework based on the position of $C$.
- Case 1: $C$ is in the middle. Then, $B$ must be on one of the two ends, for two choices. This leaves only one choice for $D$-the other end. Then, we know the positions of $A$ and $E$ since $A$ cannot neighbor $B$ and $E$ cannot neighbor $D$. So we have 2 options for this case.
- Case 2: $C$ is in the second or fourth spot. Then, we have two choices for the position of $C$. Without loss of generality, let $C$ be in the second spot. Then, the first and third spots must be $A$ and $E$, giving us two options. This fixes the positions of $B$ and $D$, so we have a total of $2 \times 2=4$ options for this case.
- Case 3: $C$ is in the first or last spot. Then, we have two choices for the position of $C$. Without loss of generality, let it be in the first spot. Either $A$ or $E$ is in the second spot, giving us two choices. Without loss of generality, let it be $A$. Then, if $D$ is in the third spot, the positions of $B$ and $E$ are fixed. If $E$ is in third spot, the positions of $B$ and $D$ are fixed, so we have a total of $2 \times 2 \times(1+1)=8$ options for this case.
Hence, we have a total of $2+4+8=14$ possibilities.
|
14
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Five people of heights $65,66,67,68$, and 69 inches stand facing forwards in a line. How many orders are there for them to line up, if no person can stand immediately before or after someone who is exactly 1 inch taller or exactly 1 inch shorter than himself?
|
14 Let the people be $A, B, C, D, E$ so that their heights are in that order, with $A$ the tallest and $E$ the shortest. We will do casework based on the position of $C$.
- Case 1: $C$ is in the middle. Then, $B$ must be on one of the two ends, for two choices. This leaves only one choice for $D$-the other end. Then, we know the positions of $A$ and $E$ since $A$ cannot neighbor $B$ and $E$ cannot neighbor $D$. So we have 2 options for this case.
- Case 2: $C$ is in the second or fourth spot. Then, we have two choices for the position of $C$. Without loss of generality, let $C$ be in the second spot. Then, the first and third spots must be $A$ and $E$, giving us two options. This fixes the positions of $B$ and $D$, so we have a total of $2 \times 2=4$ options for this case.
- Case 3: $C$ is in the first or last spot. Then, we have two choices for the position of $C$. Without loss of generality, let it be in the first spot. Either $A$ or $E$ is in the second spot, giving us two choices. Without loss of generality, let it be $A$. Then, if $D$ is in the third spot, the positions of $B$ and $E$ are fixed. If $E$ is in third spot, the positions of $B$ and $D$ are fixed, so we have a total of $2 \times 2 \times(1+1)=8$ options for this case.
Hence, we have a total of $2+4+8=14$ possibilities.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n6. [5]",
"solution_match": "\nAnswer: "
}
|
01470e8f-3c24-52fc-883f-ccb62a7cd95e
| 608,898
|
Determine the number of angles $\theta$ between 0 and $2 \pi$, other than integer multiples of $\pi / 2$, such that the quantities $\sin \theta, \cos \theta$, and $\tan \theta$ form a geometric sequence in some order.
|
4 If $\sin \theta, \cos \theta$, and $\tan \theta$ are in a geometric progression, then the product of two must equal the square of the third. Using this criterion, we have 3 cases.
- Case 1: $\sin \theta \cdot \tan \theta=\cos ^{2} \theta$. This implies that $\left(\sin ^{2} \theta\right)=\left(\cos ^{3} \theta\right)$. Writing $\sin ^{2} \theta$ as $1-\cos ^{2} \theta$ and letting $\cos \theta=x$, we have that $x^{3}+x^{2}-1=0$. We wish to find the number of solutions of this where $|x| \leq 1$. Clearly -1 is not a root. If $-1<x \leq 0$, we have that $x^{2}+x^{3} \leq x^{2}<1$ so $x^{3}+x^{2}-1<0$ and there are no roots. If $0<x \leq 1$, then $x^{3}+x^{2}-1$ is a strictly increasing function. Since it has value -1 at $x=0$ and value 1 and $x=1$, there is exactly one root between 0 and 1 , non-inclusive. There are 2 values of $\theta$ such that $\cos \theta$ equals this root, and thus, two solutions in this case.
- Case 2: $\sin \theta \cdot \cos \theta=\tan ^{2} \theta$. This implies that $\cos ^{3} \theta=\sin \theta$. To find the number of solutions in this case, we can analyze the graphs of the functions in different ranges. Note that from $\theta=0$ to $\theta=\frac{\pi}{2}, \cos ^{3} \theta$ decreases strictly from 1 to 0 while $\sin \theta$ increases strictly from 0 to 1 . Hence, there is one solution in this range. By a similar argument, a solution exists between $\theta=\pi$ and $\theta=\frac{3 \pi}{2}$. In the intervals $\left[\frac{\pi}{2}, \pi\right]$ and $\left[\frac{3 \pi}{2}, 2 \pi\right]$, we have that one function is negative and the other is positive, so there are no solutions. Thus, there are two solutions in this case.
- Case 3: $\cos \theta \cdot \tan \theta=\sin ^{2} \theta$. This implies that $\sin \theta=\sin ^{2} \theta$, so $\sin \theta=0,1$. Clearly the only solutions of these have $\theta$ as an integer multiple of $\frac{\pi}{2}$. Thus, there are no pertinent solutions int his case.
We can see that the solutions for the first two cases are mutually exclusive. Hence, there are 4 solutions in total.
|
4
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Determine the number of angles $\theta$ between 0 and $2 \pi$, other than integer multiples of $\pi / 2$, such that the quantities $\sin \theta, \cos \theta$, and $\tan \theta$ form a geometric sequence in some order.
|
4 If $\sin \theta, \cos \theta$, and $\tan \theta$ are in a geometric progression, then the product of two must equal the square of the third. Using this criterion, we have 3 cases.
- Case 1: $\sin \theta \cdot \tan \theta=\cos ^{2} \theta$. This implies that $\left(\sin ^{2} \theta\right)=\left(\cos ^{3} \theta\right)$. Writing $\sin ^{2} \theta$ as $1-\cos ^{2} \theta$ and letting $\cos \theta=x$, we have that $x^{3}+x^{2}-1=0$. We wish to find the number of solutions of this where $|x| \leq 1$. Clearly -1 is not a root. If $-1<x \leq 0$, we have that $x^{2}+x^{3} \leq x^{2}<1$ so $x^{3}+x^{2}-1<0$ and there are no roots. If $0<x \leq 1$, then $x^{3}+x^{2}-1$ is a strictly increasing function. Since it has value -1 at $x=0$ and value 1 and $x=1$, there is exactly one root between 0 and 1 , non-inclusive. There are 2 values of $\theta$ such that $\cos \theta$ equals this root, and thus, two solutions in this case.
- Case 2: $\sin \theta \cdot \cos \theta=\tan ^{2} \theta$. This implies that $\cos ^{3} \theta=\sin \theta$. To find the number of solutions in this case, we can analyze the graphs of the functions in different ranges. Note that from $\theta=0$ to $\theta=\frac{\pi}{2}, \cos ^{3} \theta$ decreases strictly from 1 to 0 while $\sin \theta$ increases strictly from 0 to 1 . Hence, there is one solution in this range. By a similar argument, a solution exists between $\theta=\pi$ and $\theta=\frac{3 \pi}{2}$. In the intervals $\left[\frac{\pi}{2}, \pi\right]$ and $\left[\frac{3 \pi}{2}, 2 \pi\right]$, we have that one function is negative and the other is positive, so there are no solutions. Thus, there are two solutions in this case.
- Case 3: $\cos \theta \cdot \tan \theta=\sin ^{2} \theta$. This implies that $\sin \theta=\sin ^{2} \theta$, so $\sin \theta=0,1$. Clearly the only solutions of these have $\theta$ as an integer multiple of $\frac{\pi}{2}$. Thus, there are no pertinent solutions int his case.
We can see that the solutions for the first two cases are mutually exclusive. Hence, there are 4 solutions in total.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n7. [5]",
"solution_match": "\nAnswer: "
}
|
f2ddfe59-c4c9-5080-869e-0ff2206d9779
| 608,899
|
Find the number of integers $x$ such that the following three conditions all hold:
- $x$ is a multiple of 5
- $121<x<1331$
- When $x$ is written as an integer in base 11 with no leading 0s (i.e. no 0s at the very left), its rightmost digit is strictly greater than its leftmost digit.
|
99 We will work in base 11, so let $x=\overline{\operatorname{def}}_{11}$ such that $d>0$. Then, based on the first two conditions, we aim to find multiples of 5 between $100_{11}$ and $1000_{11}$. We note that
$$
\overline{d e f}_{11} \equiv 11^{2} \cdot d+11 \cdot e+f \equiv d+e+f \quad(\bmod 5)
$$
Hence, $x$ a multiple of 5 if and only if the sum of its digits is a multiple of 5 . Thus, we wish to find triples $(d, e, f)$ with elements in $0,1,2, \cdots, 9,10$ such that $d+e+f \equiv 0(\bmod 5)$ and $0<d<f$.
Note that if we choose $d$ and $f$ such that $d<f$, there is exactly one value of $e$ modulo 5 that would make $d+e+f \equiv 0(\bmod 5)$. Once the this value of $e$ is fixed, then there are two possibilities for $e$ unless $e \equiv 0(\bmod 5)$, in which case there are three possibilities. Thus, our answer is twice the number of ways to choose $d$ and $f$ such that $0<d<f$ plus the number of ways to choose $d$ and $f$ such that
$d+f \equiv 0(\bmod 5)$ and $0<d<f$ (to account for the extra choice for the value of $e)$. Note that the number of ways to choose $0<d<f$ is just $\binom{10}{2}$ since any any choice of two digits yields exactly one way to order them. The number of ways to choose $d+f \equiv 0(\bmod 5)$ and $0<d<f$ can be found by listing: $(d, f)=(1,4),(1,9),(2,3),(2,8),(3,7),(4,6),(5,10),(6,9),(7,8)$, for 9 such pairings.
Hence, the total is $2\binom{10}{2}+9=99$ possibilities for $x$.
|
99
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Find the number of integers $x$ such that the following three conditions all hold:
- $x$ is a multiple of 5
- $121<x<1331$
- When $x$ is written as an integer in base 11 with no leading 0s (i.e. no 0s at the very left), its rightmost digit is strictly greater than its leftmost digit.
|
99 We will work in base 11, so let $x=\overline{\operatorname{def}}_{11}$ such that $d>0$. Then, based on the first two conditions, we aim to find multiples of 5 between $100_{11}$ and $1000_{11}$. We note that
$$
\overline{d e f}_{11} \equiv 11^{2} \cdot d+11 \cdot e+f \equiv d+e+f \quad(\bmod 5)
$$
Hence, $x$ a multiple of 5 if and only if the sum of its digits is a multiple of 5 . Thus, we wish to find triples $(d, e, f)$ with elements in $0,1,2, \cdots, 9,10$ such that $d+e+f \equiv 0(\bmod 5)$ and $0<d<f$.
Note that if we choose $d$ and $f$ such that $d<f$, there is exactly one value of $e$ modulo 5 that would make $d+e+f \equiv 0(\bmod 5)$. Once the this value of $e$ is fixed, then there are two possibilities for $e$ unless $e \equiv 0(\bmod 5)$, in which case there are three possibilities. Thus, our answer is twice the number of ways to choose $d$ and $f$ such that $0<d<f$ plus the number of ways to choose $d$ and $f$ such that
$d+f \equiv 0(\bmod 5)$ and $0<d<f$ (to account for the extra choice for the value of $e)$. Note that the number of ways to choose $0<d<f$ is just $\binom{10}{2}$ since any any choice of two digits yields exactly one way to order them. The number of ways to choose $d+f \equiv 0(\bmod 5)$ and $0<d<f$ can be found by listing: $(d, f)=(1,4),(1,9),(2,3),(2,8),(3,7),(4,6),(5,10),(6,9),(7,8)$, for 9 such pairings.
Hence, the total is $2\binom{10}{2}+9=99$ possibilities for $x$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n8. [6]",
"solution_match": "\nAnswer: "
}
|
799cf1c0-9479-5f2f-ace2-b07e1487d6f6
| 608,900
|
Let $P$ and $Q$ be points on line $l$ with $P Q=12$. Two circles, $\omega$ and $\Omega$, are both tangent to $l$ at $P$ and are externally tangent to each other. A line through $Q$ intersects $\omega$ at $A$ and $B$, with $A$ closer to $Q$ than $B$, such that $A B=10$. Similarly, another line through $Q$ intersects $\Omega$ at $C$ and $D$, with $C$ closer to $Q$ than $D$, such that $C D=7$. Find the ratio $A D / B C$.
|
$\frac{8}{9}$ We first apply the Power of a Point theorem repeatedly. Note that $Q A \cdot Q B=Q P^{2}=$ $Q C \cdot Q D$. Substituting in our known values, we obtain $Q A(Q A+10)=12^{2}=Q C(Q C+7)$. Solving these quadratics, we get that $Q A=8$ and $Q C=9$.
We can see that $\frac{A Q}{D Q}=\frac{C Q}{B Q}$ and that $\angle A Q D=\angle C Q B$, so $Q A D \sim Q C B$. (Alternatively, going back to the equality $Q A \cdot Q B=Q C \cdot Q D$, we realize that this is just a Power of a Point theorem on the quadrilateral $A B D C$, and so this quadrilateral is cyclic. This implies that $\angle A D Q=\angle A D C=$ $\angle A B C=\angle Q B C$.) Thus, $\frac{A D}{B C}=\frac{A Q}{Q C}=\frac{8}{9}$.

|
\frac{8}{9}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $P$ and $Q$ be points on line $l$ with $P Q=12$. Two circles, $\omega$ and $\Omega$, are both tangent to $l$ at $P$ and are externally tangent to each other. A line through $Q$ intersects $\omega$ at $A$ and $B$, with $A$ closer to $Q$ than $B$, such that $A B=10$. Similarly, another line through $Q$ intersects $\Omega$ at $C$ and $D$, with $C$ closer to $Q$ than $D$, such that $C D=7$. Find the ratio $A D / B C$.
|
$\frac{8}{9}$ We first apply the Power of a Point theorem repeatedly. Note that $Q A \cdot Q B=Q P^{2}=$ $Q C \cdot Q D$. Substituting in our known values, we obtain $Q A(Q A+10)=12^{2}=Q C(Q C+7)$. Solving these quadratics, we get that $Q A=8$ and $Q C=9$.
We can see that $\frac{A Q}{D Q}=\frac{C Q}{B Q}$ and that $\angle A Q D=\angle C Q B$, so $Q A D \sim Q C B$. (Alternatively, going back to the equality $Q A \cdot Q B=Q C \cdot Q D$, we realize that this is just a Power of a Point theorem on the quadrilateral $A B D C$, and so this quadrilateral is cyclic. This implies that $\angle A D Q=\angle A D C=$ $\angle A B C=\angle Q B C$.) Thus, $\frac{A D}{B C}=\frac{A Q}{Q C}=\frac{8}{9}$.

|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n9. [7]",
"solution_match": "\nAnswer: "
}
|
2f59de4b-fabe-53a2-9149-979a1074e342
| 608,901
|
Let $r_{1}, r_{2}, \ldots, r_{7}$ be the distinct complex roots of the polynomial $P(x)=x^{7}-7$. Let
$$
K=\prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right)
$$
that is, the product of all numbers of the form $r_{i}+r_{j}$, where $i$ and $j$ are integers for which $1 \leq i<j \leq 7$. Determine the value of $K^{2}$.
|
117649 We first note that $x^{7}-7=\left(x-r_{1}\right)\left(x-r_{2}\right) \cdots\left(x-r_{7}\right)$, which implies, replacing $x$ by $-x$ and taking the negative of the equation, that $\left(x+r_{1}\right)\left(x+r_{2}\right) \cdots\left(x+r_{7}\right)=x^{7}+7$. Also note that the product of the $r_{i}$ is just the constant term, so $r_{1} r_{2} \cdots r_{7}=7$.
Now, we have that
$$
\begin{aligned}
2^{7} \cdot 7 \cdot K^{2} & =\left(\prod_{i=1}^{7} 2 r_{i}\right) K^{2} \\
& =\prod_{i=1}^{7} 2 r_{i} \prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right)^{2} \\
& =\prod_{1 \leq i=j \leq 7}\left(r_{i}+r_{j}\right) \prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right) \prod_{1 \leq j<i \leq 7}\left(r_{i}+r_{j}\right) \\
& =\prod_{1 \leq i, j \leq 7}\left(r_{i}+r_{j}\right) \\
& =\prod_{i=1}^{7} \prod_{j=1}^{7}\left(r_{i}+r_{j}\right) .
\end{aligned}
$$
However, note that for any fixed $i, \prod_{j=1}^{7}\left(r_{i}+r_{j}\right)$ is just the result of substuting $x=r_{i}$ into $\left(x+r_{1}\right)(x+$ $\left.r_{2}\right) \cdots\left(x+r_{7}\right)$. Hence,
$$
\prod_{j=1}^{7}\left(r_{i}+r_{j}\right)=r_{i}^{7}+7=\left(r_{i}^{7}-7\right)+14=14
$$
Therefore, taking the product over all $i$ gives $14^{7}$, which yields $K^{2}=7^{6}=117649$.
|
117649
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $r_{1}, r_{2}, \ldots, r_{7}$ be the distinct complex roots of the polynomial $P(x)=x^{7}-7$. Let
$$
K=\prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right)
$$
that is, the product of all numbers of the form $r_{i}+r_{j}$, where $i$ and $j$ are integers for which $1 \leq i<j \leq 7$. Determine the value of $K^{2}$.
|
117649 We first note that $x^{7}-7=\left(x-r_{1}\right)\left(x-r_{2}\right) \cdots\left(x-r_{7}\right)$, which implies, replacing $x$ by $-x$ and taking the negative of the equation, that $\left(x+r_{1}\right)\left(x+r_{2}\right) \cdots\left(x+r_{7}\right)=x^{7}+7$. Also note that the product of the $r_{i}$ is just the constant term, so $r_{1} r_{2} \cdots r_{7}=7$.
Now, we have that
$$
\begin{aligned}
2^{7} \cdot 7 \cdot K^{2} & =\left(\prod_{i=1}^{7} 2 r_{i}\right) K^{2} \\
& =\prod_{i=1}^{7} 2 r_{i} \prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right)^{2} \\
& =\prod_{1 \leq i=j \leq 7}\left(r_{i}+r_{j}\right) \prod_{1 \leq i<j \leq 7}\left(r_{i}+r_{j}\right) \prod_{1 \leq j<i \leq 7}\left(r_{i}+r_{j}\right) \\
& =\prod_{1 \leq i, j \leq 7}\left(r_{i}+r_{j}\right) \\
& =\prod_{i=1}^{7} \prod_{j=1}^{7}\left(r_{i}+r_{j}\right) .
\end{aligned}
$$
However, note that for any fixed $i, \prod_{j=1}^{7}\left(r_{i}+r_{j}\right)$ is just the result of substuting $x=r_{i}$ into $\left(x+r_{1}\right)(x+$ $\left.r_{2}\right) \cdots\left(x+r_{7}\right)$. Hence,
$$
\prod_{j=1}^{7}\left(r_{i}+r_{j}\right)=r_{i}^{7}+7=\left(r_{i}^{7}-7\right)+14=14
$$
Therefore, taking the product over all $i$ gives $14^{7}$, which yields $K^{2}=7^{6}=117649$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-gen-solutions.jsonl",
"problem_match": "\n10. [8]",
"solution_match": "\nAnswer: "
}
|
6ede0138-0a83-5bf6-acc2-07f5e64b68c9
| 608,902
|
Determine the remainder when $1+2+\cdots+2014$ is divided by 2012 .
|
1009 We wish to find the value of $1+2+\cdots+2014$ modulo 2012. We have
$$
1+2+\cdots+2014=\frac{1}{2}(2014)(2015)=1007 \cdot 2015 \equiv 1007 \cdot 3=3021 \equiv 1009 \quad(\bmod 2012)
$$
Remark: Note that, since 2 is not relatively prime to 2012 , that this is not the same as
$$
\frac{1}{2}(2)(3) \equiv 3 \quad(\bmod 2012)
$$
|
1009
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Determine the remainder when $1+2+\cdots+2014$ is divided by 2012 .
|
1009 We wish to find the value of $1+2+\cdots+2014$ modulo 2012. We have
$$
1+2+\cdots+2014=\frac{1}{2}(2014)(2015)=1007 \cdot 2015 \equiv 1007 \cdot 3=3021 \equiv 1009 \quad(\bmod 2012)
$$
Remark: Note that, since 2 is not relatively prime to 2012 , that this is not the same as
$$
\frac{1}{2}(2)(3) \equiv 3 \quad(\bmod 2012)
$$
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n1. [5]",
"solution_match": "\nAnswer: "
}
|
56cab708-66ca-579a-9330-ec593d09b808
| 608,903
|
Let $A B C D$ be a rectangle with $A B=6$ and $B C=4$. Let $E$ be the point on $B C$ with $B E=3$, and let $F$ be the point on segment $A E$ such that $F$ lies halfway between the segments $A B$ and $C D$. If $G$ is the point of intersection of $D F$ and $B C$, find $B G$.
|
1 Note that since $F$ is a point halfway between $A B$ and $A C$, the diagram must be symmetric about the line through $F$ parallel to $A B$. Hence, G must be the reflection of $E$ across the midpoint of $B C$. Therefore, $B G=E C=1$.
|
1
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a rectangle with $A B=6$ and $B C=4$. Let $E$ be the point on $B C$ with $B E=3$, and let $F$ be the point on segment $A E$ such that $F$ lies halfway between the segments $A B$ and $C D$. If $G$ is the point of intersection of $D F$ and $B C$, find $B G$.
|
1 Note that since $F$ is a point halfway between $A B$ and $A C$, the diagram must be symmetric about the line through $F$ parallel to $A B$. Hence, G must be the reflection of $E$ across the midpoint of $B C$. Therefore, $B G=E C=1$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n2. [5]",
"solution_match": "\nAnswer: "
}
|
aee65d5b-b16e-5c94-8c3a-f9d00092871e
| 608,904
|
Let $x$ be a real number such that $2^{x}=3$. Determine the value of $4^{3 x+2}$.
|
11664 We have
$$
4^{3 x+2}=4^{3 x} \cdot 4^{2}=\left(2^{2}\right)^{3 x} \cdot 16=2^{6 x} \cdot 16=\left(2^{x}\right)^{6} \cdot 16=3^{6} \cdot 16=11664
$$
|
11664
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $x$ be a real number such that $2^{x}=3$. Determine the value of $4^{3 x+2}$.
|
11664 We have
$$
4^{3 x+2}=4^{3 x} \cdot 4^{2}=\left(2^{2}\right)^{3 x} \cdot 16=2^{6 x} \cdot 16=\left(2^{x}\right)^{6} \cdot 16=3^{6} \cdot 16=11664
$$
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n3. [5]",
"solution_match": "\nAnswer: "
}
|
f496567c-2642-5093-856b-3eb05685c42d
| 608,905
|
Determine which of the following numbers is smallest in value: $54 \sqrt{3}, 144,108 \sqrt{6}-108 \sqrt{2}$.
|
$54 \sqrt{3}$ We can first compare $54 \sqrt{3}$ and 144. Note that $\sqrt{3}<2$ and $\frac{144}{54}=\frac{8}{3}>2$. Hence, $54 \sqrt{3}$ is less. Now, we wish to compare this to $108 \sqrt{6}-108 \sqrt{2}$. This is equivalent to comparing $\sqrt{3}$ to $2(\sqrt{6}-\sqrt{2})$. We claim that $\sqrt{3}<2(\sqrt{6}-\sqrt{2})$. To prove this, square both sides to get $3<4(8-4 \sqrt{3})$ or $\sqrt{3}<\frac{29}{16}$ which is true because $\frac{29^{2}}{16^{2}}=\frac{841}{256}>3$. We can reverse this sequence of squarings because, at each step, we make sure that both our values are positive after taking the square root. Hence, $54 \sqrt{3}$ is the smallest.
|
54 \sqrt{3}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Determine which of the following numbers is smallest in value: $54 \sqrt{3}, 144,108 \sqrt{6}-108 \sqrt{2}$.
|
$54 \sqrt{3}$ We can first compare $54 \sqrt{3}$ and 144. Note that $\sqrt{3}<2$ and $\frac{144}{54}=\frac{8}{3}>2$. Hence, $54 \sqrt{3}$ is less. Now, we wish to compare this to $108 \sqrt{6}-108 \sqrt{2}$. This is equivalent to comparing $\sqrt{3}$ to $2(\sqrt{6}-\sqrt{2})$. We claim that $\sqrt{3}<2(\sqrt{6}-\sqrt{2})$. To prove this, square both sides to get $3<4(8-4 \sqrt{3})$ or $\sqrt{3}<\frac{29}{16}$ which is true because $\frac{29^{2}}{16^{2}}=\frac{841}{256}>3$. We can reverse this sequence of squarings because, at each step, we make sure that both our values are positive after taking the square root. Hence, $54 \sqrt{3}$ is the smallest.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n4. [6]",
"solution_match": "\nAnswer: "
}
|
6bc196c8-beda-544f-9752-34b670f8d0f1
| 608,906
|
Charlie folds an $\frac{17}{2}$-inch by 11-inch piece of paper in half twice, each time along a straight line parallel to one of the paper's edges. What is the smallest possible perimeter of the piece after two such folds?
|
| $\frac{39}{2}$ |
| :---: |
| Note that a piece of paper is folded in half, one pair of opposite sides is preserved | and the other pair is halved. Hence, the net effect on the perimeter is to decrease it by one of the side lengths. Hence, the original perimeter is $2\left(\frac{17}{2}\right)+2 \cdot 11=39$ and by considering the cases of folding twice along one edge or folding once along each edge, one can see that this perimeter can be decreased by at most $11+\frac{17}{2}=\frac{39}{2}$. Hence, the minimal perimeter is $\frac{39}{2}$.
|
\frac{39}{2}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Charlie folds an $\frac{17}{2}$-inch by 11-inch piece of paper in half twice, each time along a straight line parallel to one of the paper's edges. What is the smallest possible perimeter of the piece after two such folds?
|
| $\frac{39}{2}$ |
| :---: |
| Note that a piece of paper is folded in half, one pair of opposite sides is preserved | and the other pair is halved. Hence, the net effect on the perimeter is to decrease it by one of the side lengths. Hence, the original perimeter is $2\left(\frac{17}{2}\right)+2 \cdot 11=39$ and by considering the cases of folding twice along one edge or folding once along each edge, one can see that this perimeter can be decreased by at most $11+\frac{17}{2}=\frac{39}{2}$. Hence, the minimal perimeter is $\frac{39}{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n5. [6]",
"solution_match": "\nAnswer: "
}
|
47a94eb0-c9a6-5a74-9ec1-4ef12b966353
| 608,907
|
To survive the coming Cambridge winter, Chim Tu doesn't wear one T-shirt, but instead wears up to FOUR T-shirts, all in different colors. An outfit consists of three or more T-shirts, put on one on top of the other in some order, such that two outfits are distinct if the sets of T-shirts used are different or the sets of T-shirts used are the same but the order in which they are worn is different. Given that Chim Tu changes his outfit every three days, and otherwise never wears the same outfit twice, how many days of winter can Chim Tu survive? (Needless to say, he only has four t-shirts.)
|
144 We note that there are 4 choices for Chim Tu's innermost T-shirt, 3 choices for the next, and 2 choices for the next. At this point, he has exactly 1 T-shirt left, and 2 choices: either he puts that one on as well or he discards it. Thus, he has a total of $4 \times 3 \times 2 \times 2=48$ outfits, and can survive for $48 \times 3=144$ days.
|
144
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
To survive the coming Cambridge winter, Chim Tu doesn't wear one T-shirt, but instead wears up to FOUR T-shirts, all in different colors. An outfit consists of three or more T-shirts, put on one on top of the other in some order, such that two outfits are distinct if the sets of T-shirts used are different or the sets of T-shirts used are the same but the order in which they are worn is different. Given that Chim Tu changes his outfit every three days, and otherwise never wears the same outfit twice, how many days of winter can Chim Tu survive? (Needless to say, he only has four t-shirts.)
|
144 We note that there are 4 choices for Chim Tu's innermost T-shirt, 3 choices for the next, and 2 choices for the next. At this point, he has exactly 1 T-shirt left, and 2 choices: either he puts that one on as well or he discards it. Thus, he has a total of $4 \times 3 \times 2 \times 2=48$ outfits, and can survive for $48 \times 3=144$ days.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n6. [6]",
"solution_match": "\nAnswer: "
}
|
51c339bc-02a2-5736-a35c-01ce047c5fdf
| 608,908
|
How many ordered triples of positive integers $(a, b, c)$ are there for which $a^{4} b^{2} c=54000$ ?
|
16 We note that $54000=2^{4} \times 3^{3} \times 5^{3}$. Hence, we must have $a=2^{a_{1}} 3^{a_{2}} 5^{a_{3}}, b=2^{b_{1}} 3^{b_{2}} 5^{b_{3}}$, $c=2^{c_{1}} 3^{c_{2}} 5^{c_{3}}$. We look at each prime factor individually:
- $4 a_{1}+2 b_{1}+c_{1}=4$ gives 4 solutions: $(1,0,0),(0,2,0),(0,1,2),(0,0,4)$
- $4 a_{2}+2 b_{2}+c_{2}=3$ and $4 a_{3}+2 b_{3}+c_{3}=3$ each give 2 solutions: $(0,1,1),(0,1,3)$.
Hence, we have a total of $4 \times 2 \times 2=16$ solutions.
|
16
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
How many ordered triples of positive integers $(a, b, c)$ are there for which $a^{4} b^{2} c=54000$ ?
|
16 We note that $54000=2^{4} \times 3^{3} \times 5^{3}$. Hence, we must have $a=2^{a_{1}} 3^{a_{2}} 5^{a_{3}}, b=2^{b_{1}} 3^{b_{2}} 5^{b_{3}}$, $c=2^{c_{1}} 3^{c_{2}} 5^{c_{3}}$. We look at each prime factor individually:
- $4 a_{1}+2 b_{1}+c_{1}=4$ gives 4 solutions: $(1,0,0),(0,2,0),(0,1,2),(0,0,4)$
- $4 a_{2}+2 b_{2}+c_{2}=3$ and $4 a_{3}+2 b_{3}+c_{3}=3$ each give 2 solutions: $(0,1,1),(0,1,3)$.
Hence, we have a total of $4 \times 2 \times 2=16$ solutions.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n7. [7]",
"solution_match": "\nAnswer: "
}
|
9569c066-3896-58c2-8650-0b4e93c1dec9
| 608,909
|
Let $a, b, c$ be not necessarily distinct integers between 1 and 2011, inclusive. Find the smallest possible value of $\frac{a b+c}{a+b+c}$.
|
$\frac{2}{3}$ We have
$$
\frac{a b+c}{a+b+c}=\frac{a b-a-b}{a+b+c}+1
$$
We note that $\frac{a b-a-b}{a+b+c}<0 \Leftrightarrow(a-1)(b-1)<1$, which only occurs when either $a=1$ or $b=1$. Without loss of generality, let $a=1$. Then, we have a value of
$$
\frac{-1}{b+c+a}+1
$$
We see that this is minimized when $b$ and $c$ are also minimized (so $b=c=1$ ), for a value of $\frac{2}{3}$.
|
\frac{2}{3}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $a, b, c$ be not necessarily distinct integers between 1 and 2011, inclusive. Find the smallest possible value of $\frac{a b+c}{a+b+c}$.
|
$\frac{2}{3}$ We have
$$
\frac{a b+c}{a+b+c}=\frac{a b-a-b}{a+b+c}+1
$$
We note that $\frac{a b-a-b}{a+b+c}<0 \Leftrightarrow(a-1)(b-1)<1$, which only occurs when either $a=1$ or $b=1$. Without loss of generality, let $a=1$. Then, we have a value of
$$
\frac{-1}{b+c+a}+1
$$
We see that this is minimized when $b$ and $c$ are also minimized (so $b=c=1$ ), for a value of $\frac{2}{3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n8. [7]",
"solution_match": "\nAnswer: "
}
|
46d28f43-0328-51e8-82c7-0def653c3a28
| 608,910
|
Unit circle $\Omega$ has points $X, Y, Z$ on its circumference so that $X Y Z$ is an equilateral triangle. Let $W$ be a point other than $X$ in the plane such that triangle $W Y Z$ is also equilateral. Determine the area of the region inside triangle $W Y Z$ that lies outside circle $\Omega$.
|
$\frac{3 \sqrt{3}-\pi}{3}$ Let $O$ be the center of the circle. Then, we note that since $\angle W Y Z=60^{\circ}=\angle Y X Z$, that $Y W$ is tangent to $\Omega$. Similarly, $W Z$ is tangent to $\Omega$. Now, we note that the circular segment corresponding to $Y Z$ is equal to $\frac{1}{3}$ the area of $\Omega$ less the area of triangle $O Y Z$. Hence, our total area is
$$
[W Y Z]-\frac{1}{3}[\Omega]+[Y O Z]=\frac{3 \sqrt{3}}{4}-\frac{1}{3} \pi+\frac{\sqrt{3}}{4}=\frac{3 \sqrt{3}-\pi}{3}
$$

|
\frac{3 \sqrt{3}-\pi}{3}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Unit circle $\Omega$ has points $X, Y, Z$ on its circumference so that $X Y Z$ is an equilateral triangle. Let $W$ be a point other than $X$ in the plane such that triangle $W Y Z$ is also equilateral. Determine the area of the region inside triangle $W Y Z$ that lies outside circle $\Omega$.
|
$\frac{3 \sqrt{3}-\pi}{3}$ Let $O$ be the center of the circle. Then, we note that since $\angle W Y Z=60^{\circ}=\angle Y X Z$, that $Y W$ is tangent to $\Omega$. Similarly, $W Z$ is tangent to $\Omega$. Now, we note that the circular segment corresponding to $Y Z$ is equal to $\frac{1}{3}$ the area of $\Omega$ less the area of triangle $O Y Z$. Hence, our total area is
$$
[W Y Z]-\frac{1}{3}[\Omega]+[Y O Z]=\frac{3 \sqrt{3}}{4}-\frac{1}{3} \pi+\frac{\sqrt{3}}{4}=\frac{3 \sqrt{3}-\pi}{3}
$$

|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n9. [7]",
"solution_match": "\nAnswer: "
}
|
f6cc474a-fe89-50f4-836e-c8317f94c531
| 608,911
|
Determine the number of integers $D$ such that whenever $a$ and $b$ are both real numbers with $-1 / 4<a, b<1 / 4$, then $\left|a^{2}-D b^{2}\right|<1$.
|
32 We have
$$
-1<a^{2}-D b^{2}<1 \Rightarrow \frac{a^{2}-1}{b^{2}}<D<\frac{a^{2}+1}{b^{2}}
$$
We have $\frac{a^{2}-1}{b^{2}}$ is maximal at $-15=\frac{.25^{2}-1}{.25^{2}}$ and $\frac{a^{2}+1}{b^{2}}$ is minimal at $\frac{0^{2}+1}{.25^{2}}=16$. However, since we cannot have $a, b= \pm .25$, checking border cases of -15 and 16 shows that both of these values are possible for $D$. Hence, $-15 \leq D \leq 16$, so there are 32 possible values of $D$.
|
32
|
Yes
|
Yes
|
math-word-problem
|
Inequalities
|
Determine the number of integers $D$ such that whenever $a$ and $b$ are both real numbers with $-1 / 4<a, b<1 / 4$, then $\left|a^{2}-D b^{2}\right|<1$.
|
32 We have
$$
-1<a^{2}-D b^{2}<1 \Rightarrow \frac{a^{2}-1}{b^{2}}<D<\frac{a^{2}+1}{b^{2}}
$$
We have $\frac{a^{2}-1}{b^{2}}$ is maximal at $-15=\frac{.25^{2}-1}{.25^{2}}$ and $\frac{a^{2}+1}{b^{2}}$ is minimal at $\frac{0^{2}+1}{.25^{2}}=16$. However, since we cannot have $a, b= \pm .25$, checking border cases of -15 and 16 shows that both of these values are possible for $D$. Hence, $-15 \leq D \leq 16$, so there are 32 possible values of $D$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n10. [8]",
"solution_match": "\nAnswer: "
}
|
9edbbbd7-9eef-51ff-b774-6cbafdee105b
| 608,912
|
For positive integers $m, n$, let $\operatorname{gcd}(m, n)$ denote the largest positive integer that is a factor of both $m$ and $n$. Compute
$$
\sum_{n=1}^{91} \operatorname{gcd}(n, 91) .
$$
|
325 Since $91=7 \times 13$, we see that the possible values of $\operatorname{gcd}(n, 91)$ are $1,7,13,91$. For $1 \leq n \leq 91$, there is only one value of $n$ such that $\operatorname{gcd}(n, 91)=91$. Then, we see that there are 12 values of $n$ for which $\operatorname{gcd}(n, 91)=7$ (namely, multiples of 7 other than 91 ), 6 values of $n$ for which $\operatorname{gcd}(n, 91)=13$ (the multiples of 13 other than 91), and $91-1-6-12=72$ values of $n$ for which $\operatorname{gcd}(n, 91)=1$. Hence, our answer is $1 \times 91+12 \times 7+6 \times 13+72 \times 1=325$.
|
325
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
For positive integers $m, n$, let $\operatorname{gcd}(m, n)$ denote the largest positive integer that is a factor of both $m$ and $n$. Compute
$$
\sum_{n=1}^{91} \operatorname{gcd}(n, 91) .
$$
|
325 Since $91=7 \times 13$, we see that the possible values of $\operatorname{gcd}(n, 91)$ are $1,7,13,91$. For $1 \leq n \leq 91$, there is only one value of $n$ such that $\operatorname{gcd}(n, 91)=91$. Then, we see that there are 12 values of $n$ for which $\operatorname{gcd}(n, 91)=7$ (namely, multiples of 7 other than 91 ), 6 values of $n$ for which $\operatorname{gcd}(n, 91)=13$ (the multiples of 13 other than 91), and $91-1-6-12=72$ values of $n$ for which $\operatorname{gcd}(n, 91)=1$. Hence, our answer is $1 \times 91+12 \times 7+6 \times 13+72 \times 1=325$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n11. [8]",
"solution_match": "\nAnswer: "
}
|
2bebdaae-2ac9-5168-a6a6-f1548d127a0c
| 608,913
|
Joe has written 5 questions of different difficulties for a test with problems numbered 1 though 5 . He wants to make sure that problem $i$ is harder than problem $j$ whenever $i-j \geq 3$. In how many ways can he order the problems for his test?
|
25 We will write $p_{i}>p_{j}$ for integers $i, j$ when the $i$ th problem is harder than the $j$ th problem. For the problem conditions to be true, we must have $p_{4}>p_{1}, p_{5}>p_{2}$, and $p_{5}>p_{1}$.
Then, out of $5!=120$ total orderings, we see that in half of them satisfy $p_{4}>p_{1}$ and half satisfy $p_{5}>p_{2}$, and that these two events occur independently. Hence, there are $\left(\frac{1}{2}\right)\left(\frac{1}{2}\right)(120)=30$ orderings which satisfy the first two conditions. Then, we see that there are $\frac{4!}{2!2!}=6$ orderings of $p_{1}, p_{2}, p_{4}, p_{5}$ which work; of these, only $p_{4}>p_{1}>p_{5}>p_{2}$ violates the condition $p_{5}>p_{1}$. Consequently, we have $\frac{5}{6}(30)=25$ good problem orderings.
|
25
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Joe has written 5 questions of different difficulties for a test with problems numbered 1 though 5 . He wants to make sure that problem $i$ is harder than problem $j$ whenever $i-j \geq 3$. In how many ways can he order the problems for his test?
|
25 We will write $p_{i}>p_{j}$ for integers $i, j$ when the $i$ th problem is harder than the $j$ th problem. For the problem conditions to be true, we must have $p_{4}>p_{1}, p_{5}>p_{2}$, and $p_{5}>p_{1}$.
Then, out of $5!=120$ total orderings, we see that in half of them satisfy $p_{4}>p_{1}$ and half satisfy $p_{5}>p_{2}$, and that these two events occur independently. Hence, there are $\left(\frac{1}{2}\right)\left(\frac{1}{2}\right)(120)=30$ orderings which satisfy the first two conditions. Then, we see that there are $\frac{4!}{2!2!}=6$ orderings of $p_{1}, p_{2}, p_{4}, p_{5}$ which work; of these, only $p_{4}>p_{1}>p_{5}>p_{2}$ violates the condition $p_{5}>p_{1}$. Consequently, we have $\frac{5}{6}(30)=25$ good problem orderings.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n12. [8]",
"solution_match": "\nAnswer: "
}
|
07d7667f-8456-50a9-b2a4-4b431b8e627f
| 608,914
|
Tac is dressing his cat to go outside. He has four indistinguishable socks, four indistinguishable shoes, and 4 indistinguishable show-shoes. In a hurry, Tac randomly pulls pieces of clothing out of a door and tries to put them on a random one of his cat's legs; however, Tac never tries to put more than one of each type of clothing on each leg of his cat. What is the probability that, after Tac is done, the snow-shoe on each of his cat's legs is on top of the shoe, which is on top of the sock?
|
$\frac{1}{1296}$ On each leg, Tac's cat will get a shoe, a sock, and a snow-shoe in a random order. Thus, the probability that they will be put on in order for any given leg is $\frac{1}{3!}=\frac{1}{6}$. Thus, the probability that this will occur for all 4 legs is $\left(\frac{1}{6}\right)^{4}=\frac{1}{1296}$.
|
\frac{1}{1296}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Tac is dressing his cat to go outside. He has four indistinguishable socks, four indistinguishable shoes, and 4 indistinguishable show-shoes. In a hurry, Tac randomly pulls pieces of clothing out of a door and tries to put them on a random one of his cat's legs; however, Tac never tries to put more than one of each type of clothing on each leg of his cat. What is the probability that, after Tac is done, the snow-shoe on each of his cat's legs is on top of the shoe, which is on top of the sock?
|
$\frac{1}{1296}$ On each leg, Tac's cat will get a shoe, a sock, and a snow-shoe in a random order. Thus, the probability that they will be put on in order for any given leg is $\frac{1}{3!}=\frac{1}{6}$. Thus, the probability that this will occur for all 4 legs is $\left(\frac{1}{6}\right)^{4}=\frac{1}{1296}$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n13. [8]",
"solution_match": "\nAnswer: "
}
|
bba8bd40-c2c2-5b43-be0d-c8557981c14b
| 608,915
|
Let $A M O L$ be a quadrilateral with $A M=10, M O=11$, and $O L=12$. Given that the perpendicular bisectors of sides $A M$ and $O L$ intersect at the midpoint of segment $A O$, find the length of side $L A$.
|
$\sqrt{\sqrt{77}}$ Let $D$ be the midpoint of $A M$ and $E$ be the midpoint of $A O$. Then, we note that $A D E \sim A M O$, so $M$ is a right angle. Similarly, $L$ is a right angle. Consequently, we get that
$$
A O^{2}=O M^{2}+A M^{2} \Rightarrow A L=\sqrt{A O^{2}-O L^{2}}=\sqrt{11^{2}+10^{2}-12^{2}}=\sqrt{77} .
$$

|
\sqrt{77}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A M O L$ be a quadrilateral with $A M=10, M O=11$, and $O L=12$. Given that the perpendicular bisectors of sides $A M$ and $O L$ intersect at the midpoint of segment $A O$, find the length of side $L A$.
|
$\sqrt{\sqrt{77}}$ Let $D$ be the midpoint of $A M$ and $E$ be the midpoint of $A O$. Then, we note that $A D E \sim A M O$, so $M$ is a right angle. Similarly, $L$ is a right angle. Consequently, we get that
$$
A O^{2}=O M^{2}+A M^{2} \Rightarrow A L=\sqrt{A O^{2}-O L^{2}}=\sqrt{11^{2}+10^{2}-12^{2}}=\sqrt{77} .
$$

|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n14. [8]",
"solution_match": "\nAnswer: "
}
|
78ffd5d5-f979-5b72-90b2-c600f23167f6
| 608,916
|
For positive integers $n$, let $L(n)$ be the largest factor of $n$ other than $n$ itself. Determine the number of ordered pairs of composite positive integers $(m, n)$ for which $L(m) L(n)=80$.
|
12 Let $x$ be an integer, and let $p_{x}$ be the smallest prime factor of $x$. Then, if $L(a)=x$, we note that we must have $a=p x$ for some prime $p \leq p_{x}$. (Otherwise, if $p>p_{x}$, then $\frac{p x}{p_{x}}>x$. If $p$ is composite, then $k x>x$ for some factor $k$ of $x$.)
So we have:
- $L(a)=2,4,8,10,16,20,40 \Rightarrow 1$ value for $a$
- $L(a)=5 \Rightarrow 3$ values for $a$
Hence, we note that, since $m$ and $n$ are composite, we cannot have $L(m)=1$ or $L(n)=1$, so the possible pairs $(L(m), L(n))$ are $(2,40),(4,20),(5,16),(8,10)$ and vice-versa.
We add the number of choices for each pair, and double since $m$ and $n$ are interchangeable, to get $2(1 \times 1+1 \times 1+3 \times 1+1 \times 1)=12$ possible ordered pairs $(m, n)$.
|
12
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
For positive integers $n$, let $L(n)$ be the largest factor of $n$ other than $n$ itself. Determine the number of ordered pairs of composite positive integers $(m, n)$ for which $L(m) L(n)=80$.
|
12 Let $x$ be an integer, and let $p_{x}$ be the smallest prime factor of $x$. Then, if $L(a)=x$, we note that we must have $a=p x$ for some prime $p \leq p_{x}$. (Otherwise, if $p>p_{x}$, then $\frac{p x}{p_{x}}>x$. If $p$ is composite, then $k x>x$ for some factor $k$ of $x$.)
So we have:
- $L(a)=2,4,8,10,16,20,40 \Rightarrow 1$ value for $a$
- $L(a)=5 \Rightarrow 3$ values for $a$
Hence, we note that, since $m$ and $n$ are composite, we cannot have $L(m)=1$ or $L(n)=1$, so the possible pairs $(L(m), L(n))$ are $(2,40),(4,20),(5,16),(8,10)$ and vice-versa.
We add the number of choices for each pair, and double since $m$ and $n$ are interchangeable, to get $2(1 \times 1+1 \times 1+3 \times 1+1 \times 1)=12$ possible ordered pairs $(m, n)$.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n15. [8]",
"solution_match": "\nAnswer: "
}
|
08052ed7-c5b6-5da2-bd90-2d6682aaa47c
| 608,917
|
A small fish is holding 17 cards, labeled 1 through 17 , which he shuffles into a random order. Then, he notices that although the cards are not currently sorted in ascending order, he can sort them into ascending order by removing one card and putting it back in a different position (at the beginning, between some two cards, or at the end). In how many possible orders could his cards currently be?
|
256 Instead of looking at moves which put the cards in order, we start with the cards in order and consider possible starting positions by backtracking one move: each of 17 cards can be moved to 16 new places. But moving card $k$ between card $k+1$ and card $k+2$ is equivalent to moving card $k+1$ between card $k-1$ and card $k$. We note that these are the only possible pairs of moves which produce the same result, so we have double counted 16 moves. Thus, we have a total of $17 \times 16-16=256$ possible initial positions.
|
256
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A small fish is holding 17 cards, labeled 1 through 17 , which he shuffles into a random order. Then, he notices that although the cards are not currently sorted in ascending order, he can sort them into ascending order by removing one card and putting it back in a different position (at the beginning, between some two cards, or at the end). In how many possible orders could his cards currently be?
|
256 Instead of looking at moves which put the cards in order, we start with the cards in order and consider possible starting positions by backtracking one move: each of 17 cards can be moved to 16 new places. But moving card $k$ between card $k+1$ and card $k+2$ is equivalent to moving card $k+1$ between card $k-1$ and card $k$. We note that these are the only possible pairs of moves which produce the same result, so we have double counted 16 moves. Thus, we have a total of $17 \times 16-16=256$ possible initial positions.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n16. [10]",
"solution_match": "\nAnswer: "
}
|
d0a3fa1d-06f3-5407-95d3-2ab00a7746d8
| 608,918
|
For a positive integer $n$, let $p(n)$ denote the product of the positive integer factors of $n$. Determine the number of factors $n$ of 2310 for which $p(n)$ is a perfect square.
|
27 Note that $2310=2 \times 3 \times 5 \times 7 \times 11$. In general, we see that if $n$ has $d(n)$ positive integer factors, then $p(n)=n^{\frac{d}{2}}$ since we can pair factors $\left(d, \frac{n}{d}\right)$ which multiply to $n$. As a result, $p(n)$ is a square if and only if $n$ is a square or $d$ is a multiple of 4 .
Thus, because 2310 is not divisible by the square of any prime, we claim that for integers $n$ dividing 2310, $p(n)$ is even if and only if $n$ is not prime. Clearly, $p(n)$ is simply equal to $n$ when $n$ is prime, and $p(1)=1$, so it suffices to check the case when $n$ is composite. Suppose that $n=p_{1} p_{2} \cdots p_{k}$, where $k>1$ and $\left\{p_{1}, \ldots, p_{k}\right\}$ is some subset of $\{2,3,5,7,11\}$. Then, we see that $n$ has $2^{k}$ factors, and that $4 \mid 2^{k}$, so $p(n)$ is a square.
Since 2310 has $2^{5}=32$ factors, five of which are prime, 27 of them have $p(n)$ even.
|
27
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
For a positive integer $n$, let $p(n)$ denote the product of the positive integer factors of $n$. Determine the number of factors $n$ of 2310 for which $p(n)$ is a perfect square.
|
27 Note that $2310=2 \times 3 \times 5 \times 7 \times 11$. In general, we see that if $n$ has $d(n)$ positive integer factors, then $p(n)=n^{\frac{d}{2}}$ since we can pair factors $\left(d, \frac{n}{d}\right)$ which multiply to $n$. As a result, $p(n)$ is a square if and only if $n$ is a square or $d$ is a multiple of 4 .
Thus, because 2310 is not divisible by the square of any prime, we claim that for integers $n$ dividing 2310, $p(n)$ is even if and only if $n$ is not prime. Clearly, $p(n)$ is simply equal to $n$ when $n$ is prime, and $p(1)=1$, so it suffices to check the case when $n$ is composite. Suppose that $n=p_{1} p_{2} \cdots p_{k}$, where $k>1$ and $\left\{p_{1}, \ldots, p_{k}\right\}$ is some subset of $\{2,3,5,7,11\}$. Then, we see that $n$ has $2^{k}$ factors, and that $4 \mid 2^{k}$, so $p(n)$ is a square.
Since 2310 has $2^{5}=32$ factors, five of which are prime, 27 of them have $p(n)$ even.
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n17. [10]",
"solution_match": "\nAnswer: "
}
|
5ae64c30-32c1-5d85-98ca-e586f0af56e0
| 608,919
|
Consider a cube $A B C D E F G H$, where $A B C D$ and $E F G H$ are faces, and segments $A E, B F, C G, D H$ are edges of the cube. Let $P$ be the center of face $E F G H$, and let $O$ be the center of the cube. Given that $A G=1$, determine the area of triangle $A O P$.
|
$\frac{\sqrt{2}}{24}$ From $A G=1$, we get that $A E=\frac{1}{\sqrt{3}}$ and $A C=\frac{\sqrt{2}}{\sqrt{3}}$. We note that triangle $A O P$ is located in the plane of rectangle $A C G E$. Since $O P \| C G$ and $O$ is halway between $A C$ and $E G$, we get that $[A O P]=\frac{1}{8}[A C G E]$. Hence, $[A O P]=\frac{1}{8}\left(\frac{1}{\sqrt{3}}\right)\left(\frac{\sqrt{2}}{\sqrt{3}}\right)=\frac{\sqrt{2}}{24}$.

|
\frac{\sqrt{2}}{24}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Consider a cube $A B C D E F G H$, where $A B C D$ and $E F G H$ are faces, and segments $A E, B F, C G, D H$ are edges of the cube. Let $P$ be the center of face $E F G H$, and let $O$ be the center of the cube. Given that $A G=1$, determine the area of triangle $A O P$.
|
$\frac{\sqrt{2}}{24}$ From $A G=1$, we get that $A E=\frac{1}{\sqrt{3}}$ and $A C=\frac{\sqrt{2}}{\sqrt{3}}$. We note that triangle $A O P$ is located in the plane of rectangle $A C G E$. Since $O P \| C G$ and $O$ is halway between $A C$ and $E G$, we get that $[A O P]=\frac{1}{8}[A C G E]$. Hence, $[A O P]=\frac{1}{8}\left(\frac{1}{\sqrt{3}}\right)\left(\frac{\sqrt{2}}{\sqrt{3}}\right)=\frac{\sqrt{2}}{24}$.

|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n18. [10]",
"solution_match": "\nAnswer: "
}
|
c9393a53-1255-5948-ba16-5de40cf86b05
| 608,920
|
Let $A B C D$ be a rectangle with $A B=3$ and $B C=7$. Let $W$ be a point on segment $A B$ such that $A W=1$. Let $X, Y, Z$ be points on segments $B C, C D, D A$, respectively, so that quadrilateral $W X Y Z$ is a rectangle, and $B X<X C$. Determine the length of segment $B X$.
|
$\frac{7-\sqrt{41}}{2}$ We note that
$$
\angle Y X C=90-\angle W X B=\angle X W B=90-\angle A W Z=\angle A Z W
$$
gives us that $X Y C \cong Z W A$ and $X Y Z \sim W X B$. Consequently, we get that $Y C=A W=1$. From $X Y Z \sim W X B$, we get that
$$
\frac{B X}{B W}=\frac{C Y}{C X} \Rightarrow \frac{B X}{2}=\frac{1}{7-B X}
$$
from which we get
$$
B X^{2}-7 B X+2=0 \Rightarrow B X=\frac{7-\sqrt{41}}{2}
$$
(since we have $B X<C X$ ).

Guts Round
|
\frac{7-\sqrt{41}}{2}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C D$ be a rectangle with $A B=3$ and $B C=7$. Let $W$ be a point on segment $A B$ such that $A W=1$. Let $X, Y, Z$ be points on segments $B C, C D, D A$, respectively, so that quadrilateral $W X Y Z$ is a rectangle, and $B X<X C$. Determine the length of segment $B X$.
|
$\frac{7-\sqrt{41}}{2}$ We note that
$$
\angle Y X C=90-\angle W X B=\angle X W B=90-\angle A W Z=\angle A Z W
$$
gives us that $X Y C \cong Z W A$ and $X Y Z \sim W X B$. Consequently, we get that $Y C=A W=1$. From $X Y Z \sim W X B$, we get that
$$
\frac{B X}{B W}=\frac{C Y}{C X} \Rightarrow \frac{B X}{2}=\frac{1}{7-B X}
$$
from which we get
$$
B X^{2}-7 B X+2=0 \Rightarrow B X=\frac{7-\sqrt{41}}{2}
$$
(since we have $B X<C X$ ).

Guts Round
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n19. [10]",
"solution_match": "\nAnswer: "
}
|
18cc497b-5a7b-5ffc-bbbd-de432d4a7af9
| 608,921
|
The UEFA Champions League playoffs is a 16 -team soccer tournament in which Spanish teams always win against non-Spanish teams. In each of 4 rounds, each remaining team is randomly paired against one other team; the winner advances to the next round, and the loser is permanently knocked out of the tournament. If 3 of the 16 teams are Spanish, what is the probability that there are 2 Spanish teams in the final round?
|
| $\frac{4}{5}$ |
| :---: |
| We note that the probability there are not two Spanish teams in the final two is the | probability that the 3 of them have already competed against each other in previous rounds. Note that the random pairings in each round is equivalent, by the final round, to dividing the 16 into two groups of 8 and taking a winner from each. Now, letting the Spanish teams be $A, B$, and $C$, once we fix the group in which $A$ is contained, the probability that $B$ is contained in this group as well is $7 / 15$. Likewise, the probability that $C$ will be in the same group as $A$ and $B$ is now $6 / 14$. Our answer is thus
$$
1-\left(\frac{7}{15}\right)\left(\frac{6}{14}\right)=\frac{4}{5}
$$
|
\frac{4}{5}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
The UEFA Champions League playoffs is a 16 -team soccer tournament in which Spanish teams always win against non-Spanish teams. In each of 4 rounds, each remaining team is randomly paired against one other team; the winner advances to the next round, and the loser is permanently knocked out of the tournament. If 3 of the 16 teams are Spanish, what is the probability that there are 2 Spanish teams in the final round?
|
| $\frac{4}{5}$ |
| :---: |
| We note that the probability there are not two Spanish teams in the final two is the | probability that the 3 of them have already competed against each other in previous rounds. Note that the random pairings in each round is equivalent, by the final round, to dividing the 16 into two groups of 8 and taking a winner from each. Now, letting the Spanish teams be $A, B$, and $C$, once we fix the group in which $A$ is contained, the probability that $B$ is contained in this group as well is $7 / 15$. Likewise, the probability that $C$ will be in the same group as $A$ and $B$ is now $6 / 14$. Our answer is thus
$$
1-\left(\frac{7}{15}\right)\left(\frac{6}{14}\right)=\frac{4}{5}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n20. [10]",
"solution_match": "\nAnswer: "
}
|
e6b985a4-706f-5c06-8785-35ab54b3d979
| 608,922
|
Let $P(x)=x^{4}+2 x^{3}-13 x^{2}-14 x+24$ be a polynomial with roots $r_{1}, r_{2}, r_{3}, r_{4}$. Let $Q$ be the quartic polynomial with roots $r_{1}^{2}, r_{2}^{2}, r_{3}^{2}, r_{4}^{2}$, such that the coefficient of the $x^{4}$ term of $Q$ is 1 . Simplify the quotient $Q\left(x^{2}\right) / P(x)$, leaving your answer in terms of $x$. (You may assume that $x$ is not equal to any of $\left.r_{1}, r_{2}, r_{3}, r_{4}\right)$.
|
$x^{4}-2 x^{3}-13 x^{2}+14 x+24$ We note that we must have
$$
Q(x)=\left(x-r_{1}^{2}\right)\left(x-r_{2}^{2}\right)\left(x-r_{3}^{2}\right)\left(x-r_{4}^{2}\right) \Rightarrow Q\left(x^{2}\right)=\left(x^{2}-r_{1}^{2}\right)\left(x^{2}-r_{2}^{2}\right)\left(x^{2}-r_{3}^{2}\right)\left(x^{2}-r_{4}^{2}\right)
$$
. Since $P(x)=\left(x-r_{1}\right)\left(x-r_{2}\right)\left(x-r_{3}\right)\left(x-r_{4}\right)$, we get that
$$
Q\left(x^{2}\right) / P(x)=\left(x+r_{1}\right)\left(x+r_{2}\right)\left(x+r_{3}\right)\left(x+r_{4}\right)
$$
Thus, $Q\left(x^{2}\right) / P(x)=(-1)^{4} P(-x)=P(-x)$, so it follows that
$$
Q\left(x^{2}\right) / P(x)=x^{4}-2 x^{3}-13 x^{2}+14 x+24 .
$$
|
x^{4}-2 x^{3}-13 x^{2}+14 x+24
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $P(x)=x^{4}+2 x^{3}-13 x^{2}-14 x+24$ be a polynomial with roots $r_{1}, r_{2}, r_{3}, r_{4}$. Let $Q$ be the quartic polynomial with roots $r_{1}^{2}, r_{2}^{2}, r_{3}^{2}, r_{4}^{2}$, such that the coefficient of the $x^{4}$ term of $Q$ is 1 . Simplify the quotient $Q\left(x^{2}\right) / P(x)$, leaving your answer in terms of $x$. (You may assume that $x$ is not equal to any of $\left.r_{1}, r_{2}, r_{3}, r_{4}\right)$.
|
$x^{4}-2 x^{3}-13 x^{2}+14 x+24$ We note that we must have
$$
Q(x)=\left(x-r_{1}^{2}\right)\left(x-r_{2}^{2}\right)\left(x-r_{3}^{2}\right)\left(x-r_{4}^{2}\right) \Rightarrow Q\left(x^{2}\right)=\left(x^{2}-r_{1}^{2}\right)\left(x^{2}-r_{2}^{2}\right)\left(x^{2}-r_{3}^{2}\right)\left(x^{2}-r_{4}^{2}\right)
$$
. Since $P(x)=\left(x-r_{1}\right)\left(x-r_{2}\right)\left(x-r_{3}\right)\left(x-r_{4}\right)$, we get that
$$
Q\left(x^{2}\right) / P(x)=\left(x+r_{1}\right)\left(x+r_{2}\right)\left(x+r_{3}\right)\left(x+r_{4}\right)
$$
Thus, $Q\left(x^{2}\right) / P(x)=(-1)^{4} P(-x)=P(-x)$, so it follows that
$$
Q\left(x^{2}\right) / P(x)=x^{4}-2 x^{3}-13 x^{2}+14 x+24 .
$$
|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n21. [10]",
"solution_match": "\nAnswer: "
}
|
12cc9a4b-9c53-591f-94dc-d44adce41e86
| 608,923
|
Let $A B C$ be a triangle with $A B=23, B C=24$, and $C A=27$. Let $D$ be the point on segment $A C$ such that the incircles of triangles $B A D$ and $B C D$ are tangent. Determine the ratio $C D / D A$.
|
$\frac{14}{13}$ Let $X, Z, E$ be the points of tangency of the incircle of $A B D$ to $A B, B D, D A$ respectively. Let $Y, Z, F$ be the points of tangency of the incircle of $C B D$ to $C B, B D, D C$ respectively. We note that
$$
C B+B D+D C=C Y+Y B+B Z+Z D+D F+F C=2(C Y)+2(B Y)+2(D F) 2(24)+2(D F)
$$
by equal tangents, and that similarly
$$
A B+B D+D A=2(23)+2(D E)
$$
Since $D E=D Z=D F$ by equal tangents, we can subtract the equations above to get that
$$
C B+C D-A B-A D=2(24)-24(23) \Rightarrow C D-D A=1
$$
Since we know that $C D+D A=27$, we get that $C D=14, D A=13$, so the desired ratio is $\frac{14}{13}$.

|
\frac{14}{13}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle with $A B=23, B C=24$, and $C A=27$. Let $D$ be the point on segment $A C$ such that the incircles of triangles $B A D$ and $B C D$ are tangent. Determine the ratio $C D / D A$.
|
$\frac{14}{13}$ Let $X, Z, E$ be the points of tangency of the incircle of $A B D$ to $A B, B D, D A$ respectively. Let $Y, Z, F$ be the points of tangency of the incircle of $C B D$ to $C B, B D, D C$ respectively. We note that
$$
C B+B D+D C=C Y+Y B+B Z+Z D+D F+F C=2(C Y)+2(B Y)+2(D F) 2(24)+2(D F)
$$
by equal tangents, and that similarly
$$
A B+B D+D A=2(23)+2(D E)
$$
Since $D E=D Z=D F$ by equal tangents, we can subtract the equations above to get that
$$
C B+C D-A B-A D=2(24)-24(23) \Rightarrow C D-D A=1
$$
Since we know that $C D+D A=27$, we get that $C D=14, D A=13$, so the desired ratio is $\frac{14}{13}$.

|
{
"resource_path": "HarvardMIT/segmented/en-151-2011-nov-guts-solutions.jsonl",
"problem_match": "\n22. [12]",
"solution_match": "\nAnswer: "
}
|
e14cff71-e949-5324-ac82-40660a7644d8
| 608,924
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.