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
|
|---|---|---|---|---|---|---|---|---|---|---|---|
Compute the positive real number $x$ satisfying
$$
x^{\left(2 x^{6}\right)}=3
$$
|
Answer: $\sqrt[6]{3}$
Let $t=x^{6}$, so $x^{2 t}=3$. Taking this to the third power gives $x^{6 t}=27$, or equivalently $t^{t}=3^{3}$. We can see by inspection that $t=3$, and this is the only solution as for $t>1$, the function $t^{t}$ is monotonically increasing, and if $0<t<1, t^{t}<1$. Solving for $x$ gives $x^{6}=3$, or $x=\sqrt[6]{3}$.
|
\sqrt[6]{3}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Compute the positive real number $x$ satisfying
$$
x^{\left(2 x^{6}\right)}=3
$$
|
Answer: $\sqrt[6]{3}$
Let $t=x^{6}$, so $x^{2 t}=3$. Taking this to the third power gives $x^{6 t}=27$, or equivalently $t^{t}=3^{3}$. We can see by inspection that $t=3$, and this is the only solution as for $t>1$, the function $t^{t}$ is monotonically increasing, and if $0<t<1, t^{t}<1$. Solving for $x$ gives $x^{6}=3$, or $x=\sqrt[6]{3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n2. ",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
0796f32a-6ad2-5508-9f7a-e9489d101416
| 609,783
|
There are two prime numbers $p$ so that $5 p$ can be expressed in the form $\left\lfloor\frac{n^{2}}{5}\right\rfloor$ for some positive integer $n$. What is the sum of these two prime numbers?
|
Answer: 52
Note that the remainder when $n^{2}$ is divided by 5 must be 0,1 , or 4 . Then we have that $25 p=n^{2}$ or $25 p=n^{2}-1$ or $25 p=n^{2}-4$. In the first case there are no solutions. In the second case, if $25 p=(n-1)(n+1)$, then we must have $n-1=25$ or $n+1=25$ as $n-1$ and $n+1$ cannot both be divisible by 5 , and also cannot both have a factor besides 25 . Similarly, in the third case, $25 p=(n-2)(n+2)$, so we must have $n-2=25$ or $n+2=25$.
Therefore the $n$ we have to check are $23,24,26,27$. These give values of $p=21, p=23, p=27$, and $p=29$, of which only 23 and 29 are prime, so the answer is $23+29=52$.
|
52
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
There are two prime numbers $p$ so that $5 p$ can be expressed in the form $\left\lfloor\frac{n^{2}}{5}\right\rfloor$ for some positive integer $n$. What is the sum of these two prime numbers?
|
Answer: 52
Note that the remainder when $n^{2}$ is divided by 5 must be 0,1 , or 4 . Then we have that $25 p=n^{2}$ or $25 p=n^{2}-1$ or $25 p=n^{2}-4$. In the first case there are no solutions. In the second case, if $25 p=(n-1)(n+1)$, then we must have $n-1=25$ or $n+1=25$ as $n-1$ and $n+1$ cannot both be divisible by 5 , and also cannot both have a factor besides 25 . Similarly, in the third case, $25 p=(n-2)(n+2)$, so we must have $n-2=25$ or $n+2=25$.
Therefore the $n$ we have to check are $23,24,26,27$. These give values of $p=21, p=23, p=27$, and $p=29$, of which only 23 and 29 are prime, so the answer is $23+29=52$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n3. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
b6896595-64bc-59e8-9072-d43bc4ce456b
| 609,784
|
Distinct prime numbers $p, q, r$ satisfy the equation
$$
2 p q r+50 p q=7 p q r+55 p r=8 p q r+12 q r=A
$$
for some positive integer $A$. What is $A$ ?
|
Answer: 1980
Note that $A$ is a multiple of $p, q$, and $r$, so $K=\frac{A}{p q r}$ is an integer. Dividing through, we have that
$$
K=8+\frac{12}{p}=7+\frac{55}{q}=2+\frac{50}{r}
$$
Then $p \in\{2,3\}, q \in\{5,11\}$, and $r \in\{2,5\}$. These values give $K \in\{14,12\}, K \in\{18,12\}$, and $K \in$ $\{27,12\}$, giving $K=12$ and $(p, q, r)=(3,11,5)$. We can then compute $A=p q r \cdot K=3 \cdot 11 \cdot 5 \cdot 12=1980$.
|
1980
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Distinct prime numbers $p, q, r$ satisfy the equation
$$
2 p q r+50 p q=7 p q r+55 p r=8 p q r+12 q r=A
$$
for some positive integer $A$. What is $A$ ?
|
Answer: 1980
Note that $A$ is a multiple of $p, q$, and $r$, so $K=\frac{A}{p q r}$ is an integer. Dividing through, we have that
$$
K=8+\frac{12}{p}=7+\frac{55}{q}=2+\frac{50}{r}
$$
Then $p \in\{2,3\}, q \in\{5,11\}$, and $r \in\{2,5\}$. These values give $K \in\{14,12\}, K \in\{18,12\}$, and $K \in$ $\{27,12\}$, giving $K=12$ and $(p, q, r)=(3,11,5)$. We can then compute $A=p q r \cdot K=3 \cdot 11 \cdot 5 \cdot 12=1980$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n4. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
88780cbd-bafe-56de-8ad9-bc650e30bb26
| 609,785
|
Let $\omega_{1}, \omega_{2}, \ldots, \omega_{100}$ be the roots of $\frac{x^{101}-1}{x-1}$ (in some order). Consider the set
$$
S=\left\{\omega_{1}^{1}, \omega_{2}^{2}, \omega_{3}^{3}, \ldots, \omega_{100}^{100}\right\}
$$
Let $M$ be the maximum possible number of unique values in $S$, and let $N$ be the minimum possible number of unique values in $S$. Find $M-N$.
|
Answer: 98
Throughout this solution, assume we're working modulo 101.
First, $N=1$. Let $\omega$ be a primitive 101st root of unity. We then let $\omega_{n}=\omega^{1 / n}$, which we can do because 101 is prime, so $1 / n$ exists for all nonzero $n$ and $1 / n=1 / m \Longrightarrow m=n$. Thus the set contains only one distinct element, $\omega$.
$M=100$ is impossible. Fix $\zeta$, a primitive 101st root of unity, and let $\omega_{n}=\zeta^{\pi(n)}$ for each $n$. Suppose that there are 100 distinct such $n \pi(n)$ exponents; then $\pi$ permutes the set $\{1,2, \cdots, 100\}$. Fix $g$, a primitive root of 101; write $n=g^{e_{n}}$ and $\pi(n)=g^{\tau\left(e_{n}\right)}$. Then $\left\{e_{n}\right\}=\{0,1,2, \ldots, 100\}$ and $\tau$ is a permutation of this set, as is $e_{n}+\tau\left(e_{n}\right)$. However, this is impossible: $\sum_{n=1}^{100} e_{n}+\tau\left(e_{n}\right)=5050+5050 \equiv$ $5050(\bmod 100)$, which is a contradiction. Thus there cannot be 100 distinct exponents.
$M=99$ is possible. Again, let $\zeta$ be a primitive root of unity and let $\omega_{n}=\zeta^{1 /(n+1)}$, except when $n=100$, in which case let $\omega_{100}$ be the last possible root. Notice that $\frac{n}{n+1}=\frac{m}{m+1}$ if and only if $n=m$, so this will produce 99 different elements in the set.
Thus $M-N=99-1=98$.
|
98
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $\omega_{1}, \omega_{2}, \ldots, \omega_{100}$ be the roots of $\frac{x^{101}-1}{x-1}$ (in some order). Consider the set
$$
S=\left\{\omega_{1}^{1}, \omega_{2}^{2}, \omega_{3}^{3}, \ldots, \omega_{100}^{100}\right\}
$$
Let $M$ be the maximum possible number of unique values in $S$, and let $N$ be the minimum possible number of unique values in $S$. Find $M-N$.
|
Answer: 98
Throughout this solution, assume we're working modulo 101.
First, $N=1$. Let $\omega$ be a primitive 101st root of unity. We then let $\omega_{n}=\omega^{1 / n}$, which we can do because 101 is prime, so $1 / n$ exists for all nonzero $n$ and $1 / n=1 / m \Longrightarrow m=n$. Thus the set contains only one distinct element, $\omega$.
$M=100$ is impossible. Fix $\zeta$, a primitive 101st root of unity, and let $\omega_{n}=\zeta^{\pi(n)}$ for each $n$. Suppose that there are 100 distinct such $n \pi(n)$ exponents; then $\pi$ permutes the set $\{1,2, \cdots, 100\}$. Fix $g$, a primitive root of 101; write $n=g^{e_{n}}$ and $\pi(n)=g^{\tau\left(e_{n}\right)}$. Then $\left\{e_{n}\right\}=\{0,1,2, \ldots, 100\}$ and $\tau$ is a permutation of this set, as is $e_{n}+\tau\left(e_{n}\right)$. However, this is impossible: $\sum_{n=1}^{100} e_{n}+\tau\left(e_{n}\right)=5050+5050 \equiv$ $5050(\bmod 100)$, which is a contradiction. Thus there cannot be 100 distinct exponents.
$M=99$ is possible. Again, let $\zeta$ be a primitive root of unity and let $\omega_{n}=\zeta^{1 /(n+1)}$, except when $n=100$, in which case let $\omega_{100}$ be the last possible root. Notice that $\frac{n}{n+1}=\frac{m}{m+1}$ if and only if $n=m$, so this will produce 99 different elements in the set.
Thus $M-N=99-1=98$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n5. ",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
705d103e-3d97-51cd-aea4-2fa0e68e68dc
| 609,786
|
Let $\alpha, \beta$, and $\gamma$ be three real numbers. Suppose that
$$
\begin{aligned}
\cos \alpha+\cos \beta+\cos \gamma & =1 \\
\sin \alpha+\sin \beta+\sin \gamma & =1
\end{aligned}
$$
Find the smallest possible value of $\cos \alpha$.
|
Answer: $\frac{-1-\sqrt{7}}{4}$
Let $a=\cos \alpha+i \sin \alpha, b=\cos \beta+i \sin \beta$, and $c=\cos \gamma+i \sin \gamma$.
We then have
$$
a+b+c=1+i
$$
where $a, b, c$ are complex numbers on the unit circle. Now, to minimize $\cos \alpha=\operatorname{Re}[a]$, consider a triangle with vertices $a, 1+i$, and the origin. We want $a$ as far away from $1+i$ as possible while maintaining a nonnegative imaginary part. This is achieved when $b$ and $c$ have the same argument, so $|b+c|=|1+i-a|=2$. Now $a, 0$, and $1+i$ form a $1-2-\sqrt{2}$ triangle. The value of $\cos \alpha$ is now the cosine of the angle between the 1 and $\sqrt{2}$ sides plus the $\frac{\pi}{4}$ angle from $1+i$. Call the first angle $\delta$. Then
$$
\begin{aligned}
\cos \delta & =\frac{1^{2}+(\sqrt{2})^{2}-2^{2}}{2 \cdot 1 \cdot \sqrt{2}} \\
& =\frac{-1}{2 \sqrt{2}}
\end{aligned}
$$
and
$$
\begin{aligned}
\cos \alpha & =\cos \left(\frac{\pi}{4}+\delta\right) \\
& =\cos \frac{\pi}{4} \cos \delta-\sin \frac{\pi}{4} \sin \delta \\
& =\frac{\sqrt{2}}{2} \cdot \frac{-1}{2 \sqrt{2}}-\frac{\sqrt{2}}{2} \cdot \frac{\sqrt{7}}{2 \sqrt{2}} \\
& =\frac{-1-\sqrt{7}}{4}
\end{aligned}
$$
|
\frac{-1-\sqrt{7}}{4}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $\alpha, \beta$, and $\gamma$ be three real numbers. Suppose that
$$
\begin{aligned}
\cos \alpha+\cos \beta+\cos \gamma & =1 \\
\sin \alpha+\sin \beta+\sin \gamma & =1
\end{aligned}
$$
Find the smallest possible value of $\cos \alpha$.
|
Answer: $\frac{-1-\sqrt{7}}{4}$
Let $a=\cos \alpha+i \sin \alpha, b=\cos \beta+i \sin \beta$, and $c=\cos \gamma+i \sin \gamma$.
We then have
$$
a+b+c=1+i
$$
where $a, b, c$ are complex numbers on the unit circle. Now, to minimize $\cos \alpha=\operatorname{Re}[a]$, consider a triangle with vertices $a, 1+i$, and the origin. We want $a$ as far away from $1+i$ as possible while maintaining a nonnegative imaginary part. This is achieved when $b$ and $c$ have the same argument, so $|b+c|=|1+i-a|=2$. Now $a, 0$, and $1+i$ form a $1-2-\sqrt{2}$ triangle. The value of $\cos \alpha$ is now the cosine of the angle between the 1 and $\sqrt{2}$ sides plus the $\frac{\pi}{4}$ angle from $1+i$. Call the first angle $\delta$. Then
$$
\begin{aligned}
\cos \delta & =\frac{1^{2}+(\sqrt{2})^{2}-2^{2}}{2 \cdot 1 \cdot \sqrt{2}} \\
& =\frac{-1}{2 \sqrt{2}}
\end{aligned}
$$
and
$$
\begin{aligned}
\cos \alpha & =\cos \left(\frac{\pi}{4}+\delta\right) \\
& =\cos \frac{\pi}{4} \cos \delta-\sin \frac{\pi}{4} \sin \delta \\
& =\frac{\sqrt{2}}{2} \cdot \frac{-1}{2 \sqrt{2}}-\frac{\sqrt{2}}{2} \cdot \frac{\sqrt{7}}{2 \sqrt{2}} \\
& =\frac{-1-\sqrt{7}}{4}
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n6. ",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
c7e27185-060c-597d-844b-8cf4419132c1
| 609,787
|
Rachel has the number 1000 in her hands. When she puts the number $x$ in her left pocket, the number changes to $x+1$. When she puts the number $x$ in her right pocket, the number changes to $x^{-1}$. Each minute, she flips a fair coin. If it lands heads, she puts the number into her left pocket, and if it lands tails, she puts it into her right pocket. She then takes the new number out of her pocket. If the expected value of the number in Rachel's hands after eight minutes is $E$, then compute $\left\lfloor\frac{E}{10}\right\rfloor$.
|
Answer: 13
Call a real number very large if $x \in[1000,1008]$, very small if $x \in\left[0, \frac{1}{1000}\right]$, and medium-sized if $x \in\left[\frac{1}{8}, 8\right]$. Every number Rachel is ever holding after at most 8 steps will fall under one of these categories. Therefore the main contribution to $E$ will come from the probability that Rachel is holding a number at least 1000 at the end.
Note that if her number ever becomes medium-sized, it will never become very large or very small again. Therefore the only way her number ends up above 1000 is if the sequence of moves consists of $x \rightarrow x+1$ moves and consecutive pairs of $x \rightarrow x^{-1}$ moves. Out of the 256 possible move sequences, the number of ways for the number to stay above 1000 is the number of ways of partitioning 8 into an ordered sum of 1 and 2, or the ninth Fibonacci number $F_{9}=34$.
Therefore
$$
\frac{34}{256} \cdot 1000 \leq E \leq \frac{34}{256} \cdot 1000+8
$$
where $\frac{34}{256} \cdot 1000 \approx 132.8$. Furthermore, the extra contribution will certainly not exceed 7 , so we get that $\left\lfloor\frac{E}{10}\right\rfloor=13$.
(The actual value of $E$ is
$$
\frac{1538545594943410132524842390483285519695831541468827074238984121209064525621}{11415831910281261197289931074429782903650103348754306523894286954489856000},
$$
which is approximately equal to 134.77297 . We can see that the extra contribution is about 2 and is very insignificant.)
|
13
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Rachel has the number 1000 in her hands. When she puts the number $x$ in her left pocket, the number changes to $x+1$. When she puts the number $x$ in her right pocket, the number changes to $x^{-1}$. Each minute, she flips a fair coin. If it lands heads, she puts the number into her left pocket, and if it lands tails, she puts it into her right pocket. She then takes the new number out of her pocket. If the expected value of the number in Rachel's hands after eight minutes is $E$, then compute $\left\lfloor\frac{E}{10}\right\rfloor$.
|
Answer: 13
Call a real number very large if $x \in[1000,1008]$, very small if $x \in\left[0, \frac{1}{1000}\right]$, and medium-sized if $x \in\left[\frac{1}{8}, 8\right]$. Every number Rachel is ever holding after at most 8 steps will fall under one of these categories. Therefore the main contribution to $E$ will come from the probability that Rachel is holding a number at least 1000 at the end.
Note that if her number ever becomes medium-sized, it will never become very large or very small again. Therefore the only way her number ends up above 1000 is if the sequence of moves consists of $x \rightarrow x+1$ moves and consecutive pairs of $x \rightarrow x^{-1}$ moves. Out of the 256 possible move sequences, the number of ways for the number to stay above 1000 is the number of ways of partitioning 8 into an ordered sum of 1 and 2, or the ninth Fibonacci number $F_{9}=34$.
Therefore
$$
\frac{34}{256} \cdot 1000 \leq E \leq \frac{34}{256} \cdot 1000+8
$$
where $\frac{34}{256} \cdot 1000 \approx 132.8$. Furthermore, the extra contribution will certainly not exceed 7 , so we get that $\left\lfloor\frac{E}{10}\right\rfloor=13$.
(The actual value of $E$ is
$$
\frac{1538545594943410132524842390483285519695831541468827074238984121209064525621}{11415831910281261197289931074429782903650103348754306523894286954489856000},
$$
which is approximately equal to 134.77297 . We can see that the extra contribution is about 2 and is very insignificant.)
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n7. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
b9062d69-e41c-5b2f-9602-392c05dd39a5
| 609,788
|
For how many pairs of sequences of nonnegative integers $\left(b_{1}, b_{2}, \ldots, b_{2018}\right)$ and $\left(c_{1}, c_{2}, \ldots, c_{2018}\right)$ does there exist a sequence of nonnegative integers $\left(a_{0}, \ldots, a_{2018}\right)$ with the following properties:
- For $0 \leq i \leq 2018, a_{i}<2^{2018}$;
- For $1 \leq i \leq 2018, b_{i}=a_{i-1}+a_{i}$ and $c_{i}=a_{i-1} \mid a_{i}$;
where $\mid$ denotes the bitwise or operation?
(The bitwise or of two nonnegative integers $x=\cdots x_{3} x_{2} x_{1} x_{0}$ and $y=\cdots y_{3} y_{2} y_{1} y_{0}$ expressed in binary is defined as $x \mid y=\cdots z_{3} z_{2} z_{1} z_{0}$, where $z_{i}=1$ if at least one of $x_{i}$ and $y_{i}$ is 1 , and 0 otherwise.)
|
Answer: $\left(2^{2019}-1\right)^{2018}$
Define the bitwise and of two nonnegative integers $x=\cdots x_{3} x_{2} x_{1} x_{0}$ and $y=\cdots y_{3} y_{2} y_{1} y_{0}$ expressed in binary to be $x \& y=\cdots z_{3} z_{2} z_{1} z_{0}$, where $z_{i}=1$ if both $x_{i}$ and $y_{i}$ are 1 , and 0 otherwise.
Now, we can prove that from the definitions of $\mid$ and $\&$ that $x+y=(x \mid y)+(x \& y)$. Therefore it suffices to count pairs of sequences $\left(c_{1}, c_{2}, \ldots, c_{2018}\right)$ and $\left(d_{1}, d_{2}, \ldots, d_{2018}\right)$ such that $c_{i}=a_{i-1} \mid a_{i}$ and $d_{i}=a_{i-1} \& a_{i}$ for $0 \leq a_{i}<2^{2018}$.
Since both $\mid, \&$ are bitwise operations, it suffices to count the number of sequences $\left\{c_{i}\right\}$ and $\left\{d_{i}\right\}$ restricting each $a_{i}$ to $\left\{0,2^{k}\right\}$ for each $k \in[0,2017]$ and multiply these counts together. Each sequence $\left(a_{0}, \ldots, a_{2018}\right)$ leads to a unique $\left\{c_{i}\right\}$ and $\left\{d_{i}\right\}$ except for the sequences $\left(2^{k}, 0,2^{k}, 0, \ldots, 2^{k}\right)$ and the sequences $\left(0,2^{k}, 0,2^{k}, \ldots, 0\right)$, which lead to the same $\left\{c_{i}\right\}$ and $\left\{d_{i}\right\}$.
Therefore for each $k$, there are $2^{2019}-1$ ways to determine the $k$-th bits of each $c_{i}$ and $d_{i}$. Multiplying this over all $k$ gives a final count of $\left(2^{2019}-1\right)^{2018}$.
|
\left(2^{2019}-1\right)^{2018}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
For how many pairs of sequences of nonnegative integers $\left(b_{1}, b_{2}, \ldots, b_{2018}\right)$ and $\left(c_{1}, c_{2}, \ldots, c_{2018}\right)$ does there exist a sequence of nonnegative integers $\left(a_{0}, \ldots, a_{2018}\right)$ with the following properties:
- For $0 \leq i \leq 2018, a_{i}<2^{2018}$;
- For $1 \leq i \leq 2018, b_{i}=a_{i-1}+a_{i}$ and $c_{i}=a_{i-1} \mid a_{i}$;
where $\mid$ denotes the bitwise or operation?
(The bitwise or of two nonnegative integers $x=\cdots x_{3} x_{2} x_{1} x_{0}$ and $y=\cdots y_{3} y_{2} y_{1} y_{0}$ expressed in binary is defined as $x \mid y=\cdots z_{3} z_{2} z_{1} z_{0}$, where $z_{i}=1$ if at least one of $x_{i}$ and $y_{i}$ is 1 , and 0 otherwise.)
|
Answer: $\left(2^{2019}-1\right)^{2018}$
Define the bitwise and of two nonnegative integers $x=\cdots x_{3} x_{2} x_{1} x_{0}$ and $y=\cdots y_{3} y_{2} y_{1} y_{0}$ expressed in binary to be $x \& y=\cdots z_{3} z_{2} z_{1} z_{0}$, where $z_{i}=1$ if both $x_{i}$ and $y_{i}$ are 1 , and 0 otherwise.
Now, we can prove that from the definitions of $\mid$ and $\&$ that $x+y=(x \mid y)+(x \& y)$. Therefore it suffices to count pairs of sequences $\left(c_{1}, c_{2}, \ldots, c_{2018}\right)$ and $\left(d_{1}, d_{2}, \ldots, d_{2018}\right)$ such that $c_{i}=a_{i-1} \mid a_{i}$ and $d_{i}=a_{i-1} \& a_{i}$ for $0 \leq a_{i}<2^{2018}$.
Since both $\mid, \&$ are bitwise operations, it suffices to count the number of sequences $\left\{c_{i}\right\}$ and $\left\{d_{i}\right\}$ restricting each $a_{i}$ to $\left\{0,2^{k}\right\}$ for each $k \in[0,2017]$ and multiply these counts together. Each sequence $\left(a_{0}, \ldots, a_{2018}\right)$ leads to a unique $\left\{c_{i}\right\}$ and $\left\{d_{i}\right\}$ except for the sequences $\left(2^{k}, 0,2^{k}, 0, \ldots, 2^{k}\right)$ and the sequences $\left(0,2^{k}, 0,2^{k}, \ldots, 0\right)$, which lead to the same $\left\{c_{i}\right\}$ and $\left\{d_{i}\right\}$.
Therefore for each $k$, there are $2^{2019}-1$ ways to determine the $k$-th bits of each $c_{i}$ and $d_{i}$. Multiplying this over all $k$ gives a final count of $\left(2^{2019}-1\right)^{2018}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n8. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
2a1c6479-1418-547a-801b-bba50df2c7f4
| 609,789
|
Assume the quartic $x^{4}-a x^{3}+b x^{2}-a x+d=0$ has four real roots $\frac{1}{2} \leq x_{1}, x_{2}, x_{3}, x_{4} \leq 2$. Find the maximum possible value of $\frac{\left(x_{1}+x_{2}\right)\left(x_{1}+x_{3}\right) x_{4}}{\left(x_{4}+x_{2}\right)\left(x_{4}+x_{3}\right) x_{1}}$ (over all valid choices of $\left.a, b, d\right)$.
|
Answer:

We can rewrite the expression as
$$
\begin{gathered}
\frac{x_{4}^{2}}{x_{1}^{2}} \cdot \frac{\left(x_{1}+x_{1}\right)\left(x_{1}+x_{2}\right)\left(x_{1}+x_{3}\right)\left(x_{1}+x_{4}\right)}{\left(x_{4}+x_{1}\right)\left(x_{4}+x_{2}\right)\left(x_{4}+x_{3}\right)\left(x_{4}+x_{4}\right)} \\
\frac{x_{4}^{2}}{x_{1}^{2}} \cdot \frac{f\left(-x_{1}\right)}{f\left(-x_{4}\right)}
\end{gathered}
$$
where $f(x)$ is the quartic. We attempt to find a simple expression for $f\left(-x_{1}\right)$. We know that
$$
f\left(-x_{1}\right)-f\left(x_{1}\right)=2 a \cdot x_{1}^{3}+2 a \cdot x_{1}
$$
Since $x_{1}$ is a root, we have
$$
f\left(-x_{1}\right)=2 a \cdot x_{1}^{3}+2 a \cdot x_{1}
$$
Plugging this into our previous expression:
$$
\begin{gathered}
\frac{x_{4}^{2}}{x_{1}^{2}} \cdot \frac{x_{1}^{3}+x_{1}}{x_{4}^{3}+x_{4}} \\
\frac{x_{1}+\frac{1}{x_{1}}}{x_{4}+\frac{1}{x_{4}}}
\end{gathered}
$$
The expression $x+\frac{1}{x}$ is maximized at $x=2, \frac{1}{2}$ and minimized at $x=1$. We can therefore maximize the numerator with $x_{1}=2$ and minimize the denominator with $x_{4}=1$ to achieve the answer of $\frac{5}{4}$. It can be confirmed that such an answer can be achieved such as with $x_{2}=x_{3}=\frac{\sqrt{10}-1}{3}$.
|
\frac{5}{4}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Assume the quartic $x^{4}-a x^{3}+b x^{2}-a x+d=0$ has four real roots $\frac{1}{2} \leq x_{1}, x_{2}, x_{3}, x_{4} \leq 2$. Find the maximum possible value of $\frac{\left(x_{1}+x_{2}\right)\left(x_{1}+x_{3}\right) x_{4}}{\left(x_{4}+x_{2}\right)\left(x_{4}+x_{3}\right) x_{1}}$ (over all valid choices of $\left.a, b, d\right)$.
|
Answer:

We can rewrite the expression as
$$
\begin{gathered}
\frac{x_{4}^{2}}{x_{1}^{2}} \cdot \frac{\left(x_{1}+x_{1}\right)\left(x_{1}+x_{2}\right)\left(x_{1}+x_{3}\right)\left(x_{1}+x_{4}\right)}{\left(x_{4}+x_{1}\right)\left(x_{4}+x_{2}\right)\left(x_{4}+x_{3}\right)\left(x_{4}+x_{4}\right)} \\
\frac{x_{4}^{2}}{x_{1}^{2}} \cdot \frac{f\left(-x_{1}\right)}{f\left(-x_{4}\right)}
\end{gathered}
$$
where $f(x)$ is the quartic. We attempt to find a simple expression for $f\left(-x_{1}\right)$. We know that
$$
f\left(-x_{1}\right)-f\left(x_{1}\right)=2 a \cdot x_{1}^{3}+2 a \cdot x_{1}
$$
Since $x_{1}$ is a root, we have
$$
f\left(-x_{1}\right)=2 a \cdot x_{1}^{3}+2 a \cdot x_{1}
$$
Plugging this into our previous expression:
$$
\begin{gathered}
\frac{x_{4}^{2}}{x_{1}^{2}} \cdot \frac{x_{1}^{3}+x_{1}}{x_{4}^{3}+x_{4}} \\
\frac{x_{1}+\frac{1}{x_{1}}}{x_{4}+\frac{1}{x_{4}}}
\end{gathered}
$$
The expression $x+\frac{1}{x}$ is maximized at $x=2, \frac{1}{2}$ and minimized at $x=1$. We can therefore maximize the numerator with $x_{1}=2$ and minimize the denominator with $x_{4}=1$ to achieve the answer of $\frac{5}{4}$. It can be confirmed that such an answer can be achieved such as with $x_{2}=x_{3}=\frac{\sqrt{10}-1}{3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-algnt-solutions.jsonl",
"problem_match": "\n9. ",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
7f2a9ac7-d347-5b38-9a1c-d40b4784b778
| 609,790
|
Consider a $2 \times 3$ grid where each entry is one of 0,1 , and 2 . For how many such grids is the sum of the numbers in every row and in every column a multiple of 3 ? One valid grid is shown below.
$$
\left[\begin{array}{lll}
1 & 2 & 0 \\
2 & 1 & 0
\end{array}\right]
$$
|
Answer: 9
Any two elements in the same row fix the rest of the grid, so $3^{2}=9$.
|
9
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Consider a $2 \times 3$ grid where each entry is one of 0,1 , and 2 . For how many such grids is the sum of the numbers in every row and in every column a multiple of 3 ? One valid grid is shown below.
$$
\left[\begin{array}{lll}
1 & 2 & 0 \\
2 & 1 & 0
\end{array}\right]
$$
|
Answer: 9
Any two elements in the same row fix the rest of the grid, so $3^{2}=9$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n1. ",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
bdf9e4ed-cf79-5622-87b2-27ef184a537a
| 609,792
|
A $4 \times 4$ window is made out of 16 square windowpanes. How many ways are there to stain each of the windowpanes, red, pink, or magenta, such that each windowpane is the same color as exactly two of its neighbors? Two different windowpanes are neighbors if they share a side.
|
Answer: 24
For the purpose of explaining this solution, let's label the squares as
11121314
21222324
31323334
41424344
Note that since the corner squares $11,14,41,44$ each only have two neighbors, each corner square is the same color as both of its neighbors (for example, 11,12 , and 21 are the same color, 31,41 , and 42 are the same color, etc.). This corner square constraint heavily limits the possible colorings. We will now use casework.
Case 1: Suppose two corner squares on the same side (without loss of generality, let them be 11 and 14 ) have the same color (without loss of generality, red). Then $21,11,12,13,14,24$ are all red, and 12 has two red neighbors (11 and 13) so its third neighbor (22) is a color different from red (without loss of generality, magenta). But 22 has two red neighbors (12 and 21), so its other two neighbors (23 and 32 )must be magenta. Applying the same logic symmetrically, we find that all four interior squares $(22,23,32,33)$ have the same color. Furthermore, 21 has one magenta neighbor 22, so 31 must be red. Symmetrically, 34 is red, and by the corner square constraint we have that all the exterior squares are
the same color. Thus in general, this case is equivalent to a window taking the following form (with distinct colors $A$ and $B$ )
$$
\begin{array}{llll}
A & A & A & A \\
A & B & B & A \\
A & B & B & A \\
A & A & A & A
\end{array}
$$
The number of choices of $A$ and $B$ is $3 \cdot 2=6$.
Case 2: No two corner squares on the same side have the same color.
Then from the corner square constraint 12 has neighbor 11 of the same color and neighbor 13 of a different color, so its neighbor 22 must be the same color as 12 . Therefore, this case is equivalent to coloring each quadrant entirely in one color such two quadrants sharing a side have different colors. (A quadrant refers to the four squares on one vertical half and one horizontal half, e.g. 13, 14, 23, 24). If only two colors are used, the window will take the form (with distinct colors $A$ and $B$ ):
$$
\begin{array}{llll}
A & A & B & B \\
A & A & B & B \\
B & B & A & A \\
B & B & A & A
\end{array}
$$
Again there are $3 \cdot 2=6$ ways to chose $A$ and $B$.
If all three colors are used, the window will take the form (with distinct colors $A, B$ and $C$ )
$$
\begin{array}{llll}
A & A & B & B \\
A & A & B & B \\
C & C & A & A \\
C & C & A & A
\end{array}
$$
or
| $A$ | $A$ | $B$ | $B$ |
| :--- | :--- | :--- | :--- |
| $A$ | $A$ | $B$ | $B$ |
| $B$ | $B$ | $C$ | $C$ |
| $B$ | $B$ | $C$ | $C$ |
There are $3 \cdot 2 \cdot 1=6$ ways to select colors for each of these forms.
Therefore, there are 6 colorings in Case 1 and $6+6+6$ in Case 2, for a total of 24 colorings.
|
24
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A $4 \times 4$ window is made out of 16 square windowpanes. How many ways are there to stain each of the windowpanes, red, pink, or magenta, such that each windowpane is the same color as exactly two of its neighbors? Two different windowpanes are neighbors if they share a side.
|
Answer: 24
For the purpose of explaining this solution, let's label the squares as
11121314
21222324
31323334
41424344
Note that since the corner squares $11,14,41,44$ each only have two neighbors, each corner square is the same color as both of its neighbors (for example, 11,12 , and 21 are the same color, 31,41 , and 42 are the same color, etc.). This corner square constraint heavily limits the possible colorings. We will now use casework.
Case 1: Suppose two corner squares on the same side (without loss of generality, let them be 11 and 14 ) have the same color (without loss of generality, red). Then $21,11,12,13,14,24$ are all red, and 12 has two red neighbors (11 and 13) so its third neighbor (22) is a color different from red (without loss of generality, magenta). But 22 has two red neighbors (12 and 21), so its other two neighbors (23 and 32 )must be magenta. Applying the same logic symmetrically, we find that all four interior squares $(22,23,32,33)$ have the same color. Furthermore, 21 has one magenta neighbor 22, so 31 must be red. Symmetrically, 34 is red, and by the corner square constraint we have that all the exterior squares are
the same color. Thus in general, this case is equivalent to a window taking the following form (with distinct colors $A$ and $B$ )
$$
\begin{array}{llll}
A & A & A & A \\
A & B & B & A \\
A & B & B & A \\
A & A & A & A
\end{array}
$$
The number of choices of $A$ and $B$ is $3 \cdot 2=6$.
Case 2: No two corner squares on the same side have the same color.
Then from the corner square constraint 12 has neighbor 11 of the same color and neighbor 13 of a different color, so its neighbor 22 must be the same color as 12 . Therefore, this case is equivalent to coloring each quadrant entirely in one color such two quadrants sharing a side have different colors. (A quadrant refers to the four squares on one vertical half and one horizontal half, e.g. 13, 14, 23, 24). If only two colors are used, the window will take the form (with distinct colors $A$ and $B$ ):
$$
\begin{array}{llll}
A & A & B & B \\
A & A & B & B \\
B & B & A & A \\
B & B & A & A
\end{array}
$$
Again there are $3 \cdot 2=6$ ways to chose $A$ and $B$.
If all three colors are used, the window will take the form (with distinct colors $A, B$ and $C$ )
$$
\begin{array}{llll}
A & A & B & B \\
A & A & B & B \\
C & C & A & A \\
C & C & A & A
\end{array}
$$
or
| $A$ | $A$ | $B$ | $B$ |
| :--- | :--- | :--- | :--- |
| $A$ | $A$ | $B$ | $B$ |
| $B$ | $B$ | $C$ | $C$ |
| $B$ | $B$ | $C$ | $C$ |
There are $3 \cdot 2 \cdot 1=6$ ways to select colors for each of these forms.
Therefore, there are 6 colorings in Case 1 and $6+6+6$ in Case 2, for a total of 24 colorings.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n3. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
74efb5a1-ddf3-56eb-89b6-c424b87b8c93
| 609,794
|
A bag contains nine blue marbles, ten ugly marbles, and one special marble. Ryan picks marbles randomly from this bag with replacement until he draws the special marble. He notices that none of the marbles he drew were ugly. Given this information, what is the expected value of the number of total marbles he drew?
|
Answer: $\frac{20}{11}$
The probability of drawing $k$ marbles is the probability of drawing $k-1$ blue marbles and then the special marble, which is $p_{k}=\left(\frac{9}{20}\right)^{k-1} \times \frac{1}{20}$. The probability of drawing no ugly marbles is therefore $\sum_{k=1}^{\infty} p_{k}=\frac{1}{11}$.
Then given that no ugly marbles were drawn, the probability that $k$ marbles were drawn is $11 p_{k}$. The expected number of marbles Ryan drew is
$$
\sum_{k=1}^{\infty} k\left(11 p_{k}\right)=\frac{11}{20} \sum_{k=1}^{\infty} k\left(\frac{9}{20}\right)^{k-1}=\frac{11}{20} \times \frac{400}{121}=\frac{20}{11}
$$
(To compute the sum in the last step, let $S=\sum_{k=1}^{\infty} k\left(\frac{9}{20}\right)^{k-1}$ and note that $\frac{9}{20} S=S-\sum_{k=1}^{\infty}\left(\frac{9}{20}\right)^{k-1}=$ $\left.S-\frac{20}{11}\right)$.
|
\frac{20}{11}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A bag contains nine blue marbles, ten ugly marbles, and one special marble. Ryan picks marbles randomly from this bag with replacement until he draws the special marble. He notices that none of the marbles he drew were ugly. Given this information, what is the expected value of the number of total marbles he drew?
|
Answer: $\frac{20}{11}$
The probability of drawing $k$ marbles is the probability of drawing $k-1$ blue marbles and then the special marble, which is $p_{k}=\left(\frac{9}{20}\right)^{k-1} \times \frac{1}{20}$. The probability of drawing no ugly marbles is therefore $\sum_{k=1}^{\infty} p_{k}=\frac{1}{11}$.
Then given that no ugly marbles were drawn, the probability that $k$ marbles were drawn is $11 p_{k}$. The expected number of marbles Ryan drew is
$$
\sum_{k=1}^{\infty} k\left(11 p_{k}\right)=\frac{11}{20} \sum_{k=1}^{\infty} k\left(\frac{9}{20}\right)^{k-1}=\frac{11}{20} \times \frac{400}{121}=\frac{20}{11}
$$
(To compute the sum in the last step, let $S=\sum_{k=1}^{\infty} k\left(\frac{9}{20}\right)^{k-1}$ and note that $\frac{9}{20} S=S-\sum_{k=1}^{\infty}\left(\frac{9}{20}\right)^{k-1}=$ $\left.S-\frac{20}{11}\right)$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n5. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
c3ed4e0f-97f2-5067-9477-416748ec7190
| 72,491
|
Sarah stands at $(0,0)$ and Rachel stands at $(6,8)$ in the Euclidean plane. Sarah can only move 1 unit in the positive $x$ or $y$ direction, and Rachel can only move 1 unit in the negative $x$ or $y$ direction. Each second, Sarah and Rachel see each other, independently pick a direction to move at the same time, and move to their new position. Sarah catches Rachel if Sarah and Rachel are ever at the same point. Rachel wins if she is able to get to $(0,0)$ without being caught; otherwise, Sarah wins. Given that both of them play optimally to maximize their probability of winning, what is the probability that Rachel wins?
|
Answer: $\frac{63}{64}$
We make the following claim: In a game with $n \times m$ grid where $n \leq m$ and $n \equiv m(\bmod 2)$, the probability that Sarah wins is $\frac{1}{2^{n}}$ under optimal play.
Proof: We induct on $n$. First consider the base case $n=0$. In this case Rachel is confined on a line, so Sarah is guaranteed to win.
We then consider the case where $n=m$ (a square grid). If Rachel and Sarah move in parallel directions at first, then Rachel can win if she keep moving in this direction, since Sarah will not be able to catch Rachel no matter what. Otherwise, the problem is reduced to a $(n-1) \times(n-1)$ grid. Therefore, the optimal strategy for both players is to choose a direction completely randomly, since any bias can be abused by the other player. So the reduction happens with probability $\frac{1}{2}$, and by induction hypothesis Sarah will with probability $\frac{1}{2^{n-1}}$, so on a $n \times n$ grid Sarah wins with probability $\frac{1}{2^{n}}$.
Now we use induction to show that when $n<m$, both player will move in the longer $(m)$ direction until they are at corners of a square grid (in which case Sarah wins with probability $\frac{1}{2^{n}}$. If Sarah moves in the $n$ direction and Rachel moves in the $m$ (or $n$ ) direction, then Rachel can just move in the $n$ direction until she reaches the other side of the grid and Sarah will not be able to catch her. If Rachel moves in the $n$ direction and Sarah moves in the $m$ direction, then the problem is reduced to a $(n-1) \times(m-1)$ grid, which means that Sarah's winning probability is now doubled to $\frac{1}{2^{n-1}}$ by induction hypothesis. Therefore it is suboptimal for either player to move in the shorter $(n)$ direction. This shows that the game will be reduced to $n \times n$ with optimal play, and thus the claim is proved.
From the claim, we can conclude that the probability that Rachel wins is $1-\frac{1}{2^{6}}=\frac{63}{64}$.
|
\frac{63}{64}
|
Yes
|
Yes
|
math-word-problem
|
Logic and Puzzles
|
Sarah stands at $(0,0)$ and Rachel stands at $(6,8)$ in the Euclidean plane. Sarah can only move 1 unit in the positive $x$ or $y$ direction, and Rachel can only move 1 unit in the negative $x$ or $y$ direction. Each second, Sarah and Rachel see each other, independently pick a direction to move at the same time, and move to their new position. Sarah catches Rachel if Sarah and Rachel are ever at the same point. Rachel wins if she is able to get to $(0,0)$ without being caught; otherwise, Sarah wins. Given that both of them play optimally to maximize their probability of winning, what is the probability that Rachel wins?
|
Answer: $\frac{63}{64}$
We make the following claim: In a game with $n \times m$ grid where $n \leq m$ and $n \equiv m(\bmod 2)$, the probability that Sarah wins is $\frac{1}{2^{n}}$ under optimal play.
Proof: We induct on $n$. First consider the base case $n=0$. In this case Rachel is confined on a line, so Sarah is guaranteed to win.
We then consider the case where $n=m$ (a square grid). If Rachel and Sarah move in parallel directions at first, then Rachel can win if she keep moving in this direction, since Sarah will not be able to catch Rachel no matter what. Otherwise, the problem is reduced to a $(n-1) \times(n-1)$ grid. Therefore, the optimal strategy for both players is to choose a direction completely randomly, since any bias can be abused by the other player. So the reduction happens with probability $\frac{1}{2}$, and by induction hypothesis Sarah will with probability $\frac{1}{2^{n-1}}$, so on a $n \times n$ grid Sarah wins with probability $\frac{1}{2^{n}}$.
Now we use induction to show that when $n<m$, both player will move in the longer $(m)$ direction until they are at corners of a square grid (in which case Sarah wins with probability $\frac{1}{2^{n}}$. If Sarah moves in the $n$ direction and Rachel moves in the $m$ (or $n$ ) direction, then Rachel can just move in the $n$ direction until she reaches the other side of the grid and Sarah will not be able to catch her. If Rachel moves in the $n$ direction and Sarah moves in the $m$ direction, then the problem is reduced to a $(n-1) \times(m-1)$ grid, which means that Sarah's winning probability is now doubled to $\frac{1}{2^{n-1}}$ by induction hypothesis. Therefore it is suboptimal for either player to move in the shorter $(n)$ direction. This shows that the game will be reduced to $n \times n$ with optimal play, and thus the claim is proved.
From the claim, we can conclude that the probability that Rachel wins is $1-\frac{1}{2^{6}}=\frac{63}{64}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n6. ",
"solution_match": "\nProposed by: Rachel Zhang\n"
}
|
041c0019-ceff-5f57-88af-4ddeff9c1894
| 609,795
|
A tourist is learning an incorrect way to sort a permutation $\left(p_{1}, \ldots, p_{n}\right)$ of the integers $(1, \ldots, n)$. We define a $f i x$ on two adjacent elements $p_{i}$ and $p_{i+1}$, to be an operation which swaps the two elements if $p_{i}>p_{i+1}$, and does nothing otherwise. The tourist performs $n-1$ rounds of fixes, numbered $a=1,2, \ldots, n-1$. In round $a$ of fixes, the tourist fixes $p_{a}$ and $p_{a+1}$, then $p_{a+1}$ and $p_{a+2}$, and so on, up to $p_{n-1}$ and $p_{n}$. In this process, there are $(n-1)+(n-2)+\cdots+1=\frac{n(n-1)}{2}$ total fixes performed. How many permutations of $(1, \ldots, 2018)$ can the tourist start with to obtain $(1, \ldots, 2018)$ after performing these steps?
|
Answer: 1009! • 1010!
Note that the given algorithm is very similar to the well-known Bubble Sort algorithm for sorting an array. The exception is that in the $i$-th round through the array, the first $i-1$ pairs are not checked.
We claim a necessary and sufficient condition for the array to be sorted after the tourist's process is: for all $i$, after $i$ rounds, the numbers $1, \cdots, i$ are in the correct position. Firstly, this is necessary because these indices of the array are not touched in future rounds - so if a number was incorrect, then it would stay incorrect. On the other hand, suppose this condition holds. Then, we can "add" the additional fixes during each round (of the first $i-1$ pairs during the $i$-th round) to make the process identical to bubble sort. The tourist's final result won't change because by our assumption these swaps won't do anything. However, this process is now identical to bubble sort, so the resulting array will be sorted. Thus, our condition is sufficient.
Now, there are two positions the 1 can be in $\left(p_{1}, p_{2}\right)$. There are three positions the 2 can be in $\left(p_{1}, \cdots, p_{4}\right.$ except for the position of 1$)$. Similarly, for $1 \leq i \leq 1009$ there are $2 i-(i-1)=i+1$ positions $i$ can be in, and after that the remaining 1009 numbers can be arranged arbitrarily. Thus, the answer is 1010 ! • 1009!.
|
1009! \cdot 1010!
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A tourist is learning an incorrect way to sort a permutation $\left(p_{1}, \ldots, p_{n}\right)$ of the integers $(1, \ldots, n)$. We define a $f i x$ on two adjacent elements $p_{i}$ and $p_{i+1}$, to be an operation which swaps the two elements if $p_{i}>p_{i+1}$, and does nothing otherwise. The tourist performs $n-1$ rounds of fixes, numbered $a=1,2, \ldots, n-1$. In round $a$ of fixes, the tourist fixes $p_{a}$ and $p_{a+1}$, then $p_{a+1}$ and $p_{a+2}$, and so on, up to $p_{n-1}$ and $p_{n}$. In this process, there are $(n-1)+(n-2)+\cdots+1=\frac{n(n-1)}{2}$ total fixes performed. How many permutations of $(1, \ldots, 2018)$ can the tourist start with to obtain $(1, \ldots, 2018)$ after performing these steps?
|
Answer: 1009! • 1010!
Note that the given algorithm is very similar to the well-known Bubble Sort algorithm for sorting an array. The exception is that in the $i$-th round through the array, the first $i-1$ pairs are not checked.
We claim a necessary and sufficient condition for the array to be sorted after the tourist's process is: for all $i$, after $i$ rounds, the numbers $1, \cdots, i$ are in the correct position. Firstly, this is necessary because these indices of the array are not touched in future rounds - so if a number was incorrect, then it would stay incorrect. On the other hand, suppose this condition holds. Then, we can "add" the additional fixes during each round (of the first $i-1$ pairs during the $i$-th round) to make the process identical to bubble sort. The tourist's final result won't change because by our assumption these swaps won't do anything. However, this process is now identical to bubble sort, so the resulting array will be sorted. Thus, our condition is sufficient.
Now, there are two positions the 1 can be in $\left(p_{1}, p_{2}\right)$. There are three positions the 2 can be in $\left(p_{1}, \cdots, p_{4}\right.$ except for the position of 1$)$. Similarly, for $1 \leq i \leq 1009$ there are $2 i-(i-1)=i+1$ positions $i$ can be in, and after that the remaining 1009 numbers can be arranged arbitrarily. Thus, the answer is 1010 ! • 1009!.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n7. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
06949124-6be2-5073-ae6e-385b4f36eea3
| 609,796
|
A permutation of $\{1,2, \ldots, 7\}$ is chosen uniformly at random. A partition of the permutation into contiguous blocks is correct if, when each block is sorted independently, the entire permutation becomes sorted. For example, the permutation $(3,4,2,1,6,5,7)$ can be partitioned correctly into the blocks $[3,4,2,1]$ and $[6,5,7]$, since when these blocks are sorted, the permutation becomes $(1,2,3,4,5,6,7)$.
Find the expected value of the maximum number of blocks into which the permutation can be partitioned correctly.
|
Answer:

Let $\sigma$ be a permutation on $\{1, \ldots, n\}$. Call $m \in\{1, \ldots, n\}$ a breakpoint of $\sigma$ if $\{\sigma(1), \ldots, \sigma(m)\}=$ $\{1, \ldots, m\}$. Notice that the maximum partition is into $k$ blocks, where $k$ is the number of breakpoints: if our breakpoints are $m_{1}, \ldots, m_{k}$, then we take $\left\{1, \ldots, m_{1}\right\},\left\{m_{1}+1, \ldots, m_{2}\right\}, \ldots,\left\{m_{k-1}+1, \ldots, m_{k}\right\}$ as our contiguous blocks.
Now we just want to find
$$
\mathbb{E}[k]=\mathbb{E}\left[X_{1}+\cdots+X_{n}\right]
$$
where $X_{i}=1$ if $i$ is a breakpoint, and $X_{i}=0$ otherwise. We use linearity of expectation and notice that
$$
\mathbb{E}\left[X_{i}\right]=\frac{i!(n-i)!}{n!}
$$
since this is the probability that the first $i$ numbers are just $1, \ldots, i$ in some order. Thus,
$$
\mathbb{E}[k]=\sum_{i=1}^{n} \frac{i!(n-i)!}{n!}=\sum_{i=1}^{n}\binom{n}{i}^{-1}
$$
We can compute for $n=7$ that the answer is $\frac{151}{105}$.
|
\frac{151}{105}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A permutation of $\{1,2, \ldots, 7\}$ is chosen uniformly at random. A partition of the permutation into contiguous blocks is correct if, when each block is sorted independently, the entire permutation becomes sorted. For example, the permutation $(3,4,2,1,6,5,7)$ can be partitioned correctly into the blocks $[3,4,2,1]$ and $[6,5,7]$, since when these blocks are sorted, the permutation becomes $(1,2,3,4,5,6,7)$.
Find the expected value of the maximum number of blocks into which the permutation can be partitioned correctly.
|
Answer:

Let $\sigma$ be a permutation on $\{1, \ldots, n\}$. Call $m \in\{1, \ldots, n\}$ a breakpoint of $\sigma$ if $\{\sigma(1), \ldots, \sigma(m)\}=$ $\{1, \ldots, m\}$. Notice that the maximum partition is into $k$ blocks, where $k$ is the number of breakpoints: if our breakpoints are $m_{1}, \ldots, m_{k}$, then we take $\left\{1, \ldots, m_{1}\right\},\left\{m_{1}+1, \ldots, m_{2}\right\}, \ldots,\left\{m_{k-1}+1, \ldots, m_{k}\right\}$ as our contiguous blocks.
Now we just want to find
$$
\mathbb{E}[k]=\mathbb{E}\left[X_{1}+\cdots+X_{n}\right]
$$
where $X_{i}=1$ if $i$ is a breakpoint, and $X_{i}=0$ otherwise. We use linearity of expectation and notice that
$$
\mathbb{E}\left[X_{i}\right]=\frac{i!(n-i)!}{n!}
$$
since this is the probability that the first $i$ numbers are just $1, \ldots, i$ in some order. Thus,
$$
\mathbb{E}[k]=\sum_{i=1}^{n} \frac{i!(n-i)!}{n!}=\sum_{i=1}^{n}\binom{n}{i}^{-1}
$$
We can compute for $n=7$ that the answer is $\frac{151}{105}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n8. ",
"solution_match": "\n## Proposed by: Mehtaab Sawhney\n\n"
}
|
7fcc058b-e107-57d5-87f7-85ba3119de2c
| 609,797
|
How many ordered sequences of 36 digits have the property that summing the digits to get a number and taking the last digit of the sum results in a digit which is not in our original sequence? (Digits range from 0 to 9. )
|
Answer: $9^{36}+4$
We will solve this problem for 36 replaced by $n$. We use $[n]$ to denote $\{1,2, \ldots, n\}$ and $\sigma_{s}$ to denote the last digit of the sum of the digits of $s$.
Let $D$ be the set of all sequences of $n$ digits and let $S_{i}$ be the set of digit sequences $s$ such that $s_{i}=\sigma_{s}$, the $i^{\text {th }}$ digit of $s$. The quantity we are asked to compute is equal to $\left|D \backslash \bigcup_{i=1}^{n} S_{i}\right|$. We use the principle of inclusion-exclusion to compute this:
$$
\left|D \backslash \bigcup_{i=1}^{n} S_{i}\right|=\sum_{J \subseteq[n]}(-1)^{|J|}\left|\bigcap_{j \in J} S_{j}\right|
$$
Note that a digit sequence is in $S_{i}$ if and only if the $n-1$ digits which are not $i$ sum to a multiple of 10. This gives that $\left|S_{i}\right|=10 \cdot 10^{n-2}=10^{n-1}$ as there are 10 ways to pick the $i^{\text {th }}$ digit and $10^{n-2}$ ways to pick the other digits.
Similarly, given a subset $J \subseteq[n]$, we can perform a similar analysis. If a string $s$ is in $\bigcap_{j \in J} S_{j}$, we must
have that $s_{j}=\sigma_{s}$ for all $j \in J$. There are 10 ways to pick $\sigma_{s}$, which determines $s_{j}$ for all $j \in J$. From there, there are $10^{(n-|J|)-1}$ ways to pick the remaining digits as if we fix all but one, the last digit is uniquely determined. This gives $10^{n-|J|}$ choices.
However, this breaks down when $|J|=n$, as not all choices of $\sigma_{s}$ lead to any valid solutions. When $|J|=n, J=[n]$ and we require that the last digit of $n \sigma_{s}$ is $\sigma_{s}$, which happens for $\operatorname{gcd}(n-1,10)$ values of $\sigma_{s}$.
We now compare our expression from the principle of inclusion-exclusion to the binomial expansion of $(10-1)^{n}$. By the binomial theorem,
$$
9^{n}=(10-1)^{n}=\sum_{J \subseteq[n]}(-1)^{|J|} 10^{n-|J|}
$$
These agree on every term except for the term where $J=[n]$. In this case, we need to add an extra $(-1)^{n} \operatorname{gcd}(n-1,10)$ and subtract $(-1)^{n}$.
Thus our final value for $\left|D \backslash \bigcup_{i=1}^{n} S_{i}\right|$ is $9^{n}+(-1)^{n}(\operatorname{gcd}(n-1,10)-1)$, which is $9^{36}+4$ for $n=36$.
|
9^{36}+4
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
How many ordered sequences of 36 digits have the property that summing the digits to get a number and taking the last digit of the sum results in a digit which is not in our original sequence? (Digits range from 0 to 9. )
|
Answer: $9^{36}+4$
We will solve this problem for 36 replaced by $n$. We use $[n]$ to denote $\{1,2, \ldots, n\}$ and $\sigma_{s}$ to denote the last digit of the sum of the digits of $s$.
Let $D$ be the set of all sequences of $n$ digits and let $S_{i}$ be the set of digit sequences $s$ such that $s_{i}=\sigma_{s}$, the $i^{\text {th }}$ digit of $s$. The quantity we are asked to compute is equal to $\left|D \backslash \bigcup_{i=1}^{n} S_{i}\right|$. We use the principle of inclusion-exclusion to compute this:
$$
\left|D \backslash \bigcup_{i=1}^{n} S_{i}\right|=\sum_{J \subseteq[n]}(-1)^{|J|}\left|\bigcap_{j \in J} S_{j}\right|
$$
Note that a digit sequence is in $S_{i}$ if and only if the $n-1$ digits which are not $i$ sum to a multiple of 10. This gives that $\left|S_{i}\right|=10 \cdot 10^{n-2}=10^{n-1}$ as there are 10 ways to pick the $i^{\text {th }}$ digit and $10^{n-2}$ ways to pick the other digits.
Similarly, given a subset $J \subseteq[n]$, we can perform a similar analysis. If a string $s$ is in $\bigcap_{j \in J} S_{j}$, we must
have that $s_{j}=\sigma_{s}$ for all $j \in J$. There are 10 ways to pick $\sigma_{s}$, which determines $s_{j}$ for all $j \in J$. From there, there are $10^{(n-|J|)-1}$ ways to pick the remaining digits as if we fix all but one, the last digit is uniquely determined. This gives $10^{n-|J|}$ choices.
However, this breaks down when $|J|=n$, as not all choices of $\sigma_{s}$ lead to any valid solutions. When $|J|=n, J=[n]$ and we require that the last digit of $n \sigma_{s}$ is $\sigma_{s}$, which happens for $\operatorname{gcd}(n-1,10)$ values of $\sigma_{s}$.
We now compare our expression from the principle of inclusion-exclusion to the binomial expansion of $(10-1)^{n}$. By the binomial theorem,
$$
9^{n}=(10-1)^{n}=\sum_{J \subseteq[n]}(-1)^{|J|} 10^{n-|J|}
$$
These agree on every term except for the term where $J=[n]$. In this case, we need to add an extra $(-1)^{n} \operatorname{gcd}(n-1,10)$ and subtract $(-1)^{n}$.
Thus our final value for $\left|D \backslash \bigcup_{i=1}^{n} S_{i}\right|$ is $9^{n}+(-1)^{n}(\operatorname{gcd}(n-1,10)-1)$, which is $9^{36}+4$ for $n=36$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n9. ",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
7472bf13-54ff-5b0c-a743-f2603b3dfe01
| 609,798
|
Lily has a $300 \times 300$ grid of squares. She now removes $100 \times 100$ squares from each of the four corners and colors each of the remaining 50000 squares black and white. Given that no $2 \times 2$ square is colored in a checkerboard pattern, find the maximum possible number of (unordered) pairs of squares such that one is black, one is white and the squares share an edge.
|
Answer: 49998
First we show an upper bound. Define a grid point as a vertex of one of the squares in the figure. Construct a graph as follows. Place a vertex at each grid point and draw an edge between two adjacent points if that edge forms a black-white boundary. The condition of there being no $2 \times 2$ checkerboard is equivalent to no vertex having degree more than 2 . There are $101^{2}+4 \cdot 99^{2}=49405$ vertices that are allowed to have degree 2 and $12 \cdot 99=1188$ vertices (on the boundary) that can have degree 1 .
This gives us an upper bound of 49999 edges. We will show that exactly this many edges is impossible. Assume for the sake of contradiction that we have a configuration achieving exactly this many edges.
Consider pairing up the degree 1 vertices so that those on a horizontal edge pair with the other vertex in the same column and those on a vertical edge pair with the other vertex in the same row. If we combine the pairs into one vertex, the resulting graph must have all vertices with degree exactly 2 . This means the graph must be a union of disjoint cycles. However all cycles must have even length and there are an odd number of total vertices so this is impossible. Thus we have an upper bound of 49998.
We now describe the construction. The top row alternates black and white. The next 99 rows alternate between all black and all white. Lets say the second row from the top is all white. The $101^{\text {st }}$ row alternates black and white for the first 100 squares, is all black for the next 100 and alternates between white and black for the last 100 squares. The next 98 rows alternate between all black and all white (the $102^{\text {nd }}$ row is all white). Finally, the bottom 101 rows are a mirror of the top 101 rows with the colors reversed. We easily verify that this achieves the desired. We illustrate the construction for 300 replaced by 12 .

|
49998
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Lily has a $300 \times 300$ grid of squares. She now removes $100 \times 100$ squares from each of the four corners and colors each of the remaining 50000 squares black and white. Given that no $2 \times 2$ square is colored in a checkerboard pattern, find the maximum possible number of (unordered) pairs of squares such that one is black, one is white and the squares share an edge.
|
Answer: 49998
First we show an upper bound. Define a grid point as a vertex of one of the squares in the figure. Construct a graph as follows. Place a vertex at each grid point and draw an edge between two adjacent points if that edge forms a black-white boundary. The condition of there being no $2 \times 2$ checkerboard is equivalent to no vertex having degree more than 2 . There are $101^{2}+4 \cdot 99^{2}=49405$ vertices that are allowed to have degree 2 and $12 \cdot 99=1188$ vertices (on the boundary) that can have degree 1 .
This gives us an upper bound of 49999 edges. We will show that exactly this many edges is impossible. Assume for the sake of contradiction that we have a configuration achieving exactly this many edges.
Consider pairing up the degree 1 vertices so that those on a horizontal edge pair with the other vertex in the same column and those on a vertical edge pair with the other vertex in the same row. If we combine the pairs into one vertex, the resulting graph must have all vertices with degree exactly 2 . This means the graph must be a union of disjoint cycles. However all cycles must have even length and there are an odd number of total vertices so this is impossible. Thus we have an upper bound of 49998.
We now describe the construction. The top row alternates black and white. The next 99 rows alternate between all black and all white. Lets say the second row from the top is all white. The $101^{\text {st }}$ row alternates black and white for the first 100 squares, is all black for the next 100 and alternates between white and black for the last 100 squares. The next 98 rows alternate between all black and all white (the $102^{\text {nd }}$ row is all white). Finally, the bottom 101 rows are a mirror of the top 101 rows with the colors reversed. We easily verify that this achieves the desired. We illustrate the construction for 300 replaced by 12 .

|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-comb-solutions.jsonl",
"problem_match": "\n10. ",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
7377708d-d06e-527d-89a1-ae41080a3b65
| 609,799
|
Triangle $G R T$ has $G R=5, R T=12$, and $G T=13$. The perpendicular bisector of $G T$ intersects the extension of $G R$ at $O$. Find $T O$.
|
Answer: $\frac{169}{10}$
First, note that $T O=G O$ as $O$ lies on the perpendicular bisector of $G T$. Then if $M$ is the midpoint of $G T$, we have that $\triangle G R T \sim \triangle G M O$, so we can compute $T O=G O=G M \cdot \frac{G T}{G R}=\frac{13}{2} \cdot \frac{13}{5}=\frac{169}{10}$.
|
\frac{169}{10}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Triangle $G R T$ has $G R=5, R T=12$, and $G T=13$. The perpendicular bisector of $G T$ intersects the extension of $G R$ at $O$. Find $T O$.
|
Answer: $\frac{169}{10}$
First, note that $T O=G O$ as $O$ lies on the perpendicular bisector of $G T$. Then if $M$ is the midpoint of $G T$, we have that $\triangle G R T \sim \triangle G M O$, so we can compute $T O=G O=G M \cdot \frac{G T}{G R}=\frac{13}{2} \cdot \frac{13}{5}=\frac{169}{10}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n1. ",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
54c0c054-3bf2-5cc6-a704-5bc791484b3c
| 609,800
|
How many noncongruent triangles are there with one side of length 20 , one side of length 17 , and one $60^{\circ}$ angle?
|
Answer: 2
There are 3 possible vertices that can have an angle of $60^{\circ}$, we will name them. Call the vertex where the sides of length 20 and 17 meet $\alpha$, denote the vertex where 17 doesn't meet 20 by $\beta$, and the final vertex, which meets 20 but not 17 , we denote by $\gamma$.
The law of cosines states that if we have a triangle, then we have the equation $c^{2}=a^{2}+b^{2}-2 a b \cos C$ where $C$ is the angle between $a$ and $b$. But $\cos 60^{\circ}=\frac{1}{2}$ so this becomes $c^{2}=a^{2}+b^{2}-a b$. We then try satisfying this equation for the 3 possible vertices and find that, for $\alpha$ the equation reads $c^{2}=400+289-340=349$ so that $c=\sqrt{349}$. For $\beta$ we find that $400=289+b^{2}-17 b$ or rather $b^{2}-17 b-111=0$ this is a quadratic, solving we find that it has two roots $b=\frac{17 \pm \sqrt{289+444}}{2}$, but since $\sqrt{733}>17$ only one of these roots is positive. We can also see that this isn't congruent to the other triangle we had, as for both the triangles the shortest side has length 17 , and so if they were congruent the lengths of all sides would need to be equal, but $18<\sqrt{349}<19$ and since $23^{2}<733$ clearly $\frac{17 \pm \sqrt{289+444}}{2}>\frac{17+23}{2}=20$ and so the triangles aren't congruent. If we try applying the law of cosines to $\gamma$ however, we get the equation $289=a^{2}+400-20 a$ which we can rewrite as $a^{2}-20 a+111=0$ which has no real solutions, as the discriminant $400-4 * 111=-44$ is negative. Thus, $\gamma$ cannot be $60^{\circ}$, and there are exactly two non congruent triangles with side lengths 20 and 17 with an angle being $60^{\circ}$.
|
2
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
How many noncongruent triangles are there with one side of length 20 , one side of length 17 , and one $60^{\circ}$ angle?
|
Answer: 2
There are 3 possible vertices that can have an angle of $60^{\circ}$, we will name them. Call the vertex where the sides of length 20 and 17 meet $\alpha$, denote the vertex where 17 doesn't meet 20 by $\beta$, and the final vertex, which meets 20 but not 17 , we denote by $\gamma$.
The law of cosines states that if we have a triangle, then we have the equation $c^{2}=a^{2}+b^{2}-2 a b \cos C$ where $C$ is the angle between $a$ and $b$. But $\cos 60^{\circ}=\frac{1}{2}$ so this becomes $c^{2}=a^{2}+b^{2}-a b$. We then try satisfying this equation for the 3 possible vertices and find that, for $\alpha$ the equation reads $c^{2}=400+289-340=349$ so that $c=\sqrt{349}$. For $\beta$ we find that $400=289+b^{2}-17 b$ or rather $b^{2}-17 b-111=0$ this is a quadratic, solving we find that it has two roots $b=\frac{17 \pm \sqrt{289+444}}{2}$, but since $\sqrt{733}>17$ only one of these roots is positive. We can also see that this isn't congruent to the other triangle we had, as for both the triangles the shortest side has length 17 , and so if they were congruent the lengths of all sides would need to be equal, but $18<\sqrt{349}<19$ and since $23^{2}<733$ clearly $\frac{17 \pm \sqrt{289+444}}{2}>\frac{17+23}{2}=20$ and so the triangles aren't congruent. If we try applying the law of cosines to $\gamma$ however, we get the equation $289=a^{2}+400-20 a$ which we can rewrite as $a^{2}-20 a+111=0$ which has no real solutions, as the discriminant $400-4 * 111=-44$ is negative. Thus, $\gamma$ cannot be $60^{\circ}$, and there are exactly two non congruent triangles with side lengths 20 and 17 with an angle being $60^{\circ}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n3. ",
"solution_match": "\nProposed by: Dai Yang\n"
}
|
abffa656-f434-5aff-b6b0-b87620c0fecf
| 609,802
|
A paper equilateral triangle of side length 2 on a table has vertices labeled $A, B, C$. Let $M$ be the point on the sheet of paper halfway between $A$ and $C$. Over time, point $M$ is lifted upwards, folding the triangle along segment $B M$, while $A, B$, and $C$ remain on the table. This continues until $A$ and $C$ touch. Find the maximum volume of tetrahedron $A B C M$ at any time during this process.
|
Answer: $\frac{\sqrt{3}}{6}$
View triangle $A B M$ as a base of this tetrahedron. Then relative to triangle $A B M$, triangle $C B M$ rotates around segment $B M$ on a hinge. Therefore the volume is maximized when $C$ is farthest from triangle $A B M$, which is when triangles $A B M$ and $C B M$ are perpendicular. The volume in this case can be calculated using the formula for the volume of a tetrahedron as $\frac{1}{6} \cdot 1 \cdot 1 \cdot \sqrt{3}=\frac{\sqrt{3}}{6}$.
|
\frac{\sqrt{3}}{6}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A paper equilateral triangle of side length 2 on a table has vertices labeled $A, B, C$. Let $M$ be the point on the sheet of paper halfway between $A$ and $C$. Over time, point $M$ is lifted upwards, folding the triangle along segment $B M$, while $A, B$, and $C$ remain on the table. This continues until $A$ and $C$ touch. Find the maximum volume of tetrahedron $A B C M$ at any time during this process.
|
Answer: $\frac{\sqrt{3}}{6}$
View triangle $A B M$ as a base of this tetrahedron. Then relative to triangle $A B M$, triangle $C B M$ rotates around segment $B M$ on a hinge. Therefore the volume is maximized when $C$ is farthest from triangle $A B M$, which is when triangles $A B M$ and $C B M$ are perpendicular. The volume in this case can be calculated using the formula for the volume of a tetrahedron as $\frac{1}{6} \cdot 1 \cdot 1 \cdot \sqrt{3}=\frac{\sqrt{3}}{6}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n4. ",
"solution_match": "\nProposed by: Dhruv Rohatgi\n"
}
|
a257bade-136c-5ba1-a364-b6db8727e69c
| 609,803
|
In the quadrilateral $M A R E$ inscribed in a unit circle $\omega, A M$ is a diameter of $\omega$, and $E$ lies on the angle bisector of $\angle R A M$. Given that triangles $R A M$ and $R E M$ have the same area, find the area of quadrilateral $M A R E$.
|
Answer: $\frac{8 \sqrt{2}}{9}$
Since $A E$ bisects $\angle R A M$, we have $R E=E M$, and $E, A$ lie on different sides of $R M$. Since $A M$ is a diameter, $\angle A R M=90^{\circ}$. If the midpoint of $R M$ is $N$, then from $[R A M]=[R E M]$ and $\angle A R M=90^{\circ}$, we find $A R=N E$. Note that $O$, the center of $\omega, N$, and $E$ are collinear, and by similarity of triangles $N O M$ and $R A M, O N=\frac{1}{2} A R=\frac{1}{2} N E$. Therefore, $O N=\frac{1}{3}$ and $N E=\frac{2}{3}$. By the Pythagorean theorem on triangle $R A M, R M=\frac{4 \sqrt{2}}{3}$, Therefore, the area of $M A R E$ is $2 \cdot \frac{1}{2} \cdot \frac{4 \sqrt{2}}{3} \cdot \frac{2}{3}=\frac{8 \sqrt{2}}{9}$.
|
\frac{8 \sqrt{2}}{9}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
In the quadrilateral $M A R E$ inscribed in a unit circle $\omega, A M$ is a diameter of $\omega$, and $E$ lies on the angle bisector of $\angle R A M$. Given that triangles $R A M$ and $R E M$ have the same area, find the area of quadrilateral $M A R E$.
|
Answer: $\frac{8 \sqrt{2}}{9}$
Since $A E$ bisects $\angle R A M$, we have $R E=E M$, and $E, A$ lie on different sides of $R M$. Since $A M$ is a diameter, $\angle A R M=90^{\circ}$. If the midpoint of $R M$ is $N$, then from $[R A M]=[R E M]$ and $\angle A R M=90^{\circ}$, we find $A R=N E$. Note that $O$, the center of $\omega, N$, and $E$ are collinear, and by similarity of triangles $N O M$ and $R A M, O N=\frac{1}{2} A R=\frac{1}{2} N E$. Therefore, $O N=\frac{1}{3}$ and $N E=\frac{2}{3}$. By the Pythagorean theorem on triangle $R A M, R M=\frac{4 \sqrt{2}}{3}$, Therefore, the area of $M A R E$ is $2 \cdot \frac{1}{2} \cdot \frac{4 \sqrt{2}}{3} \cdot \frac{2}{3}=\frac{8 \sqrt{2}}{9}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n5. ",
"solution_match": "\nProposed by: Yuan Yao\n"
}
|
655f1cbe-4875-5a29-8e07-44a524f29bec
| 609,804
|
Triangle $A B C$ has sidelengths $A B=14, A C=13$, and $B C=15$. Point $D$ is chosen in the interior of $\overline{A B}$ and point $E$ is selected uniformly at random from $\overline{A D}$. Point $F$ is then defined to be the intersection point of the perpendicular to $\overline{A B}$ at $E$ and the union of segments $\overline{A C}$ and $\overline{B C}$. Suppose that $D$ is chosen such that the expected value of the length of $\overline{E F}$ is maximized. Find $A D$.
|
Answer: $\sqrt{70}$
Let $G$ be the intersection of the altitude to $\overline{A B}$ at point $D$ with $\overline{A C} \cup \overline{B C}$. We first note that the maximal expected value is obtained when $D G=\frac{[A D G C]}{A D}$, where $[P]$ denotes the area of polygon $P$. Note that if $D G$ were not equal to this value, we could move $D$ either closer or further from $A$ and increase the value of the fraction, which is the expected value of $E F$. We note that this equality can only occur if $D$ is on the side of the altitude to $\overline{A B}$ nearest point $B$. Multiplying both sides of this equation by $A D$ yields $A D \cdot D G=[A D G C]$, which can be interpreted as meaning that the area of the rectangle with base $\overline{A D}$ and height $\overline{D G}$ must have area equal to that of quadrilateral $A D G C$. We can now solve this problem with algebra.
Let $x=B D$. We first compute the area of the rectangle with base $\overline{A D}$ and height $\overline{D G}$. We have that $A D=A B-B D=14-x$. By decomposing the $13-14-15$ triangle into a $5-12-13$ triangle and a $9-12-15$ triangle, and using a similarity argument, we find that $D G=\frac{4}{3} x$. Thus, the area of this rectangle is $\frac{4}{3} x(14-x)=\frac{56}{3} x-\frac{4}{3} x^{2}$.
We next compute the area of quadrilateral $A D G C$. We note that $[A D G C]=[A B C]-[B D G]$. We have that $[A B C]=\frac{1}{2}(12)(14)=84$. We have $B D=x$ and $D G=\frac{4}{3} x$, so $[B D G]=\frac{1}{2}(x)\left(\frac{4}{3} x\right)=\frac{2}{3} x^{2}$. Therefore, we have $[A D G C]=[A B C]-[B D G]=84-\frac{2}{3} x^{2}$.
Equating these two areas, we have
$$
\frac{56}{3} x-\frac{4}{3} x^{2}=84-\frac{2}{3} x^{2}
$$
or, simplifying,
$$
x^{2}-28 x+126=0
$$
Solving yields $x=14 \pm \sqrt{70}$, but $14+\sqrt{70}$ exceeds $A B$, so we discard it as an extraneous root. Thus, $B D=14-\sqrt{70}$ and
$$
A D=A B-B D=14-(14-\sqrt{70})=\sqrt{70}
$$
Remark: if the altitude to point $C$ meets $\overline{A B}$ at point $H$, then the general answer to this problem is $\sqrt{A H \cdot A B}$. This result can be derived by considering the effects of dilation in the $\overline{A B}$ direction and dilation in the $\overline{C H}$ direction then performing dilations such that $\angle C$ is right and carrying out the calculation described above while considering congruent triangles.
|
\sqrt{70}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Triangle $A B C$ has sidelengths $A B=14, A C=13$, and $B C=15$. Point $D$ is chosen in the interior of $\overline{A B}$ and point $E$ is selected uniformly at random from $\overline{A D}$. Point $F$ is then defined to be the intersection point of the perpendicular to $\overline{A B}$ at $E$ and the union of segments $\overline{A C}$ and $\overline{B C}$. Suppose that $D$ is chosen such that the expected value of the length of $\overline{E F}$ is maximized. Find $A D$.
|
Answer: $\sqrt{70}$
Let $G$ be the intersection of the altitude to $\overline{A B}$ at point $D$ with $\overline{A C} \cup \overline{B C}$. We first note that the maximal expected value is obtained when $D G=\frac{[A D G C]}{A D}$, where $[P]$ denotes the area of polygon $P$. Note that if $D G$ were not equal to this value, we could move $D$ either closer or further from $A$ and increase the value of the fraction, which is the expected value of $E F$. We note that this equality can only occur if $D$ is on the side of the altitude to $\overline{A B}$ nearest point $B$. Multiplying both sides of this equation by $A D$ yields $A D \cdot D G=[A D G C]$, which can be interpreted as meaning that the area of the rectangle with base $\overline{A D}$ and height $\overline{D G}$ must have area equal to that of quadrilateral $A D G C$. We can now solve this problem with algebra.
Let $x=B D$. We first compute the area of the rectangle with base $\overline{A D}$ and height $\overline{D G}$. We have that $A D=A B-B D=14-x$. By decomposing the $13-14-15$ triangle into a $5-12-13$ triangle and a $9-12-15$ triangle, and using a similarity argument, we find that $D G=\frac{4}{3} x$. Thus, the area of this rectangle is $\frac{4}{3} x(14-x)=\frac{56}{3} x-\frac{4}{3} x^{2}$.
We next compute the area of quadrilateral $A D G C$. We note that $[A D G C]=[A B C]-[B D G]$. We have that $[A B C]=\frac{1}{2}(12)(14)=84$. We have $B D=x$ and $D G=\frac{4}{3} x$, so $[B D G]=\frac{1}{2}(x)\left(\frac{4}{3} x\right)=\frac{2}{3} x^{2}$. Therefore, we have $[A D G C]=[A B C]-[B D G]=84-\frac{2}{3} x^{2}$.
Equating these two areas, we have
$$
\frac{56}{3} x-\frac{4}{3} x^{2}=84-\frac{2}{3} x^{2}
$$
or, simplifying,
$$
x^{2}-28 x+126=0
$$
Solving yields $x=14 \pm \sqrt{70}$, but $14+\sqrt{70}$ exceeds $A B$, so we discard it as an extraneous root. Thus, $B D=14-\sqrt{70}$ and
$$
A D=A B-B D=14-(14-\sqrt{70})=\sqrt{70}
$$
Remark: if the altitude to point $C$ meets $\overline{A B}$ at point $H$, then the general answer to this problem is $\sqrt{A H \cdot A B}$. This result can be derived by considering the effects of dilation in the $\overline{A B}$ direction and dilation in the $\overline{C H}$ direction then performing dilations such that $\angle C$ is right and carrying out the calculation described above while considering congruent triangles.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n7. ",
"solution_match": "\nProposed by: Gabriel Mintzer\n"
}
|
24775fcf-0e9d-5aac-9ac6-bef66286b76a
| 609,806
|
Let $A B C$ be an equilateral triangle with side length 8 . Let $X$ be on side $A B$ so that $A X=5$ and $Y$ be on side $A C$ so that $A Y=3$. Let $Z$ be on side $B C$ so that $A Z, B Y, C X$ are concurrent. Let $Z X, Z Y$ intersect the circumcircle of $A X Y$ again at $P, Q$ respectively. Let $X Q$ and $Y P$ intersect at $K$. Compute $K X \cdot K Q$.
|
Answer: 304
Let $B Y$ and $C X$ meet at $O . O$ is on the circumcircle of $A X Y$, since $\triangle A X C \cong \triangle C Y B$.
We claim that $K A$ and $K O$ are tangent to the circumcircle of $A X Y$. Let $X Y$ and $B C$ meet at $L$. Then, $L B Z C$ is harmonic. A perspectivity at $X$ gives $A Y O P$ is harmonic. Similarly, a perspectivity at $Y$ gives $A X O Q$ is harmonic. Thus, $K$ is the pole of chord $A O$.
Now we compute. Denote $r$ as the radius and $\theta$ as $\angle A X O$. Then,
$$
\begin{gathered}
r=\frac{X Y}{\sqrt{3}}=\frac{\sqrt{5^{2}+3^{2}-3 \cdot 5}}{\sqrt{3}}=\sqrt{\frac{19}{3}} \\
\sin \theta=\sin 60^{\circ} \cdot \frac{A C}{X C}=\frac{\sqrt{3}}{2} \cdot \frac{8}{\sqrt{5^{2}+8^{2}-5 \cdot 8}}=\frac{4}{7} \sqrt{3} \\
K X \cdot K Q=K A^{2}=(r \cdot \tan \theta)^{2}=\left(\sqrt{\frac{19}{3}} \cdot 4 \sqrt{3}\right)^{2}=304 .
\end{gathered}
$$
|
304
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be an equilateral triangle with side length 8 . Let $X$ be on side $A B$ so that $A X=5$ and $Y$ be on side $A C$ so that $A Y=3$. Let $Z$ be on side $B C$ so that $A Z, B Y, C X$ are concurrent. Let $Z X, Z Y$ intersect the circumcircle of $A X Y$ again at $P, Q$ respectively. Let $X Q$ and $Y P$ intersect at $K$. Compute $K X \cdot K Q$.
|
Answer: 304
Let $B Y$ and $C X$ meet at $O . O$ is on the circumcircle of $A X Y$, since $\triangle A X C \cong \triangle C Y B$.
We claim that $K A$ and $K O$ are tangent to the circumcircle of $A X Y$. Let $X Y$ and $B C$ meet at $L$. Then, $L B Z C$ is harmonic. A perspectivity at $X$ gives $A Y O P$ is harmonic. Similarly, a perspectivity at $Y$ gives $A X O Q$ is harmonic. Thus, $K$ is the pole of chord $A O$.
Now we compute. Denote $r$ as the radius and $\theta$ as $\angle A X O$. Then,
$$
\begin{gathered}
r=\frac{X Y}{\sqrt{3}}=\frac{\sqrt{5^{2}+3^{2}-3 \cdot 5}}{\sqrt{3}}=\sqrt{\frac{19}{3}} \\
\sin \theta=\sin 60^{\circ} \cdot \frac{A C}{X C}=\frac{\sqrt{3}}{2} \cdot \frac{8}{\sqrt{5^{2}+8^{2}-5 \cdot 8}}=\frac{4}{7} \sqrt{3} \\
K X \cdot K Q=K A^{2}=(r \cdot \tan \theta)^{2}=\left(\sqrt{\frac{19}{3}} \cdot 4 \sqrt{3}\right)^{2}=304 .
\end{gathered}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n8. ",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
5786a021-39ef-58f1-b59f-14411b47aec5
| 609,807
|
Po picks 100 points $P_{1}, P_{2}, \ldots, P_{100}$ on a circle independently and uniformly at random. He then draws the line segments connecting $P_{1} P_{2}, P_{2} P_{3}, \ldots, P_{100} P_{1}$. When all of the line segments are drawn, the circle is divided into a number of regions. Find the expected number of regions that have all sides bounded by straight lines.
|
Answer: $\frac{4853}{3}$
If the 100 segments do not intersect on the interior, then the circle will be cut into 101 regions. By Euler's formula, each additional intersection cuts two edges into two each, and adds one more vertex, so since $V-E+F$ is constant, there will be one more region as well. It then suffices to compute the expected number of intersections, where two segments that share a vertex are not counted as intersections.
We use linearity of expectation to compute this value. It suffices to compute the expected number of segments that each segment intersects. Consider one such segment $P_{1} P_{2}$. It cannot possibly intersect a segment that shares an endpoint, so that leaves 97 possible other segments. Again, by linearity of expection, it suffices to compute the probability that $P_{1} P_{2}$ intersects $P_{i} P_{i+1}$. However, since each of the points was chosen uniformly at random, this is equal to the probability that $A C$ intersects $B D$, where $A, B, C, D$ are chosen uniformly at random from the circle. Since this probability is $1 / 3$, each segment intersects with $\frac{97}{3}$ segments on average.
Now, we can sum over all segments and divide by two to get ( $100 \cdot \frac{97}{3}$ ) $/ 2=\frac{4850}{3}$ intersections, since each intersection is counted twice. Accounting for the fact that there are 101 regions to begin with, and exactly 100 of them have an arc on the boundary, we get $\frac{4850}{3}+101-100=\frac{4853}{3}$ as the answer.
|
\frac{4853}{3}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Po picks 100 points $P_{1}, P_{2}, \ldots, P_{100}$ on a circle independently and uniformly at random. He then draws the line segments connecting $P_{1} P_{2}, P_{2} P_{3}, \ldots, P_{100} P_{1}$. When all of the line segments are drawn, the circle is divided into a number of regions. Find the expected number of regions that have all sides bounded by straight lines.
|
Answer: $\frac{4853}{3}$
If the 100 segments do not intersect on the interior, then the circle will be cut into 101 regions. By Euler's formula, each additional intersection cuts two edges into two each, and adds one more vertex, so since $V-E+F$ is constant, there will be one more region as well. It then suffices to compute the expected number of intersections, where two segments that share a vertex are not counted as intersections.
We use linearity of expectation to compute this value. It suffices to compute the expected number of segments that each segment intersects. Consider one such segment $P_{1} P_{2}$. It cannot possibly intersect a segment that shares an endpoint, so that leaves 97 possible other segments. Again, by linearity of expection, it suffices to compute the probability that $P_{1} P_{2}$ intersects $P_{i} P_{i+1}$. However, since each of the points was chosen uniformly at random, this is equal to the probability that $A C$ intersects $B D$, where $A, B, C, D$ are chosen uniformly at random from the circle. Since this probability is $1 / 3$, each segment intersects with $\frac{97}{3}$ segments on average.
Now, we can sum over all segments and divide by two to get ( $100 \cdot \frac{97}{3}$ ) $/ 2=\frac{4850}{3}$ intersections, since each intersection is counted twice. Accounting for the fact that there are 101 regions to begin with, and exactly 100 of them have an arc on the boundary, we get $\frac{4850}{3}+101-100=\frac{4853}{3}$ as the answer.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n9. ",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
de30c11c-552d-5b21-bf3e-3607dcac8d85
| 609,808
|
Let $A B C$ be a triangle such that $A B=6, B C=5, A C=7$. Let the tangents to the circumcircle of $A B C$ at $B$ and $C$ meet at $X$. Let $Z$ be a point on the circumcircle of $A B C$. Let $Y$ be the foot of the perpendicular from $X$ to $C Z$. Let $K$ be the intersection of the circumcircle of $B C Y$ with line $A B$. Given that $Y$ is on the interior of segment $C Z$ and $Y Z=3 C Y$, compute $A K$.
|
Answer: $\frac{147}{10}$
Let $\omega_{1}$ denote the circumcircle of $A B C$ and $\omega_{2}$ denote the circle centered at $X$ through $B$ and $C$. Let $\omega_{2}$ intersect $A B, A C$ again at $B^{\prime}, C^{\prime}$. The (signed) power of $Y$ with respect to $\omega_{1}$ is $-C Y \cdot Y Z$. The power of $Y$ with respect to $\omega_{2}$ is $X Y^{2}-C X^{2}=-C Y^{2}$. Thus the ratio of the powers of $Y$ with respect to the two circles is $3: 1$. The circumcircle of $B C Y$ passes through the intersection points of $\omega_{1}$ and $\omega_{2}$ ( $B$ and $C$ ) and thus contains exactly the set of points such that the ratio of their powers with respect to $\omega_{1}$ and $\omega_{2}$ is $3: 1$ (this fact can be verified in a variety of ways). We conclude that $K$ must be the point on line $A B$ such that $\frac{K B^{\prime}}{K A}=3$. It now suffices to compute $A B^{\prime}$. Note $A B^{\prime}=\frac{A C \cdot B^{\prime} C^{\prime}}{B C}$ by similar triangles. Also an angle chase gives that $B^{\prime} X C^{\prime}$ are collinear. We compute
$$
B X=\frac{B C}{2 \cos A}=\frac{5}{2 \cdot \frac{5}{7}}=\frac{7}{2}
$$
and thus $B^{\prime} C^{\prime}=7$ so $A B^{\prime}=\frac{49}{5}$ and $A K=\frac{3}{2} A B^{\prime}=\frac{147}{10}$.
|
\frac{147}{10}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle such that $A B=6, B C=5, A C=7$. Let the tangents to the circumcircle of $A B C$ at $B$ and $C$ meet at $X$. Let $Z$ be a point on the circumcircle of $A B C$. Let $Y$ be the foot of the perpendicular from $X$ to $C Z$. Let $K$ be the intersection of the circumcircle of $B C Y$ with line $A B$. Given that $Y$ is on the interior of segment $C Z$ and $Y Z=3 C Y$, compute $A K$.
|
Answer: $\frac{147}{10}$
Let $\omega_{1}$ denote the circumcircle of $A B C$ and $\omega_{2}$ denote the circle centered at $X$ through $B$ and $C$. Let $\omega_{2}$ intersect $A B, A C$ again at $B^{\prime}, C^{\prime}$. The (signed) power of $Y$ with respect to $\omega_{1}$ is $-C Y \cdot Y Z$. The power of $Y$ with respect to $\omega_{2}$ is $X Y^{2}-C X^{2}=-C Y^{2}$. Thus the ratio of the powers of $Y$ with respect to the two circles is $3: 1$. The circumcircle of $B C Y$ passes through the intersection points of $\omega_{1}$ and $\omega_{2}$ ( $B$ and $C$ ) and thus contains exactly the set of points such that the ratio of their powers with respect to $\omega_{1}$ and $\omega_{2}$ is $3: 1$ (this fact can be verified in a variety of ways). We conclude that $K$ must be the point on line $A B$ such that $\frac{K B^{\prime}}{K A}=3$. It now suffices to compute $A B^{\prime}$. Note $A B^{\prime}=\frac{A C \cdot B^{\prime} C^{\prime}}{B C}$ by similar triangles. Also an angle chase gives that $B^{\prime} X C^{\prime}$ are collinear. We compute
$$
B X=\frac{B C}{2 \cos A}=\frac{5}{2 \cdot \frac{5}{7}}=\frac{7}{2}
$$
and thus $B^{\prime} C^{\prime}=7$ so $A B^{\prime}=\frac{49}{5}$ and $A K=\frac{3}{2} A B^{\prime}=\frac{147}{10}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-geo-solutions.jsonl",
"problem_match": "\n10. ",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
808b4837-d7cd-5291-aef7-800b37d465f2
| 609,809
|
A square can be divided into four congruent figures as shown:

If each of the congruent figures has area 1 , what is the area of the square?
|
Answer: 4
There are four congruent figures with area 1, so the area of the square is 4 .
|
4
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A square can be divided into four congruent figures as shown:

If each of the congruent figures has area 1 , what is the area of the square?
|
Answer: 4
There are four congruent figures with area 1, so the area of the square is 4 .
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n1. [4]",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
eec1a111-9efc-5c6e-b8a3-582522858e9d
| 609,810
|
Allen and Yang want to share the numbers $1,2,3,4,5,6,7,8,9,10$. How many ways are there to split all ten numbers among Allen and Yang so that each person gets at least one number, and either Allen's numbers or Yang's numbers sum to an even number?
|
Answer: 1022
Since the sum of all of the numbers is odd, exactly one of Allen's sum and Yang's sum must be odd. Therefore any way of splitting the numbers up where each person receives at least one number is valid, so the answer is $2^{10}-2=1022$.
|
1022
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Allen and Yang want to share the numbers $1,2,3,4,5,6,7,8,9,10$. How many ways are there to split all ten numbers among Allen and Yang so that each person gets at least one number, and either Allen's numbers or Yang's numbers sum to an even number?
|
Answer: 1022
Since the sum of all of the numbers is odd, exactly one of Allen's sum and Yang's sum must be odd. Therefore any way of splitting the numbers up where each person receives at least one number is valid, so the answer is $2^{10}-2=1022$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n3. [4]",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
1db1cdca-6779-501f-a4ac-9a4c7eb558fc
| 609,812
|
Randall proposes a new temperature system called Felsius temperature with the following conversion between Felsius ${ }^{\circ} E$, Celsius ${ }^{\circ} C$, and Fahrenheit ${ }^{\circ} F$ :
$$
{ }^{\circ} E=\frac{7 \times{ }^{\circ} C}{5}+16=\frac{7 \times{ }^{\circ} F-80}{9} .
$$
For example, $0^{\circ} C=16^{\circ} E$. Let $x, y, z$ be real numbers such that $x^{\circ} C=x^{\circ} E, y^{\circ} E=y^{\circ} F, z^{\circ} C=$ $z^{\circ} F$. Find $x+y+z$.
|
Answer: -120
Notice that $(5 k)^{\circ} C=(7 k+16)^{\circ} E=(9 k+32)^{\circ} F$, so Felsius is an exact average of Celsius and Fahrenheit at the same temperature. Therefore we conclude that $x=y=z$, and it is not difficult to compute that they are all equal to -40 .
|
-120
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Randall proposes a new temperature system called Felsius temperature with the following conversion between Felsius ${ }^{\circ} E$, Celsius ${ }^{\circ} C$, and Fahrenheit ${ }^{\circ} F$ :
$$
{ }^{\circ} E=\frac{7 \times{ }^{\circ} C}{5}+16=\frac{7 \times{ }^{\circ} F-80}{9} .
$$
For example, $0^{\circ} C=16^{\circ} E$. Let $x, y, z$ be real numbers such that $x^{\circ} C=x^{\circ} E, y^{\circ} E=y^{\circ} F, z^{\circ} C=$ $z^{\circ} F$. Find $x+y+z$.
|
Answer: -120
Notice that $(5 k)^{\circ} C=(7 k+16)^{\circ} E=(9 k+32)^{\circ} F$, so Felsius is an exact average of Celsius and Fahrenheit at the same temperature. Therefore we conclude that $x=y=z$, and it is not difficult to compute that they are all equal to -40 .
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n5. [6]",
"solution_match": "\nProposed by: Yuan Yao\n"
}
|
51aa7126-858a-5488-a56b-ace3bab47da1
| 609,814
|
A bug is on a corner of a cube. A healthy path for the bug is a path along the edges of the cube that starts and ends where the bug is located, uses no edge multiple times, and uses at most two of the edges adjacent to any particular face. Find the number of healthy paths.
|
Answer: 6
There are 6 symmetric ways to choose the first two edges on the path. After these are chosen, all subsequent edges are determined, until the starting corner is reached once again.
|
6
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
A bug is on a corner of a cube. A healthy path for the bug is a path along the edges of the cube that starts and ends where the bug is located, uses no edge multiple times, and uses at most two of the edges adjacent to any particular face. Find the number of healthy paths.
|
Answer: 6
There are 6 symmetric ways to choose the first two edges on the path. After these are chosen, all subsequent edges are determined, until the starting corner is reached once again.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n6. [6]",
"solution_match": "\nProposed by: Dhruv Rohatgi\n"
}
|
090cbb7e-d3d3-5208-9f19-ae069dd0ffd1
| 609,815
|
Suppose a real number $x>1$ satisfies
$$
\log _{2}\left(\log _{4} x\right)+\log _{4}\left(\log _{16} x\right)+\log _{16}\left(\log _{2} x\right)=0
$$
Compute
$$
\log _{2}\left(\log _{16} x\right)+\log _{16}\left(\log _{4} x\right)+\log _{4}\left(\log _{2} x\right)
$$
|
Answer: $-\frac{1}{4}$
Let $A$ and $B$ be these sums, respectively. Then
$$
\begin{aligned}
B-A & =\log _{2}\left(\frac{\log _{16} x}{\log _{4} x}\right)+\log _{4}\left(\frac{\log _{2} x}{\log _{16} x}\right)+\log _{16}\left(\frac{\log _{4} x}{\log _{2} x}\right) \\
& =\log _{2}\left(\log _{16} 4\right)+\log _{4}\left(\log _{2} 16\right)+\log _{16}\left(\log _{4} 2\right) \\
& =\log _{2}\left(\frac{1}{2}\right)+\log _{4} 4+\log _{16}\left(\frac{1}{2}\right) \\
& =(-1)+1+\left(-\frac{1}{4}\right) \\
& =-\frac{1}{4}
\end{aligned}
$$
Since $A=0$, we have the answer $B=-\frac{1}{4}$.
|
-\frac{1}{4}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Suppose a real number $x>1$ satisfies
$$
\log _{2}\left(\log _{4} x\right)+\log _{4}\left(\log _{16} x\right)+\log _{16}\left(\log _{2} x\right)=0
$$
Compute
$$
\log _{2}\left(\log _{16} x\right)+\log _{16}\left(\log _{4} x\right)+\log _{4}\left(\log _{2} x\right)
$$
|
Answer: $-\frac{1}{4}$
Let $A$ and $B$ be these sums, respectively. Then
$$
\begin{aligned}
B-A & =\log _{2}\left(\frac{\log _{16} x}{\log _{4} x}\right)+\log _{4}\left(\frac{\log _{2} x}{\log _{16} x}\right)+\log _{16}\left(\frac{\log _{4} x}{\log _{2} x}\right) \\
& =\log _{2}\left(\log _{16} 4\right)+\log _{4}\left(\log _{2} 16\right)+\log _{16}\left(\log _{4} 2\right) \\
& =\log _{2}\left(\frac{1}{2}\right)+\log _{4} 4+\log _{16}\left(\frac{1}{2}\right) \\
& =(-1)+1+\left(-\frac{1}{4}\right) \\
& =-\frac{1}{4}
\end{aligned}
$$
Since $A=0$, we have the answer $B=-\frac{1}{4}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n8. [6]",
"solution_match": "\nProposed by: Michael Tang\n"
}
|
9f215b70-b611-59ae-beff-0b58606b660d
| 609,817
|
In a game, $N$ people are in a room. Each of them simultaneously writes down an integer between 0 and 100 inclusive. A person wins the game if their number is exactly two-thirds of the average of all the numbers written down. There can be multiple winners or no winners in this game. Let $m$ be the maximum possible number such that it is possible to win the game by writing down $m$. Find the smallest possible value of $N$ for which it is possible to win the game by writing down $m$ in a room of $N$ people.
|
Answer: 34
Since the average of the numbers is at most 100, the winning number is an integer which is at most two-thirds of 100 , or at most 66 . This is achieved in a room with 34 people, in which 33 people pick 100 and one person picks 66 , so the average number is 99 .
Furthermore, this cannot happen with less than 34 people. If the winning number is 66 and there are $N$ people, the sum of the numbers must be 99 . then we must have that $99 N \leq 66+100(N-1)$, which reduces to $N \geq 34$.
|
34
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
In a game, $N$ people are in a room. Each of them simultaneously writes down an integer between 0 and 100 inclusive. A person wins the game if their number is exactly two-thirds of the average of all the numbers written down. There can be multiple winners or no winners in this game. Let $m$ be the maximum possible number such that it is possible to win the game by writing down $m$. Find the smallest possible value of $N$ for which it is possible to win the game by writing down $m$ in a room of $N$ people.
|
Answer: 34
Since the average of the numbers is at most 100, the winning number is an integer which is at most two-thirds of 100 , or at most 66 . This is achieved in a room with 34 people, in which 33 people pick 100 and one person picks 66 , so the average number is 99 .
Furthermore, this cannot happen with less than 34 people. If the winning number is 66 and there are $N$ people, the sum of the numbers must be 99 . then we must have that $99 N \leq 66+100(N-1)$, which reduces to $N \geq 34$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n9. [7]",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
36fd0030-66d0-5479-b3fc-9393b926f6fa
| 609,818
|
Let a positive integer $n$ be called a cubic square if there exist positive integers $a, b$ with $n=$ $\operatorname{gcd}\left(a^{2}, b^{3}\right)$. Count the number of cubic squares between 1 and 100 inclusive.
|
Answer: 13
This is easily equivalent to $v_{p}(n) \not \equiv 1,5(\bmod 6)$ for all primes $p$. We just count: $p \geq 11 \Longrightarrow v_{p}(n)=1$ is clear, so we only look at the prime factorizations with primes from $\{2,3,5,7\}$. This is easy to compute: we obtain 13 .
|
13
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Let a positive integer $n$ be called a cubic square if there exist positive integers $a, b$ with $n=$ $\operatorname{gcd}\left(a^{2}, b^{3}\right)$. Count the number of cubic squares between 1 and 100 inclusive.
|
Answer: 13
This is easily equivalent to $v_{p}(n) \not \equiv 1,5(\bmod 6)$ for all primes $p$. We just count: $p \geq 11 \Longrightarrow v_{p}(n)=1$ is clear, so we only look at the prime factorizations with primes from $\{2,3,5,7\}$. This is easy to compute: we obtain 13 .
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n10. [7]",
"solution_match": "\nProposed by: Ashwin Sah\n"
}
|
1247ab06-8b62-5aa8-848b-41e444296264
| 609,819
|
$\triangle P N R$ has side lengths $P N=20, N R=18$, and $P R=19$. Consider a point $A$ on $P N . \triangle N R A$ is rotated about $R$ to $\triangle N^{\prime} R A^{\prime}$ so that $R, N^{\prime}$, and $P$ lie on the same line and $A A^{\prime}$ is perpendicular to $P R$. Find $\frac{P A}{A N}$.
|
Answer: $\frac{19}{18}$
Denote the intersection of $P R$ and $A A^{\prime}$ be $D$. Note $R A^{\prime}=R A$, so $D$, being the altitude of an isosceles triangle, is the midpoint of $A A^{\prime}$. Thus,
$$
\angle A R D=\angle A^{\prime} R D=\angle N R A
$$
so $R A$ is the angle bisector of $P N R$ through $R$. By the angle bisector theorem, we have $\frac{P A}{A N}=\frac{P R}{R N}=\frac{19}{18}$
|
\frac{19}{18}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
$\triangle P N R$ has side lengths $P N=20, N R=18$, and $P R=19$. Consider a point $A$ on $P N . \triangle N R A$ is rotated about $R$ to $\triangle N^{\prime} R A^{\prime}$ so that $R, N^{\prime}$, and $P$ lie on the same line and $A A^{\prime}$ is perpendicular to $P R$. Find $\frac{P A}{A N}$.
|
Answer: $\frac{19}{18}$
Denote the intersection of $P R$ and $A A^{\prime}$ be $D$. Note $R A^{\prime}=R A$, so $D$, being the altitude of an isosceles triangle, is the midpoint of $A A^{\prime}$. Thus,
$$
\angle A R D=\angle A^{\prime} R D=\angle N R A
$$
so $R A$ is the angle bisector of $P N R$ through $R$. By the angle bisector theorem, we have $\frac{P A}{A N}=\frac{P R}{R N}=\frac{19}{18}$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n12. [7]",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
82c46144-0959-5ac0-bc2d-c171eee8d848
| 609,821
|
Suppose $\triangle A B C$ has lengths $A B=5, B C=8$, and $C A=7$, and let $\omega$ be the circumcircle of $\triangle A B C$. Let $X$ be the second intersection of the external angle bisector of $\angle B$ with $\omega$, and let $Y$ be the foot of the perpendicular from $X$ to $B C$. Find the length of $Y C$.
|
Answer: $\frac{13}{2}$
Extend ray $\overrightarrow{A B}$ to a point $D$, Since $B X$ is an angle bisector, we have $\angle X B C=\angle X B D=180^{\circ}-$ $\angle X B A=\angle X C A$, so $X C=X A$ by the inscribed angle theorem. Now, construct a point $E$ on $B C$ so that $C E=A B$. Since $\angle B A X \cong \angle B C X$, we have $\triangle B A X \cong \triangle E C X$ by SAS congruence. Thus, $X B=X E$, so $Y$ bisects segment $B E$. Since $B E=B C-E C=8-5=3$, we have $Y C=E C+Y E=$ $5+\frac{1}{2} \cdot 3=\frac{13}{2}$.
(Archimedes Broken Chord Thoerem).
|
\frac{13}{2}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Suppose $\triangle A B C$ has lengths $A B=5, B C=8$, and $C A=7$, and let $\omega$ be the circumcircle of $\triangle A B C$. Let $X$ be the second intersection of the external angle bisector of $\angle B$ with $\omega$, and let $Y$ be the foot of the perpendicular from $X$ to $B C$. Find the length of $Y C$.
|
Answer: $\frac{13}{2}$
Extend ray $\overrightarrow{A B}$ to a point $D$, Since $B X$ is an angle bisector, we have $\angle X B C=\angle X B D=180^{\circ}-$ $\angle X B A=\angle X C A$, so $X C=X A$ by the inscribed angle theorem. Now, construct a point $E$ on $B C$ so that $C E=A B$. Since $\angle B A X \cong \angle B C X$, we have $\triangle B A X \cong \triangle E C X$ by SAS congruence. Thus, $X B=X E$, so $Y$ bisects segment $B E$. Since $B E=B C-E C=8-5=3$, we have $Y C=E C+Y E=$ $5+\frac{1}{2} \cdot 3=\frac{13}{2}$.
(Archimedes Broken Chord Thoerem).
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n13. [9]",
"solution_match": "\nProposed by: Caleb He\n"
}
|
94fef7af-95aa-5851-97cc-80cbc7504529
| 609,822
|
Given that $x$ is a positive real, find the maximum possible value of
$$
\sin \left(\tan ^{-1}\left(\frac{x}{9}\right)-\tan ^{-1}\left(\frac{x}{16}\right)\right)
$$
|
Answer: $\frac{7}{25}$
Consider a right triangle $A O C$ with right angle at $O, A O=16$ and $C O=x$. Moreover, let $B$ be on $A O$ such that $B O=9$. Then $\tan ^{-1} \frac{x}{9}=\angle C B O$ and $\tan ^{-1} \frac{x}{16}=\angle C A O$, so their difference is equal to $\angle A C B$. Note that the locus of all possible points $C$ given the value of $\angle A C B$ is part of a circle that passes through $A$ and $B$, and if we want to maximize this angle then we need to make this circle as small as possible. This happens when $O C$ is tangent to the circumcircle of $A B C$, so $O C^{2}=O A \cdot O B=144=12^{2}$, thus $x=12$, and it suffices to compute $\sin (\alpha-\beta)$ where $\sin \alpha=\cos \beta=\frac{4}{5}$ and $\cos \alpha=\sin \beta=\frac{3}{5}$. By angle subtraction formula we get $\sin (\alpha-\beta)=\left(\frac{4}{5}\right)^{2}-\left(\frac{3}{5}\right)^{2}=\frac{7}{25}$.
|
\frac{7}{25}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Given that $x$ is a positive real, find the maximum possible value of
$$
\sin \left(\tan ^{-1}\left(\frac{x}{9}\right)-\tan ^{-1}\left(\frac{x}{16}\right)\right)
$$
|
Answer: $\frac{7}{25}$
Consider a right triangle $A O C$ with right angle at $O, A O=16$ and $C O=x$. Moreover, let $B$ be on $A O$ such that $B O=9$. Then $\tan ^{-1} \frac{x}{9}=\angle C B O$ and $\tan ^{-1} \frac{x}{16}=\angle C A O$, so their difference is equal to $\angle A C B$. Note that the locus of all possible points $C$ given the value of $\angle A C B$ is part of a circle that passes through $A$ and $B$, and if we want to maximize this angle then we need to make this circle as small as possible. This happens when $O C$ is tangent to the circumcircle of $A B C$, so $O C^{2}=O A \cdot O B=144=12^{2}$, thus $x=12$, and it suffices to compute $\sin (\alpha-\beta)$ where $\sin \alpha=\cos \beta=\frac{4}{5}$ and $\cos \alpha=\sin \beta=\frac{3}{5}$. By angle subtraction formula we get $\sin (\alpha-\beta)=\left(\frac{4}{5}\right)^{2}-\left(\frac{3}{5}\right)^{2}=\frac{7}{25}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n14. [9]",
"solution_match": "\nProposed by: Yuan Yao\n"
}
|
6214f930-2d2e-5d45-a1b9-f24db4b4d89b
| 609,823
|
Michael picks a random subset of the complex numbers $\left\{1, \omega, \omega^{2}, \ldots, \omega^{2017}\right\}$ where $\omega$ is a primitive $2018^{\text {th }}$ root of unity and all subsets are equally likely to be chosen. If the sum of the elements in his subset is $S$, what is the expected value of $|S|^{2}$ ? (The sum of the elements of the empty set is 0 .)
|
Answer: $\frac{1009}{2}$
Consider $a$ and $-a$ of the set of complex numbers. If $x$ is the sum of some subset of the other complex numbers, then expected magnitude squared of the sum including $a$ and $-a$ is
$$
\begin{gathered}
\frac{(x+a)(\overline{x+a})+x \bar{x}+x \bar{x}+(x-a)(\overline{x-a})}{4} \\
x \bar{x}+\frac{a \bar{a}}{2}
\end{gathered}
$$
$$
x \bar{x}+\frac{1}{2}
$$
By repeating this process on the remaining 2016 elements of the set, we can obtain a factor of $\frac{1}{2}$ every time. In total, the answer is
$$
\frac{1009}{2}
$$
|
\frac{1009}{2}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Michael picks a random subset of the complex numbers $\left\{1, \omega, \omega^{2}, \ldots, \omega^{2017}\right\}$ where $\omega$ is a primitive $2018^{\text {th }}$ root of unity and all subsets are equally likely to be chosen. If the sum of the elements in his subset is $S$, what is the expected value of $|S|^{2}$ ? (The sum of the elements of the empty set is 0 .)
|
Answer: $\frac{1009}{2}$
Consider $a$ and $-a$ of the set of complex numbers. If $x$ is the sum of some subset of the other complex numbers, then expected magnitude squared of the sum including $a$ and $-a$ is
$$
\begin{gathered}
\frac{(x+a)(\overline{x+a})+x \bar{x}+x \bar{x}+(x-a)(\overline{x-a})}{4} \\
x \bar{x}+\frac{a \bar{a}}{2}
\end{gathered}
$$
$$
x \bar{x}+\frac{1}{2}
$$
By repeating this process on the remaining 2016 elements of the set, we can obtain a factor of $\frac{1}{2}$ every time. In total, the answer is
$$
\frac{1009}{2}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n15. [9]",
"solution_match": "\nProposed by: Nikhil Reddy\n"
}
|
223098c8-55d5-5a38-ab19-5572e0ddedbe
| 609,824
|
Solve for $x$ :
$$
x\lfloor x\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor\rfloor=122 .
$$
|
Answer: $\frac{122}{41}$
This problem can be done without needless casework.
(For negative values of $x$, the left hand side will be negative, so we only need to consider positive values of $x$.)
The key observation is that for $x \in[2,3), 122$ is an extremely large value for the expression. Indeed, we observe that:
$$
\begin{array}{rlrl}
\lfloor x\rfloor & =2 & & =5 \\
\lfloor x\lfloor x\rfloor\rfloor & \leq 2(3)-1 & & =14 \\
\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor & \leq 3(5)-1 & =41 \\
\lfloor x\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor\rfloor & \leq 3(14)-1 & =123
\end{array}
$$
So the expression can only be as large as 122 if ALL of those equalities hold (the the fourth line equaling 40 isn't good enough), and $x=\frac{122}{41}$. Note that this value is extremely close to 3 . We may check that this value of x indeed works. Note that the expression is strictly increasing in x , so $x=\frac{122}{41}$ is the only value that works.
|
\frac{122}{41}
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Solve for $x$ :
$$
x\lfloor x\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor\rfloor=122 .
$$
|
Answer: $\frac{122}{41}$
This problem can be done without needless casework.
(For negative values of $x$, the left hand side will be negative, so we only need to consider positive values of $x$.)
The key observation is that for $x \in[2,3), 122$ is an extremely large value for the expression. Indeed, we observe that:
$$
\begin{array}{rlrl}
\lfloor x\rfloor & =2 & & =5 \\
\lfloor x\lfloor x\rfloor\rfloor & \leq 2(3)-1 & & =14 \\
\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor & \leq 3(5)-1 & =41 \\
\lfloor x\lfloor x\lfloor x\lfloor x\rfloor\rfloor\rfloor\rfloor & \leq 3(14)-1 & =123
\end{array}
$$
So the expression can only be as large as 122 if ALL of those equalities hold (the the fourth line equaling 40 isn't good enough), and $x=\frac{122}{41}$. Note that this value is extremely close to 3 . We may check that this value of x indeed works. Note that the expression is strictly increasing in x , so $x=\frac{122}{41}$ is the only value that works.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n16. [9]",
"solution_match": "\nProposed by: John Michael Wu\n"
}
|
ea115af5-e03e-5400-8a9a-d2e2bb198f58
| 609,825
|
Compute the value of
$$
\frac{\cos 30.5^{\circ}+\cos 31.5^{\circ}+\ldots+\cos 44.5^{\circ}}{\sin 30.5^{\circ}+\sin 31.5^{\circ}+\ldots+\sin 44.5^{\circ}}
$$
|
Answer: $(\sqrt{2}-1)(\sqrt{3}+\sqrt{2})=2-\sqrt{2}-\sqrt{3}+\sqrt{6}$
Consider a 360 -sided regular polygon with side length 1 , rotated so that its sides are at half-degree inclinations (that is, its sides all have inclinations of $0.5^{\circ}, 1.5^{\circ}, 2.5^{\circ}$, and so on. Go to the bottom point on this polygon and then move clockwise, numbering the sides $1,2,3, \ldots, 360$ as you go. Then, take the section of 15 sides from side 31 to side 45 . These sides have inclinations of $30.5^{\circ}, 31.5^{\circ}, 32.5^{\circ}$, and so on, up to $44.5^{\circ}$. Therefore, over this section, the horizontal and vertical displacements are, respectively:
$$
\begin{aligned}
& H=\cos 30.5^{\circ}+\cos 31.5^{\circ}+\ldots+\cos 44.5^{\circ} \\
& V=\sin 30.5^{\circ}+\sin 31.5^{\circ}+\ldots+\sin 44.5^{\circ}
\end{aligned}
$$
However, we can also see that, letting $R$ be the circumradius of this polygon:
$$
\begin{gathered}
H=R\left(\sin 45^{\circ}-\sin 30^{\circ}\right) \\
V=R\left[\left(1-\cos 45^{\circ}\right)-\left(1-\cos 30^{\circ}\right)\right]
\end{gathered}
$$
From these, we can easily compute that our desired answer is $\frac{H}{V}=(\sqrt{2}-1)(\sqrt{3}+\sqrt{2})=2-\sqrt{2}-\sqrt{3}+\sqrt{6}$.
|
2-\sqrt{2}-\sqrt{3}+\sqrt{6}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Compute the value of
$$
\frac{\cos 30.5^{\circ}+\cos 31.5^{\circ}+\ldots+\cos 44.5^{\circ}}{\sin 30.5^{\circ}+\sin 31.5^{\circ}+\ldots+\sin 44.5^{\circ}}
$$
|
Answer: $(\sqrt{2}-1)(\sqrt{3}+\sqrt{2})=2-\sqrt{2}-\sqrt{3}+\sqrt{6}$
Consider a 360 -sided regular polygon with side length 1 , rotated so that its sides are at half-degree inclinations (that is, its sides all have inclinations of $0.5^{\circ}, 1.5^{\circ}, 2.5^{\circ}$, and so on. Go to the bottom point on this polygon and then move clockwise, numbering the sides $1,2,3, \ldots, 360$ as you go. Then, take the section of 15 sides from side 31 to side 45 . These sides have inclinations of $30.5^{\circ}, 31.5^{\circ}, 32.5^{\circ}$, and so on, up to $44.5^{\circ}$. Therefore, over this section, the horizontal and vertical displacements are, respectively:
$$
\begin{aligned}
& H=\cos 30.5^{\circ}+\cos 31.5^{\circ}+\ldots+\cos 44.5^{\circ} \\
& V=\sin 30.5^{\circ}+\sin 31.5^{\circ}+\ldots+\sin 44.5^{\circ}
\end{aligned}
$$
However, we can also see that, letting $R$ be the circumradius of this polygon:
$$
\begin{gathered}
H=R\left(\sin 45^{\circ}-\sin 30^{\circ}\right) \\
V=R\left[\left(1-\cos 45^{\circ}\right)-\left(1-\cos 30^{\circ}\right)\right]
\end{gathered}
$$
From these, we can easily compute that our desired answer is $\frac{H}{V}=(\sqrt{2}-1)(\sqrt{3}+\sqrt{2})=2-\sqrt{2}-\sqrt{3}+\sqrt{6}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n17. [10]",
"solution_match": "\nProposed by: Sujay Kazi\n"
}
|
afd56ed0-17f1-5685-9218-dccd6f483979
| 609,826
|
Compute the number of integers $n \in\{1,2, \ldots, 300\}$ such that $n$ is the product of two distinct primes, and is also the length of the longest leg of some nondegenerate right triangle with integer side lengths.
|
Answer: 13
Let $n=p \cdot q$ for primes $p<q$. If $n$ is the second largest side of a right triangle there exist integers $c, a$ such that $a<p q$ and $(p q)^{2}=c^{2}-a^{2}=(c-a)(c+a)$. Since $c-a<c+a$ there are three cases for the values of $c-a, c+a$, and in each case we determine when $a<p q$.
(a) $c-a=1$ and $c+a=p^{2} q^{2}$ : Then $a=\frac{p^{2} q^{2}-1}{2}>p q$, so there are no solutions.
(b) $c-a=p$ and $c+a=p q^{2}$ : Then $a=\frac{p q^{2}-p}{2}>p q$.
(c) $c-a=p^{2}$ and $c+a=q^{2}$. Then $a=\frac{q^{2}-p^{2}}{2}$ which we require to be less than $p q$. This is equivalent to
$$
\begin{aligned}
\frac{q^{2}-p^{2}}{2} & <p q \\
q^{2} & <2 p q+p^{2} \\
2 q^{2} & <(q+p)^{2} \\
\sqrt{2} q & <q+p \\
(\sqrt{2}-1) q & <p<q
\end{aligned}
$$
So the problem is equivalent to finding the number of distinct prime pairs $(p, q)$ such that $p q<300$ and $(\sqrt{2}-1) q<p<q$. There are 13 such pairs:
$$
\{(3,5),(3,7),(5,7),(5,11),(7,11),(7,13),(11,13),(11,17),(11,19),(11,23),(13,17),(13,19),(13,23)\}
$$
and $13 \cdot 23=299$ which is the biggest such pair.
The most interesting borderline case are $(3,7): \frac{3}{7} \approx .42>\sqrt{2}-1$, which leads to the $(20,21,29)$ triangle, $(5,13): \frac{5}{13} \approx .385<\sqrt{2}-1$, which leads to the $(65,72,97)$ triangle, and $(7,17): \frac{7}{17} \approx .411<\sqrt{2}-1$ which leads to the $(119,120,169)$ right triangle.
|
13
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Compute the number of integers $n \in\{1,2, \ldots, 300\}$ such that $n$ is the product of two distinct primes, and is also the length of the longest leg of some nondegenerate right triangle with integer side lengths.
|
Answer: 13
Let $n=p \cdot q$ for primes $p<q$. If $n$ is the second largest side of a right triangle there exist integers $c, a$ such that $a<p q$ and $(p q)^{2}=c^{2}-a^{2}=(c-a)(c+a)$. Since $c-a<c+a$ there are three cases for the values of $c-a, c+a$, and in each case we determine when $a<p q$.
(a) $c-a=1$ and $c+a=p^{2} q^{2}$ : Then $a=\frac{p^{2} q^{2}-1}{2}>p q$, so there are no solutions.
(b) $c-a=p$ and $c+a=p q^{2}$ : Then $a=\frac{p q^{2}-p}{2}>p q$.
(c) $c-a=p^{2}$ and $c+a=q^{2}$. Then $a=\frac{q^{2}-p^{2}}{2}$ which we require to be less than $p q$. This is equivalent to
$$
\begin{aligned}
\frac{q^{2}-p^{2}}{2} & <p q \\
q^{2} & <2 p q+p^{2} \\
2 q^{2} & <(q+p)^{2} \\
\sqrt{2} q & <q+p \\
(\sqrt{2}-1) q & <p<q
\end{aligned}
$$
So the problem is equivalent to finding the number of distinct prime pairs $(p, q)$ such that $p q<300$ and $(\sqrt{2}-1) q<p<q$. There are 13 such pairs:
$$
\{(3,5),(3,7),(5,7),(5,11),(7,11),(7,13),(11,13),(11,17),(11,19),(11,23),(13,17),(13,19),(13,23)\}
$$
and $13 \cdot 23=299$ which is the biggest such pair.
The most interesting borderline case are $(3,7): \frac{3}{7} \approx .42>\sqrt{2}-1$, which leads to the $(20,21,29)$ triangle, $(5,13): \frac{5}{13} \approx .385<\sqrt{2}-1$, which leads to the $(65,72,97)$ triangle, and $(7,17): \frac{7}{17} \approx .411<\sqrt{2}-1$ which leads to the $(119,120,169)$ right triangle.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n18. [10]",
"solution_match": "\nProposed by:\n"
}
|
5e4f9992-bdab-5b53-b0d7-6484df87e020
| 609,827
|
Suppose there are 100 cookies arranged in a circle, and 53 of them are chocolate chip, with the remainder being oatmeal. Pearl wants to choose a contiguous subsegment of exactly 67 cookies and wants this subsegment to have exactly $k$ chocolate chip cookies. Find the sum of the $k$ for which Pearl is guaranteed to succeed regardless of how the cookies are arranged.
|
Answer: 71
We claim that the only values of $k$ are 35 and 36 .
WLOG assume that the cookies are labelled 0 through 99 around the circle. Consider the following arrangement: cookies 0 through 17,34 through 50 , and 67 through 84 are chocolate chip, and the remaining are oatmeal. (The cookies form six alternating blocks around the circle of length $18,16,17,16,18,15$.) Consider the block of 33 cookies that are not chosen. It is not difficult to see that since the sum of the lengths of each two adjacent block is always at least 33 and at most 34 , this block of unchosen cookies always contains at least one complete block of cookies of the same type (and no other cookies of this type). So this block contains 17 or 18 or $33-16=17$ or $33-15=18$ chocolate chip cookies. Therefore, the block of 67 chosen cookies can only have $53-17=36$ or $53-18=35$ chocolate chip cookies.
Now we show that 35 and 36 can always be obtained. Consider all possible ways to choose 67 cookies: cookies 0 through 66,1 through $67, \ldots, 99$ through 65 . It is not difficult to see that the number of chocolate chip cookies in the block changes by at most 1 as we advance from one way to the next.
Moreover, each cookie will be chosen 67 times, so on average there will be $\frac{67.53}{100}=35.51$ chocolate chip cookies in each block. Since not all blocks are below average and not all blocks are above average, there must be a point where a block below average transition into a block above average. The difference of these two blocks is at most 1 , so one must be 35 and one must be 36 .
Therefore, the sum of all possible values of $k$ is $35+36=71$.
|
71
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Suppose there are 100 cookies arranged in a circle, and 53 of them are chocolate chip, with the remainder being oatmeal. Pearl wants to choose a contiguous subsegment of exactly 67 cookies and wants this subsegment to have exactly $k$ chocolate chip cookies. Find the sum of the $k$ for which Pearl is guaranteed to succeed regardless of how the cookies are arranged.
|
Answer: 71
We claim that the only values of $k$ are 35 and 36 .
WLOG assume that the cookies are labelled 0 through 99 around the circle. Consider the following arrangement: cookies 0 through 17,34 through 50 , and 67 through 84 are chocolate chip, and the remaining are oatmeal. (The cookies form six alternating blocks around the circle of length $18,16,17,16,18,15$.) Consider the block of 33 cookies that are not chosen. It is not difficult to see that since the sum of the lengths of each two adjacent block is always at least 33 and at most 34 , this block of unchosen cookies always contains at least one complete block of cookies of the same type (and no other cookies of this type). So this block contains 17 or 18 or $33-16=17$ or $33-15=18$ chocolate chip cookies. Therefore, the block of 67 chosen cookies can only have $53-17=36$ or $53-18=35$ chocolate chip cookies.
Now we show that 35 and 36 can always be obtained. Consider all possible ways to choose 67 cookies: cookies 0 through 66,1 through $67, \ldots, 99$ through 65 . It is not difficult to see that the number of chocolate chip cookies in the block changes by at most 1 as we advance from one way to the next.
Moreover, each cookie will be chosen 67 times, so on average there will be $\frac{67.53}{100}=35.51$ chocolate chip cookies in each block. Since not all blocks are below average and not all blocks are above average, there must be a point where a block below average transition into a block above average. The difference of these two blocks is at most 1 , so one must be 35 and one must be 36 .
Therefore, the sum of all possible values of $k$ is $35+36=71$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n19. [10]",
"solution_match": "\nProposed by: Alexander Wei\n"
}
|
9b76079d-e9f8-5fd9-b568-f5b21fdd4f14
| 609,828
|
Triangle $\triangle A B C$ has $A B=21, B C=55$, and $C A=56$. There are two points $P$ in the plane of $\triangle A B C$ for which $\angle B A P=\angle C A P$ and $\angle B P C=90^{\circ}$. Find the distance between them.
|
Answer: $\frac{5}{2} \sqrt{409}$
Let $P_{1}$ and $P_{2}$ be the two possible points $P$, with $A P_{1}<A P_{2}$. Both lie on the $\angle A$-bisector and the circle $\gamma$ with diameter $B C$. Let $D$ be the point where the $\angle A$-bisector intersects $B C$, let $M$ be the midpoint of $B C$, and let $X$ be the foot of the perpendicular from $M$ onto the $\angle A$-bisector.
Since we know the radius of $\gamma$, to compute $P_{1} P_{2}$ it suffices to compute $M X$. By the angle bisector theorem we find $B D=15$ and $D C=40$, so Stewart's theorem gives
$$
15 \cdot 40 \cdot 55+55 \cdot A D^{2}=21^{2} \cdot 40+56^{2} \cdot 15 \Longrightarrow A D=24
$$
Then $\cos \angle A D B=\frac{-21^{2}+15^{2}+24^{2}}{2 \cdot 15 \cdot 24}=\frac{1}{2}$, so $\angle A D B=\angle M D X=60^{\circ}$. Since $D M=B M-B D=$ $\frac{55}{2}-15=\frac{25}{2}$, we get $M X=D M \sin \angle M D X=\frac{25 \sqrt{3}}{4}$. Hence
$$
P_{1} P_{2}=2 \sqrt{\left(\frac{55}{2}\right)^{2}-\left(\frac{25 \sqrt{3}}{4}\right)^{2}}=\frac{5 \sqrt{409}}{2}
$$
|
\frac{5}{2} \sqrt{409}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Triangle $\triangle A B C$ has $A B=21, B C=55$, and $C A=56$. There are two points $P$ in the plane of $\triangle A B C$ for which $\angle B A P=\angle C A P$ and $\angle B P C=90^{\circ}$. Find the distance between them.
|
Answer: $\frac{5}{2} \sqrt{409}$
Let $P_{1}$ and $P_{2}$ be the two possible points $P$, with $A P_{1}<A P_{2}$. Both lie on the $\angle A$-bisector and the circle $\gamma$ with diameter $B C$. Let $D$ be the point where the $\angle A$-bisector intersects $B C$, let $M$ be the midpoint of $B C$, and let $X$ be the foot of the perpendicular from $M$ onto the $\angle A$-bisector.
Since we know the radius of $\gamma$, to compute $P_{1} P_{2}$ it suffices to compute $M X$. By the angle bisector theorem we find $B D=15$ and $D C=40$, so Stewart's theorem gives
$$
15 \cdot 40 \cdot 55+55 \cdot A D^{2}=21^{2} \cdot 40+56^{2} \cdot 15 \Longrightarrow A D=24
$$
Then $\cos \angle A D B=\frac{-21^{2}+15^{2}+24^{2}}{2 \cdot 15 \cdot 24}=\frac{1}{2}$, so $\angle A D B=\angle M D X=60^{\circ}$. Since $D M=B M-B D=$ $\frac{55}{2}-15=\frac{25}{2}$, we get $M X=D M \sin \angle M D X=\frac{25 \sqrt{3}}{4}$. Hence
$$
P_{1} P_{2}=2 \sqrt{\left(\frac{55}{2}\right)^{2}-\left(\frac{25 \sqrt{3}}{4}\right)^{2}}=\frac{5 \sqrt{409}}{2}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n20. [10]",
"solution_match": "\nProposed by: Michael Tang\n"
}
|
2ef10562-2d1d-56d6-b2c1-8d2d913fd762
| 609,829
|
You are the first lucky player to play in a slightly modified episode of Deal or No Deal! Initially, there are sixteen cases marked 1 through 16. The dollar amounts in the cases are the powers of 2 from $2^{1}=2$ to $2^{16}=65536$, in some random order. The game has eight turns. In each turn, you choose a case and claim it, without opening it. Afterwards, a random remaining case is opened and revealed to you, then removed from the game.
At the end of the game, all eight of your cases are revealed and you win all of the money inside them.
However, the hosts do not realize you have X-ray vision and can see the amount of money inside each case! What is the expected amount of money you will make, given that you play optimally?
|
Answer: $\frac{7 \cdot 2^{18}+4}{15}$ (or $\frac{1835012}{15}$ )
Firstly, note that it is always optimal for you to take the case with the largest amount of money. To prove this rigorously, consider a strategy where you don't - then change the first move where you deviate to taking the maximal case. This can only increase your return.
We calculate the probability $f(n, k)$ that, if there are $n$ cases numbered $1, \cdots, n$ in increasing order of value, that you will take case $k$ in the course of play. We claim that $f(n, k)=\frac{k-1}{n-1}$ and prove this by induction on $n / 2$ ( $n$ always even). The base case $n=2$ is true because you will always take case 2 and leave case 1. Then, for the general $n$, you will always take case $n$ (so $f(n, n)=1$ ). Afterward, one case at random will be removed. When calculating $f(n, k)$ there is a $\frac{n-1-k}{n-1}$ probability a case numbered greater than $k$ is removed, which inductively gives a probability $f(n-2, k)$. Also, there is a $\frac{k-1}{n-1}$ probability a case numbered less than $k$ is removed, which inductively gives a probability
$f(n-2, k-1)$. We can compute
$$
\begin{aligned}
f(n, k) & =\frac{n-1-k}{n-1} f(n-2, k)+\frac{k-1}{n-1} f(n-2, k-1) \\
& =\frac{n-1-k}{n-1} \cdot \frac{k-1}{n-3}+\frac{k-1}{n-1} \frac{k-2}{n-3} \\
& =\frac{k-1}{(n-1)(n-3)}(n-1-k+k-2) \\
& =\frac{k-1}{n-1}
\end{aligned}
$$
as desired.
Finally, we must find $\sum_{i=1}^{16} f(16, i) 2^{i-1}$. Using standard procedures, we get
$$
\begin{aligned}
\sum_{i=1}^{16} f(16, i) 2^{i-1} & =\sum_{i=1}^{15} \frac{i}{15} 2^{i} \\
& =\sum_{i=1}^{15} \frac{i}{15}\left(2^{17}-2^{i+1}\right) \\
& =\frac{1}{15}(15)\left(2^{17}\right)-\frac{1}{15}\left(\sum_{i=1}^{15} 2^{i+1}\right) \\
& =2^{17}-\frac{1}{15}\left(2^{17}-4\right) \\
& =\frac{14 \cdot 2^{17}+4}{15}
\end{aligned}
$$
|
\frac{7 \cdot 2^{18}+4}{15}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
You are the first lucky player to play in a slightly modified episode of Deal or No Deal! Initially, there are sixteen cases marked 1 through 16. The dollar amounts in the cases are the powers of 2 from $2^{1}=2$ to $2^{16}=65536$, in some random order. The game has eight turns. In each turn, you choose a case and claim it, without opening it. Afterwards, a random remaining case is opened and revealed to you, then removed from the game.
At the end of the game, all eight of your cases are revealed and you win all of the money inside them.
However, the hosts do not realize you have X-ray vision and can see the amount of money inside each case! What is the expected amount of money you will make, given that you play optimally?
|
Answer: $\frac{7 \cdot 2^{18}+4}{15}$ (or $\frac{1835012}{15}$ )
Firstly, note that it is always optimal for you to take the case with the largest amount of money. To prove this rigorously, consider a strategy where you don't - then change the first move where you deviate to taking the maximal case. This can only increase your return.
We calculate the probability $f(n, k)$ that, if there are $n$ cases numbered $1, \cdots, n$ in increasing order of value, that you will take case $k$ in the course of play. We claim that $f(n, k)=\frac{k-1}{n-1}$ and prove this by induction on $n / 2$ ( $n$ always even). The base case $n=2$ is true because you will always take case 2 and leave case 1. Then, for the general $n$, you will always take case $n$ (so $f(n, n)=1$ ). Afterward, one case at random will be removed. When calculating $f(n, k)$ there is a $\frac{n-1-k}{n-1}$ probability a case numbered greater than $k$ is removed, which inductively gives a probability $f(n-2, k)$. Also, there is a $\frac{k-1}{n-1}$ probability a case numbered less than $k$ is removed, which inductively gives a probability
$f(n-2, k-1)$. We can compute
$$
\begin{aligned}
f(n, k) & =\frac{n-1-k}{n-1} f(n-2, k)+\frac{k-1}{n-1} f(n-2, k-1) \\
& =\frac{n-1-k}{n-1} \cdot \frac{k-1}{n-3}+\frac{k-1}{n-1} \frac{k-2}{n-3} \\
& =\frac{k-1}{(n-1)(n-3)}(n-1-k+k-2) \\
& =\frac{k-1}{n-1}
\end{aligned}
$$
as desired.
Finally, we must find $\sum_{i=1}^{16} f(16, i) 2^{i-1}$. Using standard procedures, we get
$$
\begin{aligned}
\sum_{i=1}^{16} f(16, i) 2^{i-1} & =\sum_{i=1}^{15} \frac{i}{15} 2^{i} \\
& =\sum_{i=1}^{15} \frac{i}{15}\left(2^{17}-2^{i+1}\right) \\
& =\frac{1}{15}(15)\left(2^{17}\right)-\frac{1}{15}\left(\sum_{i=1}^{15} 2^{i+1}\right) \\
& =2^{17}-\frac{1}{15}\left(2^{17}-4\right) \\
& =\frac{14 \cdot 2^{17}+4}{15}
\end{aligned}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n21. [12]",
"solution_match": "\nProposed by: Kevin Sun\n"
}
|
d38cd378-4a3c-5fcc-847c-fb0f72689e47
| 609,830
|
How many graphs are there on 10 vertices labeled $1,2, \ldots, 10$ such that there are exactly 23 edges and no triangles?
|
Answer: 42840
Note that the sum of the degrees of the graph is $23 \cdot 2=46$, so at least one vertex has degree 5 or more. We casework on the maximal degree $n$.
Case 1: $n \geq 7$, then none of the $n$ neighbors can have an edge between each other, for $\binom{n}{2}$ edges unusable, and the vertex with maximal degree cannot connect to the $9-n$ other vertices. Then we have $\binom{n}{2}+9-n>\binom{10}{2}-23=22$ when $n \geq 7$, so there cannot be any graph in this case.
Case 2: $n=6$. WLOG suppose that 1 is connected to $2,3,4,5,6,7$, then none of $2,3,4,5,6,7$ can connect to each other.
Case 2.1: There is at least one edge between $8,9,10$, then each of $2,3,4,5,6,7$ can connect to at most two of $8,9,10$, for at most $6 \cdot 2+\binom{3}{2}=15$ additional edges. Along with the 6 original edges, it is not enough to each 23 edges.
Case 2.2: There are no edges between $8,9,10$, then this graph is a bipartite graph between $1,8,9,10$ and $2,3,4,5,6,7$. There can be at most $4 \cdot 6=24$ edges in this graph, so exactly one edge is removed from this graph. There are $\binom{10}{4} \cdot 24=5040$ possible graphs in this case.
Case 3: $n=5$. WLOG suppose that 1 is connected to $2,3,4,5,6$, then none of $2,3,4,5,6$ can connect to each other.
Case 3.1: There is at least one edge between $7,8,9,10$. Then each of $2,3,4,5,6$ can connect to at most three of $7,8,9,10$, for $5 \cdot 3=15$ edges. In this case at least three of $7,8,9,10$ must not be connected to each other, so there can be at most three edges, for $5+15+3=23$ edges at most. However, this requires the three disconnected vertices of $7,8,9,10$ to be connected to all of $2,3,4,5,6$ and the other
vertex of $7,8,9,10$, causing them to have degree 6 . We can therefore ignore this case. (The case where $2,3,4,5,6$ can connect to two or less of $7,8,9,10$ can be easily ruled out.)
Case 3.2: There are no edges between $7,8,9,10$, then this graph is a bipartite graph between $1,7,8,9,10$ and $2,3,4,5,6$. This is a $K_{5,5}$ with two edges removed, which accounts for $\binom{10}{5} / 2 \cdot\binom{25}{2}=126 \cdot 300=$ 37800 graphs.
It is not difficult to see that Case 2.2 and Case 3.2 are disjoint (by considering max degree), so there are $5040+37800=42840$ graphs in total.
|
42840
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
How many graphs are there on 10 vertices labeled $1,2, \ldots, 10$ such that there are exactly 23 edges and no triangles?
|
Answer: 42840
Note that the sum of the degrees of the graph is $23 \cdot 2=46$, so at least one vertex has degree 5 or more. We casework on the maximal degree $n$.
Case 1: $n \geq 7$, then none of the $n$ neighbors can have an edge between each other, for $\binom{n}{2}$ edges unusable, and the vertex with maximal degree cannot connect to the $9-n$ other vertices. Then we have $\binom{n}{2}+9-n>\binom{10}{2}-23=22$ when $n \geq 7$, so there cannot be any graph in this case.
Case 2: $n=6$. WLOG suppose that 1 is connected to $2,3,4,5,6,7$, then none of $2,3,4,5,6,7$ can connect to each other.
Case 2.1: There is at least one edge between $8,9,10$, then each of $2,3,4,5,6,7$ can connect to at most two of $8,9,10$, for at most $6 \cdot 2+\binom{3}{2}=15$ additional edges. Along with the 6 original edges, it is not enough to each 23 edges.
Case 2.2: There are no edges between $8,9,10$, then this graph is a bipartite graph between $1,8,9,10$ and $2,3,4,5,6,7$. There can be at most $4 \cdot 6=24$ edges in this graph, so exactly one edge is removed from this graph. There are $\binom{10}{4} \cdot 24=5040$ possible graphs in this case.
Case 3: $n=5$. WLOG suppose that 1 is connected to $2,3,4,5,6$, then none of $2,3,4,5,6$ can connect to each other.
Case 3.1: There is at least one edge between $7,8,9,10$. Then each of $2,3,4,5,6$ can connect to at most three of $7,8,9,10$, for $5 \cdot 3=15$ edges. In this case at least three of $7,8,9,10$ must not be connected to each other, so there can be at most three edges, for $5+15+3=23$ edges at most. However, this requires the three disconnected vertices of $7,8,9,10$ to be connected to all of $2,3,4,5,6$ and the other
vertex of $7,8,9,10$, causing them to have degree 6 . We can therefore ignore this case. (The case where $2,3,4,5,6$ can connect to two or less of $7,8,9,10$ can be easily ruled out.)
Case 3.2: There are no edges between $7,8,9,10$, then this graph is a bipartite graph between $1,7,8,9,10$ and $2,3,4,5,6$. This is a $K_{5,5}$ with two edges removed, which accounts for $\binom{10}{5} / 2 \cdot\binom{25}{2}=126 \cdot 300=$ 37800 graphs.
It is not difficult to see that Case 2.2 and Case 3.2 are disjoint (by considering max degree), so there are $5040+37800=42840$ graphs in total.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n22. [12]",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
dc60f2b5-d8b0-569f-ba99-84eb987deaa1
| 609,831
|
Kevin starts with the vectors $(1,0)$ and $(0,1)$ and at each time step, he replaces one of the vectors with their sum. Find the cotangent of the minimum possible angle between the vectors after 8 time steps.
|
Answer: 987
Say that the vectors Kevin has at some step are $(a, b)$ and $(c, d)$. Notice that regardless of which vector he replaces with $(a+c, b+d)$, the area of the triangle with vertices $(0,0),(a, b)$, and $(c, d)$ is preserved with the new coordinates. We can see this geometrically: the parallelogram with vertices $(0,0),(a, b)$, $(c, d)$, and $(a+c, b+d)$ can be cut in half by looking at the triangle formed by any 3 of the vertices, which include the original triangle, and both possible triangles that might arise in the next step.
Because the area is preserved, the minimum possible angle then arises when the two vectors, our sides, are as long as possible. This occurs when we alternate which vector is getting replaced for the sum. Given two vectors $(a, b)$ and $(c, d)$, with $\sqrt{a^{2}+b^{2}}>\sqrt{c^{2}+d^{2}}$, we would rather replace $(c, d)$ than $(a, b)$, and $(a+c, b+d)$ has a larger norm than $(a, b)$. Then at the $n$th step, Kevin has the vectors $\left(F_{n}, F_{n-1}\right)$ and $\left(F_{n+1}, F_{n}\right)$, where $F_{0}=0$ and $F_{1}=1$. The tangent of the angle between them is the tangent of the difference of the angles they make with the x-axis, which is just their slope. We can then compute the cotangent as
$$
\left|\frac{1+\frac{F_{n-1}}{F_{n}} \cdot \frac{F_{n}}{F_{n+1}}}{\frac{F_{n}}{F_{n+1}}-\frac{F_{n-1}}{F_{n}}}\right|=\left|\frac{F_{n}\left(F_{n+1}+F_{n-1}\right)}{F_{n}^{2}-F_{n-1} F_{n+1}}\right| .
$$
We can show (by induction) that $F_{n}\left(F_{n+1}+F_{n-1}\right)=F_{2 n}$ and $F_{n}^{2}-F_{n-1} F_{n+1}=(-1)^{n+1}$. Thus at the 8th step, the cotangent of the angle is $F_{16}=987$.
|
987
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Kevin starts with the vectors $(1,0)$ and $(0,1)$ and at each time step, he replaces one of the vectors with their sum. Find the cotangent of the minimum possible angle between the vectors after 8 time steps.
|
Answer: 987
Say that the vectors Kevin has at some step are $(a, b)$ and $(c, d)$. Notice that regardless of which vector he replaces with $(a+c, b+d)$, the area of the triangle with vertices $(0,0),(a, b)$, and $(c, d)$ is preserved with the new coordinates. We can see this geometrically: the parallelogram with vertices $(0,0),(a, b)$, $(c, d)$, and $(a+c, b+d)$ can be cut in half by looking at the triangle formed by any 3 of the vertices, which include the original triangle, and both possible triangles that might arise in the next step.
Because the area is preserved, the minimum possible angle then arises when the two vectors, our sides, are as long as possible. This occurs when we alternate which vector is getting replaced for the sum. Given two vectors $(a, b)$ and $(c, d)$, with $\sqrt{a^{2}+b^{2}}>\sqrt{c^{2}+d^{2}}$, we would rather replace $(c, d)$ than $(a, b)$, and $(a+c, b+d)$ has a larger norm than $(a, b)$. Then at the $n$th step, Kevin has the vectors $\left(F_{n}, F_{n-1}\right)$ and $\left(F_{n+1}, F_{n}\right)$, where $F_{0}=0$ and $F_{1}=1$. The tangent of the angle between them is the tangent of the difference of the angles they make with the x-axis, which is just their slope. We can then compute the cotangent as
$$
\left|\frac{1+\frac{F_{n-1}}{F_{n}} \cdot \frac{F_{n}}{F_{n+1}}}{\frac{F_{n}}{F_{n+1}}-\frac{F_{n-1}}{F_{n}}}\right|=\left|\frac{F_{n}\left(F_{n+1}+F_{n-1}\right)}{F_{n}^{2}-F_{n-1} F_{n+1}}\right| .
$$
We can show (by induction) that $F_{n}\left(F_{n+1}+F_{n-1}\right)=F_{2 n}$ and $F_{n}^{2}-F_{n-1} F_{n+1}=(-1)^{n+1}$. Thus at the 8th step, the cotangent of the angle is $F_{16}=987$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n23. [12]",
"solution_match": "\n## Proposed by: Allen Liu\n\n"
}
|
4b1b6a6a-84f9-5e3b-8621-b86943604a8d
| 609,832
|
Find the largest positive integer $n$ for which there exist $n$ finite sets $X_{1}, X_{2}, \ldots, X_{n}$ with the property that for every $1 \leq a<b<c \leq n$, the equation
$$
\left|X_{a} \cup X_{b} \cup X_{c}\right|=\lceil\sqrt{a b c}\rceil
$$
holds.
|
Answer: 4
First, we construct an example for $N=4$. Let $X_{1}, X_{2}, X_{3}, X_{4}$ be pairwise disjoint sets such that $X_{1}=\varnothing,\left|X_{2}\right|=1,\left|X_{3}\right|=2$, and $\left|X_{4}\right|=2$. It is straightforward to verify the condition.
We claim that there are no five sets $X_{1}, X_{2}, \ldots, X_{5}$ for which $\#\left(X_{a} \cup X_{b} \cup X_{c}\right)=\lceil\sqrt{a b c}\rceil$, for $1 \leq a<$ $b<c \leq 5$. Note that showing the non-existence of five such sets implies that there are no $n$ sets with the desired property for $n \geq 5$ as well.
Suppose, for sake of contradiction, that there are such $X_{1}, \ldots, X_{5}$. Then, note that $\left|X_{1} \cup X_{2} \cup X_{4}\right|=3$, $\left|X_{1} \cup X_{2} \cup X_{5}\right|=4$, and $\left|X_{2} \cup X_{4} \cup X_{5}\right|=7$. Note that
$$
\left|X_{1} \cup X_{2} \cup X_{4}\right|+\left|X_{1} \cup X_{2} \cup X_{5}\right|=\left|X_{2} \cup X_{4} \cup X_{5}\right| .
$$
For any sets $A, B, C, D$, we have the following two inequalities:
$$
|A \cup B \cup C|+|A \cup B \cup D| \geq|A \cup B \cup C \cup D| \geq|B \cup C \cup D|
$$
For $A=X_{1}, B=X_{2}, C=X_{4}$, and $D=X_{5}$ in the situation above, we conclude that the equalities must both hold in both inequalities. The first equality shows that $X_{1} \cup X_{2}=\varnothing$, and therefore both $X_{1}$ and $X_{2}$ are empty.
Now observe that $\left|X_{1} \cup X_{4} \cup X_{5}\right|=5 \neq 7=\left|X_{2} \cup X_{4} \cup X_{5}\right|$. This gives a contradiction.
|
4
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Find the largest positive integer $n$ for which there exist $n$ finite sets $X_{1}, X_{2}, \ldots, X_{n}$ with the property that for every $1 \leq a<b<c \leq n$, the equation
$$
\left|X_{a} \cup X_{b} \cup X_{c}\right|=\lceil\sqrt{a b c}\rceil
$$
holds.
|
Answer: 4
First, we construct an example for $N=4$. Let $X_{1}, X_{2}, X_{3}, X_{4}$ be pairwise disjoint sets such that $X_{1}=\varnothing,\left|X_{2}\right|=1,\left|X_{3}\right|=2$, and $\left|X_{4}\right|=2$. It is straightforward to verify the condition.
We claim that there are no five sets $X_{1}, X_{2}, \ldots, X_{5}$ for which $\#\left(X_{a} \cup X_{b} \cup X_{c}\right)=\lceil\sqrt{a b c}\rceil$, for $1 \leq a<$ $b<c \leq 5$. Note that showing the non-existence of five such sets implies that there are no $n$ sets with the desired property for $n \geq 5$ as well.
Suppose, for sake of contradiction, that there are such $X_{1}, \ldots, X_{5}$. Then, note that $\left|X_{1} \cup X_{2} \cup X_{4}\right|=3$, $\left|X_{1} \cup X_{2} \cup X_{5}\right|=4$, and $\left|X_{2} \cup X_{4} \cup X_{5}\right|=7$. Note that
$$
\left|X_{1} \cup X_{2} \cup X_{4}\right|+\left|X_{1} \cup X_{2} \cup X_{5}\right|=\left|X_{2} \cup X_{4} \cup X_{5}\right| .
$$
For any sets $A, B, C, D$, we have the following two inequalities:
$$
|A \cup B \cup C|+|A \cup B \cup D| \geq|A \cup B \cup C \cup D| \geq|B \cup C \cup D|
$$
For $A=X_{1}, B=X_{2}, C=X_{4}$, and $D=X_{5}$ in the situation above, we conclude that the equalities must both hold in both inequalities. The first equality shows that $X_{1} \cup X_{2}=\varnothing$, and therefore both $X_{1}$ and $X_{2}$ are empty.
Now observe that $\left|X_{1} \cup X_{4} \cup X_{5}\right|=5 \neq 7=\left|X_{2} \cup X_{4} \cup X_{5}\right|$. This gives a contradiction.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n24. [12]",
"solution_match": "\nProposed by: Pakawut Jiradilok\n"
}
|
38f53b33-458b-5cdf-8fab-541f97ed44e4
| 609,833
|
Fran writes the numbers $1,2,3, \ldots, 20$ on a chalkboard. Then she erases all the numbers by making a series of moves; in each move, she chooses a number $n$ uniformly at random from the set of all numbers still on the chalkboard, and then erases all of the divisors of $n$ that are still on the chalkboard (including $n$ itself). What is the expected number of moves that Fran must make to erase all the numbers?
|
Answer: $\square$
For each $n, 1 \leq n \leq 20$, consider the first time that Fran chooses one of the multiples of $n$. It is in this move that $n$ is erased, and all the multiples of $n$ at most 20 are equally likely to be chosen for this move. Hence this is the only move in which Fran could possibly choose $n$; since there are $\lfloor 20 / n\rfloor$ multiples of $n$ at most 20 , this means that the probability that $n$ is ever chosen is $1 /\lfloor 20 / n\rfloor$. Therefore the expected number of moves is
$$
\begin{aligned}
E & =\sum_{n=1}^{20} \frac{1}{\lfloor 20 / n\rfloor} \\
& =\frac{1}{20}+\frac{1}{10}+\frac{1}{6}+\frac{1}{5}+\frac{1}{4}+\frac{1}{3}+4\left(\frac{1}{2}\right)+10(1)=\frac{131}{10} .
\end{aligned}
$$
(This sum is easier to compute than it may seem, if one notes that $1 / 20+1 / 5+1 / 4=1 / 2$ and $1 / 6+1 / 3=1 / 2)$.
|
\frac{131}{10}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Fran writes the numbers $1,2,3, \ldots, 20$ on a chalkboard. Then she erases all the numbers by making a series of moves; in each move, she chooses a number $n$ uniformly at random from the set of all numbers still on the chalkboard, and then erases all of the divisors of $n$ that are still on the chalkboard (including $n$ itself). What is the expected number of moves that Fran must make to erase all the numbers?
|
Answer: $\square$
For each $n, 1 \leq n \leq 20$, consider the first time that Fran chooses one of the multiples of $n$. It is in this move that $n$ is erased, and all the multiples of $n$ at most 20 are equally likely to be chosen for this move. Hence this is the only move in which Fran could possibly choose $n$; since there are $\lfloor 20 / n\rfloor$ multiples of $n$ at most 20 , this means that the probability that $n$ is ever chosen is $1 /\lfloor 20 / n\rfloor$. Therefore the expected number of moves is
$$
\begin{aligned}
E & =\sum_{n=1}^{20} \frac{1}{\lfloor 20 / n\rfloor} \\
& =\frac{1}{20}+\frac{1}{10}+\frac{1}{6}+\frac{1}{5}+\frac{1}{4}+\frac{1}{3}+4\left(\frac{1}{2}\right)+10(1)=\frac{131}{10} .
\end{aligned}
$$
(This sum is easier to compute than it may seem, if one notes that $1 / 20+1 / 5+1 / 4=1 / 2$ and $1 / 6+1 / 3=1 / 2)$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n25. [15]",
"solution_match": "\nProposed by: Michael Tang\n"
}
|
568d1796-3fea-5a9e-910b-d70db6907db0
| 609,834
|
Let $A B C$ be a triangle with $\angle A=18^{\circ}, \angle B=36^{\circ}$. Let $M$ be the midpoint of $A B, D$ a point on ray $C M$ such that $A B=A D ; E$ a point on ray $B C$ such that $A B=B E$, and $F$ a point on ray $A C$ such that $A B=A F$. Find $\angle F D E$.
|
Answer: 27
Let $\angle A B D=\angle A D B=x$, and $\angle D A B=180-2 x$. In triangle $A C D$, by the law of sines, $C D=$ $\frac{A D}{\sin \angle A C M} \cdot \sin 198-2 x$, and by the law of sines in triangle $B C D, C D=\frac{B D}{\sin \angle B C M} \cdot \sin x+36$. Combining the two, we have $2 \cos x=\frac{B D}{A D}=\frac{\sin 198-2 x}{\sin x+36} \cdot \frac{\sin \angle B C M}{\sin \angle A C M}$. But by the ratio lemma, $1=\frac{M B}{M A}=\frac{C B}{C A} \frac{\sin \angle B C M}{\sin \angle A C M}$, meaning that $\frac{\sin \angle B C M}{\sin \angle A C M}=\frac{C A}{C B}=\frac{\sin 36}{\sin 18}=2 \cos 18$. Plugging this in and simplifying, we have $2 \cos x=$ $\frac{\sin 198-2 x}{\sin x+36} \cdot 2 \cos 18=\frac{\cos 108-2 x}{\cos 54-x} \cdot 2 \cos 18$, so that $\frac{\cos x}{\cos 18}=\frac{\cos 108-2 x}{\cos 54-x}$. We see that $x=36^{\circ}$ is a solution to this equation, and by carefully making rough sketches of both functions, we can convince ourselves that this is the only solution where $x$ is between 0 and 90 degrees. Therefore $\angle A B D=\angle A D B=36$, $\angle D A B=108$. Simple angle chasing yields $\angle A E B=72, \angle E C A=54, \angle E A C=54, \angle E A B=72$, making $D, A$, and $E$ collinear, and so $\angle B D E=36$. And because $A F=A B=A D, \angle F D B=$ $1 / 2 \angle F A B=9$, so $\angle F D E=36-9=27$.
|
27
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A B C$ be a triangle with $\angle A=18^{\circ}, \angle B=36^{\circ}$. Let $M$ be the midpoint of $A B, D$ a point on ray $C M$ such that $A B=A D ; E$ a point on ray $B C$ such that $A B=B E$, and $F$ a point on ray $A C$ such that $A B=A F$. Find $\angle F D E$.
|
Answer: 27
Let $\angle A B D=\angle A D B=x$, and $\angle D A B=180-2 x$. In triangle $A C D$, by the law of sines, $C D=$ $\frac{A D}{\sin \angle A C M} \cdot \sin 198-2 x$, and by the law of sines in triangle $B C D, C D=\frac{B D}{\sin \angle B C M} \cdot \sin x+36$. Combining the two, we have $2 \cos x=\frac{B D}{A D}=\frac{\sin 198-2 x}{\sin x+36} \cdot \frac{\sin \angle B C M}{\sin \angle A C M}$. But by the ratio lemma, $1=\frac{M B}{M A}=\frac{C B}{C A} \frac{\sin \angle B C M}{\sin \angle A C M}$, meaning that $\frac{\sin \angle B C M}{\sin \angle A C M}=\frac{C A}{C B}=\frac{\sin 36}{\sin 18}=2 \cos 18$. Plugging this in and simplifying, we have $2 \cos x=$ $\frac{\sin 198-2 x}{\sin x+36} \cdot 2 \cos 18=\frac{\cos 108-2 x}{\cos 54-x} \cdot 2 \cos 18$, so that $\frac{\cos x}{\cos 18}=\frac{\cos 108-2 x}{\cos 54-x}$. We see that $x=36^{\circ}$ is a solution to this equation, and by carefully making rough sketches of both functions, we can convince ourselves that this is the only solution where $x$ is between 0 and 90 degrees. Therefore $\angle A B D=\angle A D B=36$, $\angle D A B=108$. Simple angle chasing yields $\angle A E B=72, \angle E C A=54, \angle E A C=54, \angle E A B=72$, making $D, A$, and $E$ collinear, and so $\angle B D E=36$. And because $A F=A B=A D, \angle F D B=$ $1 / 2 \angle F A B=9$, so $\angle F D E=36-9=27$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n26. [15]",
"solution_match": "\nProposed by: Faraz Masroor\n"
}
|
6c37a6c2-8813-5942-8147-5b0d8ba506f6
| 609,835
|
There are 2018 frogs in a pool and there is 1 frog on the shore. In each time-step thereafter, one random frog moves position. If it was in the pool, it jumps to the shore, and vice versa. Find the expected number of time-steps before all frogs are in the pool for the first time.
|
Answer: $2^{2018}-1$
Consider the general case of $n$ frogs. Let $E_{i}$ be the expected time for all frogs to enter the pool when $i$ frogs are on the shore and $n-i$ frogs are in the pool. We have $E_{0}=0, E_{n}=1+E_{n-1}$, and
$$
E_{i}=\frac{i}{n} E_{i-1}+\frac{n-i}{n} E_{i+1}+1
$$
for $0<i<n$. Define $f_{i}$ so that
$$
E_{i}=\frac{f_{i}}{(n-1)(n-2) \cdots(i)}+E_{i-1}
$$
Then by plugging this equation into the first equation, we can show that
$$
f_{i}=n(n-1) \cdots(i+1)+(n-i) f_{i+1}
$$
Furthermore, we know that $f_{n}=1$. Therefore
$$
\begin{aligned}
f_{1} & =\sum_{i=1}^{n} \frac{n!}{i!} \frac{(n-1)!}{(n-i)!} \\
& =(n-1)!\sum_{i=1}^{n}\binom{n}{i} \\
& =(n-1)!\left(2^{n}-1\right) .
\end{aligned}
$$
Therefore
$$
E_{1}=\frac{(n-1)!\left(2^{n}-1\right)}{(n-1)!}+E_{0}=2^{n}-1
$$
Plugging in $n=2018$ yields $E_{1}=2^{2018}-1$.
|
2^{2018}-1
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
There are 2018 frogs in a pool and there is 1 frog on the shore. In each time-step thereafter, one random frog moves position. If it was in the pool, it jumps to the shore, and vice versa. Find the expected number of time-steps before all frogs are in the pool for the first time.
|
Answer: $2^{2018}-1$
Consider the general case of $n$ frogs. Let $E_{i}$ be the expected time for all frogs to enter the pool when $i$ frogs are on the shore and $n-i$ frogs are in the pool. We have $E_{0}=0, E_{n}=1+E_{n-1}$, and
$$
E_{i}=\frac{i}{n} E_{i-1}+\frac{n-i}{n} E_{i+1}+1
$$
for $0<i<n$. Define $f_{i}$ so that
$$
E_{i}=\frac{f_{i}}{(n-1)(n-2) \cdots(i)}+E_{i-1}
$$
Then by plugging this equation into the first equation, we can show that
$$
f_{i}=n(n-1) \cdots(i+1)+(n-i) f_{i+1}
$$
Furthermore, we know that $f_{n}=1$. Therefore
$$
\begin{aligned}
f_{1} & =\sum_{i=1}^{n} \frac{n!}{i!} \frac{(n-1)!}{(n-i)!} \\
& =(n-1)!\sum_{i=1}^{n}\binom{n}{i} \\
& =(n-1)!\left(2^{n}-1\right) .
\end{aligned}
$$
Therefore
$$
E_{1}=\frac{(n-1)!\left(2^{n}-1\right)}{(n-1)!}+E_{0}=2^{n}-1
$$
Plugging in $n=2018$ yields $E_{1}=2^{2018}-1$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n27. [15]",
"solution_match": "\nProposed by: Dhruv Rohatgi\n"
}
|
8202feb0-e6de-54b6-bbec-0a059b023f76
| 609,836
|
Arnold and Kevin are playing a game in which Kevin picks an integer $1 \leq m \leq 1001$, and Arnold is trying to guess it. On each turn, Arnold first pays Kevin 1 dollar in order to guess a number $k$ of Arnold's choice. If $m \geq k$, the game ends and he pays Kevin an additional $m-k$ dollars (possibly zero). Otherwise, Arnold pays Kevin an additional 10 dollars and continues guessing.
Which number should Arnold guess first to ensure that his worst-case payment is minimized?
|
Answer: 859
We let $f(n)$ denote the smallest amount we can guarantee to pay at most if Arnold's first choice is $n$. For each $k<n$, if Arnold's first choice is $k+1$, in both worst case scenarios, he could end up paying either $n-k$ or $11+f(k)$. It is then clear that $f(n)=\min _{k+1<n} \max \{n-k, 11+f(k)\}$.
Now clearly $f(k)$ is a non-decreasing function of $k$, and $n-k$ is a strictly decreasing function of $k$. Therefore if there exists $k$ such that $n-k=11+f(k)$, we have $f(n)=n-k=11+f(k)$ with picking $k+1$ as an optimal play (and picking $K+1$ also optimal iff $K \geq k$ and $f(K)=f(k)$.
Now note that $f(k)=k$ for $k \leq 12$ (but $f(13)=12$ though it's not relevant to the solution). Let $a_{1}=11$. Now recursively define $a_{i}$ such that $a_{i}-a_{i-1}=11+f\left(a_{i-1}\right)$. Thus $f\left(a_{i}\right)=a_{i}-a_{i-1}$ with the optimal move to pick $a_{i-1}+1$.
$a_{1}=11$
$a_{2}-11=11+11: a_{2}=33, f\left(a_{2}\right)=22$
$a_{3}-33=11+f(33): a_{3}=66, f\left(a_{3}\right)=33$
It is clear by induction that $a_{i}$ is 11 times the $i$ th triangular number. 1001 is $11 \times 91=\frac{14 \times 13}{2}$, so the optimal strategy is to pick 1 more than $11 \times \frac{12 \times 13}{2}=858$. So the answer is 859 .
|
859
|
Yes
|
Yes
|
math-word-problem
|
Logic and Puzzles
|
Arnold and Kevin are playing a game in which Kevin picks an integer $1 \leq m \leq 1001$, and Arnold is trying to guess it. On each turn, Arnold first pays Kevin 1 dollar in order to guess a number $k$ of Arnold's choice. If $m \geq k$, the game ends and he pays Kevin an additional $m-k$ dollars (possibly zero). Otherwise, Arnold pays Kevin an additional 10 dollars and continues guessing.
Which number should Arnold guess first to ensure that his worst-case payment is minimized?
|
Answer: 859
We let $f(n)$ denote the smallest amount we can guarantee to pay at most if Arnold's first choice is $n$. For each $k<n$, if Arnold's first choice is $k+1$, in both worst case scenarios, he could end up paying either $n-k$ or $11+f(k)$. It is then clear that $f(n)=\min _{k+1<n} \max \{n-k, 11+f(k)\}$.
Now clearly $f(k)$ is a non-decreasing function of $k$, and $n-k$ is a strictly decreasing function of $k$. Therefore if there exists $k$ such that $n-k=11+f(k)$, we have $f(n)=n-k=11+f(k)$ with picking $k+1$ as an optimal play (and picking $K+1$ also optimal iff $K \geq k$ and $f(K)=f(k)$.
Now note that $f(k)=k$ for $k \leq 12$ (but $f(13)=12$ though it's not relevant to the solution). Let $a_{1}=11$. Now recursively define $a_{i}$ such that $a_{i}-a_{i-1}=11+f\left(a_{i-1}\right)$. Thus $f\left(a_{i}\right)=a_{i}-a_{i-1}$ with the optimal move to pick $a_{i-1}+1$.
$a_{1}=11$
$a_{2}-11=11+11: a_{2}=33, f\left(a_{2}\right)=22$
$a_{3}-33=11+f(33): a_{3}=66, f\left(a_{3}\right)=33$
It is clear by induction that $a_{i}$ is 11 times the $i$ th triangular number. 1001 is $11 \times 91=\frac{14 \times 13}{2}$, so the optimal strategy is to pick 1 more than $11 \times \frac{12 \times 13}{2}=858$. So the answer is 859 .
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n28. [15]",
"solution_match": "\nProposed by:\n"
}
|
c227e5da-ae45-5552-8a43-ed8856d6d784
| 609,837
|
Find the number of unordered pairs $\{a, b\}$, where $a, b \in\{0,1,2, \ldots, 108\}$ such that 109 divides $a^{3}+b^{3}-a b$.
|
Answer: 54
We start with the equation
$$
a^{3}+b^{3} \equiv a b \quad(\bmod 109)
$$
If either $a$ or $b$ are 0 , then we get $a^{3} \equiv 0$, implying that both are 0 . Thus, $\{0,0\}$ is a pair. For the rest of the problem, let's assume that neither $a$ nor $b$ are 0 . Multiplying both sides by $a^{-1} b^{-2}$ yields
$$
\left(a b^{-1}\right)^{2}+a^{-1} b \equiv b^{-1}
$$
from which we make the substitution
$$
\begin{aligned}
a & =x y^{-1} \\
b & =y^{-1}
\end{aligned}
$$
to get the equation
$$
y \equiv x^{2}+x^{-1}
$$
Plugging this value back into $(a, b)$, we get that all solutions must be of the form
$$
(a, b)=\left(\left(x+x^{-2}\right)^{-1},\left(x^{2}+x^{-1}\right)^{-1}\right)
$$
where $1 \leq x \leq 108$. It now suffices to find all nonzero unordered pairs $\{m, n\}$ of the form $\left\{x+x^{-2}, x^{2}+\right.$ $\left.x^{-1}\right\}$, where $1 \leq x \leq 108$. There are four values of $x$ for which $x+x^{-2} \equiv x^{2}+x^{-1}$, and of these values, three of them give $x+x^{-2} \equiv 0$. This is because we can re-arrange the equation at hand to get
$$
x^{4}-x^{3}+x-1 \equiv 0
$$
which factors into
$$
(x-1)\left(x^{3}+1\right) \equiv 0 .
$$
If $x=1$, then $\{m, n\}=\{2,2\}$, and if $x^{3}+1 \equiv 0$ (which has three solutions: 46,64 and 108), then
$$
\{m, n\}=\left\{x^{-1}\left(x^{3}+1\right), x^{-2}\left(x^{3}+1\right)\right\}=\{0,0\}
$$
Therefore, we keep $x=1$ and discard $x=46,64,108$. Of the remaining 104 values of $x, m \neq n$, and neither are 0 . We have to worry about collisions between distinct values of $x$. There are two ways a collision can occur: if there exists $x \neq y$ such that
$$
\left(x+x^{-2}, x^{2}+x^{-1}\right)=\left(y+y^{-2}, y^{2}+y^{-1}\right)
$$
or if there exists $x \neq y$ such that
$$
\left(x+x^{-2}, x^{2}+x^{-1}\right)=\left(y^{2}+y^{-1}, y+y^{-2}\right)
$$
The first case cannot occur: if $x+x^{-2} \equiv y+y^{-2}$, we have that $x^{2}+x^{-1}=x\left(x+x^{-2}\right) \neq y\left(x+x^{-2}\right)=$ $y\left(y+y^{-2}\right)=y^{2}+y^{-1}$. As a consequence of this, the second case only occurs if $y=x^{-1}$. Therefore, the remaining 104 values of $x$ can be partitioned into 52 pairs of $\left(x, x^{-1}\right)$, which ends up producing 52 distinct unordered pairs $\{m, n\}$. Adding this to the $x=1$ case and $\{0,0\}$, we get a total of
$$
52+1+1=54
$$
unordered pairs.
|
54
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Find the number of unordered pairs $\{a, b\}$, where $a, b \in\{0,1,2, \ldots, 108\}$ such that 109 divides $a^{3}+b^{3}-a b$.
|
Answer: 54
We start with the equation
$$
a^{3}+b^{3} \equiv a b \quad(\bmod 109)
$$
If either $a$ or $b$ are 0 , then we get $a^{3} \equiv 0$, implying that both are 0 . Thus, $\{0,0\}$ is a pair. For the rest of the problem, let's assume that neither $a$ nor $b$ are 0 . Multiplying both sides by $a^{-1} b^{-2}$ yields
$$
\left(a b^{-1}\right)^{2}+a^{-1} b \equiv b^{-1}
$$
from which we make the substitution
$$
\begin{aligned}
a & =x y^{-1} \\
b & =y^{-1}
\end{aligned}
$$
to get the equation
$$
y \equiv x^{2}+x^{-1}
$$
Plugging this value back into $(a, b)$, we get that all solutions must be of the form
$$
(a, b)=\left(\left(x+x^{-2}\right)^{-1},\left(x^{2}+x^{-1}\right)^{-1}\right)
$$
where $1 \leq x \leq 108$. It now suffices to find all nonzero unordered pairs $\{m, n\}$ of the form $\left\{x+x^{-2}, x^{2}+\right.$ $\left.x^{-1}\right\}$, where $1 \leq x \leq 108$. There are four values of $x$ for which $x+x^{-2} \equiv x^{2}+x^{-1}$, and of these values, three of them give $x+x^{-2} \equiv 0$. This is because we can re-arrange the equation at hand to get
$$
x^{4}-x^{3}+x-1 \equiv 0
$$
which factors into
$$
(x-1)\left(x^{3}+1\right) \equiv 0 .
$$
If $x=1$, then $\{m, n\}=\{2,2\}$, and if $x^{3}+1 \equiv 0$ (which has three solutions: 46,64 and 108), then
$$
\{m, n\}=\left\{x^{-1}\left(x^{3}+1\right), x^{-2}\left(x^{3}+1\right)\right\}=\{0,0\}
$$
Therefore, we keep $x=1$ and discard $x=46,64,108$. Of the remaining 104 values of $x, m \neq n$, and neither are 0 . We have to worry about collisions between distinct values of $x$. There are two ways a collision can occur: if there exists $x \neq y$ such that
$$
\left(x+x^{-2}, x^{2}+x^{-1}\right)=\left(y+y^{-2}, y^{2}+y^{-1}\right)
$$
or if there exists $x \neq y$ such that
$$
\left(x+x^{-2}, x^{2}+x^{-1}\right)=\left(y^{2}+y^{-1}, y+y^{-2}\right)
$$
The first case cannot occur: if $x+x^{-2} \equiv y+y^{-2}$, we have that $x^{2}+x^{-1}=x\left(x+x^{-2}\right) \neq y\left(x+x^{-2}\right)=$ $y\left(y+y^{-2}\right)=y^{2}+y^{-1}$. As a consequence of this, the second case only occurs if $y=x^{-1}$. Therefore, the remaining 104 values of $x$ can be partitioned into 52 pairs of $\left(x, x^{-1}\right)$, which ends up producing 52 distinct unordered pairs $\{m, n\}$. Adding this to the $x=1$ case and $\{0,0\}$, we get a total of
$$
52+1+1=54
$$
unordered pairs.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n30. [17]",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
eb167da0-300e-541c-ba08-8c3af04beea5
| 609,839
|
In triangle $A B C, A B=6, B C=7$ and $C A=8$. Let $D, E, F$ be the midpoints of sides $B C$, $A C, A B$, respectively. Also let $O_{A}, O_{B}, O_{C}$ be the circumcenters of triangles $A F D, B D E$, and $C E F$, respectively. Find the area of triangle $O_{A} O_{B} O_{C}$.
|
Let $A B=z, B C=x, C A=y$. Let $X, Y, Z, O, N$ be the circumcenter of $A E F, B F D, C D E, A B C, D E F$ respectively. Note that $N$ is the nine-point center of $A B C$, and $X, Y, Z$ are the midpoints of $O A, O B, O C$ respectively, and thus $X Y Z$ is the image of homothety of $A B C$ with center $O$ and ratio $\frac{1}{2}$, so this triangle has side lengths $\frac{x}{2}, \frac{y}{2}, \frac{z}{2}$. Since $N X$ perpendicularly bisects $E F$, which is parallel to $B C$ and thus $Y Z$, we see that $N$ is the orthocenter of $X Y Z$. Moreover, $O_{1}$ lies on $Y N$ and $O_{1} X$ is perpendicular to $X Y$.
To compute the area of $\mathrm{O}_{1} \mathrm{O}_{2} \mathrm{O}_{3}$, it suffices to compute $\left[\mathrm{NO}_{1} \mathrm{O}_{2}\right]+\left[\mathrm{NO}_{2} \mathrm{O}_{3}\right]+\left[\mathrm{NO}_{3} \mathrm{O}_{1}\right]$. Note that $O_{1} X$ is parallel to $N O_{2}$, and $O_{2} Y$ is parallel to $X N$, so $\left[N O_{1} O_{2}\right]=\left[N X O_{2}\right]=[N X Y]$. Similarly the other two triangles have equal area as $[N Y Z]$ and $[N Z X]$ respectively, so the desired area is simply the area of $[X Y Z]$, which is
$$
\frac{1}{4} \frac{\sqrt{(x+y+z)(x+y-z)(x-y+z)(-x+y+z)}}{4}=\frac{\sqrt{21 \cdot 9 \cdot 5 \cdot 7}}{16}=\frac{21 \sqrt{15}}{16} .
$$
|
\frac{21 \sqrt{15}}{16}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
In triangle $A B C, A B=6, B C=7$ and $C A=8$. Let $D, E, F$ be the midpoints of sides $B C$, $A C, A B$, respectively. Also let $O_{A}, O_{B}, O_{C}$ be the circumcenters of triangles $A F D, B D E$, and $C E F$, respectively. Find the area of triangle $O_{A} O_{B} O_{C}$.
|
Let $A B=z, B C=x, C A=y$. Let $X, Y, Z, O, N$ be the circumcenter of $A E F, B F D, C D E, A B C, D E F$ respectively. Note that $N$ is the nine-point center of $A B C$, and $X, Y, Z$ are the midpoints of $O A, O B, O C$ respectively, and thus $X Y Z$ is the image of homothety of $A B C$ with center $O$ and ratio $\frac{1}{2}$, so this triangle has side lengths $\frac{x}{2}, \frac{y}{2}, \frac{z}{2}$. Since $N X$ perpendicularly bisects $E F$, which is parallel to $B C$ and thus $Y Z$, we see that $N$ is the orthocenter of $X Y Z$. Moreover, $O_{1}$ lies on $Y N$ and $O_{1} X$ is perpendicular to $X Y$.
To compute the area of $\mathrm{O}_{1} \mathrm{O}_{2} \mathrm{O}_{3}$, it suffices to compute $\left[\mathrm{NO}_{1} \mathrm{O}_{2}\right]+\left[\mathrm{NO}_{2} \mathrm{O}_{3}\right]+\left[\mathrm{NO}_{3} \mathrm{O}_{1}\right]$. Note that $O_{1} X$ is parallel to $N O_{2}$, and $O_{2} Y$ is parallel to $X N$, so $\left[N O_{1} O_{2}\right]=\left[N X O_{2}\right]=[N X Y]$. Similarly the other two triangles have equal area as $[N Y Z]$ and $[N Z X]$ respectively, so the desired area is simply the area of $[X Y Z]$, which is
$$
\frac{1}{4} \frac{\sqrt{(x+y+z)(x+y-z)(x-y+z)(-x+y+z)}}{4}=\frac{\sqrt{21 \cdot 9 \cdot 5 \cdot 7}}{16}=\frac{21 \sqrt{15}}{16} .
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n31. [17]",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
a3dbb2f9-a4ad-5fbb-9f70-29f1a1ada8b9
| 609,840
|
How many 48-tuples of positive integers $\left(a_{1}, a_{2}, \ldots, a_{48}\right)$ between 0 and 100 inclusive have the property that for all $1 \leq i<j \leq 48, a_{i} \notin\left\{a_{j}, a_{j}+1\right\}$ ?
|
Answer: $54^{48}$
(With Ashwin Sah) The key idea is write the elements of the sequence in increasing order. These sets are in bijection with solutions to $d_{1}+\ldots+d_{k}=48$ and $a_{1}+\ldots+a_{k+1}=53$ with $d_{i} \geq 1, a_{i} \geq 1$ for
$2 \leq I \leq k$, and $a_{1}, a_{k+1} \geq 0$. Notice that there are $\binom{54}{k}$ solutions to the second equation and then there are $\frac{48!}{d_{1}!\cdots d_{k}!}$ solutions for each $\left\{d_{i}\right\}$ set. Then this gives that the answer is
$$
\begin{gathered}
\sum_{1 \leq k \leq 48}\binom{54}{k} \sum_{d_{1}+\ldots+d_{k}=48} \frac{48!}{\prod_{i=1}^{k} d_{i}!} \\
=48!\left[x^{48}\right] \sum_{1 \leq k \leq 48}\left(e^{x}-1\right)^{k}\binom{54}{k} \\
=48!\left[x^{48}\right] \sum_{0 \leq k \leq 54}\left(e^{x}-1\right)^{k}\binom{54}{k} \\
=48!\left[x^{48}\right]\left(e^{x}\right)^{54} \\
=54^{48} .
\end{gathered}
$$
|
54^{48}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
How many 48-tuples of positive integers $\left(a_{1}, a_{2}, \ldots, a_{48}\right)$ between 0 and 100 inclusive have the property that for all $1 \leq i<j \leq 48, a_{i} \notin\left\{a_{j}, a_{j}+1\right\}$ ?
|
Answer: $54^{48}$
(With Ashwin Sah) The key idea is write the elements of the sequence in increasing order. These sets are in bijection with solutions to $d_{1}+\ldots+d_{k}=48$ and $a_{1}+\ldots+a_{k+1}=53$ with $d_{i} \geq 1, a_{i} \geq 1$ for
$2 \leq I \leq k$, and $a_{1}, a_{k+1} \geq 0$. Notice that there are $\binom{54}{k}$ solutions to the second equation and then there are $\frac{48!}{d_{1}!\cdots d_{k}!}$ solutions for each $\left\{d_{i}\right\}$ set. Then this gives that the answer is
$$
\begin{gathered}
\sum_{1 \leq k \leq 48}\binom{54}{k} \sum_{d_{1}+\ldots+d_{k}=48} \frac{48!}{\prod_{i=1}^{k} d_{i}!} \\
=48!\left[x^{48}\right] \sum_{1 \leq k \leq 48}\left(e^{x}-1\right)^{k}\binom{54}{k} \\
=48!\left[x^{48}\right] \sum_{0 \leq k \leq 54}\left(e^{x}-1\right)^{k}\binom{54}{k} \\
=48!\left[x^{48}\right]\left(e^{x}\right)^{54} \\
=54^{48} .
\end{gathered}
$$
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n32. [17]",
"solution_match": "\nProposed by: Mehtaab Sawhney\n"
}
|
3e208b6d-1e4c-57e1-95b3-d86adc6a5d27
| 609,841
|
679 contestants participated in HMMT February 2017. Let $N$ be the number of these contestants who performed at or above the median score in at least one of the three individual tests. Estimate $N$.
An estimate of $E$ earns $\left\lfloor 20-\frac{|E-N|}{2}\right\rfloor$ or 0 points, whichever is greater.
|
Answer: 516
Out of the 679 total contestants at HMMT February 2017, 188 contestants scored at least the median on all three tests, 159 contestants scored at least the median on two tests, and 169 contestants scored at least the median on one test, giving a total of 516 contestants
|
516
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
679 contestants participated in HMMT February 2017. Let $N$ be the number of these contestants who performed at or above the median score in at least one of the three individual tests. Estimate $N$.
An estimate of $E$ earns $\left\lfloor 20-\frac{|E-N|}{2}\right\rfloor$ or 0 points, whichever is greater.
|
Answer: 516
Out of the 679 total contestants at HMMT February 2017, 188 contestants scored at least the median on all three tests, 159 contestants scored at least the median on two tests, and 169 contestants scored at least the median on one test, giving a total of 516 contestants
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-guts-solutions.jsonl",
"problem_match": "\n33. [20]",
"solution_match": "\nProposed by: Henrik Boecken\n"
}
|
9308b0f4-1eaf-545a-84a0-8ae41bd3b723
| 609,842
|
Michelle has a word with $2^{n}$ letters, where a word can consist of letters from any alphabet. Michelle performs a switcheroo on the word as follows: for each $k=0,1, \ldots, n-1$, she switches the first $2^{k}$ letters of the word with the next $2^{k}$ letters of the word. For example, for $n=3$, Michelle changes
$$
A B C D E F G H \rightarrow B A C D E F G H \rightarrow C D B A E F G H \rightarrow E F G H C D B A
$$
in one switcheroo.
In terms of $n$, what is the minimum positive integer $m$ such that after Michelle performs the switcheroo operation $m$ times on any word of length $2^{n}$, she will receive her original word?
|
Let $m(n)$ denote the number of switcheroos needed to take a word of length $2^{n}$ back to itself. Consider a word of length $2^{n}$ for some $n>1$. After 2 switcheroos, one has separately performed a switcheroo on the first half of the word and on the second half of the word, while returning the (jumbled) first half of the word to the beginning and the (jumbled) second half of the word to the end.
After $2 \cdot m(n-1)$ switcheroos, one has performed a switcheroo on each half of the word $m(n-1)$ times while returning the halves to their proper order. Therefore, the word is in its proper order. However, it is never in its proper order before this, either because the second half precedes the first half (i.e. after an odd number of switcheroos) or because the halves are still jumbled (because each half has had fewer than $m(n-1)$ switcheroos performed on it).
It follows that $m(n)=2 m(n-1)$ for all $n>1$. We can easily see that $m(1)=2$, and a straightforward proof by induction shows that $m=2^{n}$.
|
2^{n}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Michelle has a word with $2^{n}$ letters, where a word can consist of letters from any alphabet. Michelle performs a switcheroo on the word as follows: for each $k=0,1, \ldots, n-1$, she switches the first $2^{k}$ letters of the word with the next $2^{k}$ letters of the word. For example, for $n=3$, Michelle changes
$$
A B C D E F G H \rightarrow B A C D E F G H \rightarrow C D B A E F G H \rightarrow E F G H C D B A
$$
in one switcheroo.
In terms of $n$, what is the minimum positive integer $m$ such that after Michelle performs the switcheroo operation $m$ times on any word of length $2^{n}$, she will receive her original word?
|
Let $m(n)$ denote the number of switcheroos needed to take a word of length $2^{n}$ back to itself. Consider a word of length $2^{n}$ for some $n>1$. After 2 switcheroos, one has separately performed a switcheroo on the first half of the word and on the second half of the word, while returning the (jumbled) first half of the word to the beginning and the (jumbled) second half of the word to the end.
After $2 \cdot m(n-1)$ switcheroos, one has performed a switcheroo on each half of the word $m(n-1)$ times while returning the halves to their proper order. Therefore, the word is in its proper order. However, it is never in its proper order before this, either because the second half precedes the first half (i.e. after an odd number of switcheroos) or because the halves are still jumbled (because each half has had fewer than $m(n-1)$ switcheroos performed on it).
It follows that $m(n)=2 m(n-1)$ for all $n>1$. We can easily see that $m(1)=2$, and a straightforward proof by induction shows that $m=2^{n}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-team-solutions.jsonl",
"problem_match": "\n3. [30]",
"solution_match": "\n## Proposed by: Mehtaab Sawhney\n\n"
}
|
0d4ea1ed-c962-57a5-ab26-76ee7f38e3f6
| 609,848
|
In acute triangle $A B C$, let $D, E$, and $F$ be the feet of the altitudes from $A, B$, and $C$ respectively, and let $L, M$, and $N$ be the midpoints of $B C, C A$, and $A B$, respectively. Lines $D E$ and $N L$ intersect at $X$, lines $D F$ and $L M$ intersect at $Y$, and lines $X Y$ and $B C$ intersect at $Z$. Find $\frac{Z B}{Z C}$ in terms of $A B, A C$, and $B C$.
|
Because $N L \| A C$ we have triangles $D X L$ and $D E C$ are similar. From angle chasing, we also have that triangle $D E C$ is similar to triangle $A B C$. We have $\angle X N A=180^{\circ}-\angle X N B=180^{\circ}-\angle L N B=$ $180-C A B=\angle L M A$. In addition, we have $\frac{N X}{N A}=\frac{X D \cdot X E}{X L \cdot N A}=\frac{A B}{B C} \frac{X E}{L C} \frac{N M}{N A}=\frac{A B}{B C} \frac{E D}{D C} \frac{B C}{A B}=\frac{E D}{D C}=\frac{A B}{A C}=$ $\frac{M L}{M A}$. These two statements mean that triangles $A N X$ and $A M L$ are similar, and $\angle X A B=\angle X A N=$ $\angle L A M=\angle L A C$. Similarly, $\angle X A Y=\angle L A C$, making $A, X$, and $Y$ collinear, with $\angle Y A B=\angle X A B=$ $\angle L A C$; ie. line $A X Y$ is a symmedian of triangle $A B C$.
Then $\frac{Z B}{Z C}=\frac{A B}{A C} \frac{\sin \angle Z A B}{\sin \angle Z A C}=\frac{A B}{A C} \frac{\sin \angle L A C}{\sin \angle L A B}$, by the ratio lemma. But using the ratio lemma, $1=\frac{L B}{L C}=$ $\frac{A B}{A C} \frac{\sin \angle L A B}{\sin \angle L A C}$, so $\frac{\sin \angle L A C}{\sin \angle L A B}=\frac{A B}{A C}$, so $\frac{Z B}{Z C}=\frac{A B^{2}}{A C^{2}}$.
|
\frac{A B^{2}}{A C^{2}}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
In acute triangle $A B C$, let $D, E$, and $F$ be the feet of the altitudes from $A, B$, and $C$ respectively, and let $L, M$, and $N$ be the midpoints of $B C, C A$, and $A B$, respectively. Lines $D E$ and $N L$ intersect at $X$, lines $D F$ and $L M$ intersect at $Y$, and lines $X Y$ and $B C$ intersect at $Z$. Find $\frac{Z B}{Z C}$ in terms of $A B, A C$, and $B C$.
|
Because $N L \| A C$ we have triangles $D X L$ and $D E C$ are similar. From angle chasing, we also have that triangle $D E C$ is similar to triangle $A B C$. We have $\angle X N A=180^{\circ}-\angle X N B=180^{\circ}-\angle L N B=$ $180-C A B=\angle L M A$. In addition, we have $\frac{N X}{N A}=\frac{X D \cdot X E}{X L \cdot N A}=\frac{A B}{B C} \frac{X E}{L C} \frac{N M}{N A}=\frac{A B}{B C} \frac{E D}{D C} \frac{B C}{A B}=\frac{E D}{D C}=\frac{A B}{A C}=$ $\frac{M L}{M A}$. These two statements mean that triangles $A N X$ and $A M L$ are similar, and $\angle X A B=\angle X A N=$ $\angle L A M=\angle L A C$. Similarly, $\angle X A Y=\angle L A C$, making $A, X$, and $Y$ collinear, with $\angle Y A B=\angle X A B=$ $\angle L A C$; ie. line $A X Y$ is a symmedian of triangle $A B C$.
Then $\frac{Z B}{Z C}=\frac{A B}{A C} \frac{\sin \angle Z A B}{\sin \angle Z A C}=\frac{A B}{A C} \frac{\sin \angle L A C}{\sin \angle L A B}$, by the ratio lemma. But using the ratio lemma, $1=\frac{L B}{L C}=$ $\frac{A B}{A C} \frac{\sin \angle L A B}{\sin \angle L A C}$, so $\frac{\sin \angle L A C}{\sin \angle L A B}=\frac{A B}{A C}$, so $\frac{Z B}{Z C}=\frac{A B^{2}}{A C^{2}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-team-solutions.jsonl",
"problem_match": "\n4. [30]",
"solution_match": "\n## Proposed by: Faraz Masroor\n\n"
}
|
ccfbf929-7658-57c5-a6f5-b513bc43abda
| 609,849
|
Let $[n]$ denote the set of integers $\{1,2, \ldots, n\}$. We randomly choose a function $f:[n] \rightarrow[n]$, out of the $n^{n}$ possible functions. We also choose an integer $a$ uniformly at random from $[n]$. Find the probability that there exist positive integers $b, c \geq 1$ such that $f^{b}(1)=a$ and $f^{c}(a)=1$. $\left(f^{k}(x)\right.$ denotes the result of applying $f$ to $x k$ times).
|
Answer: $\frac{1}{n}$
Given a function $f$, define $N(f)$ to be the number of numbers that are in the same cycle as 1 (including 1 itself), if there is one, and zero if there is no such cycle. The problem is equivalent to finding $\mathbb{E}(N(f)) / n$. Note that
$$
P(N(f)=k)=\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdot \frac{n-k+1}{n} \cdot \frac{1}{n}
$$
and it suffices to compute $\sum_{k=1}^{n} P_{k}$ where $P_{k}=\frac{k}{n} P(N(f)=k)$. Observe that
$$
\begin{array}{rlrl}
P_{n} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n} \cdot \frac{2}{n} \cdot \frac{1}{n}\right) \cdot \frac{n}{n} & \cdot \frac{1}{n} \\
P_{n-1} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n} \cdot \frac{2}{n}\right) \cdot \frac{n-1}{n} & \cdot \frac{1}{n} \\
\Rightarrow P_{n}+P_{n-1} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n} \cdot \frac{2}{n}\right) & \cdot \frac{1}{n} \\
P_{n-2} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n}\right) \cdot \frac{n-2}{n} & \cdot \frac{1}{n} \\
\Rightarrow P_{n}+P_{n-1}+P_{n-2} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdot \frac{3}{n}\right) & \cdot \frac{1}{n} \\
& \cdots & & \\
\Rightarrow \sum_{k=1}^{n} P_{k} & =1 & &
\end{array}
$$
Therefore the answer is $\frac{1}{n}$.
|
\frac{1}{n}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Let $[n]$ denote the set of integers $\{1,2, \ldots, n\}$. We randomly choose a function $f:[n] \rightarrow[n]$, out of the $n^{n}$ possible functions. We also choose an integer $a$ uniformly at random from $[n]$. Find the probability that there exist positive integers $b, c \geq 1$ such that $f^{b}(1)=a$ and $f^{c}(a)=1$. $\left(f^{k}(x)\right.$ denotes the result of applying $f$ to $x k$ times).
|
Answer: $\frac{1}{n}$
Given a function $f$, define $N(f)$ to be the number of numbers that are in the same cycle as 1 (including 1 itself), if there is one, and zero if there is no such cycle. The problem is equivalent to finding $\mathbb{E}(N(f)) / n$. Note that
$$
P(N(f)=k)=\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdot \frac{n-k+1}{n} \cdot \frac{1}{n}
$$
and it suffices to compute $\sum_{k=1}^{n} P_{k}$ where $P_{k}=\frac{k}{n} P(N(f)=k)$. Observe that
$$
\begin{array}{rlrl}
P_{n} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n} \cdot \frac{2}{n} \cdot \frac{1}{n}\right) \cdot \frac{n}{n} & \cdot \frac{1}{n} \\
P_{n-1} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n} \cdot \frac{2}{n}\right) \cdot \frac{n-1}{n} & \cdot \frac{1}{n} \\
\Rightarrow P_{n}+P_{n-1} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n} \cdot \frac{2}{n}\right) & \cdot \frac{1}{n} \\
P_{n-2} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdots \frac{3}{n}\right) \cdot \frac{n-2}{n} & \cdot \frac{1}{n} \\
\Rightarrow P_{n}+P_{n-1}+P_{n-2} & =\left(\frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \cdot \frac{3}{n}\right) & \cdot \frac{1}{n} \\
& \cdots & & \\
\Rightarrow \sum_{k=1}^{n} P_{k} & =1 & &
\end{array}
$$
Therefore the answer is $\frac{1}{n}$.
|
{
"resource_path": "HarvardMIT/segmented/en-212-2018-feb-team-solutions.jsonl",
"problem_match": "\n7. [50]",
"solution_match": "\nProposed by: Allen Liu\n"
}
|
ff8d446b-f84c-5361-98f0-3e7c5890df4c
| 609,851
|
Stacy has $d$ dollars. She enters a mall with 10 shops and a lottery stall. First she goes to the lottery and her money is doubled, then she goes into the first shop and spends 1024 dollars. After that she alternates playing the lottery and getting her money doubled (Stacy always wins) then going into a new shop and spending $\$ 1024$. When she comes out of the last shop she has no money left. What is the minimum possible value of $d$ ?
|
Work backwards. Before going into the last shop she had $\$ 1024$, before the lottery she had $\$ 512$, then $\$ 1536, \$ 768, \ldots$. We can easily prove by induction that if she ran out of money after $n$ shops, $0 \leq n \leq 10$, she must have started with $1024-2^{10-n}$ dollars. Therefore $d$ is $\mathbf{1 0 2 3}$.
|
1023
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Stacy has $d$ dollars. She enters a mall with 10 shops and a lottery stall. First she goes to the lottery and her money is doubled, then she goes into the first shop and spends 1024 dollars. After that she alternates playing the lottery and getting her money doubled (Stacy always wins) then going into a new shop and spending $\$ 1024$. When she comes out of the last shop she has no money left. What is the minimum possible value of $d$ ?
|
Work backwards. Before going into the last shop she had $\$ 1024$, before the lottery she had $\$ 512$, then $\$ 1536, \$ 768, \ldots$. We can easily prove by induction that if she ran out of money after $n$ shops, $0 \leq n \leq 10$, she must have started with $1024-2^{10-n}$ dollars. Therefore $d$ is $\mathbf{1 0 2 3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\n## Problem AT2 [3 points]",
"solution_match": "\nSolution: "
}
|
2bcf163f-3ad4-56ee-b222-db1a92e63cec
| 170,152
|
An unfair coin has the property that when flipped four times, it has the same probability of turning up 2 heads and 2 tails (in any order) as 3 heads and 1 tail (in any order). What is the probability of getting a head in any one flip?
|
Let $p$ be the probability of getting a head in one flip. There are 6 ways to get 2 heads and 2 tails, each with probability $p^{2}(1-p)^{2}$, and 4 ways to get 3 heads and 1 tail, each with probability $p^{3}(1-p)$. We are given that $6 p^{2}(1-p)^{2}=4 p^{3}(1-p)$. Clearly $p$ is not 0 or 1 , so we can divide by $p^{2}(1-p)$ to get $6(1-p)=4 p$. Therefore $p$ is $\frac{3}{5}$.
|
\frac{3}{5}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
An unfair coin has the property that when flipped four times, it has the same probability of turning up 2 heads and 2 tails (in any order) as 3 heads and 1 tail (in any order). What is the probability of getting a head in any one flip?
|
Let $p$ be the probability of getting a head in one flip. There are 6 ways to get 2 heads and 2 tails, each with probability $p^{2}(1-p)^{2}$, and 4 ways to get 3 heads and 1 tail, each with probability $p^{3}(1-p)$. We are given that $6 p^{2}(1-p)^{2}=4 p^{3}(1-p)$. Clearly $p$ is not 0 or 1 , so we can divide by $p^{2}(1-p)$ to get $6(1-p)=4 p$. Therefore $p$ is $\frac{3}{5}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\n## Problem AT3 [4 points]",
"solution_match": "\nSolution: "
}
|
b6bb6b5d-8db0-5db2-93ba-67eb66a640ec
| 170,161
|
You are given 16 pieces of paper numbered $16,15, \ldots, 2,1$ in that order. You want to put them in the order $1,2, \ldots, 15,16$ switching only two adjacent pieces of paper at a time. What is the minimum number of switches necessary?
|
Piece 16 has to move to the back 15 times, piece 15 has to move to the back 14 times, $\ldots$. piece 2 has to move to the back 1 time, piece 1 has to move to the back 0 times. Since only one piece can move back in each switch, we must have at least $15+14+\ldots+1=\mathbf{1 2 0}$ switches.
For any finite set $S$, let $f(S)$ be the sum of the elements of $S$ (if $S$ is empty then $f(S)=0$ ). Find the sum over all subsets $E$ of $S$ of $\frac{f(E)}{f(S)}$ for $S=\{1,2, \ldots, 1999\}$.
|
120
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
You are given 16 pieces of paper numbered $16,15, \ldots, 2,1$ in that order. You want to put them in the order $1,2, \ldots, 15,16$ switching only two adjacent pieces of paper at a time. What is the minimum number of switches necessary?
|
Piece 16 has to move to the back 15 times, piece 15 has to move to the back 14 times, $\ldots$. piece 2 has to move to the back 1 time, piece 1 has to move to the back 0 times. Since only one piece can move back in each switch, we must have at least $15+14+\ldots+1=\mathbf{1 2 0}$ switches.
For any finite set $S$, let $f(S)$ be the sum of the elements of $S$ (if $S$ is empty then $f(S)=0$ ). Find the sum over all subsets $E$ of $S$ of $\frac{f(E)}{f(S)}$ for $S=\{1,2, \ldots, 1999\}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\n## Problem AT4 [4 points]",
"solution_match": "\nSolution: "
}
|
365b9369-d2fc-50c1-be5d-74a90c51a2b4
| 170,172
|
Matt has somewhere between 1000 and 2000 pieces of paper he's trying to divide into piles of the same size (but not all in one pile or piles of one sheet each). He tries $2,3,4,5,6,7$, and 8 piles but ends up with one sheet left over each time. How many piles does he need?
|
The number of sheets will leave a remainder of 1 when divided by the least common multiple of $2,3,4,5,6,7$, and 8 , which is $8 \cdot 3 \cdot 5 \cdot 7=840$. Since the number of sheets is between 1000 and 2000 , the only possibility is 1681 . The number of piles must be a divisor of $1681=41^{2}$, hence it must be 41 .
|
41
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
Matt has somewhere between 1000 and 2000 pieces of paper he's trying to divide into piles of the same size (but not all in one pile or piles of one sheet each). He tries $2,3,4,5,6,7$, and 8 piles but ends up with one sheet left over each time. How many piles does he need?
|
The number of sheets will leave a remainder of 1 when divided by the least common multiple of $2,3,4,5,6,7$, and 8 , which is $8 \cdot 3 \cdot 5 \cdot 7=840$. Since the number of sheets is between 1000 and 2000 , the only possibility is 1681 . The number of piles must be a divisor of $1681=41^{2}$, hence it must be 41 .
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\n## Problem AT6 [5 points]",
"solution_match": "\nSolution: "
}
|
0dcdbc5e-785b-5c55-9d35-34eedfc34066
| 170,191
|
Let $C$ be a circle with two diameters intersecting at an angle of 30 degrees. A circle $S$ is tangent to both diameters and to $C$, and has radius 1 . Find the largest possible radius of $C$.
|
For $C$ to be as large as possible we want $S$ to be as small as possible. It is not hard to see that this happens in the situation shown below. Then the radius of $C$ is $1+\csc 15=\mathbf{1}+\sqrt{\mathbf{2}}+\sqrt{\mathbf{6}}$. The computation of $\sin 15$ can be done via the half angle formula.

|
1+\sqrt{2}+\sqrt{6}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $C$ be a circle with two diameters intersecting at an angle of 30 degrees. A circle $S$ is tangent to both diameters and to $C$, and has radius 1 . Find the largest possible radius of $C$.
|
For $C$ to be as large as possible we want $S$ to be as small as possible. It is not hard to see that this happens in the situation shown below. Then the radius of $C$ is $1+\csc 15=\mathbf{1}+\sqrt{\mathbf{2}}+\sqrt{\mathbf{6}}$. The computation of $\sin 15$ can be done via the half angle formula.

|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\nProblem AT8 [6 points]",
"solution_match": "\nSolution: "
}
|
734a6dff-015d-52cd-b087-5ba28f348f46
| 609,860
|
As part of his effort to take over the world, Edward starts producing his own currency. As part of an effort to stop Edward, Alex works in the mint and produces 1 counterfeit coin for every 99 real ones. Alex isn't very good at this, so none of the counterfeit coins are the right weight. Since the mint is not perfect, each coin is weighed before leaving. If the coin is not the right weight, then it is sent to a lab for testing. The scale is accurate $95 \%$ of the time, $5 \%$ of all the coins minted are sent to the lab, and the lab's test is accurate $90 \%$ of the time. If the lab says a coin is counterfeit, what is the probability that it really is?
|
$5 \%$ of the coins are sent to the lab, and only . $95 \%$ of the coins are sent to the lab and counterfeit, so there is a $19 \%$ chance that a coin sent to the lab is counterfeit and an $81 \%$ chance that it is real. The lab could correctly detect a counterfeit coin or falsely accuse a real one of being counterfeit, so the probability that a coin the lab says is counterfeit really is counterfeit is $\frac{19 / 100 \cdot 9 / 10}{19 / 100 \cdot 9 / 10+81 / 100 \cdot 1 / 10}=\frac{19}{\mathbf{2 8}}$.
|
\frac{19}{28}
|
Yes
|
Yes
|
math-word-problem
|
Logic and Puzzles
|
As part of his effort to take over the world, Edward starts producing his own currency. As part of an effort to stop Edward, Alex works in the mint and produces 1 counterfeit coin for every 99 real ones. Alex isn't very good at this, so none of the counterfeit coins are the right weight. Since the mint is not perfect, each coin is weighed before leaving. If the coin is not the right weight, then it is sent to a lab for testing. The scale is accurate $95 \%$ of the time, $5 \%$ of all the coins minted are sent to the lab, and the lab's test is accurate $90 \%$ of the time. If the lab says a coin is counterfeit, what is the probability that it really is?
|
$5 \%$ of the coins are sent to the lab, and only . $95 \%$ of the coins are sent to the lab and counterfeit, so there is a $19 \%$ chance that a coin sent to the lab is counterfeit and an $81 \%$ chance that it is real. The lab could correctly detect a counterfeit coin or falsely accuse a real one of being counterfeit, so the probability that a coin the lab says is counterfeit really is counterfeit is $\frac{19 / 100 \cdot 9 / 10}{19 / 100 \cdot 9 / 10+81 / 100 \cdot 1 / 10}=\frac{19}{\mathbf{2 8}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\nProblem AT9 [7 points]",
"solution_match": "\nSolution: "
}
|
96bc9f9d-414e-5069-8ab9-d55bcf27e653
| 170,219
|
Find the minimum possible value of the largest of $x y, 1-x-y+x y$, and $x+y-2 x y$ if $0 \leq x \leq y \leq 1$.
|
I claim the answer is $4 / 9$. Let $s=x+y, p=x y$, so $x$ and $y$ are $\frac{s \pm \sqrt{s^{2}-4 p}}{2}$. Since $x$ and $y$ are real, $s^{2}-4 p \geq 0$. If one of the three quantities is less than or equal to $1 / 9$, then at least one of the others is at least $4 / 9$ by the pigeonhole principle since they add up to 1 . Assume that $s-2 p<4 / 9$, then $s^{2}-4 p<(4 / 9+2 p)^{2}-4 p$, and since the left side is non-negative we get $0 \leq p^{2}-\frac{5}{9} p+\frac{4}{81}=\left(p-\frac{1}{9}\right)\left(p-\frac{4}{9}\right)$. This implies that either $p \leq \frac{1}{9}$ or $p \geq \frac{4}{9}$, and either way we're done. This minimum is achieved if $x$ and $y$ are both $1 / 3$, so the answer is $\frac{4}{9}$, as claimed.
|
\frac{4}{9}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Find the minimum possible value of the largest of $x y, 1-x-y+x y$, and $x+y-2 x y$ if $0 \leq x \leq y \leq 1$.
|
I claim the answer is $4 / 9$. Let $s=x+y, p=x y$, so $x$ and $y$ are $\frac{s \pm \sqrt{s^{2}-4 p}}{2}$. Since $x$ and $y$ are real, $s^{2}-4 p \geq 0$. If one of the three quantities is less than or equal to $1 / 9$, then at least one of the others is at least $4 / 9$ by the pigeonhole principle since they add up to 1 . Assume that $s-2 p<4 / 9$, then $s^{2}-4 p<(4 / 9+2 p)^{2}-4 p$, and since the left side is non-negative we get $0 \leq p^{2}-\frac{5}{9} p+\frac{4}{81}=\left(p-\frac{1}{9}\right)\left(p-\frac{4}{9}\right)$. This implies that either $p \leq \frac{1}{9}$ or $p \geq \frac{4}{9}$, and either way we're done. This minimum is achieved if $x$ and $y$ are both $1 / 3$, so the answer is $\frac{4}{9}$, as claimed.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-adv-solutions.jsonl",
"problem_match": "\n## Problem AT10 [8 points]",
"solution_match": "\nSolution: "
}
|
8e44912f-a033-54f8-8412-eab3a09f24e5
| 170,228
|
If $a @ b=\frac{a^{3}-b^{3}}{a-b}$, for how many real values of $a$ does $a @ 1=0$ ?
|
If $\frac{a^{3}-1}{a-1}=0$, then $a^{3}-1=0$, or $(a-1)\left(a^{2}+a+1\right)=0$. Thus $a=1$, which is an extraneous solution since that makes the denominator of the original expression 0 , or $a$ is a root of $a^{2}+a+1$. But this quadratic has no real roots, in particular its roots are $\frac{-1 \pm \sqrt{-3}}{2}$. Therefore there are no such real values of $a$, so the answer is $\mathbf{0}$.
|
0
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
If $a @ b=\frac{a^{3}-b^{3}}{a-b}$, for how many real values of $a$ does $a @ 1=0$ ?
|
If $\frac{a^{3}-1}{a-1}=0$, then $a^{3}-1=0$, or $(a-1)\left(a^{2}+a+1\right)=0$. Thus $a=1$, which is an extraneous solution since that makes the denominator of the original expression 0 , or $a$ is a root of $a^{2}+a+1$. But this quadratic has no real roots, in particular its roots are $\frac{-1 \pm \sqrt{-3}}{2}$. Therefore there are no such real values of $a$, so the answer is $\mathbf{0}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A1 [3 points]",
"solution_match": "\nSolution: "
}
|
27881b6e-5093-5c6d-9631-be86425f3360
| 170,238
|
For what single digit $n$ does 91 divide the 9 -digit number $12345 n 789$ ?
|
123450789 leaves a remainder of 7 when divided by 91 , and 1000 leaves a remainder of 90 , or -1 , so adding 7 multiples of 1000 will give us a multiple of 91 .
|
7
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
For what single digit $n$ does 91 divide the 9 -digit number $12345 n 789$ ?
|
123450789 leaves a remainder of 7 when divided by 91 , and 1000 leaves a remainder of 90 , or -1 , so adding 7 multiples of 1000 will give us a multiple of 91 .
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A2 [3 points]",
"solution_match": "\nSolution 1: "
}
|
e5e14291-5ce3-555d-8bfe-4f597709d932
| 609,861
|
Alex is stuck on a platform floating over an abyss at $1 \mathrm{ft} / \mathrm{s}$. An evil physicist has arranged for the platform to fall in (taking Alex with it) after traveling 100ft. One minute after the platform was launched, Edward arrives with a second platform capable of floating all the way across the abyss. He calculates for 5 seconds, then launches the second platform in such a way as to maximize the time that one end of Alex's platform is between the two ends of the new platform, thus giving Alex as much time as possible to switch. If both platforms are 5 ft long and move with constant velocity once launched, what is the speed of the second platform (in $\mathrm{ft} / \mathrm{s}$ )?
|
The slower the second platform is moving, the longer it will stay next to the first platform. However, it needs to be moving fast enough to reach the first platform before it's too late. Let $v$ be the velocity of the second platform. It starts 65 feet behind the first platform, so it reaches the back of the first platform at $\frac{60}{v-1}$ seconds, and passes the front at $\frac{70}{v-1}$ seconds, so the time to switch is $\frac{10}{v-1}$. Hence we want $v$ to be as small as possible while still allowing the switch before the first platform falls. Therefore the time to switch will be maximized if the back of the second platform lines up with the front of the first platform at the instant that the first platform has travelled 100ft, which occurs after 100 seconds. Since the second platform is launched 65 seconds later and has to travel 105 feet, its speed is $105 / 35=\mathbf{3 f t} / \mathrm{s}$.
|
3
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Alex is stuck on a platform floating over an abyss at $1 \mathrm{ft} / \mathrm{s}$. An evil physicist has arranged for the platform to fall in (taking Alex with it) after traveling 100ft. One minute after the platform was launched, Edward arrives with a second platform capable of floating all the way across the abyss. He calculates for 5 seconds, then launches the second platform in such a way as to maximize the time that one end of Alex's platform is between the two ends of the new platform, thus giving Alex as much time as possible to switch. If both platforms are 5 ft long and move with constant velocity once launched, what is the speed of the second platform (in $\mathrm{ft} / \mathrm{s}$ )?
|
The slower the second platform is moving, the longer it will stay next to the first platform. However, it needs to be moving fast enough to reach the first platform before it's too late. Let $v$ be the velocity of the second platform. It starts 65 feet behind the first platform, so it reaches the back of the first platform at $\frac{60}{v-1}$ seconds, and passes the front at $\frac{70}{v-1}$ seconds, so the time to switch is $\frac{10}{v-1}$. Hence we want $v$ to be as small as possible while still allowing the switch before the first platform falls. Therefore the time to switch will be maximized if the back of the second platform lines up with the front of the first platform at the instant that the first platform has travelled 100ft, which occurs after 100 seconds. Since the second platform is launched 65 seconds later and has to travel 105 feet, its speed is $105 / 35=\mathbf{3 f t} / \mathrm{s}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A3 [4 points]",
"solution_match": "\nSolution: "
}
|
b88ec296-a086-5e57-9cd0-ff73c00bdc16
| 609,862
|
You are trapped in a room with only one exit, a long hallway with a series of doors and land mines. To get out you must open all the doors and disarm all the mines. In the room is a panel with 3 buttons, which conveniently contains an instruction manual. The red button arms a mine, the yellow button disarms two mines and closes a door, and the green button opens two doors. Initially 3 doors are closed and 3 mines are armed. The manual warns that attempting to disarm two mines or open two doors when only one is armed/closed will reset the system to its initial state. What is the minimum number of buttons you must push to get out?
|
Clearly we do not want to reset the system at any time. After pressing the red button $r$ times, the yellow button $y$ times, and the green button $g$ times, there will be $3+r-2 y$ armed mines and $3+y-2 g$ closed doors, so we want the values of $r, y$, and $g$ that make both of these quantities 0 while minimizing $r+y+g$. From the number of doors we see that $y$ must be odd, from the number of mines we see $y=(3+r) / 2 \geq 3 / 2$, so $y \geq 3$. Then $g=(3+y) / 2 \geq 3$, and $r=2 y-3 \geq 3$, so $r+y+g \geq 9$. Call the red, yellow, and green buttons 1,2 , and 3 respectively for notational convenience, then a sequence of buttons that would get you out is 123123123. Another possibility is 111222333 , and of course there are others. Therefore the answer is 9 .
|
9
|
Yes
|
Yes
|
math-word-problem
|
Logic and Puzzles
|
You are trapped in a room with only one exit, a long hallway with a series of doors and land mines. To get out you must open all the doors and disarm all the mines. In the room is a panel with 3 buttons, which conveniently contains an instruction manual. The red button arms a mine, the yellow button disarms two mines and closes a door, and the green button opens two doors. Initially 3 doors are closed and 3 mines are armed. The manual warns that attempting to disarm two mines or open two doors when only one is armed/closed will reset the system to its initial state. What is the minimum number of buttons you must push to get out?
|
Clearly we do not want to reset the system at any time. After pressing the red button $r$ times, the yellow button $y$ times, and the green button $g$ times, there will be $3+r-2 y$ armed mines and $3+y-2 g$ closed doors, so we want the values of $r, y$, and $g$ that make both of these quantities 0 while minimizing $r+y+g$. From the number of doors we see that $y$ must be odd, from the number of mines we see $y=(3+r) / 2 \geq 3 / 2$, so $y \geq 3$. Then $g=(3+y) / 2 \geq 3$, and $r=2 y-3 \geq 3$, so $r+y+g \geq 9$. Call the red, yellow, and green buttons 1,2 , and 3 respectively for notational convenience, then a sequence of buttons that would get you out is 123123123. Another possibility is 111222333 , and of course there are others. Therefore the answer is 9 .
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A5 [5 points]",
"solution_match": "\nSolution: "
}
|
c88a5295-4cd8-531b-b849-8ba8068651a2
| 170,275
|
Carl and Bob can demolish a building in 6 days, Anne and Bob can do it in 3, Anne and Carl in 5. How many days does it take all of them working together if Carl gets injured at the end of the first day and can't come back? Express your answer as a fraction in lowest terms.
|
Let $a$ be the portion of the work that Anne does in one day, similarly $b$ for Bob and $c$ for Carl. Then what we are given is the system of equations $b+c=1 / 6, a+b=1 / 3$, and $a+c=1 / 5$. Thus in the first day they complete $a+b+c=\frac{1}{2}(1 / 6+1 / 3+1 / 5)=7 / 20$, leaving $13 / 20$ for Anne and Bob to complete. This takes $\frac{13 / 20}{1 / 3}=39 / 20$ days, for a total of $\frac{\mathbf{5 9}}{\mathbf{2 0}}$.
|
\frac{59}{20}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Carl and Bob can demolish a building in 6 days, Anne and Bob can do it in 3, Anne and Carl in 5. How many days does it take all of them working together if Carl gets injured at the end of the first day and can't come back? Express your answer as a fraction in lowest terms.
|
Let $a$ be the portion of the work that Anne does in one day, similarly $b$ for Bob and $c$ for Carl. Then what we are given is the system of equations $b+c=1 / 6, a+b=1 / 3$, and $a+c=1 / 5$. Thus in the first day they complete $a+b+c=\frac{1}{2}(1 / 6+1 / 3+1 / 5)=7 / 20$, leaving $13 / 20$ for Anne and Bob to complete. This takes $\frac{13 / 20}{1 / 3}=39 / 20$ days, for a total of $\frac{\mathbf{5 9}}{\mathbf{2 0}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A6 [5 points]",
"solution_match": "\nSolution: "
}
|
46825185-3f75-5a8d-9723-8649d29adb61
| 170,283
|
If $f(x)$ is a monic quartic polynomial such that $f(-1)=-1, f(2)=-4, f(-3)=-9$, and $f(4)=-16$, find $f(1)$.
|
The given data tells us that the roots of $f(x)+x^{2}$ are $-1,2,-3$, and 4 . Combining with the fact that $f$ is monic and quartic we get $f(x)+x^{2}=(x+1)(x-2)(x+3)(x-4)$. Hence $f(1)=(2)(-1)(4)(-3)-1=\mathbf{2 3}$.
|
23
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
If $f(x)$ is a monic quartic polynomial such that $f(-1)=-1, f(2)=-4, f(-3)=-9$, and $f(4)=-16$, find $f(1)$.
|
The given data tells us that the roots of $f(x)+x^{2}$ are $-1,2,-3$, and 4 . Combining with the fact that $f$ is monic and quartic we get $f(x)+x^{2}=(x+1)(x-2)(x+3)(x-4)$. Hence $f(1)=(2)(-1)(4)(-3)-1=\mathbf{2 3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A8 [6 points]",
"solution_match": "\nSolution: "
}
|
e0e6b265-d2cf-5502-8e6a-f9cb3f29ed44
| 170,297
|
How many ways are there to cover a $3 \times 8$ rectangle with 12 identical dominoes?
|
Trivially there is 1 way to tile a $3 \times 0$ rectangle, and it is not hard to see there are 3 ways to tile a $3 \times 2$. Let $T_{n}$ be the number of tilings of a $3 \times n$ rectangle, where $n$ is even. From the diagram below we see the recursion $T_{n}=3 T_{n-2}+2\left(T_{n-4}+T_{n-6}+\ldots+T_{2}+T_{0}\right)$. Given that, we can just calculate $T_{4}=11, T_{6}=41$, and $T_{8}$ is $\mathbf{1 5 3}$.

etc...
|
153
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
How many ways are there to cover a $3 \times 8$ rectangle with 12 identical dominoes?
|
Trivially there is 1 way to tile a $3 \times 0$ rectangle, and it is not hard to see there are 3 ways to tile a $3 \times 2$. Let $T_{n}$ be the number of tilings of a $3 \times n$ rectangle, where $n$ is even. From the diagram below we see the recursion $T_{n}=3 T_{n-2}+2\left(T_{n-4}+T_{n-6}+\ldots+T_{2}+T_{0}\right)$. Given that, we can just calculate $T_{4}=11, T_{6}=41$, and $T_{8}$ is $\mathbf{1 5 3}$.

etc...
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\n## Problem A9 [7 points]",
"solution_match": "\nSolution: "
}
|
f534e8e2-4a4b-5ce5-aa55-0a0669aeadda
| 170,310
|
Pyramid $E A R L Y$ is placed in $(x, y, z)$ coordinates so that $E=(10,10,0), A=(10,-10,0), R=$ $(-10,-10,0), L=(-10,10,0)$, and $Y=(0,0,10)$. Tunnels are drilled through the pyramid in such a way that one can move from $(x, y, z)$ to any of the 9 points $(x, y, z-1),(x \pm 1, y, z-1)$, $(x, y \pm 1, z-1),(x \pm 1, y \pm 1, z-1)$. Sean starts at $Y$ and moves randomly down to the base of the pyramid, choosing each of the possible paths with probability $\frac{1}{9}$ each time. What is the probability that he ends up at the point $(8,9,0)$ ?
|
Start by figuring out the probabilities of ending up at each point on the way down the pyramid. Obviously we start at the top vertex with probability 1, and each point on the next level down with probability $1 / 9$. Since each probability after $n$ steps will be some integer over $9^{n}$, we will look only at those numerators. The third level down has probabilities as shown below. Think of this as what you would see if you looked at the pyramid from above, and peeled off the top two layers.
12321
24642
36963
24642
12321
What we can observe here is not only the symmetry along vertical, horizontal, and diagonal axes, but also that each number is the product of the numbers at the ends of its row and column (e.g. $6=2 \cdot 3$ ). This comes from the notion of independence of events, i.e. that if we east and then south, we end up in the same place as if we had moved south and then east. Since we are only looking for the probability of ending up at $(8,9,0)$, we need only know that this is true for the top two rows of the square of probabilities, which depend only on the top two rows of the previous layer. This will follow from the calculation of the top row of each square, which we can do via an algorithm similar to Pascal's triangle. In the diagram below, each element is the sum of the 3 above it.
```
1
1 1 1
1 2 3 3 1
1 3 6 7 6 % 1
1410161916104 1
```
151530455145301551
Now observe that the first 3 numbers in row $n$, where the top is row 0 , are $1, n, \frac{n(n+1)}{2}$. This fact is easily proved by induction on $n$, so the details are left to the reader. Now we can calculate the top two rows of each square via another induction argument, or by independence, to establish that the second row is always $n$ times the first row. Therefore the probability of ending up at the point $(8,9,0)$ is $\frac{\mathbf{5 5 0}}{\mathbf{9}^{10}}$.
|
\frac{550}{9^{10}}
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
Pyramid $E A R L Y$ is placed in $(x, y, z)$ coordinates so that $E=(10,10,0), A=(10,-10,0), R=$ $(-10,-10,0), L=(-10,10,0)$, and $Y=(0,0,10)$. Tunnels are drilled through the pyramid in such a way that one can move from $(x, y, z)$ to any of the 9 points $(x, y, z-1),(x \pm 1, y, z-1)$, $(x, y \pm 1, z-1),(x \pm 1, y \pm 1, z-1)$. Sean starts at $Y$ and moves randomly down to the base of the pyramid, choosing each of the possible paths with probability $\frac{1}{9}$ each time. What is the probability that he ends up at the point $(8,9,0)$ ?
|
Start by figuring out the probabilities of ending up at each point on the way down the pyramid. Obviously we start at the top vertex with probability 1, and each point on the next level down with probability $1 / 9$. Since each probability after $n$ steps will be some integer over $9^{n}$, we will look only at those numerators. The third level down has probabilities as shown below. Think of this as what you would see if you looked at the pyramid from above, and peeled off the top two layers.
12321
24642
36963
24642
12321
What we can observe here is not only the symmetry along vertical, horizontal, and diagonal axes, but also that each number is the product of the numbers at the ends of its row and column (e.g. $6=2 \cdot 3$ ). This comes from the notion of independence of events, i.e. that if we east and then south, we end up in the same place as if we had moved south and then east. Since we are only looking for the probability of ending up at $(8,9,0)$, we need only know that this is true for the top two rows of the square of probabilities, which depend only on the top two rows of the previous layer. This will follow from the calculation of the top row of each square, which we can do via an algorithm similar to Pascal's triangle. In the diagram below, each element is the sum of the 3 above it.
```
1
1 1 1
1 2 3 3 1
1 3 6 7 6 % 1
1410161916104 1
```
151530455145301551
Now observe that the first 3 numbers in row $n$, where the top is row 0 , are $1, n, \frac{n(n+1)}{2}$. This fact is easily proved by induction on $n$, so the details are left to the reader. Now we can calculate the top two rows of each square via another induction argument, or by independence, to establish that the second row is always $n$ times the first row. Therefore the probability of ending up at the point $(8,9,0)$ is $\frac{\mathbf{5 5 0}}{\mathbf{9}^{10}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-alg-solutions.jsonl",
"problem_match": "\nProblem A10 [8 points]",
"solution_match": "\nSolution 1: "
}
|
edf1ce2f-abca-5d0f-a372-491a1de999b9
| 170,322
|
Find all twice differentiable functions $f(x)$ such that $f^{\prime \prime}(x)=0, f(0)=19$, and $f(1)=99$.
|
Since $f^{\prime \prime}(x)=0$ we must have $f(x)=a x+b$ for some real numbers $a, b$. Thus $f(0)=$ $b=19$ and $f(1)=a+19=99$, so $a=80$. Therefore $f(x)=\mathbf{8 0 x}+\mathbf{1 9}$.
|
80x + 19
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Find all twice differentiable functions $f(x)$ such that $f^{\prime \prime}(x)=0, f(0)=19$, and $f(1)=99$.
|
Since $f^{\prime \prime}(x)=0$ we must have $f(x)=a x+b$ for some real numbers $a, b$. Thus $f(0)=$ $b=19$ and $f(1)=a+19=99$, so $a=80$. Therefore $f(x)=\mathbf{8 0 x}+\mathbf{1 9}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C1 [3 points]",
"solution_match": "\nSolution: "
}
|
6fac7128-a01f-5908-83da-220097c1558e
| 170,330
|
A rectangle has sides of length $\sin x$ and $\cos x$ for some $x$. What is the largest possible area of such a rectangle?
|
We wish to maximize $\sin x \cdot \cos x=\frac{1}{2} \sin 2 x$. But $\sin 2 x \leq 1$, with equality holding for $x=\pi / 4$, so the maximum is $\frac{1}{2}$.
|
\frac{1}{2}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
A rectangle has sides of length $\sin x$ and $\cos x$ for some $x$. What is the largest possible area of such a rectangle?
|
We wish to maximize $\sin x \cdot \cos x=\frac{1}{2} \sin 2 x$. But $\sin 2 x \leq 1$, with equality holding for $x=\pi / 4$, so the maximum is $\frac{1}{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C2 [3 points]",
"solution_match": "\nSolution: "
}
|
97d1bc37-be52-5922-89eb-457a1a08d06c
| 170,339
|
Find
$$
\int_{-4 \pi \sqrt{2}}^{4 \pi \sqrt{2}}\left(\frac{\sin x}{1+x^{4}}+1\right) d x
$$
|
The function $\frac{\sin x}{1+x^{4}}$ is odd, so its integral over this interval is 0 . Thus we get the same answer if we just integrate $d x$, namely, $\mathbf{8} \pi \sqrt{\mathbf{2}}$.
|
8 \pi \sqrt{2}
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Find
$$
\int_{-4 \pi \sqrt{2}}^{4 \pi \sqrt{2}}\left(\frac{\sin x}{1+x^{4}}+1\right) d x
$$
|
The function $\frac{\sin x}{1+x^{4}}$ is odd, so its integral over this interval is 0 . Thus we get the same answer if we just integrate $d x$, namely, $\mathbf{8} \pi \sqrt{\mathbf{2}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C3 [4 points]",
"solution_match": "\nSolution: "
}
|
56002c7b-3e16-549e-82ba-e67ff50271fa
| 609,864
|
$f$ is a continuous real-valued function such that $f(x+y)=f(x) f(y)$ for all real $x, y$. If $f(2)=5$, find $f(5)$.
|
Since $f(n x)=f(x)^{n}$ for all integers $n, f(5)=f(1)^{5}$ and $f(2)=f(1)^{2}$, so $f(5)=$ $f(2)^{5 / 2}=\mathbf{2 5} \sqrt{\mathbf{5}}$.
|
25\sqrt{5}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
$f$ is a continuous real-valued function such that $f(x+y)=f(x) f(y)$ for all real $x, y$. If $f(2)=5$, find $f(5)$.
|
Since $f(n x)=f(x)^{n}$ for all integers $n, f(5)=f(1)^{5}$ and $f(2)=f(1)^{2}$, so $f(5)=$ $f(2)^{5 / 2}=\mathbf{2 5} \sqrt{\mathbf{5}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C4 [4 points]",
"solution_match": "\nSolution 1: "
}
|
4be7b59f-2fbe-5d86-9149-9678b74f239d
| 170,356
|
Let $f(x)=x+\frac{1}{2 x+\frac{1}{2 x+\frac{1}{2 x+}}}$ for $x>0$. Find $f(99) f^{\prime}(99)$.
|
Assume that the continued fraction converges (it does) so that $f(x)$ is well defined. Notice that $f(x)-x=\frac{1}{x+f(x)}$, so $f(x)^{2}-x^{2}=1$, or $f(x)=\sqrt{1+x^{2}}$ (we need the positive square root since $x>0$ ). Thus $f^{\prime}(x)=\frac{x}{\sqrt{1+x^{2}}}$, so $f(x) f^{\prime}(x)=x$. In particular, $f(99) f^{\prime}(99)=\mathbf{9 9}$.
|
99
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Let $f(x)=x+\frac{1}{2 x+\frac{1}{2 x+\frac{1}{2 x+}}}$ for $x>0$. Find $f(99) f^{\prime}(99)$.
|
Assume that the continued fraction converges (it does) so that $f(x)$ is well defined. Notice that $f(x)-x=\frac{1}{x+f(x)}$, so $f(x)^{2}-x^{2}=1$, or $f(x)=\sqrt{1+x^{2}}$ (we need the positive square root since $x>0$ ). Thus $f^{\prime}(x)=\frac{x}{\sqrt{1+x^{2}}}$, so $f(x) f^{\prime}(x)=x$. In particular, $f(99) f^{\prime}(99)=\mathbf{9 9}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C5 [5 points]",
"solution_match": "\nSolution: "
}
|
da4027ee-f3be-5654-be28-c4bc4a2720f2
| 609,865
|
Evaluate $\frac{d}{d x}\left(\sin x-\frac{4}{3} \sin ^{3} x\right)$ when $x=15$.
|
Of course this problem can be done by brute force, differentiating and then using the half angle formula to find $\sin$ and $\cos$ of 15 , but there is a quicker way. $e^{i x}=\cos x+i \sin x$, so $\sin (3 x)$ is the imaginary part of $(\cos x+i \sin x)^{3}$, which is $3 \cos ^{2} x \sin x-\sin ^{3} x=3 \sin x-4 \sin ^{3} x$, so the expression we are differentiating is just $\frac{1}{3} \sin (3 x)$. Hence the derivative is $\cos (3 x)$, and $\cos 45=\frac{\sqrt{2}}{2}$.
|
\frac{\sqrt{2}}{2}
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Evaluate $\frac{d}{d x}\left(\sin x-\frac{4}{3} \sin ^{3} x\right)$ when $x=15$.
|
Of course this problem can be done by brute force, differentiating and then using the half angle formula to find $\sin$ and $\cos$ of 15 , but there is a quicker way. $e^{i x}=\cos x+i \sin x$, so $\sin (3 x)$ is the imaginary part of $(\cos x+i \sin x)^{3}$, which is $3 \cos ^{2} x \sin x-\sin ^{3} x=3 \sin x-4 \sin ^{3} x$, so the expression we are differentiating is just $\frac{1}{3} \sin (3 x)$. Hence the derivative is $\cos (3 x)$, and $\cos 45=\frac{\sqrt{2}}{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C6 [5 points]",
"solution_match": "\nSolution: "
}
|
c3b5e54c-e264-5e80-bf72-0665043dc97d
| 170,380
|
If a right triangle is drawn in a semicircle of radius $1 / 2$ with one leg (not the hypotenuse) along the diameter, what is the triangle's maximum possible area?
|
It is easy to see that we will want one vertex of the triangle to be where the diameter meets the semicircle, so the diameter is divided into segments of length $x$ and $1-x$, where $x$ is the length of the leg on the diameter. The other leg of the triangle will be the geometric mean of these two numbers, $\sqrt{x(1-x)}$. Therefore the area of the triangle is $\frac{x \sqrt{x(1-x)}}{2}$, so it will be maximized when $\frac{d}{d x}\left(x^{3}-x^{4}\right)=3 x^{2}-4 x^{3}=0$, or $x=3 / 4$. Therefore the maximum area is $\frac{3 \sqrt{3}}{32}$.
|
\frac{3 \sqrt{3}}{32}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
If a right triangle is drawn in a semicircle of radius $1 / 2$ with one leg (not the hypotenuse) along the diameter, what is the triangle's maximum possible area?
|
It is easy to see that we will want one vertex of the triangle to be where the diameter meets the semicircle, so the diameter is divided into segments of length $x$ and $1-x$, where $x$ is the length of the leg on the diameter. The other leg of the triangle will be the geometric mean of these two numbers, $\sqrt{x(1-x)}$. Therefore the area of the triangle is $\frac{x \sqrt{x(1-x)}}{2}$, so it will be maximized when $\frac{d}{d x}\left(x^{3}-x^{4}\right)=3 x^{2}-4 x^{3}=0$, or $x=3 / 4$. Therefore the maximum area is $\frac{3 \sqrt{3}}{32}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C7 [5 points]",
"solution_match": "\nSolution: "
}
|
ba192c12-c2e4-5012-bbd8-5be95256e456
| 170,390
|
A circle is randomly chosen in a circle of radius 1 in the sense that a point is randomly chosen for its center, then a radius is chosen at random so that the new circle is contained in the original circle. What is the probability that the new circle contains the center of the original circle?
|
If the center of the new circle is more than $1 / 2$ away from the center of the original circle then the new circle cannot possibly contain the center of the original one. Let $x$ be the distance between the centers (by symmetry this is all we need to consider), then for $0 \leq x \leq 1 / 2$ the probability of the new circle containing the center of the original one is $1-\frac{x}{1-x}$. Hence we need to compute $\int_{0}^{1 / 2}\left(1-\frac{x}{1-x}\right) d x=\frac{1}{2}-\int_{0}^{1 / 2} \frac{x}{1-x} d x$. To evaluate the integral, we can integrate by parts to get
$$
-\left.x \ln (1-x)\right|_{0} ^{1 / 2}-\int_{0}^{1 / 2}-\ln (1-x) d x=-\frac{1}{2} \ln \left(\frac{1}{2}\right)-[(1-x) \ln (1-x)-(1-x)]_{0}^{1 / 2}=\ln 2-\frac{1}{2} .
$$
Alternatively, we can use polynomial division to find that $\frac{x}{1-x}=-1+\frac{1}{1-x}$, so $\int_{0}^{1 / 2} \frac{x}{1-x} d x=$ $\int_{0}^{1 / 2}\left(-1+\frac{1}{1-x}\right) d x=\ln 2-\frac{1}{2}$. Therefore the probability is $\frac{1}{2}-\left(\ln 2-\frac{1}{2}\right)=\mathbf{1}-\ln \mathbf{2}$.
|
1-\ln 2
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A circle is randomly chosen in a circle of radius 1 in the sense that a point is randomly chosen for its center, then a radius is chosen at random so that the new circle is contained in the original circle. What is the probability that the new circle contains the center of the original circle?
|
If the center of the new circle is more than $1 / 2$ away from the center of the original circle then the new circle cannot possibly contain the center of the original one. Let $x$ be the distance between the centers (by symmetry this is all we need to consider), then for $0 \leq x \leq 1 / 2$ the probability of the new circle containing the center of the original one is $1-\frac{x}{1-x}$. Hence we need to compute $\int_{0}^{1 / 2}\left(1-\frac{x}{1-x}\right) d x=\frac{1}{2}-\int_{0}^{1 / 2} \frac{x}{1-x} d x$. To evaluate the integral, we can integrate by parts to get
$$
-\left.x \ln (1-x)\right|_{0} ^{1 / 2}-\int_{0}^{1 / 2}-\ln (1-x) d x=-\frac{1}{2} \ln \left(\frac{1}{2}\right)-[(1-x) \ln (1-x)-(1-x)]_{0}^{1 / 2}=\ln 2-\frac{1}{2} .
$$
Alternatively, we can use polynomial division to find that $\frac{x}{1-x}=-1+\frac{1}{1-x}$, so $\int_{0}^{1 / 2} \frac{x}{1-x} d x=$ $\int_{0}^{1 / 2}\left(-1+\frac{1}{1-x}\right) d x=\ln 2-\frac{1}{2}$. Therefore the probability is $\frac{1}{2}-\left(\ln 2-\frac{1}{2}\right)=\mathbf{1}-\ln \mathbf{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C8 [6 points]",
"solution_match": "\nSolution: "
}
|
8f618106-b530-5877-8b0e-23304d3a6475
| 170,398
|
Let $A_{n}$ be the area outside a regular $n$-gon of side length 1 but inside its circumscribed circle, let $B_{n}$ be the area inside the $n$-gon but outside its inscribed circle. Find the limit as $n$ tends to infinity of $\frac{A_{n}}{B_{n}}$.
|
The radius of the inscribed circle is $\frac{1}{2} \cot \frac{\pi}{n}$, the radius of the circumscribed circle is $\frac{1}{2} \csc \frac{\pi}{n}$, and the area of the $n$-gon is $\frac{n}{4} \cot \frac{\pi}{n}$. The diagram below should help you verify that these are correct.

Then $A_{n}=\pi\left(\frac{1}{2} \csc \frac{\pi}{n}\right)^{2}-\frac{n}{4} \cot \frac{\pi}{n}$, and $B_{n}=\frac{n}{4} \cot \frac{\pi}{n}-\pi\left(\frac{1}{2} \cot \frac{\pi}{n}\right)^{2}$, so $\frac{A_{n}}{B_{n}}=\frac{\pi\left(\csc \frac{\pi}{n}\right)^{2}-n \cot \frac{\pi}{n}}{n \cot \frac{\pi}{n}-\pi\left(\cot \frac{\pi}{n}\right)^{2}}$. Let $s$ denote $\sin \frac{\pi}{n}$ and $c$ denote $\cos \frac{\pi}{n}$. Multiply numerator and denominator by $s^{2}$ to get $\frac{A_{n}}{B_{n}} \stackrel{n}{n} \frac{\pi-n c s}{n c s-\pi c^{2}}$. Now use Taylor series to replace $s$ by $\frac{\pi}{n}-\frac{\left(\frac{\pi}{n}\right)^{3}}{6}+\ldots$ and $c$ by $1-\frac{\left(\frac{\pi}{n}\right)^{2}}{2}+\ldots$. By l'Hôpital's rule it will suffice to take just enough terms so that the highest power of $n$ in the numerator and denominator is determined, and that turns out to be $n^{-2}$ in each case. In particular, we get the limit $\frac{A_{n}}{B_{n}}=\frac{\pi-n \frac{\pi}{n}+n \frac{2}{3}\left(\frac{\pi}{n}\right)^{3}+\ldots}{n \frac{\pi}{n}-n \frac{2}{3}\left(\frac{\pi}{n}\right)^{3}-\pi+\pi\left(\frac{\pi}{n}\right)^{2}+\ldots}=\frac{\frac{2}{3} \frac{\pi^{3}}{n^{2}}+\ldots}{\frac{1}{3} \frac{\pi^{3}}{n^{2}}+\ldots} \rightarrow \mathbf{2}$.
|
2
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Let $A_{n}$ be the area outside a regular $n$-gon of side length 1 but inside its circumscribed circle, let $B_{n}$ be the area inside the $n$-gon but outside its inscribed circle. Find the limit as $n$ tends to infinity of $\frac{A_{n}}{B_{n}}$.
|
The radius of the inscribed circle is $\frac{1}{2} \cot \frac{\pi}{n}$, the radius of the circumscribed circle is $\frac{1}{2} \csc \frac{\pi}{n}$, and the area of the $n$-gon is $\frac{n}{4} \cot \frac{\pi}{n}$. The diagram below should help you verify that these are correct.

Then $A_{n}=\pi\left(\frac{1}{2} \csc \frac{\pi}{n}\right)^{2}-\frac{n}{4} \cot \frac{\pi}{n}$, and $B_{n}=\frac{n}{4} \cot \frac{\pi}{n}-\pi\left(\frac{1}{2} \cot \frac{\pi}{n}\right)^{2}$, so $\frac{A_{n}}{B_{n}}=\frac{\pi\left(\csc \frac{\pi}{n}\right)^{2}-n \cot \frac{\pi}{n}}{n \cot \frac{\pi}{n}-\pi\left(\cot \frac{\pi}{n}\right)^{2}}$. Let $s$ denote $\sin \frac{\pi}{n}$ and $c$ denote $\cos \frac{\pi}{n}$. Multiply numerator and denominator by $s^{2}$ to get $\frac{A_{n}}{B_{n}} \stackrel{n}{n} \frac{\pi-n c s}{n c s-\pi c^{2}}$. Now use Taylor series to replace $s$ by $\frac{\pi}{n}-\frac{\left(\frac{\pi}{n}\right)^{3}}{6}+\ldots$ and $c$ by $1-\frac{\left(\frac{\pi}{n}\right)^{2}}{2}+\ldots$. By l'Hôpital's rule it will suffice to take just enough terms so that the highest power of $n$ in the numerator and denominator is determined, and that turns out to be $n^{-2}$ in each case. In particular, we get the limit $\frac{A_{n}}{B_{n}}=\frac{\pi-n \frac{\pi}{n}+n \frac{2}{3}\left(\frac{\pi}{n}\right)^{3}+\ldots}{n \frac{\pi}{n}-n \frac{2}{3}\left(\frac{\pi}{n}\right)^{3}-\pi+\pi\left(\frac{\pi}{n}\right)^{2}+\ldots}=\frac{\frac{2}{3} \frac{\pi^{3}}{n^{2}}+\ldots}{\frac{1}{3} \frac{\pi^{3}}{n^{2}}+\ldots} \rightarrow \mathbf{2}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-calc-solutions.jsonl",
"problem_match": "\n## Problem C10 [8 points]",
"solution_match": "\nSolution: "
}
|
76d18fd1-e491-5325-8a88-9059bb567d47
| 609,866
|
A semicircle is inscribed in a semicircle of radius 2 as shown. Find the radius of the smaller semicircle.

|
Draw a line from the center of the smaller semicircle to the center of the larger one, and a line from the center of the larger semicircle to one of the other points of intersection of the two semicircles. We now have a right triangle whose legs are both the radius of the smaller semicircle and whose hypotenuse is 2 , therefore the radius of the smaller semicircle is $\sqrt{\mathbf{2}}$.
|
\sqrt{2}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A semicircle is inscribed in a semicircle of radius 2 as shown. Find the radius of the smaller semicircle.

|
Draw a line from the center of the smaller semicircle to the center of the larger one, and a line from the center of the larger semicircle to one of the other points of intersection of the two semicircles. We now have a right triangle whose legs are both the radius of the smaller semicircle and whose hypotenuse is 2 , therefore the radius of the smaller semicircle is $\sqrt{\mathbf{2}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G2 [3]",
"solution_match": "\nSolution: "
}
|
45231f1a-a340-50e0-8d0d-7f87a101dd7c
| 609,868
|
In a cube with side length 6 , what is the volume of the tetrahedron formed by any vertex and the three vertices connected to that vertex by edges of the cube?
|
We have a tetrahedron whose base is half a face of the cube and whose height is the side length of the cube, so its volume is $\frac{1}{3} \cdot\left(\frac{1}{2} \cdot 6^{2}\right) \cdot 6=\mathbf{3 6}$.
|
36
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
In a cube with side length 6 , what is the volume of the tetrahedron formed by any vertex and the three vertices connected to that vertex by edges of the cube?
|
We have a tetrahedron whose base is half a face of the cube and whose height is the side length of the cube, so its volume is $\frac{1}{3} \cdot\left(\frac{1}{2} \cdot 6^{2}\right) \cdot 6=\mathbf{3 6}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\nProblem G3 [4]",
"solution_match": "\nSolution: "
}
|
b6d50163-6490-5e09-912e-796dc36bb4d1
| 170,449
|
A cross-section of a river is a trapezoid with bases 10 and 16 and slanted sides of length 5. At this section the water is flowing at $\pi \mathrm{mph}$. A little ways downstream is a dam where the water flows through 4 identical circular holes at 16 mph . What is the radius of the holes?
|
The volume of water going through any cross-section of the river in an hour (assuming the cross-sections are parallel) is the area times the velocity. The trapezoid has height 4 , hence area 52 , so the volume of water going through at any hour is $52 \pi$. Let $r$ be the radius of the holes, then the total area is $4 \pi r^{2}$, so the volume of water is $64 \pi r^{2}$. Therefore $64 \pi r^{2}=52 \pi$, so $r=\frac{\sqrt{13}}{4}$.
|
\frac{\sqrt{13}}{4}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A cross-section of a river is a trapezoid with bases 10 and 16 and slanted sides of length 5. At this section the water is flowing at $\pi \mathrm{mph}$. A little ways downstream is a dam where the water flows through 4 identical circular holes at 16 mph . What is the radius of the holes?
|
The volume of water going through any cross-section of the river in an hour (assuming the cross-sections are parallel) is the area times the velocity. The trapezoid has height 4 , hence area 52 , so the volume of water going through at any hour is $52 \pi$. Let $r$ be the radius of the holes, then the total area is $4 \pi r^{2}$, so the volume of water is $64 \pi r^{2}$. Therefore $64 \pi r^{2}=52 \pi$, so $r=\frac{\sqrt{13}}{4}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\nProblem G4 [4]",
"solution_match": "\nSolution: "
}
|
fb7b6edb-cb03-5075-b7d5-a453d4954a5c
| 609,869
|
In triangle $B E N$ shown below with its altitudes intersecting at $X, N A=7, E A=3, A X=4$, and $N S=8$. Find the area of $B E N$.

|
The idea is to try to find a base and height for the triangle so that we can find the area. By the Pythagorean theorem, $E X=5, N X=\sqrt{65}$, and $S X=1$. Triangles $A X E$ and $B X S$ are similar since they have the same angles. The ratio of their side lengths is $4: 1$, so $B S=3 / 4$ and $B X=5 / 4$. Now using either $N E$ or $N B$ as a base, we get that the area of $B E N$ is $\frac{1}{2} \cdot\left(8+\frac{3}{4}\right) \cdot 6$ or $\frac{1}{2} \cdot\left(4+\frac{5}{4}\right) \cdot 10$, both of which simplify to $\frac{105}{4}$.
|
\frac{105}{4}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
In triangle $B E N$ shown below with its altitudes intersecting at $X, N A=7, E A=3, A X=4$, and $N S=8$. Find the area of $B E N$.

|
The idea is to try to find a base and height for the triangle so that we can find the area. By the Pythagorean theorem, $E X=5, N X=\sqrt{65}$, and $S X=1$. Triangles $A X E$ and $B X S$ are similar since they have the same angles. The ratio of their side lengths is $4: 1$, so $B S=3 / 4$ and $B X=5 / 4$. Now using either $N E$ or $N B$ as a base, we get that the area of $B E N$ is $\frac{1}{2} \cdot\left(8+\frac{3}{4}\right) \cdot 6$ or $\frac{1}{2} \cdot\left(4+\frac{5}{4}\right) \cdot 10$, both of which simplify to $\frac{105}{4}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G5 [5]",
"solution_match": "\nSolution: "
}
|
d5f24804-7ae5-5977-b623-a49fd366ea73
| 609,870
|
A sphere of radius 1 is covered in ink and rolling around between concentric spheres of radii 3 and 5. If this process traces a region of area 1 on the larger sphere, what is the area of the region traced on the smaller sphere?
|
The figure drawn on the smaller sphere is just a scaled down version of what was drawn on the larger sphere, so the ratio of the areas is the ratio of the surface area of the spheres. This is the same as the ratio of the squares of the radii, which is $\frac{9}{25}$.
|
\frac{9}{25}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A sphere of radius 1 is covered in ink and rolling around between concentric spheres of radii 3 and 5. If this process traces a region of area 1 on the larger sphere, what is the area of the region traced on the smaller sphere?
|
The figure drawn on the smaller sphere is just a scaled down version of what was drawn on the larger sphere, so the ratio of the areas is the ratio of the surface area of the spheres. This is the same as the ratio of the squares of the radii, which is $\frac{9}{25}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G6 [5]",
"solution_match": "\nSolution: "
}
|
d4e9eefe-0791-5441-9eed-9eb0e28e46a6
| 170,480
|
A dart is thrown at a square dartboard of side length 2 so that it hits completely randomly. What is the probability that it hits closer to the center than any corner, but within a distance 1 of a corner?
|
By symmetry it will suffice to consider one quarter of the dartboard, which is a square of side length 1. Therefore the probability is the area of the desired region in this square. The desired region is the part of the circle of radius 1 centered at a corner that is closer to the opposite corner. The points closer to the opposite corner are those that are on the other side of the diagonal through the other two corners, so the desired region is a quarter of a circle of radius 1 minus a right triangle with legs of length 1 . Therefore the area (and hence the probability) is $\frac{\pi-2}{4}$.
|
\frac{\pi-2}{4}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A dart is thrown at a square dartboard of side length 2 so that it hits completely randomly. What is the probability that it hits closer to the center than any corner, but within a distance 1 of a corner?
|
By symmetry it will suffice to consider one quarter of the dartboard, which is a square of side length 1. Therefore the probability is the area of the desired region in this square. The desired region is the part of the circle of radius 1 centered at a corner that is closer to the opposite corner. The points closer to the opposite corner are those that are on the other side of the diagonal through the other two corners, so the desired region is a quarter of a circle of radius 1 minus a right triangle with legs of length 1 . Therefore the area (and hence the probability) is $\frac{\pi-2}{4}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G7 [5]",
"solution_match": "\nSolution: "
}
|
185beb3c-61f2-599f-bbd1-267cdf010653
| 170,491
|
Squares $A B K L, B C M N, C A O P$ are drawn externally on the sides of a triangle $A B C$. The line segments $K L, M N, O P$, when extended, form a triangle $A^{\prime} B^{\prime} C^{\prime}$. Find the area of $A^{\prime} B^{\prime} C^{\prime}$ if $A B C$ is an equilateral triangle of side length 2.
|
Triangle $A B C$ has area $\sqrt{3}$, and each of the three squares has area 4 . The three remaining regions are congruent, so just consider the one that includes vertex $B$. Triangle $K B N$ has two sides of length 2 and an angle of $120^{\circ}$ between them, to bisecting that angle we get two halves of an equilateral triangle of side length 2 , so the area is again $\sqrt{3}$. The remaining region is an equilateral triangle of side length $2 \sqrt{3}$, so its area is $(2 \sqrt{3})^{2} \sqrt{3} / 4=3 \sqrt{3}$. Therefore the area of $A^{\prime} B^{\prime} C^{\prime}$ is $\sqrt{3}+3 \cdot 4+3 \cdot \sqrt{3}+3 \cdot 3 \sqrt{3}=\mathbf{1 2}+\mathbf{1 3} \sqrt{\mathbf{3}}$.
Note that this problem is still solvable, but much harder, if the first triangle is not equilateral.
|
12 + 13\sqrt{3}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
Squares $A B K L, B C M N, C A O P$ are drawn externally on the sides of a triangle $A B C$. The line segments $K L, M N, O P$, when extended, form a triangle $A^{\prime} B^{\prime} C^{\prime}$. Find the area of $A^{\prime} B^{\prime} C^{\prime}$ if $A B C$ is an equilateral triangle of side length 2.
|
Triangle $A B C$ has area $\sqrt{3}$, and each of the three squares has area 4 . The three remaining regions are congruent, so just consider the one that includes vertex $B$. Triangle $K B N$ has two sides of length 2 and an angle of $120^{\circ}$ between them, to bisecting that angle we get two halves of an equilateral triangle of side length 2 , so the area is again $\sqrt{3}$. The remaining region is an equilateral triangle of side length $2 \sqrt{3}$, so its area is $(2 \sqrt{3})^{2} \sqrt{3} / 4=3 \sqrt{3}$. Therefore the area of $A^{\prime} B^{\prime} C^{\prime}$ is $\sqrt{3}+3 \cdot 4+3 \cdot \sqrt{3}+3 \cdot 3 \sqrt{3}=\mathbf{1 2}+\mathbf{1 3} \sqrt{\mathbf{3}}$.
Note that this problem is still solvable, but much harder, if the first triangle is not equilateral.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G8 [6]",
"solution_match": "\nSolution: "
}
|
6120d03d-0df1-5410-8741-3774e84786ee
| 609,871
|
A regular tetrahedron has two vertices on the body diagonal of a cube with side length 12 . The other two vertices lie on one of the face diagonals not intersecting that body diagonal. Find the side length of the tetrahedron.
|
Let $A B C D$ be a tetrahedron of side $s$. We want to find the distance between two of its opposite sides. Let $E$ be the midpoint of $A D, F$ the midpoint of $B C$. Then $A E=s / 2$, $A F=s \sqrt{3} / 2$, and angle $A E F=90^{\circ}$. So the distance between the two opposite sides is $E F=$ $\sqrt{A F^{2}-A E^{2}}=\sqrt{3 s^{2} / 4-s^{2} / 4}=s / \sqrt{2}$.
Now we find the distance between a body diagonal and a face diagonal of a cube of side $a$. Let $O$ be the center of the cube and $P$ be the midpoint of the face diagonal. Then the plane containing $P$ and the body diagonal is perpendicular to the face diagonal. So the distance between the body and face diagonals is the distance between $P$ and the body diagonal, which is $\frac{a}{2} \sqrt{\frac{2}{3}}$ (the altitude from $P$ of right triangle $O P Q$, where $Q$ is the appropriate vertex of the cube). So now $\frac{s}{\sqrt{2}}=\frac{a}{2} \sqrt{\frac{2}{3}}$, thus $s=a / \sqrt{3}=12 / \sqrt{3}=\mathbf{4} \sqrt{\mathbf{3}}$.
|
4\sqrt{3}
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A regular tetrahedron has two vertices on the body diagonal of a cube with side length 12 . The other two vertices lie on one of the face diagonals not intersecting that body diagonal. Find the side length of the tetrahedron.
|
Let $A B C D$ be a tetrahedron of side $s$. We want to find the distance between two of its opposite sides. Let $E$ be the midpoint of $A D, F$ the midpoint of $B C$. Then $A E=s / 2$, $A F=s \sqrt{3} / 2$, and angle $A E F=90^{\circ}$. So the distance between the two opposite sides is $E F=$ $\sqrt{A F^{2}-A E^{2}}=\sqrt{3 s^{2} / 4-s^{2} / 4}=s / \sqrt{2}$.
Now we find the distance between a body diagonal and a face diagonal of a cube of side $a$. Let $O$ be the center of the cube and $P$ be the midpoint of the face diagonal. Then the plane containing $P$ and the body diagonal is perpendicular to the face diagonal. So the distance between the body and face diagonals is the distance between $P$ and the body diagonal, which is $\frac{a}{2} \sqrt{\frac{2}{3}}$ (the altitude from $P$ of right triangle $O P Q$, where $Q$ is the appropriate vertex of the cube). So now $\frac{s}{\sqrt{2}}=\frac{a}{2} \sqrt{\frac{2}{3}}$, thus $s=a / \sqrt{3}=12 / \sqrt{3}=\mathbf{4} \sqrt{\mathbf{3}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G9 [7]",
"solution_match": "\nSolution: "
}
|
0bd148fa-a8e6-512b-a2c3-0dfff106584f
| 170,511
|
In the figure below, $A B=15, B D=18, A F=15, D F=12, B E=24$, and $C F=17$. Find $B G: F G$.
|
Our goal is to find the lengths $B G$ and $F G$. There are several ways to go about doing this, but we will show only one here. We will make several uses of Stewart's theorem, which can

be proved using the law of cosines twice. By Stewart's theorem on triangle $A B D$ and line $B F$, $15^{2} \cdot 12+18^{2} \cdot 15=B F^{2} \cdot 27+15 \cdot 12 \cdot 27$, so $B F=10$ and $E F=14$. By Stewart's theorem on triangle $A B E$ and line $A F, A E^{2} \cdot 10+15^{2} \cdot 14=15^{2} \cdot 24+14 \cdot 10 \cdot 24$, so $A E=\sqrt{561}$. By Stewart's theorem on triangle $A E D$ and line $E F, E D^{2} \cdot 15+561 \cdot 12=14^{2} \cdot 27+12 \cdot 15 \cdot 27$, so $E D=2 \sqrt{57}$. By Stewart's theorem on triangle $C F E$ and line $F D, 14^{2} \cdot C D+17^{2} \cdot 2 \sqrt{57}=$ $12^{2} \cdot(C D+2 \sqrt{57})+2 \sqrt{57} \cdot C D \cdot(C D+2 \sqrt{57})$, so $C D=\sqrt{57}$ and $C E=3 \sqrt{57}$. Note that $D G=18-B G$ and apply Menelaus' theorem to triangle $B E D$ and the line through $C, G$, and $F$ to get $3 \cdot \frac{18-B G}{B G} \cdot \frac{10}{14}=1$, so $B G=\frac{135}{11}$. Similarly $C G=17-F G$, so applying Menelaus' theorem to triangle $C F E$ and the line through $B, G$, and $D$ we get $\frac{24}{10} \cdot \frac{F G}{17-F G} \cdot \frac{1}{2}=1$, so $F G=\frac{85}{11}$. Therefore $B G: F G=\mathbf{2 7}: \mathbf{1 7}$.
|
27:17
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
In the figure below, $A B=15, B D=18, A F=15, D F=12, B E=24$, and $C F=17$. Find $B G: F G$.
|
Our goal is to find the lengths $B G$ and $F G$. There are several ways to go about doing this, but we will show only one here. We will make several uses of Stewart's theorem, which can

be proved using the law of cosines twice. By Stewart's theorem on triangle $A B D$ and line $B F$, $15^{2} \cdot 12+18^{2} \cdot 15=B F^{2} \cdot 27+15 \cdot 12 \cdot 27$, so $B F=10$ and $E F=14$. By Stewart's theorem on triangle $A B E$ and line $A F, A E^{2} \cdot 10+15^{2} \cdot 14=15^{2} \cdot 24+14 \cdot 10 \cdot 24$, so $A E=\sqrt{561}$. By Stewart's theorem on triangle $A E D$ and line $E F, E D^{2} \cdot 15+561 \cdot 12=14^{2} \cdot 27+12 \cdot 15 \cdot 27$, so $E D=2 \sqrt{57}$. By Stewart's theorem on triangle $C F E$ and line $F D, 14^{2} \cdot C D+17^{2} \cdot 2 \sqrt{57}=$ $12^{2} \cdot(C D+2 \sqrt{57})+2 \sqrt{57} \cdot C D \cdot(C D+2 \sqrt{57})$, so $C D=\sqrt{57}$ and $C E=3 \sqrt{57}$. Note that $D G=18-B G$ and apply Menelaus' theorem to triangle $B E D$ and the line through $C, G$, and $F$ to get $3 \cdot \frac{18-B G}{B G} \cdot \frac{10}{14}=1$, so $B G=\frac{135}{11}$. Similarly $C G=17-F G$, so applying Menelaus' theorem to triangle $C F E$ and the line through $B, G$, and $D$ we get $\frac{24}{10} \cdot \frac{F G}{17-F G} \cdot \frac{1}{2}=1$, so $F G=\frac{85}{11}$. Therefore $B G: F G=\mathbf{2 7}: \mathbf{1 7}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-geo-solutions.jsonl",
"problem_match": "\n## Problem G10 [8]",
"solution_match": "\nSolution: "
}
|
03347522-4304-5a15-8458-ef466c7ac770
| 609,872
|
Alex, Pei-Hsin, and Edward got together before the contest to send a mailing to all the invited schools. Pei-Hsin usually just stuffs the envelopes, but if Alex leaves the room she has to lick them as well and has a $25 \%$ chance of dying from an allergic reaction before he gets back. Licking the glue makes Edward a bit psychotic, so if Alex leaves the room there is a $20 \%$ chance that Edward will kill Pei-Hsin before she can start licking envelopes. Alex leaves the room and comes back to find Pei-Hsin dead. What is the probability that Edward was responsible?
|
There are two possibilities: either Edward killed Pei-Hsin or the envelopes did. The envelope could only be responsible if Edward was not, so the chances of that would be $4 / 5 \cdot 1 / 4=1 / 5$. This is the same as the probability that Edward killed her, so the events are equally likely and the answer is $\mathbf{5 0 \%}$, or $\mathbf{1 / 2}$.
Score 20 points for the correct answer, 5 points for a correct justification. Not many places to give partial credit.
|
\frac{1}{2}
|
Yes
|
Yes
|
math-word-problem
|
Logic and Puzzles
|
Alex, Pei-Hsin, and Edward got together before the contest to send a mailing to all the invited schools. Pei-Hsin usually just stuffs the envelopes, but if Alex leaves the room she has to lick them as well and has a $25 \%$ chance of dying from an allergic reaction before he gets back. Licking the glue makes Edward a bit psychotic, so if Alex leaves the room there is a $20 \%$ chance that Edward will kill Pei-Hsin before she can start licking envelopes. Alex leaves the room and comes back to find Pei-Hsin dead. What is the probability that Edward was responsible?
|
There are two possibilities: either Edward killed Pei-Hsin or the envelopes did. The envelope could only be responsible if Edward was not, so the chances of that would be $4 / 5 \cdot 1 / 4=1 / 5$. This is the same as the probability that Edward killed her, so the events are equally likely and the answer is $\mathbf{5 0 \%}$, or $\mathbf{1 / 2}$.
Score 20 points for the correct answer, 5 points for a correct justification. Not many places to give partial credit.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-oral-solutions.jsonl",
"problem_match": "\n## Problem O2 [25 points]",
"solution_match": "\nSolution: "
}
|
14ca80bd-cb36-5b25-a289-68cb04e85084
| 170,546
|
If $x, y$, and $z$ are distinct positive integers such that $x^{2}+y^{2}=z^{3}$, what is the smallest possible value of $x+y+z$.
|
Without loss of generality let $x>y$. We must have $z^{3}$ expressible as the sum of two squares, and this first happens when $z=5$. Then $x$ and $y$ can be 10 and 5 or 11 and 2 . If $z>5$ then $z \geq 10$ for $z^{3}$ to be a sum of two distinct squares, so $x^{2}>500, x>22$, so $x+y+z>32$. Thus the smallest possible value of $x+y+z$ is $11+2+5=\mathbf{1 8}$.
|
18
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
If $x, y$, and $z$ are distinct positive integers such that $x^{2}+y^{2}=z^{3}$, what is the smallest possible value of $x+y+z$.
|
Without loss of generality let $x>y$. We must have $z^{3}$ expressible as the sum of two squares, and this first happens when $z=5$. Then $x$ and $y$ can be 10 and 5 or 11 and 2 . If $z>5$ then $z \geq 10$ for $z^{3}$ to be a sum of two distinct squares, so $x^{2}>500, x>22$, so $x+y+z>32$. Thus the smallest possible value of $x+y+z$ is $11+2+5=\mathbf{1 8}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-oral-solutions.jsonl",
"problem_match": "\n## Problem O3 [30 points]",
"solution_match": "\nSolution 1: "
}
|
2d29f795-09cb-500c-ab92-8d5a3bf9fa33
| 170,555
|
Evaluate $\sum_{n=0}^{\infty} \frac{\cos n \theta}{2^{n}}$, where $\cos \theta=\frac{1}{5}$.
|
$\cos n \theta$ is the real part of $e^{i n \theta}$, so the sum is the real part of $\sum_{n=0}^{\infty} \frac{e^{i n \theta}}{2^{n}}$. This is a geometric series with initial term 1 and ratio $\frac{e^{i \theta}}{2}$, so its sum is $\frac{1}{1-e^{i \theta} / 2}$. We are given $\cos \theta=\frac{1}{5}$, so $\sin \theta= \pm \frac{2 \sqrt{6}}{5}$. Thus the sum is $\frac{10}{10-1 \mp 2 i \sqrt{6}}=\frac{90 \pm 20 i \sqrt{6}}{105}$, and the real part is $\frac{\mathbf{6}}{\mathbf{7}}$.
Score 20 points for the correct answer, 15 points for a correct justification.
|
\frac{6}{7}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Evaluate $\sum_{n=0}^{\infty} \frac{\cos n \theta}{2^{n}}$, where $\cos \theta=\frac{1}{5}$.
|
$\cos n \theta$ is the real part of $e^{i n \theta}$, so the sum is the real part of $\sum_{n=0}^{\infty} \frac{e^{i n \theta}}{2^{n}}$. This is a geometric series with initial term 1 and ratio $\frac{e^{i \theta}}{2}$, so its sum is $\frac{1}{1-e^{i \theta} / 2}$. We are given $\cos \theta=\frac{1}{5}$, so $\sin \theta= \pm \frac{2 \sqrt{6}}{5}$. Thus the sum is $\frac{10}{10-1 \mp 2 i \sqrt{6}}=\frac{90 \pm 20 i \sqrt{6}}{105}$, and the real part is $\frac{\mathbf{6}}{\mathbf{7}}$.
Score 20 points for the correct answer, 15 points for a correct justification.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-oral-solutions.jsonl",
"problem_match": "\n## Problem O4 [35 points]",
"solution_match": "\nSolution: "
}
|
bf1f6685-39c1-52d8-ba7c-1a802d595d7b
| 170,565
|
You want to sort the numbers 54321 using block moves. In other words, you can take any set of numbers that appear consecutively and put them back in at any spot as a block. For example, $653421 \rightarrow 426531$ is a valid block move for 6 numbers. What is the minimum number of block moves necessary to get 12345 ?
|
Here is a sequence of 3 moves that works: $54321 \rightarrow 32541 \rightarrow 34125 \rightarrow 12345$. But how do we know we can't do it in 2 moves? From any position there are 20 possible permutations via block moves, 16 from moving a block of size 1 and 4 from moving a block of size 2 . One could simply write the 20 permutations of 54321 and the 20 permutations of 12345 and try to see that they have nothing in common, which would suffice since the inverse of a block move is also a block move. A more clever method is to notice that if we could sort 54321 in 2 moves then we could sort 4321 in 2 moves as well by simply deleting the 5 from each step. But 4321 has only 10 permutations from block moves, namely $3421,3241,3214,4231,4213,2431,4312,1432,4132$, and 2143 . The 10
permutations of 1234 are $2134,2314,2341,1324,1342,3124,1243,4123,1423$, and 3412 . These two sets of permutations have nothing in common, thus it takes at least 3 moves to sort 4321, and hence at least 3 moves to sort 54321.
|
3
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
You want to sort the numbers 54321 using block moves. In other words, you can take any set of numbers that appear consecutively and put them back in at any spot as a block. For example, $653421 \rightarrow 426531$ is a valid block move for 6 numbers. What is the minimum number of block moves necessary to get 12345 ?
|
Here is a sequence of 3 moves that works: $54321 \rightarrow 32541 \rightarrow 34125 \rightarrow 12345$. But how do we know we can't do it in 2 moves? From any position there are 20 possible permutations via block moves, 16 from moving a block of size 1 and 4 from moving a block of size 2 . One could simply write the 20 permutations of 54321 and the 20 permutations of 12345 and try to see that they have nothing in common, which would suffice since the inverse of a block move is also a block move. A more clever method is to notice that if we could sort 54321 in 2 moves then we could sort 4321 in 2 moves as well by simply deleting the 5 from each step. But 4321 has only 10 permutations from block moves, namely $3421,3241,3214,4231,4213,2431,4312,1432,4132$, and 2143 . The 10
permutations of 1234 are $2134,2314,2341,1324,1342,3124,1243,4123,1423$, and 3412 . These two sets of permutations have nothing in common, thus it takes at least 3 moves to sort 4321, and hence at least 3 moves to sort 54321.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-oral-solutions.jsonl",
"problem_match": "\n## Problem O6 [45 points]",
"solution_match": "\nSolution 1: "
}
|
e5534c34-33f9-5e10-85f1-ff3baf197857
| 170,587
|
Evaluate $\sum_{n=1}^{\infty} \frac{n^{5}}{n!}$.
|
We start by noticing that $\sum_{n=1}^{\infty} \frac{n}{n!}=\sum_{n=1}^{\infty} \frac{1}{(n-1)!}=\sum_{n=0}^{\infty} \frac{1}{n!}=e$. Next we see that $\sum_{n=1}^{\infty} \frac{n^{2}}{n!}=\sum_{n=1}^{\infty} \frac{n}{(n-1)!}=\sum_{n=0}^{\infty} \frac{1+n}{n!}=\sum_{n=0}^{\infty} \frac{1}{n!}+\sum_{n=0}^{\infty} \frac{n}{n!}=e+e=2 e$. Let $f(k)=\sum_{n=1}^{\infty} \frac{n^{k}}{n!}$, then $\sum_{n=1}^{\infty} \frac{n^{k}}{n!}=\sum_{n=1}^{\infty} \frac{n^{k-1}}{(n-1)!}=\sum_{n=0}^{\infty} \frac{(1+n)^{k-1}}{n!}$, so by the binomial theorem $f(k)=\sum_{j=0}^{k-1}\binom{k-1}{j} \cdot f(j)$. Armed with this formula, we can easily compute $f(3)=f(0)+2 f(1)+f(2)=e+2 e+2 e=5 e$, $f(4)=1 \cdot e+3 \cdot e+3 \cdot 2 e+1 \cdot 5 e=15 e$, and $f(5)=1 \cdot e+4 \cdot e+6 \cdot 2 e+4 \cdot 5 e+1 \cdot 15 e=52 \mathbf{e}$.
Score 30 points for the correct answer, 25 points for a correct justification. If on the right track with a good justification, but an arithmetic error is made along the way, score 5 points for each $f(j), j=0,1,2,3,4$, correctly computed.
|
52e
|
Yes
|
Yes
|
math-word-problem
|
Calculus
|
Evaluate $\sum_{n=1}^{\infty} \frac{n^{5}}{n!}$.
|
We start by noticing that $\sum_{n=1}^{\infty} \frac{n}{n!}=\sum_{n=1}^{\infty} \frac{1}{(n-1)!}=\sum_{n=0}^{\infty} \frac{1}{n!}=e$. Next we see that $\sum_{n=1}^{\infty} \frac{n^{2}}{n!}=\sum_{n=1}^{\infty} \frac{n}{(n-1)!}=\sum_{n=0}^{\infty} \frac{1+n}{n!}=\sum_{n=0}^{\infty} \frac{1}{n!}+\sum_{n=0}^{\infty} \frac{n}{n!}=e+e=2 e$. Let $f(k)=\sum_{n=1}^{\infty} \frac{n^{k}}{n!}$, then $\sum_{n=1}^{\infty} \frac{n^{k}}{n!}=\sum_{n=1}^{\infty} \frac{n^{k-1}}{(n-1)!}=\sum_{n=0}^{\infty} \frac{(1+n)^{k-1}}{n!}$, so by the binomial theorem $f(k)=\sum_{j=0}^{k-1}\binom{k-1}{j} \cdot f(j)$. Armed with this formula, we can easily compute $f(3)=f(0)+2 f(1)+f(2)=e+2 e+2 e=5 e$, $f(4)=1 \cdot e+3 \cdot e+3 \cdot 2 e+1 \cdot 5 e=15 e$, and $f(5)=1 \cdot e+4 \cdot e+6 \cdot 2 e+4 \cdot 5 e+1 \cdot 15 e=52 \mathbf{e}$.
Score 30 points for the correct answer, 25 points for a correct justification. If on the right track with a good justification, but an arithmetic error is made along the way, score 5 points for each $f(j), j=0,1,2,3,4$, correctly computed.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-oral-solutions.jsonl",
"problem_match": "\n## Problem O7 [55 points]",
"solution_match": "\nSolution: "
}
|
ff8b4618-d28f-5e41-ae99-e97709ef6092
| 170,596
|
What is the smallest square-free composite number that can divide a number of the form $4242 \ldots 42 \pm 1$ ?
|
It is easy to see that such a number can never be divisible by $2,3,5$, or 7 . They can be divisible by 11, the smallest example being $4242424241=11 \cdot 547 \cdot 705073$. What makes this problem hard is finding the next prime that can divide such a number. Let $T_{n}=\sum_{i=0}^{n} 42 \cdot 10^{2 i}$. Then the numbers $T_{n}$ modulo a prime $p$ will always be periodic, since $T_{n}=100 T_{n_{1}}+42$, so we just need to compute one period and see if it contains $\pm 1$. Thus we find that modulo 13 we get $3,4,0$, $3, \ldots$, modulo 17 we get $8,9,7,11,3,2,4,0,8, \ldots$, modulo 19 we get $4,5,10,16,8,6,15,3,0,4$, $\ldots$, and modulo 23 we get $19,10,7,6,21,3,20,18,2,12,0,19, \ldots$, so none of these primes can ever divide $T_{n} \pm 1$. But $424241=29 \cdot 14629$, so 29 can also divide numbers of this form. Therefore the smallest composite number that can divide $T_{n} \pm 1$ for some $n$ is $\mathbf{3 1 9}$, and the smallest such $n$ is 83 .
Score 30 points for the correct answer, 15 points for showing it is the smallest, 10 points for showing it does work. Just seeing that 11 is the smallest prime divisor is worth 5 points, finding for exactly which $n$ is worth 5 more.
|
319
|
Yes
|
Yes
|
math-word-problem
|
Number Theory
|
What is the smallest square-free composite number that can divide a number of the form $4242 \ldots 42 \pm 1$ ?
|
It is easy to see that such a number can never be divisible by $2,3,5$, or 7 . They can be divisible by 11, the smallest example being $4242424241=11 \cdot 547 \cdot 705073$. What makes this problem hard is finding the next prime that can divide such a number. Let $T_{n}=\sum_{i=0}^{n} 42 \cdot 10^{2 i}$. Then the numbers $T_{n}$ modulo a prime $p$ will always be periodic, since $T_{n}=100 T_{n_{1}}+42$, so we just need to compute one period and see if it contains $\pm 1$. Thus we find that modulo 13 we get $3,4,0$, $3, \ldots$, modulo 17 we get $8,9,7,11,3,2,4,0,8, \ldots$, modulo 19 we get $4,5,10,16,8,6,15,3,0,4$, $\ldots$, and modulo 23 we get $19,10,7,6,21,3,20,18,2,12,0,19, \ldots$, so none of these primes can ever divide $T_{n} \pm 1$. But $424241=29 \cdot 14629$, so 29 can also divide numbers of this form. Therefore the smallest composite number that can divide $T_{n} \pm 1$ for some $n$ is $\mathbf{3 1 9}$, and the smallest such $n$ is 83 .
Score 30 points for the correct answer, 15 points for showing it is the smallest, 10 points for showing it does work. Just seeing that 11 is the smallest prime divisor is worth 5 points, finding for exactly which $n$ is worth 5 more.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-oral-solutions.jsonl",
"problem_match": "\n## Problem O8 [55 points]",
"solution_match": "\nSolution: "
}
|
245ea8a0-535d-5ec6-b6d6-1e3ffa747c9b
| 609,873
|
A ladder is leaning against a house with its lower end 15 feet from the house. When the lower end is pulled 9 feet farther from the house, the upper end slides 13 feet down. How long is the ladder (in feet)?
|
Of course the house makes a right angle with the ground, so we can use the Pythagorean theorem. Let $x$ be the length of the ladder and $y$ be the original height at which it touched the house. Then we are given $x^{2}=15^{2}+y^{2}=24^{2}+(y-13)^{2}$. Isolating $y$ in the second equation we get $y=20$, thus $x$ is $\mathbf{2 5}$.
|
25
|
Yes
|
Yes
|
math-word-problem
|
Geometry
|
A ladder is leaning against a house with its lower end 15 feet from the house. When the lower end is pulled 9 feet farther from the house, the upper end slides 13 feet down. How long is the ladder (in feet)?
|
Of course the house makes a right angle with the ground, so we can use the Pythagorean theorem. Let $x$ be the length of the ladder and $y$ be the original height at which it touched the house. Then we are given $x^{2}=15^{2}+y^{2}=24^{2}+(y-13)^{2}$. Isolating $y$ in the second equation we get $y=20$, thus $x$ is $\mathbf{2 5}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-team-solutions.jsonl",
"problem_match": "\n## Problem T2 [15]",
"solution_match": "\nSolution: "
}
|
007b08a1-9cf7-5566-ac29-ecc09a37bbea
| 170,645
|
How many non-empty subsets of $\{1,2,3,4,5,6,7,8\}$ have exactly $k$ elements and do not contain the element $k$ for some $k=1,2, \ldots, 8$.
|
Probably the easiest way to do this problem is to count how many non-empty subsets of $\{1,2, \ldots, n\}$ have $k$ elements and do contain the element $k$ for some $k$. The element $k$ must have $k-1$ other elements with it to be in a subset of $k$ elements, so there are $\binom{n-1}{k-1}$ such subsets. Now $\sum_{k=1}^{n}\binom{n-1}{k-1}=(1+1)^{n-1}=2^{n-1}$, so that is how many non-empty sets contain some $k$ and have $k$ elements. The set $\{1,2, \ldots, n\}$ has $2^{n}$ subsets (each element either is or is not in a particular subset), one of which is the empty set, so the number of non-empty subsets of $\{1,2,3,4,5,6,7,8\}$ have exactly $k$ elements and do not contain the element $k$ for some $k$ is $2^{n}-2^{n-1}-1=2^{n-1}-1$. In the case $n=8$, this yields $\mathbf{1 2 7}$.
|
127
|
Yes
|
Yes
|
math-word-problem
|
Combinatorics
|
How many non-empty subsets of $\{1,2,3,4,5,6,7,8\}$ have exactly $k$ elements and do not contain the element $k$ for some $k=1,2, \ldots, 8$.
|
Probably the easiest way to do this problem is to count how many non-empty subsets of $\{1,2, \ldots, n\}$ have $k$ elements and do contain the element $k$ for some $k$. The element $k$ must have $k-1$ other elements with it to be in a subset of $k$ elements, so there are $\binom{n-1}{k-1}$ such subsets. Now $\sum_{k=1}^{n}\binom{n-1}{k-1}=(1+1)^{n-1}=2^{n-1}$, so that is how many non-empty sets contain some $k$ and have $k$ elements. The set $\{1,2, \ldots, n\}$ has $2^{n}$ subsets (each element either is or is not in a particular subset), one of which is the empty set, so the number of non-empty subsets of $\{1,2,3,4,5,6,7,8\}$ have exactly $k$ elements and do not contain the element $k$ for some $k$ is $2^{n}-2^{n-1}-1=2^{n-1}-1$. In the case $n=8$, this yields $\mathbf{1 2 7}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-team-solutions.jsonl",
"problem_match": "\n## Problem T3 [20]",
"solution_match": "\nSolution: "
}
|
20bb59eb-0508-55c5-8e28-bee0e69bc9e8
| 170,676
|
Consider the equation $F O R T Y+T E N+T E N=S I X T Y$, where each of the ten letters represents a distinct digit from 0 to 9 . Find all possible values of SIXTY.
|
Since $Y+N+N$ ends in $Y, N$ must be 0 or 5 . But if $N=5$ then $T+E+E+1$ ends in T, which is impossible, so $N=0$ and $E=5$. Since $F \neq S$ we must have $O=9, R+T+T+1>10$, and $S=F+1$. Now $I \neq 0$, so it must be that $I=1$ and $R+T+T+1>20$. Thus $R$ and $T$ are 6 and 7,6 and 8 , or 7 and 8 in some order. But $X$ can't be 0 or 1 since those are taken, and $X$ cannot be 3 since $F$ and $S$ have to be consecutive, so it must be that $R+T+T+1$ is 21 or 23 . This is satisfied only for $R=7, T=8$, so $F=2, S=3$, and $Y=6$. This $S I X T Y=\mathbf{3 1 4 8 6}$.
|
31486
|
Yes
|
Yes
|
math-word-problem
|
Logic and Puzzles
|
Consider the equation $F O R T Y+T E N+T E N=S I X T Y$, where each of the ten letters represents a distinct digit from 0 to 9 . Find all possible values of SIXTY.
|
Since $Y+N+N$ ends in $Y, N$ must be 0 or 5 . But if $N=5$ then $T+E+E+1$ ends in T, which is impossible, so $N=0$ and $E=5$. Since $F \neq S$ we must have $O=9, R+T+T+1>10$, and $S=F+1$. Now $I \neq 0$, so it must be that $I=1$ and $R+T+T+1>20$. Thus $R$ and $T$ are 6 and 7,6 and 8 , or 7 and 8 in some order. But $X$ can't be 0 or 1 since those are taken, and $X$ cannot be 3 since $F$ and $S$ have to be consecutive, so it must be that $R+T+T+1$ is 21 or 23 . This is satisfied only for $R=7, T=8$, so $F=2, S=3$, and $Y=6$. This $S I X T Y=\mathbf{3 1 4 8 6}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-team-solutions.jsonl",
"problem_match": "\nProblem T4 [20]",
"solution_match": "\nSolution: "
}
|
3db3d21c-d3d4-511b-a0e4-d4e4846455bb
| 609,875
|
If $a$ and $b$ are randomly selected real numbers between 0 and 1 , find the probability that the nearest integer to $\frac{a-b}{a+b}$ is odd.
|
The only reasonable way I know of to do this problem is geometrically (yes, you can use integrals to find the areas of the triangles involved, but I don't consider that reasonable). First let us find the points ( $a, b$ ) in the plane for which the nearest integer to $\frac{a-b}{a+b}$ is 0 , i.e. $-\frac{1}{2} \leq \frac{a-b}{a+b} \leq \frac{1}{2}$. Taking the inequalities one at a time, $-\frac{1}{2} \leq \frac{a-b}{a+b}$ implies that $a+b \geq 2(b-a)$, or $b \leq 3 a$, so these points must lie below the line $y=3 x$. Similarly, $\frac{a-b}{a+b} \leq \frac{1}{2}$ implies that ( $a, b$ ) must lie above the line $y=\frac{1}{3} x$. Now we can look for the points $(a, b)$ for which the nearest integer to $\frac{a-b}{a+b}$ is 1 , i.e. $\frac{1}{2} \leq \frac{a-b}{a+b} \leq \frac{3}{2}$, and we find that all points in the first quadrant that lie above the line $y=3 x$ satisfy this inequality. Similarly, the closest integer to $\frac{a-b}{a+b}$ is -1 for all points in the first quadrant below the line $y=\frac{1}{3} x$. For $a$ and $b$ between 0 and 1 , the locus of points $(a, b)$ for which the nearest integer to $\frac{a-b}{a+b}$ is odd is two right triangles with legs of length 1 and $\frac{1}{3}$, so together they have area $\frac{1}{3}$. The locus of all points $(a, b)$ with $a$ and $b$ between 0 and 1 is a square of side length 1 , and thus has area 1 . Therefore the probability that the nearest integer to $\frac{a-b}{a+b}$ is odd is $\frac{1}{3}$.
|
\frac{1}{3}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
If $a$ and $b$ are randomly selected real numbers between 0 and 1 , find the probability that the nearest integer to $\frac{a-b}{a+b}$ is odd.
|
The only reasonable way I know of to do this problem is geometrically (yes, you can use integrals to find the areas of the triangles involved, but I don't consider that reasonable). First let us find the points ( $a, b$ ) in the plane for which the nearest integer to $\frac{a-b}{a+b}$ is 0 , i.e. $-\frac{1}{2} \leq \frac{a-b}{a+b} \leq \frac{1}{2}$. Taking the inequalities one at a time, $-\frac{1}{2} \leq \frac{a-b}{a+b}$ implies that $a+b \geq 2(b-a)$, or $b \leq 3 a$, so these points must lie below the line $y=3 x$. Similarly, $\frac{a-b}{a+b} \leq \frac{1}{2}$ implies that ( $a, b$ ) must lie above the line $y=\frac{1}{3} x$. Now we can look for the points $(a, b)$ for which the nearest integer to $\frac{a-b}{a+b}$ is 1 , i.e. $\frac{1}{2} \leq \frac{a-b}{a+b} \leq \frac{3}{2}$, and we find that all points in the first quadrant that lie above the line $y=3 x$ satisfy this inequality. Similarly, the closest integer to $\frac{a-b}{a+b}$ is -1 for all points in the first quadrant below the line $y=\frac{1}{3} x$. For $a$ and $b$ between 0 and 1 , the locus of points $(a, b)$ for which the nearest integer to $\frac{a-b}{a+b}$ is odd is two right triangles with legs of length 1 and $\frac{1}{3}$, so together they have area $\frac{1}{3}$. The locus of all points $(a, b)$ with $a$ and $b$ between 0 and 1 is a square of side length 1 , and thus has area 1 . Therefore the probability that the nearest integer to $\frac{a-b}{a+b}$ is odd is $\frac{1}{3}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-team-solutions.jsonl",
"problem_match": "\n## Problem T5 [30]",
"solution_match": "\nSolution: "
}
|
8ae6d179-1d3c-516c-8df6-6d40e4521f3a
| 170,702
|
Reduce the number $\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}}$.
|
Observe that $(\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}})^{3}=(2+\sqrt{5})-3(\sqrt[3]{2+\sqrt{5}})-3(\sqrt[3]{2-\sqrt{5}})+(2-\sqrt{5})=$ $4-3(\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}})$. Hence $\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}}$ is a root of the cubic $x^{3}+3 x-4=$ $(x-1)\left(x^{2}+x+4\right)$. The roots of $x^{2}+x+4$ are imaginary, so $\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}}=\mathbf{1}$.
|
1
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Reduce the number $\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}}$.
|
Observe that $(\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}})^{3}=(2+\sqrt{5})-3(\sqrt[3]{2+\sqrt{5}})-3(\sqrt[3]{2-\sqrt{5}})+(2-\sqrt{5})=$ $4-3(\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}})$. Hence $\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}}$ is a root of the cubic $x^{3}+3 x-4=$ $(x-1)\left(x^{2}+x+4\right)$. The roots of $x^{2}+x+4$ are imaginary, so $\sqrt[3]{2+\sqrt{5}}+\sqrt[3]{2-\sqrt{5}}=\mathbf{1}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-team-solutions.jsonl",
"problem_match": "\n## Problem T6 [30]",
"solution_match": "\nSolution: "
}
|
960d348b-d9b6-54a1-870c-ef745534a22f
| 609,876
|
Evaluate $\sum_{n=2}^{17} \frac{n^{2}+n+1}{n^{4}+2 n^{3}-n^{2}-2 n}$.
|
Observe that the denominator $n^{4}+2 n^{3}-n^{2}-2 n=n(n-1)(n+1)(n+2)$. Thus we can rewrite the fraction as $\frac{n^{2}-n+1}{n^{4}+2 n^{3}-n^{2}-2 n}=\frac{a}{n-1}+\frac{b}{n}+\frac{c}{n+1}+\frac{d}{n+2}$ for some real numbers $a, b, c$, and $d$. This method is called partial fractions. Condensing the right hand side as a fraction over $n^{4}+2 n^{3}-n^{2}-2 n$ we get $n^{2}-n+1=a\left(n^{3}+3 n^{2}+2 n\right)+b\left(n^{3}+2 n^{2}-n-2\right)+c\left(n^{3}+n^{2}-2 n\right)+d\left(n^{3}-n\right)$. Comparing coefficients of each power of $n$ we get $a+b+c+d=0,3 a+2 b+c=2,2 a-b-2 c-d=2$, and $-2 b=2$. This is a system of 4 equations in 4 variables, and its solution is $a=1 / 2, b=-1 / 2, c=1 / 2$, and $d=$ $-1 / 2$. Thus the summation becomes $\frac{1}{2}\left(1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{2}-\frac{1}{3}+\frac{1}{4}-\frac{1}{5}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}+\cdots+\frac{1}{16}-\frac{1}{17}+\frac{1}{18}-\frac{1}{19}\right)$. Notice that almost everything cancels to leave us with $\frac{1}{2}\left(1+\frac{1}{3}-\frac{1}{17}-\frac{1}{19}\right)=\frac{\mathbf{5 9 2}}{\mathbf{9 6 9}}$.
|
\frac{592}{969}
|
Yes
|
Yes
|
math-word-problem
|
Algebra
|
Evaluate $\sum_{n=2}^{17} \frac{n^{2}+n+1}{n^{4}+2 n^{3}-n^{2}-2 n}$.
|
Observe that the denominator $n^{4}+2 n^{3}-n^{2}-2 n=n(n-1)(n+1)(n+2)$. Thus we can rewrite the fraction as $\frac{n^{2}-n+1}{n^{4}+2 n^{3}-n^{2}-2 n}=\frac{a}{n-1}+\frac{b}{n}+\frac{c}{n+1}+\frac{d}{n+2}$ for some real numbers $a, b, c$, and $d$. This method is called partial fractions. Condensing the right hand side as a fraction over $n^{4}+2 n^{3}-n^{2}-2 n$ we get $n^{2}-n+1=a\left(n^{3}+3 n^{2}+2 n\right)+b\left(n^{3}+2 n^{2}-n-2\right)+c\left(n^{3}+n^{2}-2 n\right)+d\left(n^{3}-n\right)$. Comparing coefficients of each power of $n$ we get $a+b+c+d=0,3 a+2 b+c=2,2 a-b-2 c-d=2$, and $-2 b=2$. This is a system of 4 equations in 4 variables, and its solution is $a=1 / 2, b=-1 / 2, c=1 / 2$, and $d=$ $-1 / 2$. Thus the summation becomes $\frac{1}{2}\left(1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{2}-\frac{1}{3}+\frac{1}{4}-\frac{1}{5}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}+\cdots+\frac{1}{16}-\frac{1}{17}+\frac{1}{18}-\frac{1}{19}\right)$. Notice that almost everything cancels to leave us with $\frac{1}{2}\left(1+\frac{1}{3}-\frac{1}{17}-\frac{1}{19}\right)=\frac{\mathbf{5 9 2}}{\mathbf{9 6 9}}$.
|
{
"resource_path": "HarvardMIT/segmented/en-22-1999-feb-team-solutions.jsonl",
"problem_match": "\n## Problem T9 [40]",
"solution_match": "\nSolution: "
}
|
6052f029-b293-5463-9118-78805a3ed713
| 170,742
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.