id
int64
question
string
solution
sequence
final_answer
sequence
context
string
image_1
image
image_2
image
image_3
image
image_4
image
image_5
image
modality
string
difficulty
string
is_multiple_answer
bool
unit
string
answer_type
string
error
string
question_type
string
subfield
string
subject
string
language
string
2,231
Turbo the snail sits on a point on a circle with circumference 1. Given an infinite sequence of positive real numbers $c_{1}, c_{2}, c_{3}, \ldots$. Turbo successively crawls distances $c_{1}, c_{2}, c_{3}, \ldots$ around the circle, each time choosing to crawl either clockwise or counterclockwise. For example, if the sequence $c_{1}, c_{2}, c_{3}, \ldots$ is $0.4,0.6,0.3, \ldots$, then Turbo may start crawling as follows: <image_1> Determine the largest constant $C>0$ with the following property: for every sequence of positive real numbers $c_{1}, c_{2}, c_{3}, \ldots$ with $c_{i}<C$ for all $i$, Turbo can (after studying the sequence) ensure that there is some point on the circle that it will never visit or crawl across.
[ "The largest possible $C$ is $C=\\frac{1}{2}$.\n\nFor $0<C \\leqslant \\frac{1}{2}$, Turbo can simply choose an arbitrary point $P$ (different from its starting point) to avoid. When Turbo is at an arbitrary point $A$ different from $P$, the two arcs $A P$ have total length 1; therefore, the larger of the two the arcs (or either arc in case $A$ is diametrically opposite to $P$ ) must have length $\\geqslant \\frac{1}{2}$. By always choosing this larger arc (or either arc in case $A$ is diametrically opposite to $P$ ), Turbo will manage to avoid the point $P$ forever.\n\nFor $C>\\frac{1}{2}$, we write $C=\\frac{1}{2}+a$ with $a>0$, and we choose the sequence\n\n$$\n\\frac{1}{2}, \\quad \\frac{1+a}{2}, \\quad \\frac{1}{2}, \\quad \\frac{1+a}{2}, \\quad \\frac{1}{2}, \\ldots\n$$\n\nIn other words, $c_{i}=\\frac{1}{2}$ if $i$ is odd and $c_{i}=\\frac{1+a}{2}<C$ when $i$ is even. We claim Turbo must eventually visit all points on the circle. This is clear when it crawls in the same direction two times in a row; after all, we have $c_{i}+c_{i+1}>1$ for all $i$. Therefore, we are left with the case that Turbo alternates crawling clockwise and crawling counterclockwise. If it, without loss of generality, starts by going clockwise, then it will always crawl a distance $\\frac{1}{2}$ clockwise followed by a distance $\\frac{1+a}{2}$ counterclockwise. The net effect is that it crawls a distance $\\frac{a}{2}$ counterclockwise. Because $\\frac{a}{2}$ is positive, there exists a positive integer $N$ such that $\\frac{a}{2} \\cdot N>1$. After $2 N$ crawls, Turbo will have crawled a distance $\\frac{a}{2}$ counterclockwise $N$ times, therefore having covered a total distance of $\\frac{a}{2} \\cdot N>1$, meaning that it must have crawled over all points on the circle.\n\nNote: Every sequence of the form $c_{i}=x$ if $i$ is odd, and $c_{i}=y$ if $i$ is even, where $0<x, y<C$, such that $x+y \\geqslant 1$, and $x \\neq y$ satisfies the conditions with the same argument. There might be even more possible examples.", "To show that $C\\le \\frac12$\n\nWe consider the following related problem:\n\nWe assume instead that the snail Chet is moving left and right on the real line. Find the size $M$ of the smallest (closed) interval, that we cannot force Chet out of, using a sequence of real numbers $d_{i}$ with $0<d_{i}<1$ for all $i$.\n\nThen $C=1 / M$. Indeed if for every sequence $c_{1}, c_{2}, \\ldots$, with $c_{i}<C$ there exists a point that Turbo can avoid, then the circle can be cut open at the avoided point and mapped to an interval of size $M$ such that Chet can stay inside this interval for any sequence of the from $c_{1} / C, c_{2} / C, \\ldots$, see Figure 5 . However, all sequences $d_{1}, d_{2}, \\ldots$ with $d_{i}<1$ can be written in this form. Similarly if for every sequence $d_{1}, d_{2}, \\ldots$, there exists an interval of length smaller or equal $M$ that we cannot force Chet out of, this projects to a subset of the circle, that we cannot force Turbo out of using any sequence of the form $d_{1} / M, d_{2} / M, \\ldots$. These are again exactly all the sequences with elements in $[0, C)$.\n\n<img_3381>\n\nFigure 5: Chet and Turbo equivalence\n\nClaim: $M \\geqslant 2$.\n\nProof. Suppose not, so $M<2$. Say $M=2-2 \\varepsilon$ for some $\\varepsilon>0$ and let $[-1+\\varepsilon, 1-\\varepsilon]$ be a minimal interval, that Chet cannot be forced out of. Then we can force Chet arbitrarily close to $\\pm(1-\\varepsilon)$. In partiular, we can force Chet out of $\\left[-1+\\frac{4}{3} \\varepsilon, 1-\\frac{4}{3} \\varepsilon\\right]$ by minimality of $M$. This means that there exists a sequence $d_{1}, d_{2}, \\ldots$ for which Chet has to leave $\\left[-1+\\frac{4}{3} \\varepsilon, 1-\\frac{4}{3} \\varepsilon\\right]$, which means he ends up either in the interval $\\left[-1+\\varepsilon,-1+\\frac{4}{3} \\varepsilon\\right)$ or in the interval $\\left(1-\\frac{4}{3} \\varepsilon, 1-\\varepsilon\\right]$.\n\nNow consider the sequence,\n\n$$\nd_{1}, 1-\\frac{7}{6} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{7}{6} \\varepsilon, d_{2}, 1-\\frac{7}{6} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{7}{6} \\varepsilon, d_{3}, \\ldots\n$$\n\nobtained by adding the sequence $1-\\frac{7}{6} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{7}{6} \\varepsilon$ in between every two steps. We claim that this sequence forces Chet to leave the larger interval $[-1+\\varepsilon, 1-\\varepsilon]$. Indeed no two consecutive elements in the sequence $1-\\frac{7}{6} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{7}{6} \\varepsilon$ can have the same sign, because the sum of any two consecutive terms is larger than $2-2 \\varepsilon$ and Chet would leave the interval $[-1+\\varepsilon, 1-\\varepsilon]$. It follows that the $\\left(1-\\frac{7}{6} \\varepsilon\\right)$ 's and the $\\left(1-\\frac{2}{3} \\varepsilon\\right)$ 's cancel out, so the position after $d_{k}$ is the same as before $d_{k+1}$. Hence, the positions after each $d_{k}$ remain the same as in the original sequence. Thus, Chet is also forced to the boundary in the new sequence.\n\nIf Chet is outside the interval $\\left[-1+\\frac{4}{3} \\varepsilon, 1-\\frac{4}{3} \\varepsilon\\right]$, then Chet has to move $1-\\frac{7}{6} \\varepsilon$ towards 0 , and ends in $\\left[-\\frac{1}{6} \\varepsilon, \\frac{1}{6} \\varepsilon\\right]$. Chet then has to move by $1-\\frac{2}{3} \\varepsilon$, which means that he has to leave the interval $[-1+\\varepsilon, 1-\\varepsilon]$. Indeed the absolute value of the final position is at least $1-\\frac{5}{6} \\varepsilon$. This contradicts the assumption, that we cannot force Chet out of $[-1+\\varepsilon, 1-\\varepsilon]$. Hence $M \\geqslant 2$ as needed." ]
[ "$\\frac{1}{2}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,237
In the diagram, $\angle A B F=41^{\circ}, \angle C B F=59^{\circ}, D E$ is parallel to $B F$, and $E F=25$. If $A E=E C$, determine the length of $A E$, to 2 decimal places. <image_1>
[ "Let the length of $A E=E C$ be $x$.\n\nThen $A F=x-25$.\n\nIn, $\\triangle B C F, \\frac{x+25}{B F}=\\tan \\left(59^{\\circ}\\right)$.\n\nIn $\\triangle A B F, \\frac{x-25}{B F}=\\tan \\left(41^{\\circ}\\right)$.\n\nSolving for $B F$ in these two equations and equating,\n\n$$\nB F=\\frac{x+25}{\\tan 59^{\\circ}}=\\frac{x-25}{\\tan 41^{\\circ}}\n$$\n\nso $\\quad\\left(\\tan 41^{\\circ}\\right)(x+25)=\\left(\\tan 59^{\\circ}\\right)(x-25)$\n\n$$\n\\begin{aligned}\n25\\left(\\tan 59^{\\circ}+\\tan 41^{\\circ}\\right) & =x\\left(\\tan 59^{\\circ}-\\tan 41^{\\circ}\\right) \\\\\nx & =\\frac{25\\left(\\tan 59^{\\circ}+\\tan 41^{\\circ}\\right)}{\\tan 59^{\\circ}-\\tan 41^{\\circ}} \\\\\nx & \\doteq 79.67 .\n\\end{aligned}\n$$\n\n<img_3420>\n\nTherefore the length of $A E$ is 79.67 ." ]
[ "79.67" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
1e-1
Open-ended
Geometry
Math
English
2,240
In triangle $A B C, A B=B C=25$ and $A C=30$. The circle with diameter $B C$ intersects $A B$ at $X$ and $A C$ at $Y$. Determine the length of $X Y$. <image_1>
[ "Join $B Y$. Since $B C$ is a diameter, then $\\angle B Y C=90^{\\circ}$. Since $A B=B C, \\triangle A B C$ is isosceles and $B Y$ is an altitude in $\\triangle A B C$, then $A Y=Y C=15$.\n\nLet $\\angle B A C=\\theta$.\n\nSince $\\triangle A B C$ is isosceles, $\\angle B C A=\\theta$.\n\nSince $B C Y X$ is cyclic, $\\angle B X Y=180-\\theta$ and so $\\angle A X Y=\\theta$.\n\n<img_3475>\n\nThus $\\triangle A X Y$ is isosceles and so $X Y=A Y=15$.\n\nTherefore $X Y=15$.", "Join $B Y . \\angle B Y C=90^{\\circ}$ since it is inscribed in a semicircle.\n\n$\\triangle B A C$ is isosceles, so altitude $B Y$ bisects the base.\n\nTherefore $B Y=\\sqrt{25^{2}-15^{2}}=20$.\n\nJoin $C X . \\angle C X B=90^{\\circ}$ since it is also inscribed in a semicircle.\n\n<img_3739>\n\nThe area of $\\triangle A B C$ is\n\n$$\n\\begin{aligned}\n\\frac{1}{2}(A C)(B Y) & =\\frac{1}{2}(A B)(C X) \\\\\n\\frac{1}{2}(30)(20) & =\\frac{1}{2}(25)(C X) \\\\\nC X & =\\frac{600}{25}=24 .\n\\end{aligned}\n$$\n\nFrom $\\triangle A B Y$ we conclude that $\\cos \\angle A B Y=\\frac{B Y}{A B}=\\frac{20}{25}=\\frac{4}{5}$.\n\nIn $\\Delta B X Y$, applying the Law of Cosines we get $(X Y)^{2}=(B X)^{2}+(B Y)^{2}-2(B X)(B Y) \\cos \\angle X B Y$.\n\nNow (by Pythagoras $\\triangle B X C$ ),\n\n\n\n$$\n\\begin{aligned}\nB X^{2} & =B C^{2}-C X^{2} \\\\\n& =25^{2}-24^{2} \\\\\n& =49 \\\\\nB X & =7 .\n\\end{aligned}\n$$\n\nTherefore $X Y^{2}=7^{2}+20^{2}-2(7)(20) \\frac{4}{5}$\n\n$$\n=49+400-224\n$$\n\n$$\n=225 \\text {. }\n$$\n\nTherefore $X Y=15$." ]
[ "15" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,245
Points $P$ and $Q$ are located inside the square $A B C D$ such that $D P$ is parallel to $Q B$ and $D P=Q B=P Q$. Determine the minimum possible value of $\angle A D P$. <image_1>
[ "Placing the information on the coordinate axes, the diagram is indicated to the right.\n\nWe note that $P$ has coordinates $(a, b)$.\n\nBy symmetry (or congruency) we can label lengths $a$ and $b$ as shown. Thus $Q$ has coordinates $(2-a, 2-b)$.\n\nSince $P D=P Q, a^{2}+b^{2}=(2-2 a)^{2}+(2-2 b)^{2}$\n\n$$\n\\begin{aligned}\n& 3 a^{2}+3 b^{2}-8 a-8 b+8=0 \\\\\n& \\left(a-\\frac{4}{3}\\right)^{2}+\\left(b-\\frac{4}{3}\\right)^{2}=\\frac{8}{9}\n\\end{aligned}\n$$\n\n<img_3483>\n\n$P$ is on a circle with centre $O\\left(\\frac{4}{3}, \\frac{4}{3}\\right)$ with $r=\\frac{2}{3} \\sqrt{2}$.\n\nThe minimum angle for $\\theta$ occurs when $D P$ is tangent to the circle.\n\nSo we have the diagram noted to the right.\n\nSince $O D$ makes an angle of $45^{\\circ}$ with the $x$-axis then $\\angle P D O=45-\\theta$ and $O D=\\frac{4}{3} \\sqrt{2}$.\n\nTherefore $\\sin (45-\\theta)=\\frac{\\frac{2}{3} \\sqrt{2}}{\\frac{4}{3} \\sqrt{2}}=\\frac{1}{2}$ which means $45^{\\circ}-\\theta=30^{\\circ}$ or $\\theta=15^{\\circ}$.\n\nThus the minimum value for $\\theta$ is $15^{\\circ}$.\n\n<img_3977>", "Let $A B=B C=C D=D A=1$.\n\nJoin $D$ to $B$. Let $\\angle A D P=\\theta$. Therefore, $\\angle P D B=45-\\theta$.\n\nLet $P D=a$ and $P B=b$ and $P Q=\\frac{a}{2}$.\n\n\n\nWe now establish a relationship between $a$ and $b$.\n\nIn $\\triangle P D B, b^{2}=a^{2}+2-2(a)(\\sqrt{2}) \\cos (45-\\theta)$\n\n$$\n\\text { or, } \\quad \\cos (45-\\theta)=\\frac{a^{2}-b^{2}+2}{2 \\sqrt{2} a}\n$$\n\n<img_3307>\n\nIn $\\triangle P D R,\\left(\\frac{a}{2}\\right)^{2}=a^{2}+\\left(\\frac{\\sqrt{2}}{2}\\right)^{2}-2 a \\frac{\\sqrt{2}}{2} \\cos (45-\\theta)$\n\nor, $\\cos (45-\\theta)=\\frac{\\frac{3}{4} a^{2}+\\frac{1}{2}}{a \\sqrt{2}}$\n\nComparing (1) and (2) gives, $\\frac{a^{2}-b^{2}+2}{2 \\sqrt{2} a}=\\frac{\\frac{3}{4} a^{2}+\\frac{1}{2}}{a \\sqrt{2}}$.\n\nSimplifying this, $a^{2}+2 b^{2}=2$\n\n$$\n\\text { or, } \\quad b^{2}=\\frac{2-a^{2}}{2}\n$$\n\nNow $\\cos (45-\\theta)=\\frac{a^{2}+2-\\left(\\frac{2-a^{2}}{2}\\right)}{2 a \\sqrt{2}}=\\frac{1}{4 \\sqrt{2}}\\left(3 a+\\frac{2}{a}\\right)$.\n\nNow considering $3 a+\\frac{2}{a}$, we know $\\left(\\sqrt{3 a}-\\sqrt{\\frac{2}{a}}\\right)^{2} \\geq 0$\n\n$$\n\\text { or, } \\quad 3 a+\\frac{2}{a} \\geq 2 \\sqrt{6}\n$$\n\nThus, $\\cos (45-\\theta) \\geq \\frac{1}{4 \\sqrt{2}}(2 \\sqrt{6})=\\frac{\\sqrt{3}}{2}$\n\n$$\n\\cos (45-\\theta) \\geq \\frac{\\sqrt{3}}{2}\n$$\n\n$\\cos (45-\\theta)$ has a minimum value for $45^{\\circ}-\\theta=30^{\\circ}$ or $\\theta=15^{\\circ}$.", "Join $B D$. Let $B D$ meet $P Q$ at $M$. Let $\\angle A D P=\\theta$.\n\nBy interior alternate angles, $\\angle P=\\angle Q$ and $\\angle P D M=\\angle Q B M$.\n\nThus $\\triangle P D M \\cong \\triangle Q B M$ by A.S.A., so $P M=Q M$ and $D M=B M$.\n\nSo $M$ is the midpoint of $B D$ and the centre of the square.\n\n\n\nWithout loss of generality, let $P M=1$. Then $P D=2$.\n\nSince $\\theta+\\alpha=45^{\\circ}$ (see diagram), $\\theta$ will be minimized when $\\alpha$ is maximized.\n\n<img_3749>\n\nConsider $\\triangle P M D$.\n\nUsing the sine law, $\\frac{\\sin \\alpha}{1}=\\frac{\\sin (\\angle P M D)}{2}$.\n\nTo maximize $\\alpha$, we maximize $\\sin \\alpha$.\n\nBut $\\sin \\alpha=\\frac{\\sin (\\angle P M D)}{2}$, so it is maximized when $\\sin (\\angle P M D)=1$.\n\nIn this case, $\\sin \\alpha=\\frac{1}{2}$, so $\\alpha=30^{\\circ}$.\n\nTherefore, $\\theta=45^{\\circ}-30^{\\circ}=15^{\\circ}$, and so the minimum value of $\\theta$ is $15^{\\circ}$.", "We place the diagram on a coordinate grid, with $D(0,0)$, $C(1,0), B(0,1), A(1,1)$.\n\nLet $P D=P Q=Q B=a$, and $\\angle A D P=\\theta$.\n\nDrop a perpendicular from $P$ to $A D$, meeting $A D$ at $X$.\n\nThen $P X=a \\sin \\theta, D X=a \\cos \\theta$.\n\nTherefore the coordinates of $P$ are $(a \\sin \\theta, a \\cos \\theta)$.\n\nSince $P D \\| B Q$, then $\\angle Q B C=\\theta$.\n\nSo by a similar argument (or by using the fact that $P Q$ are symmetric through the centre of the square), the coordinates of $Q$ are $(1-a \\sin \\theta, 1+a \\cos \\theta)$.\n\n<img_3706>\n\nNow $(P Q)^{2}=a^{2}$, so $(1-2 a \\sin \\theta)^{2}+(1-2 a \\cos \\theta)^{2}=a^{2}$\n\n$$\n2+4 a^{2} \\sin ^{2} \\theta+4 a^{2} \\cos ^{2} \\theta-4 a(\\sin \\theta+\\cos \\theta)=a^{2}\n$$\n\n\n\n$$\n\\begin{aligned}\n2+4 a^{2}-a^{2} & =4 a(\\sin \\theta+\\cos \\theta) \\\\\n\\frac{2+3 a^{2}}{4 a} & =\\sin \\theta+\\cos \\theta \\\\\n\\frac{2+3 a^{2}}{4 \\sqrt{2} a} & =\\frac{1}{\\sqrt{2}} \\sin \\theta+\\frac{1}{\\sqrt{2}} \\cos \\theta=\\cos \\left(45^{\\circ}\\right) \\sin \\theta+\\sin \\left(45^{\\circ}\\right) \\cos \\theta \\\\\n\\frac{2+3 a^{2}}{4 \\sqrt{2} a} & =\\sin \\left(\\theta+45^{\\circ}\\right)\n\\end{aligned}\n$$\n\n$$\n\\text { Now } \\begin{aligned}\n\\left(a-\\sqrt{\\frac{2}{3}}\\right)^{2} & \\geq 0 \\\\\na^{2}-2 a \\sqrt{\\frac{2}{3}}+\\frac{2}{3} & \\geq 0 \\\\\n3 a^{2}-2 a \\sqrt{6}+2 & \\geq 0 \\\\\n3 a^{2}+2 & \\geq 2 a \\sqrt{6} \\\\\n\\frac{3 a^{2}+2}{4 \\sqrt{2} a} & \\geq \\frac{\\sqrt{3}}{2}\n\\end{aligned}\n$$\n\nand equality occurs when $a=\\sqrt{\\frac{2}{3}}$.\n\nSo $\\sin \\left(\\theta+45^{\\circ}\\right) \\geq \\frac{\\sqrt{3}}{2}$ and thus since $0^{\\circ} \\leq \\theta \\leq 90^{\\circ}$, then $\\theta+45^{\\circ} \\geq 60^{\\circ}$ or $\\theta \\geq 15^{\\circ}$.\n\nTherefore the minimum possible value of $\\angle A D P$ is $15^{\\circ}$." ]
[ "$15$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
^{\circ}
Numerical
null
Open-ended
Geometry
Math
English
2,246
In the diagram, $\angle E A D=90^{\circ}, \angle A C D=90^{\circ}$, and $\angle A B C=90^{\circ}$. Also, $E D=13, E A=12$, $D C=4$, and $C B=2$. Determine the length of $A B$. <image_1>
[ "By the Pythagorean Theorem in $\\triangle E A D$, we have $E A^{2}+A D^{2}=E D^{2}$ or $12^{2}+A D^{2}=13^{2}$, and so $A D=\\sqrt{169-144}=5$, since $A D>0$.\n\nBy the Pythagorean Theorem in $\\triangle A C D$, we have $A C^{2}+C D^{2}=A D^{2}$ or $A C^{2}+4^{2}=5^{2}$, and so $A C=\\sqrt{25-16}=3$, since $A C>0$.\n\n(We could also have determined the lengths of $A D$ and $A C$ by recognizing 3-4-5 and 5-12-13 right-angled triangles.)\n\nBy the Pythagorean Theorem in $\\triangle A B C$, we have $A B^{2}+B C^{2}=A C^{2}$ or $A B^{2}+2^{2}=3^{2}$, and so $A B=\\sqrt{9-4}=\\sqrt{5}$, since $A B>0$." ]
[ "$\\sqrt{5}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,250
In the diagram, $A B C D$ is a quadrilateral with $A B=B C=C D=6, \angle A B C=90^{\circ}$, and $\angle B C D=60^{\circ}$. Determine the length of $A D$. <image_1>
[ "Join $B$ to $D$.\n\n<img_3655>\n\nConsider $\\triangle C B D$.\n\nSince $C B=C D$, then $\\angle C B D=\\angle C D B=\\frac{1}{2}\\left(180^{\\circ}-\\angle B C D\\right)=\\frac{1}{2}\\left(180^{\\circ}-60^{\\circ}\\right)=60^{\\circ}$.\n\nTherefore, $\\triangle B C D$ is equilateral, and so $B D=B C=C D=6$.\n\nConsider $\\triangle D B A$.\n\nNote that $\\angle D B A=90^{\\circ}-\\angle C B D=90^{\\circ}-60^{\\circ}=30^{\\circ}$.\n\nSince $B D=B A=6$, then $\\angle B D A=\\angle B A D=\\frac{1}{2}\\left(180^{\\circ}-\\angle D B A\\right)=\\frac{1}{2}\\left(180^{\\circ}-30^{\\circ}\\right)=75^{\\circ}$.\n\nWe calculate the length of $A D$.\n\nMethod 1\n\nBy the Sine Law in $\\triangle D B A$, we have $\\frac{A D}{\\sin (\\angle D B A)}=\\frac{B A}{\\sin (\\angle B D A)}$.\n\nTherefore, $A D=\\frac{6 \\sin \\left(30^{\\circ}\\right)}{\\sin \\left(75^{\\circ}\\right)}=\\frac{6 \\times \\frac{1}{2}}{\\sin \\left(75^{\\circ}\\right)}=\\frac{3}{\\sin \\left(75^{\\circ}\\right)}$.\n\nMethod 2\n\nIf we drop a perpendicular from $B$ to $P$ on $A D$, then $P$ is the midpoint of $A D$ since $\\triangle B D A$ is isosceles. Thus, $A D=2 A P$.\n\nAlso, $B P$ bisects $\\angle D B A$, so $\\angle A B P=15^{\\circ}$.\n\nNow, $A P=B A \\sin (\\angle A B P)=6 \\sin \\left(15^{\\circ}\\right)$.\n\nTherefore, $A D=2 A P=12 \\sin \\left(15^{\\circ}\\right)$.\n\nMethod 3\n\nBy the Cosine Law in $\\triangle D B A$,\n\n$$\n\\begin{aligned}\nA D^{2} & =A B^{2}+B D^{2}-2(A B)(B D) \\cos (\\angle A B D) \\\\\n& =6^{2}+6^{2}-2(6)(6) \\cos \\left(30^{\\circ}\\right) \\\\\n& =72-72\\left(\\frac{\\sqrt{3}}{2}\\right) \\\\\n& =72-36 \\sqrt{3}\n\\end{aligned}\n$$\n\nTherefore, $A D=\\sqrt{36(2-\\sqrt{3})}=6 \\sqrt{2-\\sqrt{3}}$ since $A D>0$.", "Drop perpendiculars from $D$ to $Q$ on $B C$ and from $D$ to $R$ on $B A$.\n\n<img_3835>\n\nThen $C Q=C D \\cos (\\angle D C Q)=6 \\cos \\left(60^{\\circ}\\right)=6 \\times \\frac{1}{2}=3$.\n\nAlso, $D Q=C D \\sin (\\angle D C Q)=6 \\sin \\left(60^{\\circ}\\right)=6 \\times \\frac{\\sqrt{3}}{2}=3 \\sqrt{3}$.\n\nSince $B C=6$, then $B Q=B C-C Q=6-3=3$.\n\nNow quadrilateral $B Q D R$ has three right angles, so it must have a fourth right angle and so must be a rectangle.\n\nThus, $R D=B Q=3$ and $R B=D Q=3 \\sqrt{3}$.\n\nSince $A B=6$, then $A R=A B-R B=6-3 \\sqrt{3}$.\n\nSince $\\triangle A R D$ is right-angled at $R$, then using the Pythagorean Theorem and the fact that $A D>0$, we obtain\n\n$$\nA D=\\sqrt{R D^{2}+A R^{2}}=\\sqrt{3^{2}+(6-3 \\sqrt{3})^{2}}=\\sqrt{9+36-36 \\sqrt{3}+27}=\\sqrt{72-36 \\sqrt{3}}\n$$\n\nwhich we can rewrite as $A D=\\sqrt{36(2-\\sqrt{3})}=6 \\sqrt{2-\\sqrt{3}}$." ]
[ "$6\\sqrt{2-\\sqrt{3}}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,252
A triangle has vertices $A(0,3), B(4,0)$, $C(k, 5)$, where $0<k<4$. If the area of the triangle is 8 , determine the value of $k$. <image_1>
[ "We \"complete the rectangle\" by drawing a horizontal line through $C$ which meets the $y$-axis at $P$ and the vertical line through $B$ at $Q$.\n\n<img_3215>\n\n\n\nSince $C$ has $y$-coordinate 5 , then $P$ has $y$-coordinate 5 ; thus the coordinates of $P$ are $(0,5)$.\n\nSince $B$ has $x$-coordinate 4 , then $Q$ has $x$-coordinate 4 .\n\nSince $C$ has $y$-coordinate 5 , then $Q$ has $y$-coordinate 5 .\n\nTherefore, the coordinates of $Q$ are $(4,5)$, and so rectangle $O P Q B$ is 4 by 5 and so has area $4 \\times 5=20$.\n\nNow rectangle $O P Q B$ is made up of four smaller triangles, and so the sum of the areas of these triangles must be 20 .\n\nLet us examine each of these triangles:\n\n- $\\triangle A B C$ has area 8 (given information)\n- $\\triangle A O B$ is right-angled at $O$, has height $A O=3$ and base $O B=4$, and so has area $\\frac{1}{2} \\times 4 \\times 3=6$.\n- $\\triangle A P C$ is right-angled at $P$, has height $A P=5-3=2$ and base $P C=k-0=k$, and so has area $\\frac{1}{2} \\times k \\times 2=k$.\n- $\\triangle C Q B$ is right-angled at $Q$, has height $Q B=5-0=5$ and base $C Q=4-k$, and so has area $\\frac{1}{2} \\times(4-k) \\times 5=10-\\frac{5}{2} k$.\n\nSince the sum of the areas of these triangles is 20 , then $8+6+k+10-\\frac{5}{2} k=20$ or $4=\\frac{3}{2} k$ and so $k=\\frac{8}{3}$." ]
[ "$\\frac{8}{3}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,264
A helicopter hovers at point $H$, directly above point $P$ on level ground. Lloyd sits on the ground at a point $L$ where $\angle H L P=60^{\circ}$. A ball is droppped from the helicopter. When the ball is at point $B, 400 \mathrm{~m}$ directly below the helicopter, $\angle B L P=30^{\circ}$. What is the distance between $L$ and $P$ ? <image_1>
[ "Since $\\angle H L P=60^{\\circ}$ and $\\angle B L P=30^{\\circ}$, then $\\angle H L B=\\angle H L P-\\angle B L P=30^{\\circ}$.\n\nAlso, since $\\angle H L P=60^{\\circ}$ and $\\angle H P L=90^{\\circ}$, then $\\angle L H P=180^{\\circ}-90^{\\circ}-60^{\\circ}=30^{\\circ}$.\n\n<img_3808>\n\nTherefore, $\\triangle H B L$ is isosceles and $B L=H B=400 \\mathrm{~m}$.\n\nIn $\\triangle B L P, B L=400 \\mathrm{~m}$ and $\\angle B L P=30^{\\circ}$, so $L P=B L \\cos \\left(30^{\\circ}\\right)=400\\left(\\frac{\\sqrt{3}}{2}\\right)=200 \\sqrt{3}$ m.\n\nTherefore, the distance between $L$ and $P$ is $200 \\sqrt{3} \\mathrm{~m}$.", "Since $\\angle H L P=60^{\\circ}$ and $\\angle B L P=30^{\\circ}$, then $\\angle H L B=\\angle H L P-\\angle B L P=30^{\\circ}$.\n\nAlso, since $\\angle H L P=60^{\\circ}$ and $\\angle H P L=90^{\\circ}$, then $\\angle L H P=180^{\\circ}-90^{\\circ}-60^{\\circ}=30^{\\circ}$. Also, $\\angle L B P=60^{\\circ}$.\n\nLet $L P=x$.\n\n<img_3794>\n\nSince $\\triangle B L P$ is $30^{\\circ}-60^{\\circ}-90^{\\circ}$, then $B P: L P=1: \\sqrt{3}$, so $B P=\\frac{1}{\\sqrt{3}} L P=\\frac{1}{\\sqrt{3}} x$.\n\n\n\nSince $\\triangle H L P$ is $30^{\\circ}-60^{\\circ}-90^{\\circ}$, then $H P: L P=\\sqrt{3}: 1$, so $H P=\\sqrt{3} L P=\\sqrt{3} x$.\n\nBut $H P=H B+B P$ so\n\n$$\n\\begin{aligned}\n\\sqrt{3} x & =400+\\frac{1}{\\sqrt{3}} x \\\\\n3 x & =400 \\sqrt{3}+x \\\\\n2 x & =400 \\sqrt{3} \\\\\nx & =200 \\sqrt{3}\n\\end{aligned}\n$$\n\nTherefore, the distance from $L$ to $P$ is $200 \\sqrt{3} \\mathrm{~m}$." ]
[ "$200 \\sqrt{3}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
m
Numerical
null
Open-ended
Geometry
Math
English
2,267
In the diagram, $A B C D$ is a quadrilateral in which $\angle A+\angle C=180^{\circ}$. What is the length of $C D$ ? <image_1>
[ "In order to determine $C D$, we must determine one of the angles (or at least some information about one of the angles) in $\\triangle B C D$.\n\nTo do this, we look at $\\angle A$ use the fact that $\\angle A+\\angle C=180^{\\circ}$.\n\n\n\n<img_3524>\n\nUsing the cosine law in $\\triangle A B D$, we obtain\n\n$$\n\\begin{aligned}\n7^{2} & =5^{2}+6^{2}-2(5)(6) \\cos (\\angle A) \\\\\n49 & =61-60 \\cos (\\angle A) \\\\\n\\cos (\\angle A) & =\\frac{1}{5}\n\\end{aligned}\n$$\n\nSince $\\cos (\\angle A)=\\frac{1}{5}$ and $\\angle A+\\angle C=180^{\\circ}$, then $\\cos (\\angle C)=-\\cos \\left(180^{\\circ}-\\angle A\\right)=-\\frac{1}{5}$.\n\n(We could have calculated the actual size of $\\angle A$ using $\\cos (\\angle A)=\\frac{1}{5}$ and then used this to calculate the size of $\\angle C$, but we would introduce the possibility of rounding error by doing this.)\n\nThen, using the cosine law in $\\triangle B C D$, we obtain\n\n$$\n\\begin{aligned}\n7^{2} & =4^{2}+C D^{2}-2(4)(C D) \\cos (\\angle C) \\\\\n49 & =16+C D^{2}-8(C D)\\left(-\\frac{1}{5}\\right) \\\\\n0 & =5 C D^{2}+8 C D-165 \\\\\n0 & =(5 C D+33)(C D-5)\n\\end{aligned}\n$$\n\nSo $C D=-\\frac{33}{5}$ or $C D=5$. (We could have also determined these roots using the quadratic formula.)\n\nSince $C D$ is a length, it must be positive, so $C D=5$.\n\n(We could have also proceeded by using the sine law in $\\triangle B C D$ to determine $\\angle B D C$ and then found the size of $\\angle D B C$, which would have allowed us to calculate $C D$ using the sine law. However, this would again introduce the potential of rounding error.)" ]
[ "5" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,269
In the diagram, the parabola $$ y=-\frac{1}{4}(x-r)(x-s) $$ intersects the axes at three points. The vertex of this parabola is the point $V$. Determine the value of $k$ and the coordinates of $V$. <image_1>
[ "From the diagram, the $x$-intercepts of the parabola are $x=-k$ and $x=3 k$.\n\n\n\n<img_3883>\n\nSince we are given that $y=-\\frac{1}{4}(x-r)(x-s)$, then the $x$-intercepts are $r$ and $s$, so $r$ and $s$ equal $-k$ and $3 k$ in some order.\n\nTherefore, we can rewrite the parabola as $y=-\\frac{1}{4}(x-(-k))(x-3 k)$.\n\nSince the point $(0,3 k)$ lies on the parabola, then $3 k=-\\frac{1}{4}(0+k)(0-3 k)$ or $12 k=3 k^{2}$ or $k^{2}-4 k=0$ or $k(k-4)=0$.\n\nThus, $k=0$ or $k=4$.\n\nSince the two roots are distinct, then we cannot have $k=0$ (otherwise both $x$-intercepts would be 0 ).\n\nThus, $k=4$.\n\nThis tells us that the equation of the parabola is $y=-\\frac{1}{4}(x+4)(x-12)$ or $y=-\\frac{1}{4} x^{2}+$ $2 x+12$.\n\nWe still have to determine the coordinates of the vertex, $V$.\n\nSince the $x$-intercepts of the parabola are -4 and 12 , then the $x$-coordinate of the vertex is the average of these intercepts, or 4.\n\n(We could have also used the fact that the $x$-coordinate is $-\\frac{b}{2 a}=-\\frac{2}{2\\left(-\\frac{1}{4}\\right)}$.)\n\nTherefore, the $y$-coordinate of the vertex is $y=-\\frac{1}{4}\\left(4^{2}\\right)+2(4)+12=16$.\n\nThus, the coordinates of the vertex are $(4,16)$." ]
[ "$4,(4,16)$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
true
null
Numerical,Tuple
null
Open-ended
Geometry
Math
English
2,273
A school has a row of $n$ open lockers, numbered 1 through $n$. After arriving at school one day, Josephine starts at the beginning of the row and closes every second locker until reaching the end of the row, as shown in the example below. Then on her way back, she closes every second locker that is still open. She continues in this manner along the row, until only one locker remains open. Define $f(n)$ to be the number of the last open locker. For example, if there are 15 lockers, then $f(15)=11$ as shown below: <image_1> Determine $f(50)$.
[ "We proceed directly.\n\nOn the first pass from left to right, Josephine closes all of the even numbered lockers, leaving the odd ones open.\n\nThe second pass proceeds from right to left. Before the pass, the lockers which are open are $1,3, \\ldots, 47,49$.\n\nOn the second pass, she shuts lockers 47, 43, 39, .., 3 .\n\nThe third pass proceeds from left to right. Before the pass, the lockers which are open are $1,5, \\ldots, 45,49$.\n\nOn the third pass, she shuts lockers $5,13, \\ldots, 45$.\n\nThis leaves lockers 1, 9, 17, 25, 33, 41, 49 open.\n\nOn the fourth pass, from right to left, lockers 41, 25 and 9 are shut, leaving 1, 17, 33, 49.\n\nOn the fifth pass, from left to right, lockers 17 and 49 are shut, leaving 1 and 33 open.\n\nOn the sixth pass, from right to left, locker 1 is shut, leaving 33 open.\n\nThus, $f(50)=33$." ]
[ "33" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Combinatorics
Math
English
2,278
In the diagram, $P Q R S$ is a quadrilateral. What is its perimeter? <image_1>
[ "The length of $P Q$ is equal to $\\sqrt{(0-5)^{2}+(12-0)^{2}}=\\sqrt{(-5)^{2}+12^{2}}=13$.\n\nIn a similar way, we can see that $Q R=R S=S P=13$.\n\nTherefore, the perimeter of $P Q R S$ is $4 \\cdot 13=52$.\n\n(We can also see that if $O$ is the origin, then $\\triangle P O Q, \\triangle P O S, \\triangle R O Q$, and $\\triangle R O S$ are congruent because $O Q=O S$ and $O P=O R$, which means that $P Q=Q R=R S=S P$.)" ]
[ "52" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,279
In the diagram, $A$ has coordinates $(0,8)$. Also, the midpoint of $A B$ is $M(3,9)$ and the midpoint of $B C$ is $N(7,6)$. What is the slope of $A C$ ? <image_1>
[ "Suppose that $B$ has coordinates $(r, s)$ and $C$ has coordinates $(t, u)$.\n\nSince $M(3,9)$ is the midpoint of $A(0,8)$ and $B(r, s)$, then 3 is the average of 0 and $r$ (which gives $r=6)$ and 9 is the average of 8 and $s$ (which gives $s=10$ ).\n\nSince $N(7,6)$ is the midpoint of $B(6,10)$ and $C(t, u)$, then 7 is the average of 6 and $t$ (which gives $t=8$ ) and 6 is the average of 10 and $u$ (which gives $u=2$ ).\n\nThe slope of the line segment joining $A(0,8)$ and $C(8,2)$ is $\\frac{8-2}{0-8}$ which equals $-\\frac{3}{4}$.", "Since $M$ is the midpoint of $A B$ and $N$ is the midpoint of $B C$, then $M N$ is parallel to $A C$. Therefore, the slope of $A C$ equals the slope of the line segment joining $M(3,9)$ to $N(7,6)$, which is $\\frac{9-6}{3-7}$ or $-\\frac{3}{4}$." ]
[ "$-\\frac{3}{4}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,284
In the diagram, $A B D E$ is a rectangle, $\triangle B C D$ is equilateral, and $A D$ is parallel to $B C$. Also, $A E=2 x$ for some real number $x$. <image_1> Determine the length of $A B$ in terms of $x$.
[ "We begin by determining the length of $A B$ in terms of $x$.\n\nSince $A B D E$ is a rectangle, $B D=A E=2 x$.\n\nSince $\\triangle B C D$ is equilateral, $\\angle D B C=60^{\\circ}$.\n\nJoin $A$ to $D$.\n\n<img_3330>\n\nSince $A D$ and $B C$ are parallel, $\\angle A D B=\\angle D B C=60^{\\circ}$.\n\nConsider $\\triangle A D B$. This is a $30^{\\circ}-60^{\\circ}-90^{\\circ}$ triangle since $\\angle A B D$ is a right angle.\n\nUsing ratios of side lengths, $\\frac{A B}{B D}=\\frac{\\sqrt{3}}{1}$ and so $A B=\\sqrt{3} B D=2 \\sqrt{3} x$" ]
[ "$2 \\sqrt{3} x$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Expression
null
Open-ended
Geometry
Math
English
2,285
In the diagram, $A B D E$ is a rectangle, $\triangle B C D$ is equilateral, and $A D$ is parallel to $B C$. Also, $A E=2 x$ for some real number $x$. <image_1> Determine positive integers $r$ and $s$ for which $$ \frac{A C}{A D}=\sqrt{\frac{r}{s}} $$
[ "We begin by determining the length of $A B$ in terms of $x$.\n\nSince $A B D E$ is a rectangle, $B D=A E=2 x$.\n\nSince $\\triangle B C D$ is equilateral, $\\angle D B C=60^{\\circ}$.\n\nJoin $A$ to $D$.\n\n<img_3330>\n\nSince $A D$ and $B C$ are parallel, $\\angle A D B=\\angle D B C=60^{\\circ}$.\n\nConsider $\\triangle A D B$. This is a $30^{\\circ}-60^{\\circ}-90^{\\circ}$ triangle since $\\angle A B D$ is a right angle.\n\nUsing ratios of side lengths, $\\frac{A B}{B D}=\\frac{\\sqrt{3}}{1}$ and so $A B=\\sqrt{3} B D=2 \\sqrt{3} x$\n\nNext, we determine $\\frac{A C}{A D}$.\n\nNow, $\\frac{A D}{B D}=\\frac{2}{1}$ and so $A D=2 B D=4 x$.\n\nSuppose that $M$ is the midpoint of $A E$ and $N$ is the midpoint of $B D$.\n\nSince $A E=B D=2 x$, then $A M=M E=B N=N D=x$.\n\nJoin $M$ to $N$ and $N$ to $C$ and $A$ to $C$.\n\n<img_3952>\n\nSince $A B D E$ is a rectangle, then $M N$ is parallel to $A B$ and so $M N$ is perpendicular to both $A E$ and $B D$.\n\nAlso, $M N=A B=2 \\sqrt{3} x$.\n\nSince $\\triangle B C D$ is equilateral, its median $C N$ is perpendicular to $B D$.\n\nSince $M N$ and $N C$ are perpendicular to $B D, M N C$ is actually a straight line segment and so $M C=M N+N C$.\n\nNow $\\triangle B N C$ is also a $30^{\\circ}-60^{\\circ}-90^{\\circ}$ triangle, and so $N C=\\sqrt{3} B N=\\sqrt{3} x$.\n\nThis means that $M C=2 \\sqrt{3} x+\\sqrt{3} x=3 \\sqrt{3} x$.\n\n\n\nFinally, $\\triangle A M C$ is right-angled at $M$ and so\n\n$$\nA C=\\sqrt{A M^{2}+M C^{2}}=\\sqrt{x^{2}+(3 \\sqrt{3} x)^{2}}=\\sqrt{x^{2}+27 x^{2}}=\\sqrt{28 x^{2}}=2 \\sqrt{7} x\n$$\n\nsince $x>0$.\n\nThis means that $\\frac{A C}{A D}=\\frac{2 \\sqrt{7} x}{4 x}=\\frac{\\sqrt{7}}{2}=\\sqrt{\\frac{7}{4}}$, which means that the integers $r=7$ and $s=4$ satisfy the conditions." ]
[ "7,4" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
true
null
Numerical
null
Open-ended
Geometry
Math
English
2,290
Five distinct integers are to be chosen from the set $\{1,2,3,4,5,6,7,8\}$ and placed in some order in the top row of boxes in the diagram. Each box that is not in the top row then contains the product of the integers in the two boxes connected to it in the row directly above. Determine the number of ways in which the integers can be chosen and placed in the top row so that the integer in the bottom box is 9953280000 . <image_1>
[ "Suppose that the integers in the first row are, in order, $a, b, c, d, e$.\n\nUsing these, we calculate the integer in each of the boxes below the top row in terms of these variables, using the rule that each integer is the product of the integers in the two boxes above:\n\n$a$\n\n| $b$ | $c$ | $c$ | | $d$ |\n| :---: | :---: | :---: | :---: | :---: |\n| $a b^{2} c$ | $b c$ | $c d$ | $c$ | |\n| | $a b^{3} c^{3} d$ | $b c^{2} d$ | $c d^{2} e$ | |$\\quad d e$\n\nTherefore, $a b^{4} c^{6} d^{4} e=9953280000$.\n\n\n\nNext, we determine the prime factorization of the integer 9953280000 :\n\n$$\n\\begin{aligned}\n9953280000 & =10^{4} \\cdot 995328 \\\\\n& =2^{4} \\cdot 5^{4} \\cdot 2^{3} \\cdot 124416 \\\\\n& =2^{7} \\cdot 5^{4} \\cdot 2^{3} \\cdot 15552 \\\\\n& =2^{10} \\cdot 5^{4} \\cdot 2^{3} \\cdot 1944 \\\\\n& =2^{13} \\cdot 5^{4} \\cdot 2^{3} \\cdot 243 \\\\\n& =2^{16} \\cdot 5^{4} \\cdot 3^{5} \\\\\n& =2^{16} \\cdot 3^{5} \\cdot 5^{4}\n\\end{aligned}\n$$\n\nThus, $a b^{4} c^{6} d^{4} e=2^{16} \\cdot 3^{5} \\cdot 5^{4}$.\n\nSince the right side is not divisible by 7 , none of $a, b, c, d$, $e$ can equal 7 .\n\nThus, $a, b, c, d, e$ are five distinct integers chosen from $\\{1,2,3,4,5,6,8\\}$.\n\nThe only one of these integers divisible by 5 is 5 itself.\n\nSince $2^{16} \\cdot 3^{5} \\cdot 5^{4}$ includes exactly 4 factors of 5 , then either $b=5$ or $d=5$. No other placement of the 5 can give exactly 4 factors of 5 .\n\nCase 1: $b=5$\n\nHere, $a c^{6} d^{4} e=2^{16} \\cdot 3^{5}$ and $a, c, d, e$ are four distinct integers chosen from $\\{1,2,3,4,6,8\\}$. Since $a c^{6} d^{4} e$ includes exactly 5 factors of 3 and the possible values of $a, c, d$, e that are divisible by 3 are 3 and 6 , then either $d=3$ and one of $a$ and $e$ is 6 , or $d=6$ and one of $a$ and $e$ is 3 . No other placements of the multiples of 3 can give exactly 5 factors of 3 .\n\nCase 1a: $b=5, d=3, a=6$\n\nHere, $a \\cdot c^{6} \\cdot d^{4} \\cdot e=6 \\cdot c^{6} \\cdot 3^{4} \\cdot e=2 \\cdot 3^{5} \\cdot c^{6} \\cdot e$.\n\nThis gives $c^{6} e=2^{15}$ and $c$ and $e$ are distinct integers from $\\{1,2,4,8\\}$.\n\nTrying the four possible values of $c$ shows that $c=4$ and $e=8$ is the only solution in this case. Here, $(a, b, c, d, e)=(6,5,4,3,8)$.\n\nCase 1b: $b=5, d=3, e=6$ We obtain $(a, b, c, d, e)=(8,5,4,3,6)$.\n\nCase 1c: $b=5, d=6, a=3$\n\nHere, $a \\cdot c^{6} \\cdot d^{4} \\cdot e=3 \\cdot c^{6} \\cdot 6^{4} \\cdot e=2^{4} \\cdot 3^{5} \\cdot c^{6} \\cdot e$.\n\nThis gives $c^{6} e=2^{12}$ and $c$ and $e$ are distinct integers from $\\{1,2,4,8\\}$.\n\nTrying the four possible values of $c$ shows that $c=4$ and $e=1$ is the only solution in this case. Here, $(a, b, c, d, e)=(3,5,4,6,1)$.\n\nCase 1d: $b=5, d=6, e=3$ We obtain $(a, b, c, d, e)=(1,5,4,6,3)$.\n\nCase 2: $d=5$ : A similar analysis leads to 4 further quintuples $(a, b, c, d, e)$.\n\nTherefore, there are 8 ways in which the integers can be chosen and placed in the top row to obtain the desired integer in the bottom box." ]
[ "8" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Number Theory
Math
English
2,295
In the diagram, eleven circles of four different radius 1, each circle labelled $X$ has radius 2, the circle labelled $Y$ has radius 4 , and the circle labelled $Z$ has radius $r$. Each of the circles labelled $W$ or $X$ is tangent to three other circles. The circle labelled $Y$ is tangent to all ten of the other circles. The circle labelled $Z$ is tangent to three other circles. Determine positive integers $s$ and $t$ for which $r=\frac{s}{t}$. <image_1>
[ "We label the centres of the outer circles, starting with the circle labelled $Z$ and proceeding clockwise, as $A, B, C, D, E, F, G, H, J$, and $K$, and the centre of the circle labelled $Y$ as $L$.\n\n<img_3893>\n\nJoin $L$ to each of $A, B, C, D, E, F, G, H, J$, and $K$. Join $A$ to $B, B$ to $C, C$ to $D, D$ to $E, E$ to $F, F$ to $G, G$ to $H, H$ to $J, J$ to $K$, and $K$ to $A$.\n\nWhen two circles are tangent, the distance between their centres equals the sum of their radii.\n\nThus,\n\n$$\n\\begin{array}{r}\nB C=C D=D E=E F=F G=G H=H J=J K=2+1=3 \\\\\nB L=D L=F L=H L=K L=2+4=6 \\\\\nC L=E L=G L=J L=1+4=5 \\\\\nA B=A K=r+2 \\\\\nA L=r+4\n\\end{array}\n$$\n\nBy side-side-side congruence, the following triangles are congruent:\n\n$$\n\\triangle B L C, \\triangle D L C, \\triangle D L E, \\triangle F L E, \\triangle F L G, \\triangle H L G, \\triangle H L J, \\triangle K L J\n$$\n\nSimilarly, $\\triangle A L B$ and $\\triangle A L K$ are congruent by side-side-side.\n\nLet $\\angle A L B=\\theta$ and let $\\angle B L C=\\alpha$.\n\n\n\nBy congruent triangles, $\\angle A L K=\\theta$ and\n\n$$\n\\angle B L C=\\angle D L C=\\angle D L E=\\angle F L E=\\angle F L G=\\angle H L G=\\angle H L J=\\angle K L J=\\alpha\n$$\n\nThe angles around $L$ add to $360^{\\circ}$ and so $2 \\theta+8 \\alpha=360^{\\circ}$ which gives $\\theta+4 \\alpha=180^{\\circ}$ and so $\\theta=180^{\\circ}-4 \\alpha$.\n\nSince $\\theta=180^{\\circ}-4 \\alpha$, then $\\cos \\theta=\\cos \\left(180^{\\circ}-4 \\alpha\\right)=-\\cos 4 \\alpha$.\n\nConsider $\\triangle A L B$ and $\\triangle B L C$.\n\n<img_3240>\n\nBy the cosine law in $\\triangle A L B$,\n\n$$\n\\begin{aligned}\nA B^{2} & =A L^{2}+B L^{2}-2 \\cdot A L \\cdot B L \\cdot \\cos \\theta \\\\\n(r+2)^{2} & =(r+4)^{2}+6^{2}-2(r+4)(6) \\cos \\theta \\\\\n12(r+4) \\cos \\theta & =r^{2}+8 r+16+36-r^{2}-4 r-4 \\\\\n\\cos \\theta & =\\frac{4 r+48}{12(r+4)} \\\\\n\\cos \\theta & =\\frac{r+12}{3 r+12}\n\\end{aligned}\n$$\n\nBy the cosine law in $\\triangle B L C$,\n\n$$\n\\begin{aligned}\nB C^{2} & =B L^{2}+C L^{2}-2 \\cdot B L \\cdot C L \\cdot \\cos \\alpha \\\\\n3^{2} & =6^{2}+5^{2}-2(6)(5) \\cos \\alpha \\\\\n60 \\cos \\alpha & =36+25-9 \\\\\n\\cos \\alpha & =\\frac{52}{60} \\\\\n\\cos \\alpha & =\\frac{13}{15}\n\\end{aligned}\n$$\n\nSince $\\cos \\alpha=\\frac{13}{15}$, then\n\n$$\n\\begin{aligned}\n\\cos 2 \\alpha & =2 \\cos ^{2} \\alpha-1 \\\\\n& =2 \\cdot \\frac{169}{225}-1 \\\\\n& =\\frac{338}{225}-\\frac{225}{225} \\\\\n& =\\frac{113}{225}\n\\end{aligned}\n$$\n\n\n\nand\n\n$$\n\\begin{aligned}\n\\cos 4 \\alpha & =2 \\cos ^{2} 2 \\alpha-1 \\\\\n& =2 \\cdot \\frac{113^{2}}{225^{2}}-1 \\\\\n& =\\frac{25538}{50625}-\\frac{50625}{50625} \\\\\n& =-\\frac{25087}{50625}\n\\end{aligned}\n$$\n\nFinally,\n\n$$\n\\begin{aligned}\n\\cos \\theta & =-\\cos 4 \\alpha \\\\\n\\frac{r+12}{3 r+12} & =\\frac{25087}{50625} \\\\\n\\frac{r+12}{r+4} & =\\frac{25087}{16875} \\\\\n\\frac{(r+4)+8}{r+4} & =\\frac{25087}{16875} \\\\\n1+\\frac{8}{r+4} & =\\frac{25087}{16875} \\\\\n\\frac{8}{r+4} & =\\frac{8212}{16875} \\\\\n\\frac{2}{r+4} & =\\frac{2053}{16875} \\\\\n\\frac{r+4}{2} & =\\frac{16875}{2053} \\\\\nr+4 & =\\frac{33750}{2053} \\\\\nr & =\\frac{25538}{2053}\n\\end{aligned}\n$$\n\nTherefore, the positive integers $s=25538$ and $t=2053$ satisfy the required conditions." ]
[ "$25538$,$2053$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
true
null
Numerical
null
Open-ended
Geometry
Math
English
2,297
A circular disc is divided into 36 sectors. A number is written in each sector. When three consecutive sectors contain $a, b$ and $c$ in that order, then $b=a c$. If the number 2 is placed in one of the sectors and the number 3 is placed in one of the adjacent sectors, as shown, what is the sum of the 36 numbers on the disc? <image_1>
[ "We are told that when $a, b$ and $c$ are the numbers in consecutive sectors, then $b=a c$. This means that if $a$ and $b$ are the numbers in consecutive sectors, then the number in the next sector is $c=\\frac{b}{a}$. (That is, each number is equal to the previous number divided by the one before that.)\n\nStarting with the given 2 and 3 and proceeding clockwise, we obtain\n\n$$\n2,3, \\quad \\frac{3}{2}, \\frac{3 / 2}{3}=\\frac{1}{2}, \\frac{1 / 2}{3 / 2}=\\frac{1}{3}, \\frac{1 / 3}{1 / 2}=\\frac{2}{3}, \\frac{2 / 3}{1 / 3}=2, \\frac{2}{2 / 3}=3, \\quad \\frac{3}{2}, \\ldots\n$$\n\nAfter the first 6 terms, the first 2 terms ( 2 and 3) reappear, and so the first 6 terms will repeat again. (This is because each term comes from the previous two terms, so when two consecutive terms reappear, then the following terms are the same as when these two consecutive terms appeared earlier.)\n\nSince there are 36 terms in total, then the 6 terms repeat exactly $\\frac{36}{6}=6$ times.\n\nTherefore, the sum of the 36 numbers is $6\\left(2+3+\\frac{3}{2}+\\frac{1}{2}+\\frac{1}{3}+\\frac{2}{3}\\right)=6(2+3+2+1)=48$." ]
[ "48" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Algebra
Math
English
2,299
In the diagram, $A C D F$ is a rectangle with $A C=200$ and $C D=50$. Also, $\triangle F B D$ and $\triangle A E C$ are congruent triangles which are right-angled at $B$ and $E$, respectively. What is the area of the shaded region? <image_1>
[ "Join $B E$.\n\n<img_3698>\n\nSince $\\triangle F B D$ is congruent to $\\triangle A E C$, then $F B=A E$.\n\nSince $\\triangle F A B$ and $\\triangle A F E$ are each right-angled, share a common side $A F$ and have equal hypotenuses $(F B=A E)$, then these triangles are congruent, and so $A B=F E$.\n\nNow $B A F E$ has two right angles at $A$ and $F$ (so $A B$ and $F E$ are parallel) and has equal sides $A B=F E$ so must be a rectangle.\n\nThis means that $B C D E$ is also a rectangle.\n\nNow the diagonals of a rectangle partition it into four triangles of equal area. (Diagonal $A E$ of the rectangle splits the rectangle into two congruent triangles, which have equal area. The diagonals bisect each other, so the four smaller triangles all have equal area.) Since $\\frac{1}{4}$ of rectangle $A B E F$ is shaded and $\\frac{1}{4}$ of rectangle $B C D E$ is shaded, then $\\frac{1}{4}$ of the total area is shaded. (If the area of $A B E F$ is $x$ and the area of $B C D E$ is $y$, then the total shaded area is $\\frac{1}{4} x+\\frac{1}{4} y$, which is $\\frac{1}{4}$ of the total area $x+y$.)\n\nSince $A C=200$ and $C D=50$, then the area of rectangle $A C D F$ is $200(50)=10000$, so the total shaded area is $\\frac{1}{4}(10000)=2500$." ]
[ "2500" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,302
In the diagram, $\triangle X Y Z$ is isosceles with $X Y=X Z=a$ and $Y Z=b$ where $b<2 a$. A larger circle of radius $R$ is inscribed in the triangle (that is, the circle is drawn so that it touches all three sides of the triangle). A smaller circle of radius $r$ is drawn so that it touches $X Y, X Z$ and the larger circle. Determine an expression for $\frac{R}{r}$ in terms of $a$ and $b$. <image_1>
[ "Suppose that $M$ is the midpoint of $Y Z$.\n\nSuppose that the centre of the smaller circle is $O$ and the centre of the larger circle is $P$. Suppose that the smaller circle touches $X Y$ at $C$ and $X Z$ at $D$, and that the larger circle touches $X Y$ at $E$ and $X Z$ at $F$.\n\nJoin $O C, O D$ and $P E$.\n\nSince $O C$ and $P E$ are radii that join the centres of circles to points of tangency, then $O C$ and $P E$ are perpendicular to $X Y$.\n\nJoin $X M$. Since $\\triangle X Y Z$ is isosceles, then $X M$ (which is a median by construction) is an altitude (that is, $X M$ is perpendicular to $Y Z)$ and an angle bisector (that is, $\\angle M X Y=\\angle M X Z$ ).\n\nNow $X M$ passes through $O$ and $P$. (Since $X C$ and $X D$ are tangents from $X$ to the same circle, then $X C=X D$. This means that $\\triangle X C O$ is congruent to $\\triangle X D O$ by side-side-side. This means that $\\angle O X C=\\angle O X D$ and so $O$ lies on the angle bisector of $\\angle C X D$, and so $O$ lies on $X M$. Using a similar argument, $P$ lies on $X M$.)\n\n<img_3625>\nDraw a perpendicular from $O$ to $T$ on $P E$. Note that $O T$ is parallel to $X Y$ (since each is perpendicular to $P E$ ) and that $O C E T$ is a rectangle (since it has three right angles).\n\nConsider $\\triangle X M Y$ and $\\triangle O T P$.\n\nEach triangle is right-angled (at $M$ and at $T$ ).\n\nAlso, $\\angle Y X M=\\angle P O T$. (This is because $O T$ is parallel to $X Y$, since both are perpendicular to $P E$.)\n\nTherefore, $\\triangle X M Y$ is similar to $\\triangle O T P$.\n\nThus, $\\frac{X Y}{Y M}=\\frac{O P}{P T}$.\n\nNow $X Y=a$ and $Y M=\\frac{1}{2} b$.\n\nAlso, $O P$ is the line segment joining the centres of two tangent circles, so $O P=r+R$.\n\nLastly, $P T=P E-E T=R-r$, since $P E=R, E T=O C=r$, and $O C E T$ is a rectangle. Therefore,\n\n$$\n\\begin{aligned}\n\\frac{a}{b / 2} & =\\frac{R+r}{R-r} \\\\\n\\frac{2 a}{b} & =\\frac{R+r}{R-r} \\\\\n2 a(R-r) & =b(R+r) \\\\\n2 a R-b R & =2 a r+b r \\\\\nR(2 a-b) & =r(2 a+b) \\\\\n\\frac{R}{r} & =\\frac{2 a+b}{2 a-b} \\quad(\\text { since } 2 a>b \\text { so } 2 a-b \\neq 0, \\text { and } r>0)\n\\end{aligned}\n$$\n\nTherefore, $\\frac{R}{r}=\\frac{2 a+b}{2 a-b}$." ]
[ "$\\frac{2 a+b}{2 a-b}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Expression
null
Open-ended
Geometry
Math
English
2,307
In the diagram, what is the area of figure $A B C D E F$ ? <image_1>
[ "Because all of the angles in the figure are right angles, then $B C=D E=4$.\n\nThus, we can break up the figure into a 4 by 8 rectangle and a 4 by 4 square, by extending $B C$ to hit $F E$. Therefore, the area of the figure is $(8)(4)+(4)(4)=48$." ]
[ "48" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,308
In the diagram, $A B C D$ is a rectangle with $A E=15, E B=20$ and $D F=24$. What is the length of $C F$ ? <image_1>
[ "By the Pythagorean Theorem in triangle $A B E$, $A B^{2}=15^{2}+20^{2}=625$, so $A B=25$.\n\nSince $A B C D$ is a rectangle, $C D=A B=25$, so by the Pythagorean Theorem in triangle $C F D$, we have $625=25^{2}=24^{2}+C F^{2}$, so $C F^{2}=625-576=49$, or $C F=7$." ]
[ "7" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,309
In the diagram, $A B C D$ is a square of side length 6. Points $E, F, G$, and $H$ are on $A B, B C, C D$, and $D A$, respectively, so that the ratios $A E: E B, B F: F C$, $C G: G D$, and $D H: H A$ are all equal to $1: 2$. What is the area of $E F G H$ ? <image_1>
[ "Since $A B C D$ is a square of side length 6 and each of $A E: E B, B F: F C, C G: G D$, and $D H: H A$ is equal to $1: 2$, then $A E=B F=C G=D H=2$ and $E B=F C=G D=H A=4$.\n\nThus, each of the triangles $H A E, E B F, F C G$, and $G D H$ is right-angled, with one leg of length 2 and the other of length 4.\n\nThen the area of $E F G H$ is equal to the area of square $A B C D$ minus the combined area of the four triangles, or $6^{2}-4\\left[\\frac{1}{2}(2)(4)\\right]=36-16=20$ square units.", "Since $A B C D$ is a square of side length 6 and each of $A E: E B, B F: F C, C G: G D$, and $D H: H A$ is equal to $1: 2$, then $A E=B F=C G=D H=2$ and $E B=F C=G D=H A=4$.\n\nThus, each of the triangles $H A E, E B F, F C G$, and $G D H$ is right-angled, with one leg of length 2 and the other of length 4.\n\nBy the Pythagorean Theorem,\n\n$E F=F G=G H=H E=\\sqrt{2^{2}+4^{2}}=\\sqrt{20}$.\n\nSince the two triangles $H A E$ and $E B F$ are congruent (we know the lengths of all three sides of each), then $\\angle A H E=\\angle B E F$. But $\\angle A H E+\\angle A E H=90^{\\circ}$, so $\\angle B E F+\\angle A E H=90^{\\circ}$, so $\\angle H E F=90^{\\circ}$.\n\nIn a similar way, we can show that each of the four angles of $E F G H$ is a right-angle, and so $E F G H$ is a square of side length $\\sqrt{20}$.\n\nTherefore, the area of $E F G H$ is $(\\sqrt{20})^{2}=20$ square units." ]
[ "20" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,310
In the diagram, line $A$ has equation $y=2 x$. Line $B$ is obtained by reflecting line $A$ in the $y$-axis. Line $C$ is perpendicular to line $B$. What is the slope of line $C$ ? <image_1>
[ "When line $A$ with equation $y=2 x$ is reflected in the $y$-axis, the resulting line (line $B$ ) has equation $y=-2 x$. (Reflecting a line in the $y$-axis changes the sign of the slope.)\n\nSince the slope of line $B$ is -2 and line $C$ is perpendicular to line $B$, then the slope of line $C$ is $\\frac{1}{2}$ (the slopes of perpendicular lines are negative reciprocals)." ]
[ "$\\frac{1}{2}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,311
Three squares, each of side length 1 , are drawn side by side in the first quadrant, as shown. Lines are drawn from the origin to $P$ and $Q$. Determine, with explanation, the length of $A B$. <image_1>
[ "Consider the line through $O$ and $P$. To get from $O$ to $P$, we go right 2 and up 1. Since $B$ lies on this line and to get from $O$ to $B$ we go over 1, then we must go up $\\frac{1}{2}$, to keep the ratio constant.\n\nConsider the line through $O$ and $Q$. To get from $O$ to $Q$, we go right 3 and up 1. Since $A$ lies on this line and to get from $O$ to $A$ we go over 1, then we must go up $\\frac{1}{3}$, to keep the ratio constant.\n\nTherefore, since $A$ and $B$ lie on the same vertical line, then $A B=\\frac{1}{2}-\\frac{1}{3}=\\frac{1}{6}$.", "Since the line through $P$ passes through the origin, then its equation is of the form $y=m x$. Since it passes through the point $(2,1)$, then $1=2 m$, so the line has equation $y=\\frac{1}{2} x$. Since $B$ has $x$-coordinate 1, then $y=\\frac{1}{2}(1)=\\frac{1}{2}$, so $B$ has coordinates $\\left(1, \\frac{1}{2}\\right)$. Similarly, we can determine that the equation of the line through $Q$ is $y=\\frac{1}{3} x$, and so $A$ has coordinates $\\left(1, \\frac{1}{3}\\right)$.\n\nTherefore, since $A$ and $B$ lie on the same vertical line, then $A B=\\frac{1}{2}-\\frac{1}{3}=\\frac{1}{6}$." ]
[ "$\\frac{1}{6}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,314
In the diagram, the parabola with equation $y=x^{2}+t x-2$ intersects the $x$-axis at points $P$ and $Q$. Also, the line with equation $y=3 x+3$ intersects the parabola at points $P$ and $R$. Determine the value of $t$ and the area of triangle $P Q R$. <image_1>
[ "Point $P$ is the point where the line $y=3 x+3$ crosses the $x$ axis, and so has coordinates $(-1,0)$.\n\nTherefore, one of the roots of the parabola $y=x^{2}+t x-2$ is $x=-1$, so\n\n$$\n\\begin{aligned}\n0 & =(-1)^{2}+t(-1)-2 \\\\\n0 & =1-t-2 \\\\\nt & =-1\n\\end{aligned}\n$$\n\nThe parabola now has equation $y=x^{2}-x-2=(x+1)(x-2)$ (we already knew one of the roots so this helped with the factoring) and so its two $x$-intercepts are -1 and 2 , ie. $P$ has coordinates $(-1,0)$ and $Q$ has coordinates $(2,0)$.\n\nWe now have to find the coordinates of the point $R$. We know that $R$ is one of the two points of intersection of the line and the parabola, so we equate their equations:\n\n$$\n\\begin{aligned}\n3 x+3 & =x^{2}-x-2 \\\\\n0 & =x^{2}-4 x-5 \\\\\n0 & =(x+1)(x-5)\n\\end{aligned}\n$$\n\n(Again, we already knew one of the solutions to this equation $(x=-1)$ so this made factoring easier.) Since $R$ does not have $x$-coordinate -1 , then $R$ has $x$-coordinate $x=5$. Since $R$ lies on the line, then $y=3(5)+3=18$, so $R$ has coordinates $(5,18)$.\n\nWe can now calculate the area of triangle $P Q R$. This triangle has base of length 3 (from $P$ to $Q$ ) and height of length 18 (from the $x$-axis to $R$ ), and so has area $\\frac{1}{2}(3)(18)=27$.\n\nThus, $t=-1$ and the area of triangle $P Q R$ is 27 ." ]
[ "-1,27" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
true
null
Numerical
null
Open-ended
Geometry
Math
English
2,316
In the diagram, $A C=B C, A D=7, D C=8$, and $\angle A D C=120^{\circ}$. What is the value of $x$ ? <image_1>
[ "We first calculate the length of $A C$ using the cosine law:\n\n$$\n\\begin{aligned}\nA C^{2} & =7^{2}+8^{2}-2(7)(8) \\cos \\left(120^{\\circ}\\right) \\\\\nA C^{2} & =49+64-112\\left(-\\frac{1}{2}\\right) \\\\\nA C^{2} & =169 \\\\\nA C & =13\n\\end{aligned}\n$$\n\nSince triangle $A B C$ is right-angled and isosceles, then $x=A B=\\sqrt{2}(A C)=13 \\sqrt{2}$." ]
[ "$13 \\sqrt{2}$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,324
Donna has a laser at $C$. She points the laser beam at the point $E$. The beam reflects off of $D F$ at $E$ and then off of $F H$ at $G$, as shown, arriving at point $B$ on $A D$. If $D E=E F=1 \mathrm{~m}$, what is the length of $B D$, in metres? <image_1>
[ "First, we note that a triangle with one right angle and one angle with measure $45^{\\circ}$ is isosceles.\n\nThis is because the measure of the third angle equals $180^{\\circ}-90^{\\circ}-45^{\\circ}=45^{\\circ}$ which means that the triangle has two equal angles.\n\nIn particular, $\\triangle C D E$ is isosceles with $C D=D E$ and $\\triangle E F G$ is isosceles with $E F=F G$. Since $D E=E F=1 \\mathrm{~m}$, then $C D=F G=1 \\mathrm{~m}$.\n\nJoin $C$ to $G$.\n\n<img_3379>\n\nConsider quadrilateral $C D F G$. Since the angles at $D$ and $F$ are right angles and since $C D=G F$, it must be the case that $C D F G$ is a rectangle.\n\nThis means that $C G=D F=2 \\mathrm{~m}$ and that the angles at $C$ and $G$ are right angles.\n\nSince $\\angle C G F=90^{\\circ}$ and $\\angle D C G=90^{\\circ}$, then $\\angle B G C=180^{\\circ}-90^{\\circ}-45^{\\circ}=45^{\\circ}$ and $\\angle B C G=90^{\\circ}$.\n\nThis means that $\\triangle B C G$ is also isosceles with $B C=C G=2 \\mathrm{~m}$.\n\nFinally, $B D=B C+C D=2 \\mathrm{~m}+1 \\mathrm{~m}=3 \\mathrm{~m}$." ]
[ "3" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,335
An L shape is made by adjoining three congruent squares. The L is subdivided into four smaller L shapes, as shown. Each of the resulting L's is subdivided in this same way. After the third round of subdivisions, how many L's of the smallest size are there? <image_1>
[ "After each round, each L shape is divided into 4 smaller $\\mathrm{L}$ shapes.\n\nThis means that the number of $\\mathrm{L}$ shapes increases by a factor of 4 after each round.\n\nAfter 1 round, there are $4 \\mathrm{~L}$ shapes.\n\nAfter 2 rounds, there are $4^{2}=16$ L's of the smallest size.\n\nAfter 3 rounds, there are $4^{3}=64$ L's of the smallest size." ]
[ "64" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Number Theory
Math
English
2,337
Jimmy is baking two large identical triangular cookies, $\triangle A B C$ and $\triangle D E F$. Each cookie is in the shape of an isosceles right-angled triangle. The length of the shorter sides of each of these triangles is $20 \mathrm{~cm}$. He puts the cookies on a rectangular baking tray so that $A, B, D$, and $E$ are at the vertices of the rectangle, as shown. If the distance between parallel sides $A C$ and $D F$ is $4 \mathrm{~cm}$, what is the width $B D$ of the tray? <image_1>
[ "We note that $B D=B C+C D$ and that $B C=20 \\mathrm{~cm}$, so we need to determine $C D$.\n\nWe draw a line from $C$ to $P$ on $F D$ so that $C P$ is perpendicular to $D F$.\n\nSince $A C$ and $D F$ are parallel, then $C P$ is also perpendicular to $A C$.\n\nThe distance between $A C$ and $D F$ is $4 \\mathrm{~cm}$, so $C P=4 \\mathrm{~cm}$.\n\nSince $\\triangle A B C$ is isosceles and right-angled, then $\\angle A C B=45^{\\circ}$.\n\n<img_3723>\n\nThus, $\\angle P C D=180^{\\circ}-\\angle A C B-\\angle P C A=180^{\\circ}-45^{\\circ}-90^{\\circ}=45^{\\circ}$.\n\nSince $\\triangle C P D$ is right-angled at $P$ and $\\angle P C D=45^{\\circ}$, then $\\triangle C P D$ is also an isosceles right-angled triangle.\n\nTherefore, $C D=\\sqrt{2} C P=4 \\sqrt{2} \\mathrm{~cm}$.\n\nFinally, $B D=B C+C D=(20+4 \\sqrt{2}) \\mathrm{cm}$." ]
[ "$(20+4 \\sqrt{2})$" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
cm
Numerical
null
Open-ended
Geometry
Math
English
2,347
In the diagram, $\angle A C B=\angle A D E=90^{\circ}$. If $A B=75, B C=21, A D=20$, and $C E=47$, determine the exact length of $B D$. <image_1>
[ "We use the cosine law in $\\triangle A B D$ to determine the length of $B D$ :\n\n$$\nB D^{2}=A B^{2}+A D^{2}-2(A B)(A D) \\cos (\\angle B A D)\n$$\n\nWe are given that $A B=75$ and $A D=20$, so we need to determine $\\cos (\\angle B A D)$.\n\nNow\n\n$$\n\\begin{aligned}\n\\cos (\\angle B A D) & =\\cos (\\angle B A C+\\angle E A D) \\\\\n& =\\cos (\\angle B A C) \\cos (\\angle E A D)-\\sin (\\angle B A C) \\sin (\\angle E A D) \\\\\n& =\\frac{A C}{A B} \\frac{A D}{A E}-\\frac{B C}{A B} \\frac{E D}{A E}\n\\end{aligned}\n$$\n\nsince $\\triangle A B C$ and $\\triangle A D E$ are right-angled.\n\nSince $A B=75$ and $B C=21$, then by the Pythagorean Theorem,\n\n$$\nA C=\\sqrt{A B^{2}-B C^{2}}=\\sqrt{75^{2}-21^{2}}=\\sqrt{5625-441}=\\sqrt{5184}=72\n$$\n\nsince $A C>0$.\n\nSince $A C=72$ and $C E=47$, then $A E=A C-C E=25$.\n\nSince $A E=25$ and $A D=20$, then by the Pythagorean Theorem,\n\n$$\nE D=\\sqrt{A E^{2}-A D^{2}}=\\sqrt{25^{2}-20^{2}}=\\sqrt{625-400}=\\sqrt{225}=15\n$$\n\nsince $E D>0$.\n\nTherefore,\n\n$$\n\\cos (\\angle B A D)=\\frac{A C}{A B} \\frac{A D}{A E}-\\frac{B C}{A B} \\frac{E D}{A E}=\\frac{72}{75} \\frac{20}{25}-\\frac{21}{75} \\frac{15}{25}=\\frac{1440-315}{75(25)}=\\frac{1125}{75(25)}=\\frac{45}{75}=\\frac{3}{5}\n$$\n\n\n\nFinally,\n\n$$\n\\begin{aligned}\nB D^{2} & =A B^{2}+A D^{2}-2(A B)(A D) \\cos (\\angle B A D) \\\\\n& =75^{2}+20^{2}-2(75)(20)\\left(\\frac{3}{5}\\right) \\\\\n& =5625+400-1800 \\\\\n& =4225\n\\end{aligned}\n$$\n\nSince $B D>0$, then $B D=\\sqrt{4225}=65$, as required." ]
[ "65" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,353
A circle, with diameter $A B$ as shown, intersects the positive $y$-axis at point $D(0, d)$. Determine $d$. <image_1>
[ "The centre of the circle is $(3,0)$ and the circle has a radius of 5.\n\nThus $\\sqrt{d^{2}+3^{2}}=5$\n\n$$\n\\begin{aligned}\n& d^{2}=5^{2}-3^{2} \\\\\n& d^{2}=16\n\\end{aligned}\n$$\n\nTherefore $d=4$, since $d>0$.", "Since $A B$ is a diameter of the circle, $\\angle A D B=90^{\\circ}$ and $\\angle A O D=90^{\\circ}$.\n\n$\\triangle A D O \\sim \\triangle D B O$\n\nTherefore, $\\frac{O D}{A O}=\\frac{B O}{O D}$\n\nand $d^{2}=2(8)$\n\n$$\n\\begin{aligned}\nd^{2} & =16 \\\\\nd & =4, \\text { since } d>0 .\n\\end{aligned}\n$$", "$\\angle A D B=\\angle A O D=\\angle B O D=90^{\\circ}$\n\nIn $\\triangle A O D, A D^{2}=4+d^{2}$.\n\nIn $\\triangle B O D, D B^{2}=64+d^{2}$.\n\nIn $\\Delta A D B,\\left(4+d^{2}\\right)+\\left(64+d^{2}\\right)=100$\n\n$$\n\\begin{aligned}\n2 d^{2} & =32 \\\\\nd & =4, d>0\n\\end{aligned}\n$$" ]
[ "4" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,354
A square $P Q R S$ with side of length $x$ is subdivided into four triangular regions as shown so that area (A) + area $(B)=\text{area}(C)$. If $P T=3$ and $R U=5$, determine the value of $x$. <image_1>
[ "Since the side length of the square is $x, T S=x-3$ and $V S=x-5$\n\nArea of triangle $A=\\frac{1}{2}(3)(x)$.\n\nArea of triangle $B=\\frac{1}{2}(5)(x)$\n\nArea of triangle $C=\\frac{1}{2}(x-5)(x-3)$.\n\nFrom the given information, $\\frac{1}{2}(3 x)+\\frac{1}{2}(5 x)=\\frac{1}{2}(x-5)(x-3)$. Labelled diagram\n\n$3 x+5 x=x^{2}-8 x+15$\n\n$x^{2}-16 x+15=0$\n\n<img_3393>\n\nThus $x=15$ or $x=1$.\n\nTherefore $x=15$ since $x=1$ is inadmissible." ]
[ "15" ]
null
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Not supported with pagination yet
Multimodal
Competition
false
null
Numerical
null
Open-ended
Geometry
Math
English
2,357
In the diagram, $A D=D C, \sin \angle D B C=0.6$ and $\angle A C B=90^{\circ}$. What is the value of $\tan \angle A B C$ ? <image_1>