contest
stringclasses
3 values
rating
float64
0
0.95
rating_std
float64
0.02
0.26
rating_quantile
float64
0
1
tag
stringclasses
6 values
subtest
stringclasses
16 values
year
int64
2k
2.02k
month
stringclasses
3 values
index
int64
1
36
problem
stringlengths
35
4.62k
answer
stringlengths
1
97
solution
stringlengths
13
6.21k
rating_tag
stringclasses
20 values
test_tag
stringclasses
17 values
item_difficulty
float64
0
97.2
unnorm_rating
float64
0.76
6.63
unnorm_rating_std
float64
0.1
1.6
unnorm_rating_lower
float64
1
6.5
unnorm_rating_upper
float64
1.25
8
ever_exist
bool
2 classes
HMMT
0.688383
0.075448
0.78327
HMMT-Feb
guts
2,024
Feb
13
Mark has a cursed six-sided die that never rolls the same number twice in a row, and all other outcomes are equally likely. Compute the expected number of rolls it takes for Mark to roll every number at least once.
\frac{149}{12}
Solution: Suppose Mark has already rolled $n$ unique numbers, where $1 \leq n \leq 5$. On the next roll, there are 5 possible numbers he could get, with $6-n$ of them being new. Therefore, the probability of getting another unique number is $\frac{6-n}{5}$, so the expected number of rolls before getting another unique number is $\frac{5}{6-n}$. Since it always takes 1 roll to get the first number, the expected total number of rolls\\ is $1+\frac{5}{5}+\frac{5}{4}+\frac{5}{3}+\frac{5}{2}+\frac{5}{1}=\frac{149}{12}$. $\fbox{\frac{149}{12}}$.
HMMT Feb Guts
HMMT-Feb Guts
70.588235
5.024621
0.470043
4
6.5
false
HMMT
0.532348
0.138831
0.641258
HMMT-Nov
thm
2,010
Nov
5
There are 111 StarCraft progamers. The StarCraft team SKT starts with a given set of eleven progamers on it, and at the end of each season, it drops a progamer and adds a progamer (possibly the same one). At the start of the second season, SKT has to field a team of five progamers to play the opening match. How many different lineups of five players could be fielded if the order of players on the lineup matters?
4015440
We disregard the order of the players, multiplying our answer by $5 !=120$ at the end to account for it. Clearly, SKT will be able to field at most 1 player not in the original set of eleven players. If it does not field a new player, then it has $\left(\begin{array}{c}11 \\ 5\end{array}\right)=462$ choices. If it does field a new player, then it has 100 choices for the new player, and $\left(\begin{array}{c}11 \\ 4\end{array}\right)=330$ choices for the 4 other players, giving 33000 possibilities. Thus, SKT can field at most $33000+462=33462$ unordered lineups, and multiplying this by 120 , we find the answer to be 4015440 . \section*{Unfair Coins} $\fbox{4015440}$.
HMMT Nov Easy
HMMT-Nov Theme
2.267574
4.052521
0.864922
2.5
3.5
false
HMMT
0.504653
0.016766
0.606415
HMMT-Nov
guts
2,015
Nov
34
Let $n$ be the second smallest integer that can be written as the sum of two positive cubes in two different ways. Compute $n$. If your guess is $a$, you will receive $\max \left(25-5 \cdot \max \left(\frac{a}{n}, \frac{n}{a}\right), 0\right)$ points, rounded up.
4104
A computer search yields that the second smallest number is 4104. Indeed, $4104=9^{3}+15^{3}=2^{3}+16^{3}$ $\fbox{4104}$.
HMMT Nov Guts
HMMT-Nov Guts
15.555556
3.879978
0.104455
3.5
6
false
AMC
0.243994
0.016707
0.259371
AMC10
10A
2,008
N/A
15
Yesterday Han drove 1 hour longer than Ian at an average speed 5 miles per hour faster than Ian. Jan drove 2 hours longer than Ian at an average speed 10 miles per hour faster than Ian. Han drove 70 miles more than Ian. How many more miles did Jan drive than Ian?
150
Set the time Ian traveled as $I$, and set Han's speed as $H$. Therefore, Jan's speed is $H+5.$ We get the following equation for how much Han is ahead of Ian: $H+5I = 70.$ The expression for how much Jan is ahead of Ian is: $2(H+5)+10I.$ This simplifies to: $2H+10+10I.$ However, this is just $2(H+5I)+10.$ Substitute, from the first equation, $H+5I$ as $70.$ Therefore, the answer is $140 + 10$, which is $150$, or $\fbox{150}$
AMC10 Second Half
AMC10 A
24.79
2.256066
0.104083
2
3
false
AMC
0.307814
0.087097
0.415094
AMC10
10A
2,020
N/A
22
For how many positive integers $n \le 1000$ is\[\left\lfloor \dfrac{998}{n} \right\rfloor+\left\lfloor \dfrac{999}{n} \right\rfloor+\left\lfloor \dfrac{1000}{n}\right \rfloor\]not divisible by $3$? (Recall that $\lfloor x \rfloor$ is the greatest integer less than or equal to $x$.)
22
Clearly, $n=1$ fails. Except for the special case of $n=1$, \[\left\lfloor \frac{1000}{n} \right\rfloor - \left\lfloor \frac{998}{n} \right\rfloor\] equals either $0$ or $1$. If it equals $0$, this implies that $\left\lfloor \frac{998}{n} \right\rfloor = \left\lfloor \frac{999}{n} \right\rfloor = \left\lfloor \frac{1000}{n} \right\rfloor$, so their sum is clearly a multiple of $3$, so this will always fail. If it equals $1$, the sum of the three floor terms is $3 \left\lfloor \frac{999}{n} \right\rfloor \pm 1$, so it is never a multiple of $3$. Thus, we are looking for all $n \neq 1$ such that \[\left\lfloor \frac{1000}{n} \right\rfloor - \left\lfloor \frac{998}{n} \right\rfloor = 1.\] This implies that either \[\left\lfloor \frac{998}{n} \right\rfloor + 1 = \left\lfloor \frac{999}{n} \right\rfloor,\] or \[\left\lfloor \frac{999}{n} \right\rfloor + 1 = \left\lfloor \frac{1000}{n} \right\rfloor.\] Let's analyze the first equation of these two. This equation is equivalent to the statement that there is a positive integer $a$ such that \[\frac{998}{n} < a \leq \frac{999}{n} \implies 998 < an \leq 999 \implies an = 999 \implies a = \frac{999}{n} \implies n | 999.*\] Analogously, the second equation implies that \[n | 1000.\] So our only $n$ that satisfy this condition are $n \neq 1$ that divide $999$ or $1000$. Using the method to find the number of divisors of a number, we see that $999$ has $8$ divisors and $1000$ has $16$ divisors. Their only common factor is $1$, so there are $8+16-1 = 23$ positive integers that divide either $999$ or $1000$. Since the integer $1$ is a special case and does not count, we must subtract this from our $23$, so our final answer is $23-1 = \fbox{22}.$ *While this observation may seem strange, it is actually "trivial by intuition" to go straight from $\left\lfloor \frac{998}{n} \right\rfloor + 1 = \left\lfloor \frac{999}{n} \right\rfloor$ to $n | 999$. In fact, "trivial by intuition" is basically a good summary of the solution to this entire problem.
AMC10 Final Problems
AMC10 A
3.89
2.653667
0.542616
3.5
4.5
false
AMC
0.173423
0.026877
0.143145
AMC12
12B
2,015
N/A
4
Lian, Marzuq, Rafsan, Arabi, Nabeel, and Rahul were in a 12-person race with 6 other people. Nabeel finished 6 places ahead of Marzuq. Arabi finished 1 place behind Rafsan. Lian finished 2 places behind Marzuq. Rafsan finished 2 places behind Rahul. Rahul finished 1 place behind Nabeel. Arabi finished in 6th place. Who finished in 8th place?
\text{Hikmet}
Let --- denote any of the 6 racers not named. Then the correct order looks like this: \[-, \text{Nabeel}, \text{Rahul}, -, \text{Rafsan}, \text{Arabi}, -, \text{Marzuq}, -, \text{Lian}, -, -\] Thus the 8th place runner is $\fbox{\text{Hikmet}}$.
AMC12 First Half
AMC12 B
90.26
1.816411
0.167444
1.5
2
false
AMC
0.113939
0.032422
0.065912
AMC8
8
2,022
N/A
19
Mr. Ramos gave a test to his class of $20$ students. The dot plot below shows the distribution of test scores. [asy] //diagram by pog . give me 1,000,000,000 dollars for this diagram size(5cm); defaultpen(0.7); dot((0.5,1)); dot((0.5,1.5)); dot((1.5,1)); dot((1.5,1.5)); dot((2.5,1)); dot((2.5,1.5)); dot((2.5,2)); dot((2.5,2.5)); dot((3.5,1)); dot((3.5,1.5)); dot((3.5,2)); dot((3.5,2.5)); dot((3.5,3)); dot((4.5,1)); dot((4.5,1.5)); dot((5.5,1)); dot((5.5,1.5)); dot((5.5,2)); dot((6.5,1)); dot((7.5,1)); draw((0,0.5)--(8,0.5),linewidth(0.7)); defaultpen(fontsize(10.5pt)); label("$65$", (0.5,-0.1)); label("$70$", (1.5,-0.1)); label("$75$", (2.5,-0.1)); label("$80$", (3.5,-0.1)); label("$85$", (4.5,-0.1)); label("$90$", (5.5,-0.1)); label("$95$", (6.5,-0.1)); label("$100$", (7.5,-0.1)); [/asy] Later Mr. Ramos discovered that there was a scoring error on one of the questions. He regraded the tests, awarding some of the students $5$ extra points, which increased the median test score to $85$. What is the minimum number of students who received extra points? (Note that the median test score equals the average of the $2$ scores in the middle if the $20$ test scores are arranged in increasing order.)
4
We set up our cases as solution 1 showed, realizing that only the second case is possible. We notice that $13$ students have scores under $85$ currently and only $5$ have scores over $85$. We find the median of these two numbers, getting: \[13-5=8\] \[\frac{8}{2}=4\] \[13-4=9\] Thus, we realize that $4$ students must have their score increased by $5$. So, the correct answer is $\fbox{4}$.
AMC8 Second Half
AMC8
29.96
1.445823
0.201989
1.5
2
false
HMMT
0.48686
0.123056
0.582642
HMMT-Nov
team
2,022
Nov
4
You start with a single piece of chalk of length 1. Every second, you choose a piece of chalk that you have uniformly at random and break it in half. You continue this until you have 8 pieces of chalk. What is the probability that they all have length $\frac{1}{8}$ ?
\frac{1}{63}
Solution 1: There are 7! total ways to break the chalks. How many of these result in all having length $\frac{1}{8}$ ? The first move gives you no choice. Then, among the remaining 6 moves, you must apply 3 breaks on the left side and 3 breaks on the right side, so there are $\left(\begin{array}{l}6 \\ 3\end{array}\right)=20$ ways to order those. On each side, you can either break the left side or the right side first. So the final answer is \[ \frac{20 \cdot 2^{2}}{7 !}=\frac{1}{63} \] Solution 2: We know there are 7! ways to break the chalk in total. Now, if we break up the chalk into 8 pieces, we can visualize the breaks as a binary decision tree. Each round we select a node and break that corresponding piece of chalk, expanding it into two branch nodes. The final tree of our desired configuration will have three layers. We can figure out how many different ordering we can do this in with recursion. If $b_{n}$ is the number of ways to expand a binary tree with $n$ layers, we have $b_{1}=1$. Now when we expand a node with $k+1$ layers, we will expand either the $k$-layered tree on the left or right, these moves can be ordered in $\left(\begin{array}{c}2^{k+1}-2 \\ 2^{k}-1\end{array}\right)$ ways. For each one of these trees, there are $b_{k}$ ways to decide these moves. So we have $b_{k+1}=\left(\begin{array}{c}2^{k+1}-2 \\ 2^{k}-1\end{array}\right) b_{k}^{2}$. So $b_{2}=\left(\begin{array}{l}2 \\ 1\end{array}\right) \cdot 1^{2}=2, b_{3}=\left(\begin{array}{l}6 \\ 3\end{array}\right) \cdot 2^{2}=20 \cdot 2^{2}$. Thus, the final answer is \[ \frac{20 \cdot 2^{2}}{7 !}=\frac{1}{63} \] $\fbox{\frac{1}{63}}$.
HMMT Nov Team
HMMT-Nov Team
73.493976
3.769131
0.766639
4
5.5
false
AMC
0.284378
0.102146
0.368176
AMC10
10A
2,013
N/A
23
In $\triangle ABC$, $AB = 86$, and $AC=97$. A circle with center $A$ and radius $AB$ intersects $\overline{BC}$ at points $B$ and $X$. Moreover $\overline{BX}$ and $\overline{CX}$ have integer lengths. What is $BC$?
61
Let $BX = q$, $CX = p$, and $AC$ meets the circle at $Y$ and $Z$, with $Y$ on $AC$. Then $AZ = AY = 86$. Using the Power of a Point (Secant-Secant Power Theorem), we get that $p(p+q) = 11(183) = 11 * 3 * 61$. We know that $p+q>p$, so $p$ is either $3$, $11$, or $33$. We also know that $p>11$ by the triangle inequality on $\triangle ACX$. Thus, $p$ is $33$ so we get that $BC = p+q = \fbox{61}$.
AMC10 Final Problems
AMC10 A
8.04
2.507658
0.636371
3.5
4.5
false
AMC
0.043695
0.031673
0.007296
AMC8
8
2,019
N/A
2
Three identical rectangles are put together to form rectangle $ABCD$, as shown in the figure below. Given that the length of the shorter side of each of the smaller rectangles is 5 feet, what is the area in square feet of rectangle $ABCD$? [asy] draw((0,0)--(3,0)); draw((0,0)--(0,2)); draw((0,2)--(3,2)); draw((3,2)--(3,0)); dot((0,0)); dot((0,2)); dot((3,0)); dot((3,2)); draw((2,0)--(2,2)); draw((0,1)--(2,1)); label("A",(0,0),S); label("B",(3,0),S); label("C",(3,2),N); label("D",(0,2),N); [/asy]
150
We can see that there are $2$ rectangles lying on top of the other and that is the same as the length of one rectangle. Now we know that the shorter side is $5$, so the bigger side is $10$, if we do $5 \cdot 2 = 10$. Now we get the sides of the big rectangle being $15$ and $10$, so the area is $\fbox{150}$.
AMC8 First Half
AMC8
81.14
1.0082
0.197325
1
1.25
false
HMMT
0.779948
0.122822
0.888302
HMMT-Feb
guts
2,024
Feb
16
Let $A B C$ be an acute isosceles triangle with orthocenter $H$. Let $M$ and $N$ be the midpoints of sides $\overline{A B}$ and $\overline{A C}$, respectively. The circumcircle of triangle $M H N$ intersects line $B C$ at two points $X$ and $Y$. Given $X Y=A B=A C=2$, compute $B C^{2}$.
2(\sqrt{17}-1)
\section*{Solution:} Let $D$ be the foot from $A$ to $B C$, also the midpoint of $B C$. Note that $D X=D Y=M A=M B=$ $M D=N A=N C=N D=1$. Thus, $M N X Y$ is cyclic with circumcenter $D$ and circumradius $1 . H$ lies on this circle too, hence $D H=1$. If we let $D B=D C=x$, then since $\triangle H B D \sim \triangle B D A$, \[ B D^{2}=H D \cdot A D \Longrightarrow x^{2}=\sqrt{4-x^{2}} \Longrightarrow x^{4}=4-x^{2} \Longrightarrow x^{2}=\frac{\sqrt{17}-1}{2} \] Our answer is $B C^{2}=(2 x)^{2}=4 x^{2}=2(\sqrt{17}-1)$ $\fbox{2(\sqrt{17}-1)}$.
HMMT Feb Guts
HMMT-Feb Guts
10.588235
5.595073
0.765183
4
6.5
false
HMMT
0.839142
0.052025
0.943396
HMMT-Feb
comb
2,016
Feb
10
Kristoff is planning to transport a number of indivisible ice blocks with positive integer weights from the north mountain to Arendelle. He knows that when he reaches Arendelle, Princess Anna and Queen Elsa will name an ordered pair $(p, q)$ of nonnegative integers satisfying $p+q \leq 2016$. Kristoff must then give Princess Anna exactly $p$ kilograms of ice. Afterward, he must give Queen Elsa exactly $q$ kilograms of ice. What is the minimum number of blocks of ice Kristoff must carry to guarantee that he can always meet Anna and Elsa's demands, regardless of which $p$ and $q$ are chosen?
18
The answer is 18 . First, we will show that Kristoff must carry at least 18 ice blocks. Let \[ 0<x_{1} \leq x_{2} \leq \cdots \leq x_{n} \] be the weights of ice blocks he carries which satisfy the condition that for any $p, q \in \mathbb{Z}_{\geq 0}$ such that $p+q \leq 2016$, there are disjoint subsets $I, J$ of $\{1, \ldots, n\}$ such that $\sum_{\alpha \in I} x_{\alpha}=p$ and $\sum_{\alpha \in J} x_{\alpha}=q$. Claim: For any $i$, if $x_{1}+\cdots+x_{i} \leq 2014$, then \[ x_{i+1} \leq\left\lfloor\frac{x_{1}+\cdots+x_{i}}{2}\right\rfloor+1 \] Proof. Suppose to the contrary that $x_{i+1} \geq\left\lfloor\frac{x_{1}+\cdots+x_{i}}{2}\right\rfloor+2$. Consider when Anna and Elsa both demand $\left\lfloor\frac{x_{1}+\cdots+x_{i}}{2}\right\rfloor+1$ kilograms of ice (which is possible as $2 \times\left(\left\lfloor\frac{x_{1}+\cdots+x_{i}}{2}\right\rfloor+1\right) \leq x_{1}+\cdots+x_{i}+2 \leq 2016$ ). Kristoff cannot give any ice $x_{j}$ with $j \geq i+1$ (which is too heavy), so he has to use from $x_{1}, \ldots, x_{i}$. Since he is always able to satisfy Anna's and Elsa's demands, $x_{1}+\cdots+x_{i} \geq 2 \times\left(\left\lfloor\frac{x_{1}+\cdots+x_{i}}{2}\right\rfloor+1\right) \geq$ $x_{1}+\cdots+x_{i}+1$. A contradiction. It is easy to see $x_{1}=1$, so by hand we compute obtain the inequalities $x_{2} \leq 1, x_{3} \leq 2, x_{4} \leq 3, x_{5} \leq 4$, $x_{6} \leq 6, x_{7} \leq 9, x_{8} \leq 14, x_{9} \leq 21, x_{10} \leq 31, x_{11} \leq 47, x_{12} \leq 70, x_{13} \leq 105, x_{14} \leq 158, x_{15} \leq 237$, $x_{16} \leq 355, x_{17} \leq 533, x_{18} \leq 799$. And we know $n \geq 18$; otherwise the sum $x_{1}+\cdots+x_{n}$ would not reach 2016 . Now we will prove that $n=18$ works. Consider the 18 numbers named above, say $a_{1}=1, a_{2}=1$, $a_{3}=2, a_{4}=3, \ldots, a_{18}=799$. We claim that with $a_{1}, \ldots, a_{k}$, for any $p, q \in \mathbb{Z}_{\geq 0}$ such that $p+q \leq a_{1}+\cdots+a_{k}$, there are two disjoint subsets $I, J$ of $\{1, \ldots, k\}$ such that $\sum_{\alpha \in I} x_{\alpha}=p$ and $\sum_{\alpha \in J} x_{\alpha}=q$. We prove this by induction on $k$. It is clear for small $k=1,2,3$. Now suppose this is true for a certain $k$, and we add in $a_{k+1}$. When Kristoff meets Anna first and she demands $p$ kilograms of ice, there are two cases. Case I: if $p \geq a_{k+1}$, then Kristoff gives the $a_{k+1}$ block to Anna first, then he consider $p^{\prime}=p-a_{k+1}$ and the same unknown $q$. Now $p^{\prime}+q \leq a_{1}+\cdots+a_{k}$ and he has $a_{1}, \ldots, a_{k}$, so by induction he can successfully complete his task. Case II: if $p<a_{k+1}$, regardless of the value of $q$, he uses the same strategy as if $p+q \leq a_{1}+\cdots+a_{k}$ and he uses ice from $a_{1}, \ldots, a_{k}$ without touching $a_{k+1}$. Then, when he meets Elsa, if $q \leq a_{1}+\cdots+a_{k}-p$, he is safe. If $q \geq a_{1}+\cdots+a_{k}-p+1$, we know $q-a_{k+1} \geq a_{1}+\cdots+a_{k}-p+1-\left(\left\lfloor\frac{a_{1}+\cdots+a_{k}}{2}\right\rfloor+1\right) \geq 0$. So he can give the $a_{k+1}$ to Elsa first then do as if $q^{\prime}=q-a_{k+1}$ is the new demand by Elsa. He can now supply the ice to Elsa because $p+q^{\prime} \leq a_{1}+\cdots+a_{k}$. Thus, we finish our induction. Therefore, Kristoff can carry those 18 blocks of ice and be certain that for any $p+q \leq a_{1}+\cdots+a_{18}=$ 2396, there are two disjoint subsets $I, J \subseteq\{1, \ldots, 18\}$ such that $\sum_{\alpha \in I} a_{\alpha}=p$ and $\sum_{\alpha \in J} a_{\alpha}=q$. In other words, he can deliver the amount of ice both Anna and Elsa demand. $\fbox{18}$.
HMMT Feb Hard
HMMT-Feb Combinatorics
1.5625
5.963856
0.324115
5.5
6.5
false
HMMT
0.621661
0.158904
0.730692
HMMT-Feb
guts
2,015
Feb
5
Let $\mathcal{H}$ be the unit hypercube of dimension 4 with a vertex at $(x, y, z, w)$ for each choice of $x, y, z, w \in$ $\{0,1\}$. (Note that $\mathcal{H}$ has $2^{4}=16$ vertices.) A bug starts at the vertex $(0,0,0,0)$. In how many ways can the bug move to $(1,1,1,1)$ (the opposite corner of $\mathcal{H}$ ) by taking exactly 4 steps along the edges of $\mathcal{H}$ ?
24
You may think of this as sequentially adding 1 to each coordinate of $(0,0,0,0)$. There are 4 ways to choose the first coordinate, 3 ways to choose the second, and 2 ways to choose the third. The product is 24 . $\fbox{24}$.
HMMT Feb Guts
HMMT-Feb Guts
95.555556
4.608943
0.989973
4
6.5
true
HMMT
0.794861
0.022295
0.903648
HMMT-Feb
geo
2,013
Feb
6
Let $A B C D$ be a quadrilateral such that $\angle A B C=\angle C D A=90^{\circ}$, and $B C=7$. Let $E$ and $F$ be on $B D$ such that $A E$ and $C F$ are perpendicular to $B D$. Suppose that $B E=3$. Determine the product of the smallest and largest possible lengths of $D F$.
9
By inscribed angles, $\angle C D B=\angle C A B$, and $\angle A B D=\angle A C D$. By definition, $\angle A E B=\angle C \overrightarrow{D A}=\angle A B C=\angle C F A$. Thus, $\triangle A B E \sim \triangle A D C$ and $\triangle C D F \sim \triangle C A B$. This shows that \[ \frac{B E}{A B}=\frac{C D}{C A} \text { and } \frac{D F}{C D}=\frac{A B}{B D} \] Based on the previous two equations, it is sufficient to conclude that $3=E B=F D$. Thus, $F D$ must equal to 3 , and the product of its largest and smallest length is 9 . $\fbox{9}$.
HMMT Feb Hard
HMMT-Feb Geometry
11.019284
5.687984
0.138896
5.5
6.5
true
HMMT
0.466135
0.084089
0.560503
HMMT-Nov
guts
2,010
Nov
19
How many 8-digit numbers begin with 1 , end with 3 , and have the property that each successive digit is either one more or two more than the previous digit, considering 0 to be one more than 9 ?
21
Given an 8-digit number $a$ that satifies the conditions in the problem, let $a_{i}$ denote the difference between its $(i+1)$ th and $i$ th digit. Since $i \in\{1,2\}$ for all $1 \leq i \leq 7$, we have $7 \leq$ $a_{1}+a_{2}+\cdots+a_{7} \leq 14$. The difference between the last digit and the first digit of $m$ is $3-1 \equiv 2$ $(\bmod 10)$, which means $a_{1}+\cdots+a_{7}=12$. Thus, exactly five of the $a_{i} \mathrm{~s}$ equal to 2 and the remaining two equal to 1. The number of permutations of five $2 \mathrm{~s}$ and two $1 \mathrm{~s}$ is $\left(\begin{array}{l}7 \\ 2\end{array}\right)=21$. $\fbox{21}$.
HMMT Nov Guts
HMMT-Nov Guts
39.51049
3.640009
0.523877
3.5
6
false
AMC
0.166646
0.018701
0.136604
AMC10
10A
2,020
N/A
2
The numbers $3, 5, 7, a,$ and $b$ have an average (arithmetic mean) of $15$. What is the average of $a$ and $b$?
30
The arithmetic mean of the numbers $3, 5, 7, a,$ and $b$ is equal to $\frac{3+5+7+a+b}{5}=\frac{15+a+b}{5}=15$. Solving for $a+b$, we get $a+b=60$. Dividing by $2$ to find the average of the two numbers $a$ and $b$ gives $\frac{60}{2}=\fbox{30}$.
AMC10 First Half
AMC10 A
80.72
1.77419
0.116505
1
2
false
AMC
0.126488
0.022981
0.095346
AMC8
8
2,016
N/A
19
The sum of $25$ consecutive even integers is $10,000$. What is the largest of these $25$ consecutive integers?
424
Let $n$ be the 13th consecutive even integer that's being added up. By doing this, we can see that the sum of all 25 even numbers will simplify to $25n$ since $(n-2k)+\dots+(n-4)+(n-2)+(n)+(n+2)+(n+4)+ \dots +(n+2k)=25n$. Now, $25n=10000 \rightarrow n=400$. Remembering that this is the 13th integer, we wish to find the 25th, which is $400+2(25-13)=\fbox{424}$.
AMC8 Second Half
AMC8
22.07
1.524004
0.143173
1.5
2
false
AMC
0.281796
0.103958
0.361509
AMC10
10A
2,021
Nov
25
A quadratic polynomial with real coefficients and leading coefficient $1$ is called $\emph{disrespectful}$ if the equation $p(p(x))=0$ is satisfied by exactly three real numbers. Among all the disrespectful quadratic polynomials, there is a unique such polynomial $\tilde{p}(x)$ for which the sum of the roots is maximized. What is $\tilde{p}(1)$?
\frac{5}{16}
Let $r_1$ and $r_2$ be the roots of $\tilde{p}(x)$. Then, $\tilde{p}(x)=(x-r_1)(x-r_2)=x^2-(r_1+r_2)x+r_1r_2$. The solutions to $\tilde{p}(\tilde{p}(x))=0$ is the union of the solutions to \[\tilde{p}(x)-r_1=x^2-(r_1+r_2)x+(r_1r_2-r_1)=0\] and \[\tilde{p}(x)-r_2=x^2-(r_1+r_2)x+(r_1r_2-r_2)=0.\] Note that one of these two quadratics has one solution (a double root) and the other has two as there are exactly three solutions. WLOG, assume that the quadratic with one root is $x^2-(r_1+r_2)x+(r_1r_2-r_1)=0$. Then, the discriminant is $0$, so $(r_1+r_2)^2 = 4r_1r_2 - 4r_1$. Thus, $r_1-r_2=\pm 2\sqrt{-r_1}$, but for $x^2-(r_1+r_2)x+(r_1r_2-r_2)=0$ to have two solutions, it must be the case that $r_1-r_2=- 2\sqrt{-r_1} (*)$. It follows that the sum of the roots of $\tilde{p}(x)$ is $2r_1 + 2\sqrt{-r_1}$, whose maximum value occurs when $r_1 = - \frac{1}{4} (\star)$. Solving for $r_2$ yields $r_2 = \frac{3}{4}$. Therefore, $\tilde{p}(x)=x^2 - \frac{1}{2} x - \frac{3}{16}$, so $\tilde{p}(1)= \fbox{\frac{5}{16}}$. Remarks For $x^2-(r_1+r_2)x+(r_1r_2-r_2)=0$ to have two solutions, the discriminant $(r_1+r_2)^2-4r_1r_2+4r_2$ must be positive. From here, we get that $(r_1-r_2)^2>-4r_2$, so $-4r_1>-4r_2 \implies r_1<r_2$. Hence, $r_1-r_2$ is negative, so $r_1-r_2=-2\sqrt{-r_1}$. Set $\sqrt{-r_1}=x$. Now $r_1+\sqrt{-r_1}=-x^2+x$, for which the maximum occurs when $x=\frac{1}{2} \rightarrow r_1=-\frac{1}{4}$.
AMC10 Final Problems
AMC10 A
8.69
2.491574
0.647663
3.5
4.5
false
HMMT
0.731426
0.045885
0.83283
HMMT-Feb
guts
2,013
Feb
16
The walls of a room are in the shape of a triangle $A B C$ with $\angle A B C=90^{\circ}, \angle B A C=60^{\circ}$, and $A B=6$. Chong stands at the midpoint of $B C$ and rolls a ball toward $A B$. Suppose that the ball bounces off $A B$, then $A C$, then returns exactly to Chong. Find the length of the path of the ball.
\quad 3 \sqrt{21}
Let $C^{\prime}$ be the reflection of $C$ across $A B$ and $B^{\prime}$ be the reflection of $B$ across $A C^{\prime}$; note that $B^{\prime}, A, C$ are collinear by angle chasing. The image of the path under these reflections is just the line segment $M M^{\prime}$, where $M$ is the midpoint of $B C$ and $M^{\prime}$ is the midpoint of $B^{\prime} C^{\prime}$, so our answer is just the length of $M M^{\prime}$. Applying the Law of Cosines to triangle $M^{\prime} C^{\prime} M$, we have $M M^{\prime 2}=27+243-2 \cdot 3 \sqrt{3} \cdot 9 \sqrt{3} \cdot \frac{1}{2}=189$, so $M M^{\prime}=3 \sqrt{21}$. $\fbox{\quad 3 \sqrt{21}}$.
HMMT Feb Guts
HMMT-Feb Guts
36.842105
5.29278
0.285863
4
6.5
false
AMC
0.364463
0.018953
0.486289
AMC12
12B
2,006
N/A
24
Let $S$ be the set of all point $(x,y)$ in the coordinate plane such that $0 \le x \le \frac{\pi}{2}$ and $0 \le y \le \frac{\pi}{2}$. What is the area of the subset of $S$ for which \[\sin^2x-\sin x \sin y + \sin^2y \le \frac34?\]
\frac {\pi^2}6
We start out by solving the equality first. \begin{align} \sin^2x - \sin x \sin y + \sin^2y &= \frac34 \\ \sin x &= \frac{\sin y \pm \sqrt{\sin^2 y - 4 ( \sin^2y - \frac34 ) }}{2} \\ &= \frac{\sin y \pm \sqrt{3 - 3 \sin^2 y }}{2} \\ &= \frac{\sin y \pm \sqrt{3 \cos^2 y }}{2} \\ &= \frac12 \sin y \pm \frac{\sqrt3}{2} \cos y \\ \sin x &= \sin (y \pm \frac{\pi}{3}) \end{align} We end up with three lines that matter: $x = y + \frac\pi3$, $x = y - \frac\pi3$, and $x = \pi - (y + \frac\pi3) = \frac{2\pi}{3} - y$. We plot these lines below. [asy] size(5cm); D((0,0)--(3,0)--(3,3)--(0,3)--cycle); D((1,-0.1)--(1,0.1)); D((2,-0.1)--(2,0.1)); D((-0.1,1)--(0.1,1)); D((-0.1,2)--(0.1,2)); D((2,0)--(3,1)--(1,3)--(0,2)); MP("\frac{\pi}{6}", (1,0), plain.S); MP("\frac{\pi}{3}", (2,0), plain.S); MP("\frac{\pi}{2}", (3,0), plain.S); MP("\frac{\pi}{6}", (0,1), plain.W); MP("\frac{\pi}{3}", (0,2), plain.W); MP("\frac{\pi}{2}", (0,3), plain.W); [/asy] Note that by testing the point $(\pi/6,\pi/6)$, we can see that we want the area of the pentagon. We can calculate that by calculating the area of the square and then subtracting the area of the 3 triangles. (Note we could also do this by adding the areas of the isosceles triangle in the bottom left corner and the rectangle with the previous triangle's hypotenuse as the longer side.) \begin{align} A &= \left(\frac{\pi}{2}\right)^2 - 2 \cdot \frac12 \cdot \left(\frac{\pi}{6}\right)^2 - \frac12 \cdot \left(\frac{\pi}{3}\right)^2 \\ &= \pi^2 \left ( \frac14 - \frac1{36} - \frac1{18}\right ) \\ &= \pi^2 \left ( \frac{9-1-2}{36} \right ) = \fbox{\frac {\pi^2}6} \end{align}
AMC12 Final Problems
AMC12 B
1.71
3.006593
0.118078
3
5.5
false
HMMT
0.663351
0.125896
0.760629
HMMT-Nov
guts
2,014
Nov
31
Flat Albert and his buddy Mike are watching the game on Sunday afternoon. Albert is drinking lemonade from a two-dimensional cup which is an isosceles triangle whose height and base measure $9 \mathrm{~cm}$ and $6 \mathrm{~cm}$; the opening of the cup corresponds to the base, which points upwards. Every minute after the game begins, the following takes place: if $n$ minutes have elapsed, Albert stirs his drink vigorously and takes a sip of height $\frac{1}{n^{2}} \mathrm{~cm}$. Shortly afterwards, while Albert is busy watching the game, Mike adds cranberry juice to the cup until it's once again full in an attempt to create Mike's cranberry lemonade. Albert takes sips precisely every minute, and his first sip is exactly one minute after the game begins. After an infinite amount of time, let $A$ denote the amount of cranberry juice that has been poured (in square centimeters). Find the integer nearest $\frac{27}{\pi^{2}} A$.
26
Let $A_{0}=\frac{1}{2}(6)(9)=27$ denote the area of Albert's cup; since area varies as the square of length, at time $n$ Mike adds \[ A\left(1-\left(1-\frac{1}{9 n^{2}}\right)^{2}\right) \] whence in all, he adds \[ A_{0} \sum_{n=1}^{\infty}\left(\frac{2}{9 n^{2}}-\frac{1}{81 n^{4}}\right)=\frac{2 A_{0} \zeta(2)}{9}-\frac{A_{0} \zeta(4)}{81}=6 \zeta(2)-\frac{1}{3} \zeta(4) \] where $\zeta$ is the Riemann zeta function. Since $\zeta(2)=\frac{\pi^{2}}{6}$ and $\zeta(4)=\frac{\pi^{4}}{90}$, we find that $A=\pi^{2}-\frac{\pi^{4}}{270}$, so $\frac{27 A}{\pi^{2}}=27-\frac{\pi^{2}}{10}$, which gives an answer 26 . Note that while the value of $\zeta(2)$ is needed to reasonable precision, we only need the fact that $0.5<$ $\frac{9}{\pi^{2}} \zeta(4)<1.5$ in order to obtain a sufficiently accurate approximation. This is not hard to obtain because the terms of the expansion $\zeta(4)$ decrease rapidly. $\fbox{26}$.
HMMT Nov Guts
HMMT-Nov Guts
0
4.86867
0.784335
3.5
6
false
AIME
0.666933
0.106646
0.768553
AIME
I
2,014
N/A
13
On square $ABCD$, points $E,F,G$, and $H$ lie on sides $\overline{AB},\overline{BC},\overline{CD},$ and $\overline{DA},$ respectively, so that $\overline{EG} \perp \overline{FH}$ and $EG=FH = 34$. Segments $\overline{EG}$ and $\overline{FH}$ intersect at a point $P$, and the areas of the quadrilaterals $AEPH, BFPE, CGPF,$ and $DHPG$ are in the ratio $269:275:405:411.$ Find the area of square $ABCD$. [asy] pair A = (0,sqrt(850)); pair B = (0,0); pair C = (sqrt(850),0); pair D = (sqrt(850),sqrt(850)); draw(A--B--C--D--cycle); dotfactor = 3; dot("$A$",A,dir(135)); dot("$B$",B,dir(215)); dot("$C$",C,dir(305)); dot("$D$",D,dir(45)); pair H = ((2sqrt(850)-sqrt(306))/6,sqrt(850)); pair F = ((2sqrt(850)+sqrt(306)+7)/6,0); dot("$H$",H,dir(90)); dot("$F$",F,dir(270)); draw(H--F); pair E = (0,(sqrt(850)-6)/2); pair G = (sqrt(850),(sqrt(850)+sqrt(100))/2); dot("$E$",E,dir(180)); dot("$G$",G,dir(0)); draw(E--G); pair P = extension(H,F,E,G); dot("$P$",P,dir(60)); label("$w$", intersectionpoint( A--P, E--H )); label("$x$", intersectionpoint( B--P, E--F )); label("$y$", intersectionpoint( C--P, G--F )); label("$z$", intersectionpoint( D--P, G--H ));[/asy]
850
$269+275+405+411=1360$, a multiple of $17$. In addition, $EG=FH=34$, which is $17\cdot 2$. Therefore, we suspect the square of the "hypotenuse" of a right triangle, corresponding to $EG$ and $FH$ must be a multiple of $17$. All of these triples are primitive: \[17=1^2+4^2\] \[34=3^2+5^2\] \[51=\emptyset\] \[68=\emptyset\text{ others}\] \[85=2^2+9^2=6^2+7^2\] \[102=\emptyset\] \[119=\emptyset \dots\] The sides of the square can only equal the longer leg, or else the lines would have to extend outside of the square. Substituting $EG=FH=34$: \[\sqrt{17}\rightarrow 34\implies 8\sqrt{17}\implies A=\textcolor{red}{1088}\] \[\sqrt{34}\rightarrow 34\implies 5\sqrt{34}\implies A=850\] \[\sqrt{85}\rightarrow 34\implies \{18\sqrt{85}/5,14\sqrt{85}/5\}\implies A=\textcolor{red}{1101.6,666.4}\] Thus, $\fbox{850}$ is the only valid answer.
Very Hard AIME Problems
AIME
1.98
4.890988
0.664406
6
7
false
AMC
0.320886
0.050934
0.433459
AMC12
12B
2,014
N/A
25
Find the sum of all the positive solutions of $2\cos2x \left(\cos2x - \cos{\left( \frac{2014\pi^2}{x} \right) } \right) = \cos4x - 1$
1080 \pi
Rewrite $\cos{4x} - 1$ as $2\cos^2{2x} - 2$. Now let $a = \cos{2x}$, and let $b = \cos{\left( \frac{2014\pi^2}{x} \right) }$. We have: \[2a(a - b) = 2a^2 - 2\] Therefore, \[ab = 1\]. Notice that either $a = 1$ and $b = 1$ or $a = -1$ and $b = -1$. For the first case, $a = 1$ only when $x = k\pi$ and $k$ is an integer. $b = 1$ when $\frac{2014\pi^2}{k\pi}$ is an even multiple of $\pi$, and since $2014 = 2*19*53$, $b =1$ only when $k$ is an odd divisor of $2014$. This gives us these possible values for $x$: \[x= \pi, 19\pi, 53\pi, 1007\pi\] For the case where $a = -1$, $\cos{2x} = -1$, so $x = \frac{m\pi}{2}$, where m is odd. $\frac{2014\pi^2}{\frac{m\pi}{2}}$ must also be an odd multiple of $\pi$ in order for $b$ to equal $-1$, so $\frac{4028}{m}$ must be odd. We can quickly see that dividing an even number by an odd number will never yield an odd number, so there are no possible values for $m$, and therefore no cases where $a = -1$ and $b = -1$. Therefore, the sum of all our possible values for $x$ is \[\pi + 19\pi + 53\pi + 1007\pi = \fbox{1080 \pi}\]
AMC12 Final Problems
AMC12 B
6.79
2.735105
0.317322
3
5.5
false
HMMT
0.842517
0.172356
0.946038
HMMT-Feb
guts
2,023
Feb
28
Suppose $A B C D$ is a convex quadrilateral with $\angle A B D=105^{\circ}, \angle A D B=15^{\circ}, A C=7$, and $B C=C D=5$. Compute the sum of all possible values of $B D$.
\sqrt{291}
Solution: Let $O$ be the cirumcenter of triangle $A B D$. By the inscribed angle theorem, $\angle A O C=90^{\circ}$ and $\angle B O C=60^{\circ}$. Let $A O=B O=C O=x$ and $C O=y$. By the Pythagorean theorem on triangle $A O C$, \[ x^{2}+y^{2}=49 \] and by the Law of Cosines on triangle $B O C$, \[ x^{2}-x y+y^{2}=25 \] It suffices to find the sum of all possible values of $B D=\sqrt{3} x$. Since the two conditions on $x$ and $y$ are both symmetric, the answer is equal to \[ \sqrt{3}(x+y)=\sqrt{9\left(x^{2}+y^{2}\right)-6\left(x^{2}-x y+y^{2}\right)}=\sqrt{291} \] It is easy to check that both solutions generate valid configurations. $\fbox{\sqrt{291}}$.
HMMT Feb Guts
HMMT-Feb Guts
1.492537
5.984884
1.073785
4
6.5
false
AIME
0.524551
0.069136
0.633208
AIME
II
2,012
N/A
3
At a certain university, the division of mathematical sciences consists of the departments of mathematics, statistics, and computer science. There are two male and two female professors in each department. A committee of six professors is to contain three men and three women and must also contain two professors from each of the three departments. Find the number of possible committees that can be formed subject to these requirements.
88
There are two cases: Case 1: One man and one woman is chosen from each department. Case 2: Two men are chosen from one department, two women are chosen from another department, and one man and one woman are chosen from the third department. For the first case, in each department there are ${{2}\choose{1}} \times {{2}\choose{1}} = 4$ ways to choose one man and one woman. Thus there are $4^3 = 64$ total possibilities conforming to case 1. For the second case, there is only ${{2}\choose{2}} = 1$ way to choose two professors of the same gender from a department, and again there are $4$ ways to choose one man and one woman. Thus there are $1 \cdot 1 \cdot 4 = 4$ ways to choose two men from one department, two women from another department, and one man and one woman from the third department. However, there are $3! = 6$ different department orders, so the total number of possibilities conforming to case 2 is $4 \cdot 6 = 24$. Summing these two values yields the final answer: $64 + 24 = \fbox{88}$.
Easy AIME Problems
AIME
68.5
4.003942
0.430721
3
3.5
false
HMMT
0.51918
0.033232
0.626415
HMMT-Nov
guts
2,010
Nov
6
How many ordered pairs $(S, T)$ of subsets of $\{1,2,3,4,5,6,7,8,9,10\}$ are there whose union contains exactly three elements?
3240
et the three elements in the union be $a, b$, and $c$. We know that $a$ can be only in $S$, only in $T$, or both, so there are 3 possibilities for placing it. (Recall that $S=\{a\}, T=\{b, c\}$ is different from $S=\{b, c\}, T=\{a\}$ because $S$ and $T$ are an ordered pair.) Likewise for $b$ and $c$. The other 7 elements are in neither $S$ nor $T$, so there is only 1 possibility for placing them. This gives $3^{3}=27$ ways to pick $S$ and $T$ once you've picked the union. There are $\left(\begin{array}{c}10 \\ 3\end{array}\right)=120$ ways to pick the elements in the union, so we have $120 \times 27=3240$ ways total. $\fbox{3240}$.
HMMT Nov Guts
HMMT-Nov Guts
10.25641
3.970481
0.207035
3.5
6
false
HMMT
0.473407
0.100054
0.567799
HMMT-Nov
thm
2,014
Nov
5
Suppose that there are initially eight townspeople and one goon. One of the eight townspeople is named Jester. If Jester is sent to jail during some morning, then the game ends immediately in his sole victory. (However, the Jester does not win if he is sent to jail during some night.) Find the probability that only the Jester wins.
\frac{1}{3}
Let $a_{n}$ denote the answer when there are $2 n-1$ regular townies, one Jester, and one goon. It is not hard to see that $a_{1}=\frac{1}{3}$. Moreover, we have a recursion \[ a_{n}=\frac{1}{2 n+1} \cdot 1+\frac{1}{2 n+1} \cdot 0+\frac{2 n-1}{2 n+1}\left(\frac{1}{2 n-1} \cdot 0+\frac{2 n-2}{2 n-1} \cdot a_{n-1}\right) \] The recursion follows from the following consideration: during the day, there is a $\frac{1}{2 n+1}$ chance the Jester is sent to jail and a $\frac{1}{2 n+1}$ chance the goon is sent to jail, at which point the game ends. Otherwise, there is a $\frac{1}{2 n-1}$ chance that the Jester is selected to be jailed from among the townies during the evening. If none of these events occur, then we arrive at the situation of $a_{n-1}$. Since $a_{1}=\frac{1}{3}$, we find that $a_{n}=\frac{1}{3}$ for all values of $n$. This gives the answer. $\fbox{\frac{1}{3}}$.
HMMT Nov Easy
HMMT-Nov Theme
13.863928
3.68532
0.62334
2.5
3.5
false
HMMT
0.699301
0.054036
0.795597
HMMT-Feb
guts
2,016
Feb
9
Victor has a drawer with two red socks, two green socks, two blue socks, two magenta socks, two lavender socks, two neon socks, two mauve socks, two wisteria socks, and 2000 copper socks, for a total of 2016 socks. He repeatedly draws two socks at a time from the drawer at random, and stops if the socks are of the same color. However, Victor is red-green colorblind, so he also stops if he sees a red and green sock. What is the probability that Victor stops with two socks of the same color? Assume Victor returns both socks to the drawer at each step.
\frac{1999008}{1999012}
There are $\left(\begin{array}{c}2000 \\ 2\end{array}\right)+8\left(\begin{array}{l}2 \\ 2\end{array}\right)=1999008$ ways to get socks which are matching colors, and four extra ways to get a red-green pair, hence the answer. $\fbox{\frac{1999008}{1999012}}$.
HMMT Feb Guts
HMMT-Feb Guts
62.637363
5.092639
0.336648
4
6.5
false
HMMT
0.723008
0.027489
0.822642
HMMT-Feb
calc
2,010
Feb
3
Let $p$ be a monic cubic polynomial such that $p(0)=1$ and such that all the zeros of $p^{\prime}(x)$ are also zeros of $p(x)$. Find $p$. Note: monic means that the leading coefficient is 1 .
(x+1)^3
A root of a polynomial $p$ will be a double root if and only if it is also a root of $p^{\prime}$. Let $a$ and $b$ be the roots of $p^{\prime}$. Since $a$ and $b$ are also roots of $p$, they are double roots of $p$. But $p$ can have only three roots, so $a=b$ and $a$ becomes a double root of $p^{\prime}$. This makes $p^{\prime}(x)=3 c(x-a)^{2}$ for some constant $3 c$, and thus $p(x)=c(x-a)^{3}+d$. Because $a$ is a root of $p$ and $p$ is monic, $d=0$ and $c=1$. From $p(0)=1$ we get $p(x)=(x+1)^{3}$. $\fbox{(x+1)^3}$.
HMMT Feb Easy
HMMT-Feb Calculus
59.782609
5.24034
0.171257
4.5
5.5
false
HMMT
0.765196
0.074806
0.870943
HMMT-Feb
alg
2,023
Feb
5
Suppose $E, I, L, V$ are (not necessarily distinct) nonzero digits in base ten for which \begin{itemize} the four-digit number $\underline{E} \underline{V} \underline{I} \underline{L}$ is divisible by 73 , and the four-digit number $\underline{V} \underline{I} \underline{E}$ is divisible by 74 . \end{itemize} Compute the four-digit number $\underline{L} \underline{I} \underline{V} \underline{E}$.
9954
Solution: Let $\underline{E}=2 k$ and $\underline{V} \underline{I} \underline{L}=n$. Then $n \equiv-2000 k(\bmod 73)$ and $n \equiv-k / 5(\bmod 37)$, so $n \equiv 1650 k(\bmod 2701)$. We can now exhaustively list the possible cases for $k$ : \begin{itemize} \item if $k=1$, then $n \equiv 1650$ which is not possible; \item if $k=2$, then $n \equiv 2 \cdot 1650 \equiv 599$, which gives $E=4$ and $n=599$; \item if $k=3$, then $n \equiv 599+1650 \equiv 2249$ which is not possible; \item if $k=4$, then $n \equiv 2249+1650 \equiv 1198$ which is not possible. \end{itemize} Hence, we must have $(E, V, I, L)=(4,5,9,9)$, so $\underline{L} \underline{I} \underline{V} \underline{E}=9954$. $\fbox{9954}$.
HMMT Feb Easy
HMMT-Feb Algebra
27.108434
5.503169
0.466042
4.5
5.5
false
AMC
0.207451
0.028291
0.191447
AMC12
12B
2,007
N/A
3
The point $O$ is the center of the circle circumscribed about triangle $ABC$, with $\angle BOC = 120^{\circ}$ and $\angle AOB = 140^{\circ}$, as shown. What is the degree measure of $\angle ABC$?
50
Since triangles $ABO$ and $BOC$ are isosceles, $\angle ABO=20^o$ and $\angle OBC=30^o$. Therefore, $\angle ABC=50^o$, or $$. $\fbox{50}$.
AMC12 First Half
AMC12 B
75.18
2.028407
0.176253
1.5
2
false
AMC
0.171117
0.017556
0.141635
AMC10
10A
2,012
N/A
4
Let $\angle ABC = 24^\circ$ and $\angle ABD = 20^\circ$. What is the smallest possible degree measure for $\angle CBD$?
4
$\angle ABD$ and $\angle ABC$ share ray $AB$. In order to minimize the value of $\angle CBD$, $D$ should be located between $A$ and $C$. $\angle ABC = \angle ABD + \angle CBD$, so $\angle CBD = 4$. The answer is $\fbox{4}$
AMC10 First Half
AMC10 A
78.33
1.802043
0.109371
1
2
true
HMMT
0.409703
0.190199
0.506415
HMMT-Nov
team
2,021
Nov
1
Let $A B C D$ be a parallelogram. Let $E$ be the midpoint of $A B$ and $F$ be the midpoint of $C D$. Points $P$ and $Q$ are on segments $E F$ and $C F$, respectively, such that $A, P$, and $Q$ are collinear. Given that $E P=5, P F=3$, and $Q F=12$, find $C Q$.
8
Solution: Triangles $P F Q$ and $P E A$ are similar, so $A E=F Q \cdot \frac{P E}{P F}=12 \cdot \frac{5}{3}=20$. Now, $C Q=C F-Q F=$ $20-12=8$. $\fbox{8}$.
HMMT Nov Team
HMMT-Nov Team
97.222222
3.288439
1.184947
4
5.5
true
HMMT
0.468463
0.088669
0.56327
HMMT-Nov
gen
2,016
Nov
2
I have five different pairs of socks. Every day for five days, I pick two socks at random without replacement to wear for the day. Find the probability that I wear matching socks on both the third day and the fifth day.
\frac{1}{63}
I get a matching pair on the third day with probability $\frac{1}{9}$ because there is a $\frac{1}{9}$ probability of the second sock matching the first. Given that I already removed a matching pair of the third day, I get a matching pair on the fifth day with probability $\frac{1}{7}$. We multiply these probabilities to get $\frac{1}{63}$. $\fbox{\frac{1}{63}}$.
HMMT Nov Easy
HMMT-Nov General
24.96925
3.654514
0.552411
2.5
3.5
false
AMC
0.296122
0.094323
0.393962
AMC10
10A
2,018
N/A
23
Farmer Pythagoras has a field in the shape of a right triangle. The right triangle's legs have lengths $3$ and $4$ units. In the corner where those sides meet at a right angle, he leaves a small unplanted square $S$ so that from the air it looks like the right angle symbol. The rest of the field is planted. The shortest distance from $S$ to the hypotenuse is $2$ units. What fraction of the field is planted? [asy] /* Edited by MRENTHUSIASM */ size(160); pair A, B, C, D, F; A = origin; B = (4,0); C = (0,3); D = (2/7,2/7); F = foot(D,B,C); fill(A--(2/7,0)--D--(0,2/7)--cycle, lightgray); draw(A--B--C--cycle); draw((2/7,0)--D--(0,2/7)); label("$4$", midpoint(A--B), N); label("$3$", midpoint(A--C), E); label("$2$", midpoint(D--F), SE); label("$S$", midpoint(A--D)); draw(D--F, dashed); [/asy]
\frac{145}{147}
Note that the hypotenuse of the field is $5,$ and the area of the field is $6.$ Let $x$ be the side-length of square $S.$ We partition the field into a red triangle, a yellow triangle, and a green triangle, as shown below: [asy] /* Edited by MRENTHUSIASM */ size(180); pair A, B, C, D, F; A = origin; B = (4,0); C = (0,3); D = (2/7,2/7); F = foot(D,B,C); fill(A--D--C--cycle, red); fill(A--D--B--cycle, yellow); fill(B--D--C--cycle, green); draw(A--B--C--cycle); label("$5$", midpoint(B--C), NE); label("$4$", midpoint(A--B), S); label("$3$", midpoint(A--C), W); label("$2$", midpoint(D--F), SE); label("$S$", midpoint(A--D)); label("$x$", midpoint((0,2/7)--D), N); label("$x$", midpoint((2/7,0)--D), E); draw((2/7,0)--D--(0,2/7)); draw(A--D^^B--D^^C--D, dashed); draw(D--F, dashed); [/asy] Let the brackets denote areas. By area addition, we set up an equation for $x:$ \begin{align} [\text{Red Triangle}]+[\text{Yellow Triangle}]+[\text{Green Triangle}]&=[\text{Field}] \\ \frac{3x}{2}+\frac{4x}{2}+\frac{5\cdot2}{2}&=6, \end{align} from which $x=\frac27.$ Therefore, the answer is \[\frac{[\text{Field}]-[S]}{[\text{Field}]}=\frac{6-x^2}{6}=\fbox{\frac{145}{147}}.\]
AMC10 Final Problems
AMC10 A
5.61
2.58083
0.587635
3.5
4.5
false
AMC
0.192553
0.039678
0.166541
AMC10
10A
2,003
N/A
8
What is the probability that a randomly drawn positive factor of $60$ is less than $7$?
\frac{1}{2}
For a positive number $n$ which is not a perfect square, exactly half of the positive factors will be less than $\sqrt{n}$. Since $60$ is not a perfect square, half of the positive factors of $60$ will be less than $\sqrt{60}\approx 7.746$. Clearly, there are no positive factors of $60$ between $7$ and $\sqrt{60}$. Therefore half of the positive factors will be less than $7$. So the answer is $\fbox{\frac{1}{2}}$.
AMC10 First Half
AMC10 A
64.12
1.93559
0.247195
1
2
false
HMMT
0.779112
0.089712
0.887296
HMMT-Feb
geo
2,012
Feb
4
There are circles $\omega_{1}$ and $\omega_{2}$. They intersect in two points, one of which is the point $A$. $B$ lies on $\omega_{1}$ such that $A B$ is tangent to $\omega_{2}$. The tangent to $\omega_{1}$ at $B$ intersects $\omega_{2}$ at $C$ and $D$, where $D$ is the closer to $B$. $A D$ intersects $\omega_{1}$ again at $E$. If $B D=3$ and $C D=13$, find $E B / E D$.
4 \sqrt{3} / 3
[diagram] By power of a point, $B A=\sqrt{B D \cdot B C}=4 \sqrt{3}$. Also, $D E B \sim D B A$, so $E B / E D=B A / B D=4 \sqrt{3} / 3$. $\fbox{4 \sqrt{3} / 3}$.
HMMT Feb Easy
HMMT-Feb Geometry
17.204301
5.589864
0.558911
4.5
5.5
false
HMMT
0.832508
0.166209
0.938239
HMMT-Feb
guts
2,019
Feb
26
Let $A B C$ be a triangle with $A B=13, B C=14, C A=15$. Let $I_{A}, I_{B}, I_{C}$ be the $A, B, C$ excenters of this triangle, and let $O$ be the circumcenter of the triangle. Let $\gamma_{A}, \gamma_{B}, \gamma_{C}$ be the corresponding excircles and $\omega$ be the circumcircle. $X$ is one of the intersections between $\gamma_{A}$ and $\omega$. Likewise, $Y$ is an intersection of $\gamma_{B}$ and $\omega$, and $Z$ is an intersection of $\gamma_{C}$ and $\omega$. Compute \[ \cos \angle O X I_{A}+\cos \angle O Y I_{B}+\cos \angle O Z I_{C} \]
-\frac{49}{65}
Let $r_{A}, r_{B}, r_{C}$ be the exradii. Using $O X=R, X I_{A}=r_{A}, O I_{A}=\sqrt{R\left(R+2 r_{A}\right)}$ (Euler's theorem for excircles), and the Law of Cosines, we obtain \[ \cos \angle O X I_{A}=\frac{R^{2}+r_{A}^{2}-R\left(R+2 r_{A}\right)}{2 R r_{A}}=\frac{r_{A}}{2 R}-1 \] Therefore it suffices to compute $\frac{r_{A}+r_{B}+r_{C}}{2 R}-3$. Since \[ r_{A}+r_{B}+r_{C}-r=2 K\left(\frac{1}{-a+b+c}+\frac{1}{a-b+c}+\frac{1}{a+b-c}-\frac{1}{a+b+c}\right)=2 K \frac{8 a b c}{(4 K)^{2}}=\frac{a b c}{K}=4 R \] where $K=[A B C]$, this desired quantity the same as $\frac{r}{2 R}-1$. For this triangle, $r=4$ and $R=\frac{65}{8}$, so the answer is $\frac{4}{65 / 4}-1=-\frac{49}{65}$. $\fbox{-\frac{49}{65}}$.
HMMT Feb Guts
HMMT-Feb Guts
2.061856
5.922525
1.035489
4
6.5
false
AMC
0.132242
0.018868
0.104654
AMC8
8
2,010
N/A
22
The hundreds digit of a three-digit number is $2$ more than the units digit. The digits of the three-digit number are reversed, and the result is subtracted from the original three-digit number. What is the units digit of the result?
8
Let the hundreds, tens, and units digits of the original three-digit number be $a$, $b$, and $c$, respectively. We are given that $a=c+2$. The original three-digit number is equal to $100a+10b+c = 100(c+2)+10b+c = 101c+10b+200$. The hundreds, tens, and units digits of the reversed three-digit number are $c$, $b$, and $a$, respectively. This number is equal to $100c+10b+a = 100c+10b+(c+2) = 101c+10b+2$. Subtracting this expression from the expression for the original number, we get $(101c+10b+200) - (101c+10b+2) = 198$. Thus, the units digit in the final result is $\fbox{8}$
AMC8 Second Half
AMC8
18.99
1.559849
0.117551
1.5
2
false
HMMT
0.660892
0.119224
0.752201
HMMT-Feb
guts
2,010
Feb
6
How many different numbers are obtainable from five $5 \mathrm{~s}$ by first concatenating some of the $5 \mathrm{~s}$, then multiplying them together? For example, we could do $5 \cdot 55 \cdot 55,555 \cdot 55$, or 55555 , but not $5 \cdot 5$ or 2525 .
7
If we do 55555 , then we're done. Note that $5,55,555$, and 5555 all have completely distinguishable prime factorizations. This means that if we are given a product of them, we can obtain the individual terms. The number of 5555's is the exponent of 101, the number of 555's is the exponent of 37, the number of 55's is the exponent of 11 minus the exponent of 101, and the number of 5's is just whatever we need to get the proper exponent of 5 . Then the answer is the number of ways we can split the five 5's into groups of at least one. This is the number of unordered partitions of 5 , which is 7 . $\fbox{7}$.
HMMT Feb Guts
HMMT-Feb Guts
85.555556
4.853353
0.742768
4
6.5
false
HMMT
0.685602
0.080572
0.779623
HMMT-Feb
guts
2,012
Feb
7
$M$ is an $8 \times 8$ matrix. For $1 \leq i \leq 8$, all entries in row $i$ are at least $i$, and all entries on column $i$ are at least $i$. What is the minimum possible sum of the entries of $M$ ?
372
Let $s_{n}$ be the minimum possible sum for an $n$ by $n$ matrix. Then, we note that increasing it by adding row $n+1$ and column $n+1$ gives $2 n+1$ additional entries, each of which has minimal size at least $n+1$. Consequently, we obtain $s_{n+1}=s_{n}+(2 n+1)(n+1)=s_{n}+2 n^{2}+3 n+1$. Since $s_{0}=0$, we get that $s_{8}=2\left(7^{2}+\ldots+0^{2}\right)+3(7+\ldots+0)+8=372$. $\fbox{372}$.
HMMT Feb Guts
HMMT-Feb Guts
72.44898
5.007297
0.501963
4
6.5
false
HMMT
0.727713
0.032848
0.82717
HMMT-Feb
alg
2,014
Feb
2
Find the integer closest to \[ \frac{1}{\sqrt[4]{5^{4}+1}-\sqrt[4]{5^{4}-1}} \]
250
Let $x=\left(5^{4}+1\right)^{1 / 4}$ and $y=\left(5^{4}-1\right)^{1 / 4}$. Note that $x$ and $y$ are both approximately 5. We have \[ \begin{aligned} \frac{1}{x-y} & =\frac{(x+y)\left(x^{2}+y^{2}\right)}{(x-y)(x+y)\left(x^{2}+y^{2}\right)}=\frac{(x+y)\left(x^{2}+y^{2}\right)}{x^{4}-y^{4}} \\ & =\frac{(x+y)\left(x^{2}+y^{2}\right)}{2} \approx \frac{(5+5)\left(5^{2}+5^{2}\right)}{2}=250 \end{aligned} \] Note: To justify the $\approx$, note that $1=x^{4}-5^{4}$ implies \[ 0<x-5=\frac{1}{(x+5)\left(x^{2}+5^{2}\right)}<\frac{1}{(5+5)\left(5^{2}+5^{2}\right)}=\frac{1}{500} \] and similarly $1=5^{4}-y^{4}$ implies \[ 0<5-y=\frac{1}{(5+y)\left(5^{2}+y^{2}\right)}<\frac{1}{(4+4)\left(4^{2}+4^{2}\right)}=\frac{1}{256} \] Similarly, \[ 0<x^{2}-5^{2}=\frac{1}{x^{2}+5^{2}}<\frac{1}{2 \cdot 5^{2}}=\frac{1}{50} \] and \[ 0<5^{2}-y^{2}=\frac{1}{5^{2}+y^{2}}<\frac{1}{5^{2}+4.5^{2}}<\frac{1}{45} \] Now \[ |x+y-10|=|(x-5)-(5-y)|<\max (|x-5|,|5-y|)<\frac{1}{256} \] and similarly $\left|x^{2}+y^{2}-2 \cdot 5^{2}\right|<\frac{1}{45}$. It's easy to check that $(10-1 / 256)(50-1 / 45)>499.5$ and $(10+1 / 256)(50+1 / 45)<500.5$, so we're done. $\fbox{250}$.
HMMT Feb Easy
HMMT-Feb Algebra
56.035768
5.269651
0.204647
4.5
5.5
false
HMMT
0.688578
0.075082
0.783899
HMMT-Feb
guts
2,014
Feb
11
Two fair octahedral dice, each with the numbers 1 through 8 on their faces, are rolled. Let $N$ be the remainder when the product of the numbers showing on the two dice is divided by 8 . Find the expected value of $N$.
\frac{11}{4}
If the first die is odd, which has $\frac{1}{2}$ probability, then $N$ can be any of $0,1,2,3$, $4,5,6,7$ with equal probability, because multiplying each element of $\{0, \ldots, 7\}$ with an odd number and taking modulo 8 results in the same numbers, as all odd numbers are relatively prime to 8 . The expected value in this case is 3.5 . If the first die is even but not a multiple of 4 , which has $\frac{1}{4}$ probability, then using similar reasoning, $N$ can be any of $0,2,4,6$ with equal probability, so the expected value is 3 . If the first die is 4 , which has $\frac{1}{8}$ probability, then $N$ can by any of 0,4 with equal probability, so the expected value is 2 . Finally, if the first die is 8 , which has $\frac{1}{8}$ probability, then $N=0$. The total expected value is $\frac{1}{2}(3.5)+$ $\frac{1}{4}(3)+\frac{1}{8}(2)+\frac{1}{8}(0)=\frac{11}{4}$. $\fbox{\frac{11}{4}}$.
HMMT Feb Guts
HMMT-Feb Guts
70.454545
5.02584
0.467762
4
6.5
false
AMC
0.290757
0.097816
0.382893
AMC10
10A
2,014
N/A
22
In rectangle $ABCD$, $\overline{AB}=20$ and $\overline{BC}=10$. Let $E$ be a point on $\overline{CD}$ such that $\angle CBE=15^\circ$. What is $\overline{AE}$?
20
Note that $\tan 15^\circ=2-\sqrt{3}=\frac{EC}{10} C=20-10 \sqrt 3$. (It is important to memorize the sin, cos, and tan values of $15^\circ$ and $75^\circ$.) Therefore, we have $DE=10\sqrt 3$. Since $ADE$ is a $30-60-90$ triangle, $AE=2 \cdot AD=2 \cdot 10=\fbox{20}$
AMC10 Final Problems
AMC10 A
6.62
2.547406
0.609397
3.5
4.5
true
AMC
0.249701
0.026535
0.277484
AMC10
10B
2,017
N/A
11
At Typico High School, $60\%$ of the students like dancing, and the rest dislike it. Of those who like dancing, $80\%$ say that they like it, and the rest say that they dislike it. Of those who dislike dancing, $90\%$ say that they dislike it, and the rest say that they like it. What fraction of students who say they dislike dancing actually like it?
25\%
$60\% \cdot 20\% = 12\%$ of the people that claim that they like dancing actually dislike it, and $40\% \cdot 90\% = 36\%$ of the people that claim that they dislike dancing actually dislike it. Therefore, the answer is $\frac{12\%}{12\%+36\%} = \fbox{25\%}$.
AMC10 Second Half
AMC10 B
16.1
2.291622
0.165311
2
3
false
HMMT
0.71007
0.016687
0.806541
HMMT-Feb
geo
2,018
Feb
2
Points $A, B, C, D$ are chosen in the plane such that segments $A B, B C, C D, D A$ have lengths $2,7,5$, 12 , respectively. Let $m$ be the minimum possible value of the length of segment $A C$ and let $M$ be the maximum possible value of the length of segment $A C$. What is the ordered pair $(m, M)$ ?
(7,9)
By the triangle inequality on triangle $A C D, A C+C D \geq A D$, or $A C \geq 7$. The minimum of 7 can be achieved when $A, C, D$ lie on a line in that order. By the triangle inequality on triangle $A B C$, $A B+B C \geq A C$, or $A C \leq 9$. The maximum of 9 can be achieved when $A, B, C$ lie on a line in that order. This gives the answer $(7,9)$. $\fbox{(7,9)}$.
HMMT Feb Easy
HMMT-Feb Geometry
66.765579
5.159734
0.103961
4.5
5.5
false
HMMT
0.945248
0.106332
0.997233
HMMT-Feb
calc
2,010
Feb
7
Let $a_{1}, a_{2}$, and $a_{3}$ be nonzero complex numbers with non-negative real and imaginary parts. Find the minimum possible value of \[ \frac{\left|a_{1}+a_{2}+a_{3}\right|}{\sqrt[3]{\left|a_{1} a_{2} a_{3}\right|}} \]
\sqrt{3} \sqrt[3]{2}
Write $a_{1}$ in its polar form $r e^{i \theta}$ where $0 \leq \theta \leq \frac{\pi}{2}$. Suppose $a_{2}, a_{3}$ and $r$ are fixed so that the denominator is constant. Write $a_{2}+a_{3}$ as $s e^{i \phi}$. Since $a_{2}$ and $a_{3}$ have non-negative real and imaginary parts, the angle $\phi$ lies between 0 and $\frac{\pi}{2}$. Consider the function \[ f(\theta)=\left|a_{1}+a_{2}+a_{3}\right|^{2}=\left|r e^{i \theta}+s e^{i \phi}\right|^{2}=r^{2}+2 r s \cos (\theta-\phi)+s^{2} \] Its second derivative is $\left.f^{\prime \prime}(\theta)=-2 r s(\cos (\theta-\phi))\right)$. Since $-\frac{\pi}{2} \leq(\theta-\phi) \leq \frac{\pi}{2}$, we know that $f^{\prime \prime}(\theta)<0$ and $f$ is concave. Therefore, to minimize $f$, the angle $\theta$ must be either 0 or $\frac{\pi}{2}$. Similarly, each of $a_{1}, a_{2}$ and $a_{3}$ must be either purely real or purely imaginary to minimize $f$ and the original fraction. By the AM-GM inequality, if $a_{1}, a_{2}$ and $a_{3}$ are all real or all imaginary, then the minimum value of the fraction is 3 . Now suppose only two of the $a_{i}$ 's, say, $a_{1}$ and $a_{2}$ are real. Since the fraction is homogenous, we may fix $a_{1}+a_{2}$ - let the sum be 2 . The term $a_{1} a_{2}$ in the denominator acheives its maximum only when $a_{1}$ and $a_{2}$ are equal, i.e. when $a_{1}=a_{2}=1$. Then, if $a_{3}=k i$ for some real number $k$, then the expression equals \[ \frac{\sqrt{k^{2}+4}}{\sqrt[3]{k}} \] Squaring and taking the derivative, we find that the minimum value of the fraction is $\sqrt{3} \sqrt[3]{2}$, attained when $k=\sqrt{2}$. With similar reasoning, the case where only one of the $a_{i}$ 's is real yields the same minimum value. $\fbox{\sqrt{3} \sqrt[3]{2}}$.
HMMT Feb Hard
HMMT-Feb Calculus
0
6.624899
0.662449
5.5
6.5
false
AMC
0.224557
0.082678
0.220629
AMC10
10B
2,018
N/A
9
The faces of each of $7$ standard dice are labeled with the integers from $1$ to $6$. Let $p$ be the probabilities that when all $7$ dice are rolled, the sum of the numbers on the top faces is $10$. What other sum occurs with the same probability as $p$?
39
It can be seen that the probability of rolling the smallest number possible is the same as the probability of rolling the largest number possible, the probability of rolling the second smallest number possible is the same as the probability of rolling the second largest number possible, and so on. This is because the number of ways to add a certain number of ones to an assortment of $7$ ones is the same as the number of ways to take away a certain number of ones from an assortment of $7$ $6$s. So, we can match up the values to find the sum with the same probability as $10$. We can start by noticing that $7$ is the smallest possible roll and $42$ is the largest possible roll. The pairs with the same probability are as follows: $(7, 42), (8, 41), (9, 40), (10, 39), (11, 38)...$ However, we need to find the number that matches up with $10$. So, we can stop at $(10, 39)$ and deduce that the sum with equal probability as $10$ is $39$. So, the correct answer is $\fbox{39}$, and we are done. Written By: Archimedes15 Add-on by ike.chen: to see how the number of ways to roll $10$ and $39$ are the same, consider this argument: Each of the $7$ dice needs to have a nonnegative value; it follows that the number of ways to roll $10$ is $\binom {10-1}{7-1}=84$ by stars and bars. $10-7=3$, so there's no chance that any dice has a value $>6$. Now imagine $7$ piles with $6$ blocks each. The number of ways to take $3$ blocks away (making the sum $7\cdot 6-3=39$) is also $\binom {3+7-1}{7-1}=84$.
AMC10 First Half
AMC10 B
30.48
2.134976
0.515088
1
2
false
AMC
0.050706
0.027409
0.009308
AMC8
8
2,003
N/A
1
Jamie counted the number of edges of a cube, Jimmy counted the numbers of corners, and Judy counted the number of faces. They then added the three numbers. What was the resulting sum?
26
On a cube, there are $12$ edges, $8$ corners, and $6$ faces. Adding them up gets $12+8+6= \fbox{26}$.
AMC8 First Half
AMC8
77.36
1.051877
0.170762
1
1.25
false
AMC
0.328036
0.075501
0.443774
AMC10
10A
2,013
N/A
24
Central High School is competing against Northern High School in a backgammon match. Each school has three players, and the contest rules require that each player play two games against each of the other school's players. The match takes place in six rounds, with three games played simultaneously in each round. In how many different ways can the match be scheduled?
900
Let us label the players of the first team $A$, $B$, and $C$, and those of the second team, $X$, $Y$, and $Z$. $\textbf{1}$. One way of scheduling all six distinct rounds could be: Round 1: $AX$ $BY$ $CZ$ Round 2: $AX$ $BZ$ $CY$ Round 3: $AY$ $BX$ $CZ$ Round 4: $AY$ $BZ$ $CX$ Round 5: $AZ$ $BX$ $CY$ Round 6: $AZ$ $BY$ $CX$ The above mentioned schedule ensures that each player of one team plays twice with each player from another team. Now you can generate a completely new schedule by permutating those $6$ rounds and that can be done in $6!=720$ ways. $\textbf{2}$. One can also make the schedule in such a way that two rounds are repeated. (a) Round 1: $AX$ $BZ$ $CY$ Round 2: $AX$ $BZ$ $CY$ Round 3: $AY$ $BX$ $CZ$ Round 4: $AY$ $BX$ $CZ$ Round 5: $AZ$ $BY$ $CX$ Round 6: $AZ$ $BY$ $CX$ (b) Round 1: $AX$ $BY$ $CZ$ Round 2: $AX$ $BY$ $CZ$ Round 3: $AY$ $BZ$ $CX$ Round 4: $AY$ $BZ$ $CX$ Round 5: $AZ$ $BX$ $CY$ Round 6: $AZ$ $BX$ $CY$ As mentioned earlier any permutation of (a) and (b) will also give us a new schedule. For both (a) and (b) the number of permutations are $\frac{6!}{2!2!2!}$ = $90$ So the total number of schedules is $720+90+90$ =$\fbox{900}$.
AMC10 Final Problems
AMC10 A
2.04
2.77965
0.470375
3.5
4.5
false
AMC
0.110505
0.03511
0.061635
AMC8
8
2,009
N/A
15
A recipe that makes $5$ servings of hot chocolate requires $2$ squares of chocolate, $\frac{1}{4}$ cup sugar, $1$ cup water and $4$ cups milk. Jordan has $5$ squares of chocolate, $2$ cups of sugar, lots of water, and $7$ cups of milk. If he maintains the same ratio of ingredients, what is the greatest number of servings of hot chocolate he can make?
8\frac{3}4
Assuming excesses of the other ingredients, the chocolate can make $\frac52 \cdot 5=12.5$ servings, the sugar can make $\frac{2}{1/4} \cdot 5 = 40$ servings, the water can make unlimited servings, and the milk can make $\frac74 \cdot 5 = 8.75$ servings. Limited by the amount of milk, Jordan can make at most $\fbox{8\frac{3}4}$ servings.
AMC8 Second Half
AMC8
32.38
1.42443
0.218735
1.5
2
false
AMC
0.229679
0.041472
0.229182
AMC12
12A
2,011
N/A
5
Last summer $30\%$ of the birds living on Town Lake were geese, $25\%$ were swans, $10\%$ were herons, and $35\%$ were ducks. What percent of the birds that were not swans were geese?
40
To simplify the problem, WLOG, let us say that there were a total of $100$ birds. The number of birds that are not swans is $75$. The number of geese is $30$. Therefore the percentage is just $\frac{30}{75} \times 100 = 40 \Rightarrow \fbox{40}$
AMC12 First Half
AMC12 A
70.03
2.166887
0.258369
1.5
2
false
AMC
0.203244
0.053515
0.184654
AMC10
10B
2,016
N/A
15
All the numbers $1, 2, 3, 4, 5, 6, 7, 8, 9$ are written in a $3\times3$ array of squares, one number in each square, in such a way that if two numbers are consecutive then they occupy squares that share an edge. The numbers in the four corners add up to $18$. What is the number in the center?
7
Consecutive numbers share an edge. That means that it is possible to walk from $1$ to $9$ by single steps north, south, east, or west. Consequently, the squares in the diagram with different shades have different parity:[asy]size(4cm); for(int i=0;i<3;++i)for(int j=0;j<3;++j)filldraw(box((i,j),(i+1,j+1)),gray((i+j)%2*.2+.7));[/asy] But since there are only four even numbers in the set, the five darker squares must contain the odd numbers, which sum to $1+3+5+7+9=25.$ Therefore if the sum of the numbers in the corners is $18$, the number in the center must be $\fbox{7}$.
AMC10 Second Half
AMC10 B
46.9
2.002195
0.333403
2
3
false
HMMT
0.745118
0.06577
0.848302
HMMT-Feb
comb
2,023
Feb
5
Elbert and Yaiza each draw 10 cards from a 20 -card deck with cards numbered $1,2,3, \ldots, 20$. Then, starting with the player with the card numbered 1, the players take turns placing down the lowestnumbered card from their hand that is greater than every card previously placed. When a player cannot place a card, they lose and the game ends. Given that Yaiza lost and 5 cards were placed in total, compute the number of ways the cards could have been initially distributed. (The order of cards in a player's hand does not matter.)
324
Solution: Put each card in order and label them based on if Elbert or Yaiza got them. We will get a string of E's and Y's like $E E Y Y Y E \ldots$, and consider the "blocks" of consecutive letters. It is not hard to see that only the first card of each block is played, and the number of cards played is exactly the number of blocks. Thus, it suffices to count the ways to distribute 10 cards to each player to get exactly 5 blocks. Note that since Yaiza lost, Elbert must have the last block, and since blocks alternate in player, Elbert also has the first block. Then a card distribution is completely determined by where Yaiza's blocks are relative to Elbert's cards (e.g. one block is between the 4th and 5th card), as well as the number of cards in each block. Since Elbert has 10 cards, there are $\left(\begin{array}{l}9 \\ 2\end{array}\right)$ ways to pick the locations of the blocks, and 9 ways to distribute 10 cards between two blocks. This gives a total answer of $9\left(\begin{array}{l}9 \\ 2\end{array}\right)=324$. $\fbox{324}$.
HMMT Feb Easy
HMMT-Feb Combinatorics
25.858586
5.378081
0.409747
4.5
5.5
false
AMC
0.168825
0.029678
0.139623
AMC12
12B
2,007
N/A
4
At Frank's Fruit Market, 3 bananas cost as much as 2 apples, and 6 apples cost as much as 4 oranges. How many oranges cost as much as 18 bananas?
8
$18$ bananas cost the same as $12$ apples, and $12$ apples cost the same as $8$ oranges, so $18$ bananas cost the same as $8 $ oranges. $\fbox{8}$.
AMC12 First Half
AMC12 B
91.51
1.787764
0.184893
1.5
2
false
AMC
0.184607
0.037431
0.154465
AMC10
10B
2,007
N/A
4
The point $O$ is the center of the circle circumscribed about $\triangle ABC,$ with $\angle BOC=120^\circ$ and $\angle AOB=140^\circ,$ as shown. What is the degree measure of $\angle ABC?$
50
Because all the central angles of a circle add up to $360^\circ,$ \begin{align} \angle BOC + \angle AOB + \angle AOC &= 360\\ 120 + 140 + \angle AOC &= 360\\ \angle AOC &= 100. \end{align} Therefore, the measure of $\text{arc}AC$ is also $100^\circ.$ Since the measure of an inscribed angle is equal to half the measure of the arc it intercepts, $\angle ABC = \fbox{50}$
AMC10 First Half
AMC10 B
61.97
1.886088
0.233194
1
2
false
HMMT
0.911332
0.089158
0.975849
HMMT-Feb
geo
2,012
Feb
9
Let $O, O_{1}, O_{2}, O_{3}, O_{4}$ be points such that $O_{1}, O, O_{3}$ and $O_{2}, O, O_{4}$ are collinear in that order, $O O_{1}=$ $1, O O_{2}=2, O O_{3}=\sqrt{2}, O O_{4}=2$, and $\measuredangle O_{1} O O_{2}=45^{\circ}$. Let $\omega_{1}, \omega_{2}, \omega_{3}, \omega_{4}$ be the circles with respective centers $O_{1}, O_{2}, O_{3}, O_{4}$ that go through $O$. Let $A$ be the intersection of $\omega_{1}$ and $\omega_{2}, B$ be the intersection of $\omega_{2}$ and $\omega_{3}, C$ be the intersection of $\omega_{3}$ and $\omega_{4}$, and $D$ be the intersection of $\omega_{4}$ and $\omega_{1}$, with $A, B, C, D$ all distinct from $O$. What is the largest possible area of a convex quadrilateral $P_{1} P_{2} P_{3} P_{4}$ such that $P_{i}$ lies on $O_{i}$ and that $A, B, C, D$ all lie on its perimeter?
88+4 \sqrt{2}
We first maximize the area of triangle $P_{1} O P_{2}$, noting that the sum of the area of $P_{1} O P_{2}$ and the three other analogous triangles is the area of $P_{1} P_{2} P_{3} P_{4}$. Note that if $A \neq P_{1}, P_{2}$, without loss of generality say $\angle O A P_{1}<90^{\circ}$. Then, $\angle O O_{1} P_{1}=2 \angle O A P_{1}$, and since $\angle O A P_{2}=180^{\circ}-\angle O A P_{1}>$ $90^{\circ}$, we see that $\angle O O_{2} P_{2}=2 \angle O A P_{1}$ as well, and it follows that $O O_{1} P_{1} \sim O O_{2} P_{2}$. This is a spiral similarity, so $O O_{1} O_{2} \sim O P_{1} P_{2}$, and in particular $\angle P_{1} O P_{2}=\angle O_{1} O O_{2}$, which is fixed. By the sine area formula, to maximize $O P_{1} \cdot O P_{2}$, which is bounded above by the diameters $2\left(O O_{1}\right), 2\left(O O_{2}\right)$. In a similar way, we want $P_{3}, P_{4}$ to be diametrically opposite $O_{3}, O_{4}$ in their respective circles. When we take these $P_{i}$, we indeed have $A \in P_{1} P_{2}$ and similarly for $B, C$, since $\angle O A P_{1}=\angle O A P_{2}=$ $90^{\circ}$. To finish, the area of the quadrilateral is the sum of the areas of the four triangles, which is \[ \frac{1}{2} \cdot \frac{\sqrt{2}}{2} \cdot 2^{2} \cdot(1 \cdot 2+2 \cdot \sqrt{2}+\sqrt{2} \cdot 2+2 \cdot 1)=8+4 \sqrt{2} \] $\fbox{88+4 \sqrt{2}}$.
HMMT Feb Hard
HMMT-Feb Geometry
0.268817
6.413601
0.555456
5.5
6.5
false
AMC
0.279224
0.103711
0.348428
AMC10
10B
2,021
N/A
22
Ang, Ben, and Jasmin each have $5$ blocks, colored red, blue, yellow, white, and green; and there are $5$ empty boxes. Each of the people randomly and independently of the other two people places one of their blocks into each box. The probability that at least one box receives $3$ blocks all of the same color is $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. What is $m + n ?$
471
Let our denominator be $(5!)^3$, so we consider all possible distributions. We use PIE (Principle of Inclusion and Exclusion) to count the successful ones. When we have at $1$ box with all $3$ balls the same color in that box, there are $_{5} C _{1} \cdot _{5} P _{1} \cdot (4!)^3$ ways for the distributions to occur ($_{5} C _{1}$ for selecting one of the five boxes for a uniform color, $_{5} P _{1}$ for choosing the color for that box, $4!$ for each of the three people to place their remaining items). However, we overcounted those distributions where two boxes had uniform color, and there are $_{5} C _{2} \cdot _{5} P _{2} \cdot (3!)^3$ ways for the distributions to occur ($_{5} C _{2}$ for selecting two of the five boxes for a uniform color, $_{5} P _{2}$ for choosing the color for those boxes, $3!$ for each of the three people to place their remaining items). Again, we need to re-add back in the distributions with three boxes of uniform color... and so on so forth. Our success by PIE is \[_{5} C _{1} \cdot _{5} P _{1} \cdot (4!)^3 - _{5} C _{2} \cdot _{5} P _{2} \cdot (3!)^3 + _{5} C _{3} \cdot _{5} P _{3} \cdot (2!)^3 - _{5} C _{4} \cdot _{5} P _{4} \cdot (1!)^3 + _{5} C _{5} \cdot _{5} P _{5} \cdot (0!)^3 = 120 \cdot 2556.\] \[\frac{120 \cdot 2556}{120^3}=\frac{71}{400},\] yielding an answer of $\fbox{471}$.
AMC10 Final Problems
AMC10 B
6.78
2.475551
0.646124
3.5
4.5
false
AMC
0.282084
0.03318
0.362013
AMC12
12B
2,019
N/A
12
Right triangle $ACD$ with right angle at $C$ is constructed outwards on the hypotenuse $\overline{AC}$ of isosceles right triangle $ABC$ with leg length $1$, as shown, so that the two triangles have equal perimeters. What is $\sin(2\angle BAD)$? [asy] /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki go to User:Azjps/geogebra */ import graph; size(8.016233639805293cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = -4.001920114613276, xmax = 4.014313525192017, ymin = -2.552570341575814, ymax = 5.6249093771911145; /* image dimensions */ draw((-1.6742337260757447,-1.)--(-1.6742337260757445,-0.6742337260757447)--(-2.,-0.6742337260757447)--(-2.,-1.)--cycle, linewidth(2.)); draw((-1.7696484586262846,2.7696484586262846)--(-1.5392969172525692,3.)--(-1.7696484586262846,3.2303515413737154)--(-2.,3.)--cycle, linewidth(2.)); /* draw figures */ draw((-2.,3.)--(-2.,-1.), linewidth(2.)); draw((-2.,-1.)--(2.,-1.), linewidth(2.)); draw((2.,-1.)--(-2.,3.), linewidth(2.)); draw((-0.6404058554606791,4.3595941445393205)--(-2.,3.), linewidth(2.)); draw((-0.6404058554606791,4.3595941445393205)--(2.,-1.), linewidth(2.)); label("$D$",(-0.9382446143428628,4.887784444795223),SE*labelscalefactor,fontsize(14)); label("$A$",(1.9411496528285788,-1.0783204767840298),SE*labelscalefactor,fontsize(14)); label("$B$",(-2.5046350956841272,-0.9861798602345433),SE*labelscalefactor,fontsize(14)); label("$C$",(-2.5737405580962416,3.5747806589650395),SE*labelscalefactor,fontsize(14)); label("$1$",(-2.665881174645728,1.2712652452278765),SE*labelscalefactor,fontsize(14)); label("$1$",(-0.3393306067712029,-1.3547423264324894),SE*labelscalefactor,fontsize(14)); /* dots and labels */ dot((-2.,3.),linewidth(4.pt) + dotstyle); dot((-2.,-1.),linewidth(4.pt) + dotstyle); dot((2.,-1.),linewidth(4.pt) + dotstyle); dot((-0.6404058554606791,4.3595941445393205),linewidth(4.pt) + dotstyle); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /* end of picture */ [/asy]
\dfrac{7}{9}
Firstly, note by the Pythagorean Theorem in $\triangle ABC$ that $AC = \sqrt{2}$. Now, the equal perimeter condition means that $BC + BA = 2 = CD + DA$, since side $AC$ is common to both triangles and thus can be discounted. This relationship, in combination with the Pythagorean Theorem in $\triangle ACD$, gives $AC^2+CD^2=\left(\sqrt{2}\right)^2+\left(2-DA\right)^2=DA^2$. Hence $2 + 4 - 4DA + DA^2 = DA^2$, so $DA = \frac{3}{2}$, and thus $CD = \frac{1}{2}$. Next, since $\angle BAC = 45^{\circ}$, $\sin{\left(\angle BAC\right)} = \cos{\left(\angle BAC\right)} = \frac{1}{\sqrt{2}}$. Using the lengths found above, $\sin{\left(\angle CAD\right)} = \frac{\left(\frac{1}{2}\right)}{\left(\frac{3}{2}\right)} = \frac{1}{3}$, and $\cos{\left(\angle CAD\right)} = \frac{\sqrt{2}}{\left(\frac{3}{2}\right)} = \frac{2 \sqrt{2}}{3}$. Thus, by the addition formulae for $\sin$ and $\cos$, we have \[\begin{split}\sin{\left(\angle BAD\right)}&=\sin{\left(\angle BAC + \angle CAD\right)}\\&=\sin{\left(\angle BAC\right)}\cos{\left(\angle CAD\right)}+\cos{\left(\angle BAC\right)}\sin{\left(\angle CAD\right)}\\&=\frac{1}{\sqrt{2}}\cdot\frac{2 \sqrt{2}}{3} + \frac{1}{\sqrt{2}}\cdot\frac{1}{3} \\ &= \frac{2 \sqrt{2} + 1}{3 \sqrt{2}}\end{split}\] and \[\begin{split}\cos{\left(\angle BAD\right)}&=\cos{\left(\angle BAC + \angle CAD\right)}\\&=\cos{\left(\angle BAC\right)}\cos{\left(\angle CAD\right)}-\sin{\left(\angle BAC\right)}\sin{\left(\angle CAD\right)}\\&=\frac{1}{\sqrt{2}}\cdot\frac{2 \sqrt{2}}{3} - \frac{1}{\sqrt{2}}\cdot\frac{1}{3} \\ &= \frac{2 \sqrt{2} - 1}{3 \sqrt{2}}\end{split}\] Hence, by the double angle formula for $\sin$, $\sin{\left(2\angle BAD\right)} = 2\sin{\left(\angle BAD\right)}\cos{\left(\angle BAD\right)} = \frac{2(8-1)}{18} = \fbox{\dfrac{7}{9}}$.
AMC12 Second Half
AMC12 B
20.68
2.493371
0.206714
2.5
3.5
false
HMMT
0.826363
0.04308
0.932327
HMMT-Feb
alg
2,022
Feb
6
Let $f$ be a function from $\{1,2, \ldots, 22\}$ to the positive integers such that $m n \mid f(m)+f(n)$ for all $m, n \in\{1,2, \ldots, 22\}$. If $d$ is the number of positive divisors of $f(20)$, compute the minimum possible value of $d$.
2016
Solution: Let $L=\operatorname{lcm}(1,2, \ldots, 22)$. We claim that the possible values of $f(20)$ are the multiples of $20 L$. If we can prove this, we will be done, since the minimum value of $d$ will be the number of divisors of $20 L=2^{6} \cdot 3^{2} \cdot 5^{2} \cdot 7 \cdot 11 \cdot 13 \cdot 17 \cdot 19$, which has $7 \cdot 3^{2} \cdot 2^{5}=2016$ factors. First let's construct such an $f$. For any positive integer $a$, I claim that $f(n)=a L n$ works. Indeed, for any $m, n$, we find that $f(m)=a L m$ is divisible by $m n$, since $n \mid L$. Thus the condition is satisfied. Now let's prove that $f(20)$ must be a multiple of $20 L$. Take any prime $p$, and let $q$ be the largest power of $p$ at most 22. If $p \neq 2$, we know that $q^{2} \mid 2 f(q)$, meaning that $q^{2} \mid f(q)$. Then, using the fact that $20 q \mid f(q)+f(20)$, we find that $\operatorname{gcd}\left(20 q, q^{2}\right) \mid f(q), f(q)+f(20)$, implying that \[ \nu_{p}(f(20)) \geq \nu_{p}\left(\operatorname{gcd}\left(20 q, q^{2}\right)\right)=\nu_{p}(20 q)=\nu_{p}(20 L) \] Now suppose $p=2$. Then $2^{8}=16^{2} \mid 2 f(16)$, so $2^{7} \mid f(16)$. Then, since $5 \cdot 2^{6}=20 \cdot 16 \mid f(16)+f(20)$, we find that $2^{7} \mid f(20)$. Since $7=\nu_{2}(20 L)$, we are done. $\fbox{2016}$.
HMMT Feb Hard
HMMT-Feb Algebra
4.746318
5.88424
0.268388
5.5
6.5
false
HMMT
0.485957
0.02454
0.580881
HMMT-Nov
gen
2,009
Nov
7
There are 15 stones placed in a line. In how many ways can you mark 5 of these stones so that there are an odd number of stones between any two of the stones you marked?
77
Number the stones 1 through 15 in order. We note that the condition is equivalent to stipulating that the stones have either all odd numbers or all even numbers. There are $\left(\begin{array}{l}8 \\ 5\end{array}\right)$ ways to choose 5 odd-numbered stones, and $\left(\begin{array}{l}7 \\ 5\end{array}\right)$ ways to choose all even-numbered stones, so the total number\\ of ways to pick the stones is $\left(\begin{array}{l}8 \\ 5\end{array}\right)+\left(\begin{array}{l}7 \\ 5\end{array}\right)=77$. $\left(\left(\begin{array}{l}n \\ k\end{array}\right)\right.$ is the number of ways to choose $k$ out of $n$ items. It equals $\left.\frac{n !}{k !(n-k) !}\right)$. $\fbox{77}$.
HMMT Nov Hard
HMMT-Nov General
15.77381
3.763506
0.152884
3.5
4.5
false
AMC
0.207522
0.048584
0.191698
AMC10
10B
2,015
N/A
12
For how many integers $x$ is the point $(x, -x)$ inside or on the circle of radius $10$ centered at $(5, 5)$?
11
The equation of the circle is $(x-5)^2+(y-5)^2=100$. Plugging in the given conditions we have $(x-5)^2+(-x-5)^2 \leq 100$. Expanding gives: $x^2-10x+25+x^2+10x+25\leq 100$, which simplifies to $x^2\leq 25$ and therefore $x\leq 5$ and $x\geq -5$. So $x$ ranges from $-5$ to $5$, for a total of $\fbox{11}$ integer values. Note by Williamgolly: Alternatively, draw out the circle and see that these points must be on the line $y=-x$.
AMC10 Second Half
AMC10 B
43.42
2.028846
0.302677
2
3
false
AMC
0.255465
0.027539
0.290063
AMC10
10A
2,013
N/A
17
Daphne is visited periodically by her three best friends: Alice, Beatrix, and Claire. Alice visits every third day, Beatrix visits every fourth day, and Claire visits every fifth day. All three friends visited Daphne yesterday. How many days of the next $365$-day period will exactly two friends visit her?
54
From the information above, we get that $A=3x$ $B=4x$ $C=5x$ Now, we want the days in which exactly two of these people meet up The three pairs are $(A,B)$, $(B,C)$, $(A,C)$. Notice that we are trying to find the LCM of each pair. Hence, $LCM(A,B)=12x$, $LCM(B,C)=20x$, $LCM(A,C)=15x$ Notice that we want to eliminate when all these friends meet up. By doing this, we will find the LCM of the three letters. Hence, $LCM(A,B,C)=60x$ Now, we add all of the days up(including overcount). We get $30+18+24=72$. Now, because $60(6)=360$, we have to subtract $6$ days from every pair. Hence, our answer is $72-18=54\implies54$. $\fbox{54}$.
AMC10 Second Half
AMC10 A
18.44
2.327533
0.171567
2
3
false
HMMT
0.902873
0.084822
0.974088
HMMT-Feb
alg
2,023
Feb
9
For any positive integers $a$ and $b$ with $b>1$, let $s_{b}(a)$ be the sum of the digits of $a$ when it is written in base $b$. Suppose $n$ is a positive integer such that \[ \sum_{i=1}^{\left\lfloor\log _{23} n\right\rfloor} s_{20}\left(\left\lfloor\frac{n}{23^{i}}\right\rfloor\right)=103 \quad \text { and } \quad \sum_{i=1}^{\left\lfloor\log _{20} n\right\rfloor} s_{23}\left(\left\lfloor\frac{n}{20^{i}}\right\rfloor\right)=115 \] Compute $s_{20}(n)-s_{23}(n)$.
81
Solution: First we will prove that \[ s_{a}(n)=n-(a-1)\left(\sum_{i=1}^{\infty}\left\lfloor\frac{n}{a^{i}}\right\rfloor\right) \] If $n=\left(n_{k} n_{k-1} \cdots n_{1} n_{0}\right)_{a}$, then the digit $n_{i}$ contributes $n_{i}$ to the left side of the sum, while it contributes \[ n_{i}\left(a^{i}-(a-1)\left(a^{i-1}+a^{i-2}+\cdots+a^{1}+a^{0}\right)\right)=n_{i} \] to the right side, so the two are equal as claimed. Now we have \[ \begin{aligned} 103 & =\sum_{i=1}^{\infty} s_{20}\left(\left\lfloor\frac{n}{\left.23^{i}\right\rfloor}\right.\right. \\ & =\sum_{i=1}^{\infty}\left(\left\lfloor\frac{n}{23^{i}}\right\rfloor-19\left(\sum_{j=1}^{\infty}\left\lfloor\frac{\left\lfloor n / 23^{i}\right\rfloor}{20^{j}}\right\rfloor\right)\right) \\ & =\sum_{i=1}^{\infty}\left\lfloor\frac{n}{23^{i}}\right\rfloor-19 \sum_{i=1}^{\infty} \sum_{j=1}^{\infty}\left\lfloor\frac{n}{20^{j} \cdot 23^{i}}\right\rfloor \end{aligned} \] where we have used the fact that $\left\lfloor\frac{\lfloor n / p\rfloor}{q}\right\rfloor=\left\lfloor\frac{n}{p q}\right\rfloor$ for positive integers $n, p, q$. Similarly, \[ 115=\sum_{j=1}^{\infty}\left\lfloor\frac{n}{20^{j}}\right\rfloor-22 \sum_{i=1}^{\infty} \sum_{j=1}^{\infty}\left\lfloor\frac{n}{20^{j} \cdot 23^{i}}\right\rfloor \] Let \[ A=\sum_{j=1}^{\infty}\left\lfloor\frac{n}{20^{j}}\right\rfloor, \quad B=\sum_{i=1}^{\infty}\left\lfloor\frac{n}{23^{i}}\right\rfloor, \quad \text { and } \quad X=\sum_{i=1}^{\infty} \sum_{j=1}^{\infty}\left\lfloor\frac{n}{20^{j} \cdot 23^{i}}\right\rfloor \] Then we have $103=B-19 X$ and $115=A-22 X$. Thus, we have \[ \begin{aligned} s_{20}(n)-s_{23}(n) & =\left(n-19 \sum_{j=1}^{\infty}\left\lfloor\frac{n}{20^{j}}\right\rfloor\right)-\left(n-22 \sum_{i=1}^{\infty}\left\lfloor\frac{n}{23^{i}}\right\rfloor\right) \\ & =22 B-19 A \\ & =22(103+19 X)-19(115+22 X) \\ & =22 \cdot 103-19 \cdot 115=81 \end{aligned} \] Remark. The value $n=22399976$ satisfies both equations, so a valid solution to the system exists. It seems infeasible to compute this solution by hand. $\fbox{81}$.
HMMT Feb Hard
HMMT-Feb Algebra
0.401606
6.360901
0.528442
5.5
6.5
false
AMC
0.263526
0.114835
0.308428
AMC10
10B
2,003
N/A
23
A regular octagon $ABCDEFGH$ has an area of one square unit. What is the area of the rectangle $ABEF$? [asy] unitsize(1cm); defaultpen(linewidth(.8pt)+fontsize(8pt)); pair C=dir(22.5), B=dir(67.5), A=dir(112.5), H=dir(157.5), G=dir(202.5), F=dir(247.5), E=dir(292.5), D=dir(337.5); draw(A--B--C--D--E--F--G--H--cycle); label("$A$",A,NNW); label("$B$",B,NNE); label("$C$",C,ENE); label("$D$",D,ESE); label("$E$",E,SSE); label("$F$",F,SSW); label("$G$",G,WSW); label("$H$",H,WNW);[/asy]
\frac{1}{2}
Here is an easy way to look at this, where $p$ is the perimeter, and $a$ is the apothem: Area of Octagon: $\frac{ap}{2}=1$. Area of Rectangle: $\frac{p}{8}\times 2a=\dfrac{2ap}{8}=\frac{ap}{4}$. You can see from this that the octagon's area is twice as large as the rectangle's area is $\fbox{\frac{1}{2}}$.
AMC10 Final Problems
AMC10 B
10.86
2.377752
0.715424
3.5
4.5
true
HMMT
0.941475
0.104445
0.994843
HMMT-Feb
geo
2,012
Feb
10
Let $C$ denote the set of points $(x, y) \in \mathbb{R}^{2}$ such that $x^{2}+y^{2} \leq 1$. A sequence $A_{i}=\left(x_{i}, y_{i}\right) \mid i \geq 0$ of points in $\mathbb{R}^{2}$ is 'centric' if it satisfies the following properties: \begin{itemize} $A_{0}=\left(x_{0}, y_{0}\right)=(0,0), A_{1}=\left(x_{1}, y_{1}\right)=(1,0)$. For all $n \geq 0$, the circumcenter of triangle $A_{n} A_{n+1} A_{n+2}$ lies in $C$. \end{itemize} Let $K$ be the maximum value of $x_{2012}^{2}+y_{2012}^{2}$ over all centric sequences. Find all points $(x, y)$ such that $x^{2}+y^{2}=K$ and there exists a centric sequence such that $A_{2012}=(x, y)$.
(-1006,1006 \sqrt{3}),(-1006,-1006 \sqrt{3})
Consider any triple of points $\triangle A_{n} A_{n+1} A_{n+2}$ with circumcenter $P_{n}$. By the Triangle Inequality we have $A_{n} P_{n} \leq A_{n} A_{0}+A_{0} P_{n} \leq A_{n} A_{0}+1$. Since $P_{n}$ is the circumcenter, we have $P_{n} A_{n}=P_{n} A_{n+2}$. Finally we have $A_{n+2} a_{0} \leq P_{n} A_{n+2}+1=A_{n} P_{n}+1 \leq A_{n} A_{0}+2$. Therefore $\sqrt{x_{n+2}^{2}+y_{n+2}^{2}} \leq \sqrt{x_{n}^{2}+y_{n}^{2}}+2$. It is also clear that equality occurs if and only if $A_{n}, A_{0}, P_{n}, A_{n+2}$ are all collinear and $P_{n}$ lies on the unit circle. From the above inequality it is clear that $\sqrt{x_{2012}^{2}+y_{2012}^{2}} \leq 2012$. So the maximum value of $K$ is $2012^{2}$. Now we must find all points $A_{2}$ that conforms to the conditions of the equality case. $P_{0}$ must lie on the unit circle, so it lies on the intersection of the unit circle with the perpendicular bisector of $A_{0} A_{1}$, which is the line $x=\frac{1}{2}$. Thus $P_{0}$ must be one of $\left(\frac{1}{2}, \pm \frac{\sqrt{3}}{2}\right)$. From now on we assume that we take the positive root, as the negative root just reflects all successive points about the $x$-axis. If $P_{0}=\left(\frac{1}{2}, \frac{\sqrt{3}}{2}\right)$ then $A_{0}, P_{0}, A_{2}$ must be colinear, so $A_{2}=(1, \sqrt{3})$. Then since we must have $A_{0}, P_{2 n}, A_{2 n}, A_{2 n+2}$ colinear and $P_{2 n}$ on the unit circle, it follows that $P_{2 n}=(-1)^{n}\left(\frac{1}{2}, \frac{\sqrt{3}}{2}\right)$. Then by induction we have $A_{2 n}=(-1)^{n+1}(n, n \sqrt{3})$. To fill out the rest of the sequence, we may take $A_{2 n+1}=(-1)^{n}(n+1,-n \sqrt{3})$ and $P_{2 n+1}=(-1)^{n+1}\left(\frac{1}{2},-\frac{\sqrt{3}}{2}\right)$ so that we get the needed properties. Therefore the answer is \[ A_{2012} \in\{(-1006,1006 \sqrt{3}),(-1006,-1006 \sqrt{3})\} \] $\fbox{(-1006,1006 \sqrt{3}),(-1006,-1006 \sqrt{3})}$.
HMMT Feb Hard
HMMT-Feb Geometry
0
6.601393
0.650697
5.5
6.5
false
AMC
0.221513
0.032936
0.214088
AMC10
10B
2,014
N/A
12
The largest divisor of $2,014,000,000$ is itself. What is its fifth-largest divisor?
251,750,0
Note that $2,014,000,000$ is divisible by $1,\ 2,\ 4,\ 5,\ 8$. Then, the fifth largest factor would come from divisibility by $8$, or $251,750,000$, or $\fbox{251,750,0}$.
AMC10 Second Half
AMC10 B
32.64
2.116012
0.205194
2
3
false
AMC
0.307417
0.016252
0.413585
AMC12
12A
2,005
N/A
15
Let $\overline{AB}$ be a diameter of a circle and $C$ be a point on $\overline{AB}$ with $2 \cdot AC = BC$. Let $D$ and $E$ be points on the circle such that $\overline{DC} \perp \overline{AB}$ and $\overline{DE}$ is a second diameter. What is the ratio of the area of $\triangle DCE$ to the area of $\triangle ABD$? [asy] unitsize(2.5cm); defaultpen(fontsize(10pt)+linewidth(.8pt)); dotfactor=3; pair O=(0,0), C=(-1/3.0), B=(1,0), A=(-1,0); pair D=dir(aCos(C.x)), E=(-D.x,-D.y); draw(A--B--D--cycle); draw(D--E--C); draw(unitcircle,white); drawline(D,C); dot(O); clip(unitcircle); draw(unitcircle); label("$E$",E,SSE); label("$B$",B,E); label("$A$",A,W); label("$D$",D,NNW); label("$C$",C,SW); draw(rightanglemark(D,C,B,2));[/asy]
\frac {1}{3}
[asy] /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki go to User:Azjps/geogebra */ import graph; size(7cm); real labelscalefactor = 0.5; /* changes label-to-point distance */ pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ pen dotstyle = black; /* point style */ real xmin = -4.24313994860289, xmax = 6.360350402147026, ymin = -8.17642986522568, ymax = 4.1323989018072735; /* image dimensions */ pen wrwrwr = rgb(0.3803921568627451,0.3803921568627451,0.3803921568627451); /* draw figures */ draw(circle((0.9223776980185863,-1.084225871478444), 3.171161249925393), linewidth(2) + wrwrwr); draw((-0.5623104956355617,1.717909856970905)--(-0.39884850438732933,-3.9670413347199647), linewidth(2) + wrwrwr); draw((-2.2487343499798245,-1.1018908670262892)--(4.0935388680341624,-1.0849377800575102), linewidth(2) + wrwrwr); draw((-0.4813673187299407,-1.0971666418223938)--(2.1729847859273126,-3.904641555130568), linewidth(2) + wrwrwr); draw((-0.5623104956355617,1.717909856970905)--(2.1561002471522333,-3.887757016355488), linewidth(2) + wrwrwr); draw((-2.2487343499798245,-1.1018908670262892)--(-0.5623104956355617,1.717909856970905), linewidth(2) + wrwrwr); draw((-0.5623104956355617,1.717909856970905)--(4.0935388680341624,-1.0849377800575102), linewidth(2) + wrwrwr); draw(circle((-2.858607769046372,-1.1524617347926092), 0.45463011998128017), linewidth(2) + wrwrwr); draw(circle((4.790088296064635,-1.144019465405069), 0.45463011998128006), linewidth(2) + wrwrwr); draw(circle((-0.9168858099122313,-1.6336710898823752), 0.45463011998127983), linewidth(2) + wrwrwr); draw(circle((1.4976032349241348,-1.3128648531558642), 0.4546301199812797), linewidth(2) + wrwrwr); draw(circle((-0.815578577261755,2.334195522261307), 0.4546301199812809), linewidth(2) + wrwrwr); draw(circle((2.6119827940793803,-4.5546962979711285), 0.45463011998128033), linewidth(2) + wrwrwr); /* dots and labels */ dot((0.9223776980185863,-1.084225871478444),dotstyle); dot((-0.5623104956355617,1.717909856970905),dotstyle); label("$D$", (-0.49477234053524466,1.8867552447217006), NE * labelscalefactor); dot((-0.39884850438732933,-3.9670413347199647),dotstyle); dot((-2.2487343499798245,-1.1018908670262892),dotstyle); label("A", (-2.183226218043193,-0.9329627307165757), NE * labelscalefactor); dot((4.0935388680341624,-1.0849377800575102),dotstyle); label("B", (4.165360361386693,-0.9160781919414961), NE * labelscalefactor); dot((-0.4813673187299407,-1.0971666418223938),linewidth(4pt) + dotstyle); label("C", (-0.41034964665984724,-0.9667318082667347), NE * labelscalefactor); dot((2.1729847859273126,-3.904641555130568),dotstyle); dot((2.1561002471522333,-3.887757016355488),dotstyle); label("E", (2.2236384022525524,-3.7189116286046926), NE * labelscalefactor); label("2", (-2.9261459241466903,-1.2031153511178476), NE * labelscalefactor,wrwrwr); label("1", (4.722550140964316,-1.186230812342768), NE * labelscalefactor,wrwrwr); label("3", (-0.9844239650125497,-1.6758824368200735), NE * labelscalefactor,wrwrwr); label("4", (1.4300650798238166,-1.355076200093563), NE * labelscalefactor,wrwrwr); label("2", (-0.8831167323620728,2.2919841753236083), NE * labelscalefactor,wrwrwr); label("2", (2.5444446389790625,-4.5969076449088275), NE * labelscalefactor,wrwrwr); clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); /* end of picture */ [/asy] We set point $A$ as a mass of 2. This means that point $B$ has a mass of $1$ since $2\times{AC} = 1\times{BC}$. This implies that point $C$ has a mass of $2+1 = 3$ and the center of the circle has a mass of $3+1 = 4$. After this, we notice that points $D$ and $E$ both must have a mass of $2$ since $2+2 = 4$ and they are both radii of the circle. To find the ratio of the areas, we do the reciprocal of the multiplication of the mass points of DCE and the multiplication of ABD divided by each other. Which is simply $\frac{3\times2\times2}{2\times2\times1}$ which is $\fbox{\frac {1}{3}}$ (the reciprocal of 3)
AMC12 Second Half
AMC12 A
15.37
2.651196
0.101252
2.5
3.5
false
AMC
0.110812
0.034868
0.062138
AMC8
8
2,015
N/A
13
How many subsets of two elements can be removed from the set $\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11\}$ so that the mean (average) of the remaining numbers is 6?
5
Since there will be $9$ elements after removal, and their mean is $6$, we know their sum is $54$. We also know that the sum of the set pre-removal is $66$. Thus, the sum of the $2$ elements removed is $66-54=12$. There are only $\fbox{5}$ subsets of $2$ elements that sum to $12$: $\{1,11\}, \{2,10\}, \{3, 9\}, \{4, 8\}, \{5, 7\}$.
AMC8 Second Half
AMC8
32.16
1.426338
0.217231
1.5
2
false
AMC
0.224037
0.075709
0.218365
AMC10
10A
2,003
N/A
3
A solid box is $15$ cm by $10$ cm by $8$ cm. A new solid is formed by removing a cube $3$ cm on a side from each corner of this box. What percent of the original volume is removed?
18
The volume of the original box is $15\cdot10\cdot8=1200.$ The volume of each cube that is removed is $3\cdot3\cdot3=27.$ Since there are $8$ corners on the box, $8$ cubes are removed. So the total volume removed is $8\cdot27=216$. Therefore, the desired percentage is $\frac{216}{1200}\cdot100 = \fbox{18}.$
AMC10 First Half
AMC10 A
38.84
2.131737
0.471668
1
2
false
AMC
0.24336
0.096334
0.257107
AMC10
10A
2,004
N/A
8
A game is played with tokens according to the following rule. In each round, the player with the most tokens gives one token to each of the other players and also places one token in the discard pile. The game ends when some player runs out of tokens. Players $A$, $B$, and $C$ start with $15$, $14$, and $13$ tokens, respectively. How many rounds will there be in the game?
37
We look at a set of three rounds, where the players begin with $x+1$, $x$, and $x-1$ tokens. After three rounds, there will be a net loss of $1$ token per player (they receive two tokens and lose three). Therefore, after $36$ rounds -- or $12$ three-round sets, $A,B$ and $C$ will have $3$, $2$, and $1$ tokens, respectively. After $1$ more round, player $A$ will give away $3$ tokens, leaving them empty-handed, and thus the game will end. We then have there are $36+1=\fbox{37}$ rounds until the game ends.
AMC10 First Half
AMC10 A
25.18
2.252121
0.60016
1
2
false
AMC
0.123191
0.051644
0.086541
AMC8
8
2,011
N/A
8
Bag A has three chips labeled 1, 3, and 5. Bag B has three chips labeled 2, 4, and 6. If one chip is drawn from each bag, how many different values are possible for the sum of the two numbers on the chips?
5
By adding a number from Bag A and a number from Bag B together, the values we can get are $3, 5, 7, 5, 7, 9, 7, 9, 11.$ Therefore the number of different values is $\fbox{5}$.
AMC8 First Half
AMC8
23.99
1.503461
0.321743
1
1.25
false
HMMT
0.472665
0.070797
0.567044
HMMT-Nov
guts
2,023
Nov
11
Let $A B C D$ and $W X Y Z$ be two squares that share the same center such that $W X \| A B$ and $W X<A B$. Lines $C X$ and $A B$ intersect at $P$, and lines $C Z$ and $A D$ intersect at $Q$. If points $P, W$, and $Q$ are collinear, compute the ratio $A B / W X$.
\sqrt{2}+1
Solution: Without loss of generality, let $A B=1$. Let $x=W X$. Then, since $B P W X$ is a parallelogram, we have $B P=x$. Moreover, if $T=X Y \cap A B$, then we have $B T=\frac{1-x}{2}$, so $P T=x-\frac{1-x}{2}=\frac{3 x-1}{2}$. Then, from $\triangle P X T \sim \triangle P B C$, we have \[ \begin{aligned} \frac{P T}{X T}=\frac{P B}{B C} & \Longrightarrow \frac{\frac{3 x-1}{2}}{\frac{1-x}{2}}=\frac{x}{1} \\ & \Longrightarrow 3 x-1=x(1-x) \\ & \Longrightarrow x= \pm \sqrt{2}-1 \end{aligned} \] Selecting only positive solution gives $x=\sqrt{2}-1$. Thus, the answer is $\frac{1}{\sqrt{2}-1}=\sqrt{2}+1$. $\fbox{\sqrt{2}+1}$.
HMMT Nov Guts
HMMT-Nov Guts
34.513274
3.680693
0.441069
3.5
6
false
AMC
0.199384
0.047355
0.176855
AMC10
10A
2,005
N/A
2
For each pair of real numbers $a \neq b$, define the operation $\star$ as $(a \star b) = \frac{a+b}{a-b}$. What is the value of $((1 \star 2) \star 3)$?
0
$((1 \star 2) \star 3) = \left(\left(\frac{1+2}{1-2}\right) \star 3\right) = (-3 \star 3) = \frac{-3+3}{-3-3} = 0 \Longrightarrow \fbox{0}$
AMC10 First Half
AMC10 A
58.81
1.978144
0.295022
1
2
true
AIME
0.515373
0.062092
0.621258
AIME
II
2,013
N/A
3
A large candle is $119$ centimeters tall. It is designed to burn down more quickly when it is first lit and more slowly as it approaches its bottom. Specifically, the candle takes $10$ seconds to burn down the first centimeter from the top, $20$ seconds to burn down the second centimeter, and $10k$ seconds to burn down the $k$-th centimeter. Suppose it takes $T$ seconds for the candle to burn down completely. Then $\tfrac{T}{2}$ seconds after it is lit, the candle's height in centimeters will be $h$. Find $10h$.
350
We find that $T=10(1+2+\cdots +119)$. From Gauss's formula, we find that the value of $T$ is $10(7140)=71400$. The value of $\frac{T}{2}$ is therefore $35700$. We find that $35700$ is $10(3570)=10\cdot \frac{k(k+1)}{2}$, so $3570=\frac{k(k+1)}{2}$. As a result, $7140=k(k+1)$, which leads to $0=k^2+k-7140$. We notice that $k=84$, so the answer is $10(119-84)=\fbox{350}$.
Easy AIME Problems
AIME
74.62
3.946764
0.386832
3
3.5
false
AMC
0.081991
0.024822
0.026667
AMC8
8
2,016
N/A
4
When Cheenu was a boy, he could run $15$ miles in $3$ hours and $30$ minutes. As an old man, he can now walk $10$ miles in $4$ hours. How many minutes longer does it take for him to walk a mile now compared to when he was a boy?
10
When Cheenu was a boy, he could run $15$ miles in $3$ hours and $30$ minutes $= 3\times60 + 30$ minutes $= 210$ minutes, thus running $\frac{210}{15} = 14$ minutes per mile. Now that he is an old man, he can walk $10$ miles in $4$ hours $= 4 \times 60$ minutes $= 240$ minutes, thus walking $\frac{240}{10} = 24$ minutes per mile. Therefore, it takes him $\fbox{10}$ minutes longer to walk a mile now compared to when he was a boy.
AMC8 First Half
AMC8
55
1.246784
0.154642
1
1.25
false
HMMT
0.726984
0.036729
0.825912
HMMT-Feb
guts
2,023
Feb
16
The graph of the equation $x+y=\left\lfloor x^{2}+y^{2}\right\rfloor$ consists of several line segments. Compute the sum of their lengths.
4+\sqrt{6}-\sqrt{2}
Solution: We split into cases on the integer $k=\left\lfloor x^{2}+y^{2}\right\rfloor$. Note that $x+y=k$ but $x^{2}+y^{2} \geq$ $\frac{1}{2}(x+y)^{2}=\frac{1}{2} k^{2}$ and $x^{2}+y^{2}<k+1$, which forces $k \leq 2$. If $k=0$, the region defined by $0 \leq x^{2}+y^{2}<1$ and $x+y=0$ is the diameter from $\left(\frac{\sqrt{2}}{2},-\frac{\sqrt{2}}{2}\right)$ to $\left(-\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right)$, which has length 2 . If $k=1$, the region $1 \leq x^{2}+y^{2}<2$ and $x+y=1$ consists of two segments, which is the chord on $x^{2}+y^{2}=2$ minus the chord on $x^{2}+y^{2}=1$. The former has length $2 \sqrt{(\sqrt{2})^{2}-\left(\frac{\sqrt{2}}{2}\right)^{2}}=\sqrt{6}$, and the latter has length $2 \sqrt{1^{2}-\left(\frac{\sqrt{2}}{2}\right)^{2}}=\sqrt{2}$. So the total length here is $\sqrt{6}-\sqrt{2}$. If $k=2$, the region $2 \leq x^{2}+y^{2}<3$ and $x+y=1$ is the chord on $x^{2}+y^{2}=3$, which has length $2 \sqrt{(\sqrt{3})^{2}-(\sqrt{2})^{2}}=2$ Our final answer is $2+(\sqrt{6}-\sqrt{2})+2=4+\sqrt{6}-\sqrt{2}$. $\fbox{4+\sqrt{6}-\sqrt{2}}$.
HMMT Feb Guts
HMMT-Feb Guts
40.298507
5.265109
0.228823
4
6.5
false
AMC
0.11711
0.047835
0.070189
AMC8
8
2,018
N/A
12
The clock in Sri's car, which is not accurate, gains time at a constant rate. One day as he begins shopping, he notes that his car clock and his watch (which is accurate) both say 12:00 noon. When he is done shopping, his watch says 12:30 and his car clock says 12:35. Later that day, Sri loses his watch. He looks at his car clock and it says 7:00. What is the actual time?
6:0
We see that every $35$ minutes the clock passes, the watch passes $30$ minutes. That means that the clock is $\frac{7}{6}$ as fast the watch, so we can set up proportions. $\dfrac{\text{car clock}}{\text{watch}}=\dfrac{7}{6}=\dfrac{7 \text{ hours}}{x \text{ hours}}$. Cross-multiplying we get $x=6$. Now, this is obviously redundant, because we could just eyeball it to see that the watch would have passed $6$ hours. But this method is better when the numbers are a bit more complex, which makes it both easier and reliable. Either way, our answer is $\fbox{6:0}$. --BakedPotato66
AMC8 First Half
AMC8
27.82
1.465578
0.298014
1
1.25
false
AMC
0.277697
0.045573
0.344654
AMC10
10A
2,020
N/A
20
Quadrilateral $ABCD$ satisfies $\angle ABC = \angle ACD = 90^{\circ}, AC=20,$ and $CD=30.$ Diagonals $\overline{AC}$ and $\overline{BD}$ intersect at point $E,$ and $AE=5.$ What is the area of quadrilateral $ABCD?$
360
[asy] size(15cm,0); import olympiad; draw((0,0)--(0,2)--(6,4)--(4,0)--cycle); label("A", (0,2), NW); label("B", (0,0), SW); label("C", (4,0), SE); label("D", (6,4), NE); label("E", (1.714,1.143), N); label("F", (1,1.5), N); draw((0,2)--(4,0), dashed); draw((0,0)--(6,4), dashed); draw((0,0)--(1,1.5), dashed); label("20", (0,2)--(4,0), SW); label("30", (4,0)--(6,4), SE); label("$x$", (1,1.5)--(1.714,1.143), NE); label("5$-$$x$", (1,1.5)--(0,2), NE); draw(rightanglemark((0,2),(0,0),(4,0))); draw(rightanglemark((0,2),(4,0),(6,4))); draw(rightanglemark((0,0),(1,1.5),(0,2))); [/asy] It's crucial to draw a good diagram for this one. Since $AC=20$ and $CD=30$, we get $[ACD]=300$. Now we need to find $[ABC]$ to get the area of the whole quadrilateral. Drop an altitude from $B$ to $AC$ and call the point of intersection $F$. Let $FE=x$. Since $AE=5$, then $AF=5-x$. By dropping this altitude, we can also see two similar triangles, $\triangle BFE \sim \triangle DCE$. Since $EC$ is $20-5=15$, and $DC=30$, we get that $BF=2x$. Now, if we redraw another diagram just of $ABC$, we get that $(2x)^2=(5-x)(15+x)$ because of the altitude geometric mean theorem which states that in any right triangle, the altitude squared is equal to the product of the two lengths that it divides the base into. Expanding, simplifying, and dividing by the GCF, we get $x^2+2x-15=0$. This factors to $(x+5)(x-3)$, which has roots of $x=-5, 3$. Since lengths cannot be negative, $x=3$. Since $x=3$, that means the altitude $BF=2\cdot3=6$, or $[ABC]=60$. Thus $[ABCD]=[ACD]+[ABC]=300+60=\fbox{360}$ ~ Solution by Ultraman
AMC10 Second Half
AMC10 A
9.82
2.466037
0.283919
2
3
false
HMMT
0.578954
0.029302
0.695094
HMMT-Nov
team
2,014
Nov
5
Let $A, B, C, D, E$ be five points on a circle; some segments are drawn between the points so that each of the $\left(\begin{array}{l}5 \\ 2\end{array}\right)=10$ pairs of points is connected by either zero or one segments. Determine the number of sets of segments that can be drawn such that: \begin{itemize} It is possible to travel from any of the five points to any other of the five points along drawn segments. It is possible to divide the five points into two nonempty sets $S$ and $T$ such that each segment has one endpoint in $S$ and the other endpoint in $T$. \end{itemize}
195
First we show that we can divide the five points into sets $S$ and $T$ according to the second condition in only one way. Assume that we can divide the five points into $S \cup T$ and $S^{\prime} \cup T^{\prime}$. Then, let $A=S^{\prime} \cap S, B=S^{\prime} \cap T, C=T^{\prime} \cap S$, and $D=T^{\prime} \cap T$. Since $S, T$ and $S^{\prime}, T^{\prime}$ partition the set of five points, $A, B, C, D$ also partition the set of five points. Now, according to the second condition, there can only be segments between $S$ and $T$ and between $S^{\prime}$ and $T^{\prime}$. Therefore, the only possible segments are between points in $A$ and $D$, or between points in $B$ and $C$. Since, according to the first condition, the points are all connected via segments, it must be that $A=D=\varnothing$ or $B=C=\varnothing$. If $A=D=\varnothing$, then it follows that $S^{\prime}=T$ and $T^{\prime}=S$. Otherwise, if $B=C=\varnothing$, then $S^{\prime}=S$ and $T^{\prime}=T$. In either case, $S, T$ and $S^{\prime}, T^{\prime}$ are the same partition of the five points, as desired. We now determine the possible sets of segments with regard to the sets $S$ and $T$. Case 1: the two sets contain 4 points and 1 point. Then, there are $\left(\begin{array}{l}5 \\ 1\end{array}\right)=5$ ways to partition the points in this manner. Moreover, the 1 point (in its own set) must be connected to each of the other 4 points, and these are the only possible segments. Therefore, there is only 1 possible set of segments, which, combining with the 5 ways of choosing the sets, gives 5 possible sets of segments. Case 2: the two sets contain 3 points and 2 points. Then, there are $\left(\begin{array}{l}5 \\ 2\end{array}\right)=10$ ways to partition the points in this manner. Let $S$ be the set containing 3 points and $T$ the set containing 2 points. We consider the possible degrees of the points in $T$. \begin{itemize} \item If both points have degree 3 , then each point must connect to all points in $S$, and the five points are connected via segments. So the number of possible sets of segments is 1 . \item If the points have degree 3 and 2 . Then, we can swap the points in 2 ways, and, for the point with degree 2 , we can choose the elements of $S$ it connects to in $\left(\begin{array}{l}3 \\ 2\end{array}\right)=3$ ways. In each case, the five points are guaranteed to be connected via segments. Hence 6 ways. \item If the points have degree 3 and 1 . Similarly, we can swap the points in 2 ways and connect the point with degree 1 to the elements of $S$ in $\left(\begin{array}{l}3 \\ 1\end{array}\right)=3$ ways. Since all five points are connected in all cases, we have 6 ways. \item If both points have degree 2. Then, in order for the five points to be connected, the two points must connect to a common element of $S$. Call this common element $A$. Then, for the other two elements of $S$, each one must be connected to exactly one element of $T$. We can choose $A$ in 3 ways, and swap the correspondence between the other two elements of $S$ with the elements of $T$ in 2 ways. Hence 6 ways. \item If the points have degree 2 and 1 . Then, in order to cover $S$, the point with degree 2 must connect to 2 points in $S$, and the point with degree 1 to the remaining point in $S$. But then, the five points will not be connected via segments, an impossibility. \item If both points have degree 1. Then, similar to the previous case, it is impossible to cover all the 3 points in $S$ with only 2 segments, a contradiction. \end{itemize} Combining the subcases, we have $1+6+6+6=19$ possible sets of segments with regard to a partition. With 10 possible partitions, we have a total of $19 \cdot 10=190$ possible sets of segments. Finally, combining this number with the 5 possibilities from case 1 , we have a total of $5+190=195$ possibilities, as desired. $\fbox{195}$.
HMMT Nov Team
HMMT-Nov Team
11.851852
4.342879
0.182551
4
5.5
false
AIME
0.635741
0.042535
0.738365
AIME
I
2,014
N/A
12
Let $A=\{1,2,3,4\}$, and $f$ and $g$ be randomly chosen (not necessarily distinct) functions from $A$ to $A$. The probability that the range of $f$ and the range of $g$ are disjoint is $\tfrac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m$.
453
The natural way to go is casework. And the natural process is to sort $f$ and $g$ based on range size! Via Pigeonhole Principle, we see that the only real possibilities are: $f 1 g 1; f 1 g 2; f 1 g 3; f 2 g 2$. Note that the $1, 2$ and $1, 3$ cases are symmetrical and we need just a $*2$. Note also that the total number of cases is $4^4*4^4=4^8$. $f 1 g 1$: clearly, we choose one number as the range for $f$, one for $g$, yielding $12$ possibilities. $f 1 g 2$ with symmetry (WLOG $f$ has 1 element): start by selecting numbers for the ranges. This yields $4$ for the one number in $f$, and $3$ options for the two numbers for $g$. Afterwards, note that the function with 2 numbers in the range can have $4+6+4=14$ arrangements of these two numbers (1 of one, 3 of the other *2 and 2 of each). Therefore, we have $2*12*14$ possibilities, the 2 from symmetry. $f 2 g 2$: no symmetry, still easy! Just note that we have $6$ choices of which numbers go to $f$ and $g$, and within each, $14*14=196$ choices for the orientation of each of the two numbers. That's $6*196$ possibilities. $f 1 g 3$: again, symmetrical (WLOG $f$ has one element): $4$ ways to select the single element for $f$, and then find the number of ways to distribute the $3$ distinct numbers in the range for $g$. The only arrangement for the frequency of each number is ${1, 1, 2}$ in some order. Therefore, we have $3$ ways to choose which number is the one represented twice, and then note that there are $12$ ways to arrange these! The number of possibilities in this situation is $2 * 4 * 3 * 12$. Total, divided by $4^8$, gets $\frac{3 * (1 + 2 * 7^2 + 2^2 * 7 + 2^3 * 3)}{4^7}$, with numerator $\fbox{453}$.
Hard AIME Problems
AIME
5.33
4.696659
0.264995
5
5.5
false
HMMT
0.460207
0.096558
0.555472
HMMT-Nov
guts
2,023
Nov
17
Let $A B C$ be an equilateral triangle of side length 15 . Let $A_{b}$ and $B_{a}$ be points on side $A B, A_{c}$ and $C_{a}$ be points on side $A C$, and $B_{c}$ and $C_{b}$ be points on side $B C$ such that $\triangle A A_{b} A_{c}, \triangle B B_{c} B_{a}$, and $\triangle C C_{a} C_{b}$ are equilateral triangles with side lengths 3, 4, and 5 , respectively. Compute the radius of the circle tangent to segments $\overline{A_{b} A_{c}}, \overline{B_{a} B_{c}}$, and $\overline{C_{a} C_{b}}$.
3 \sqrt{3}
Solution: Let $\triangle X Y Z$ be the triangle formed by lines $A_{b} A_{c}, B_{a} B_{c}$, and $C_{a} C_{b}$. Then, the desired circle is the incircle of $\triangle X Y Z$, which is equilateral. We have \[ \begin{aligned} Y Z & =Y A_{c}+A_{c} A_{b}+A_{b} Z \\ & =A_{c} C_{a}+A_{c} A_{b}+A_{b} B_{a} \\ & =(15-3-5)+3+(15-3-4) \\ & =18 \end{aligned} \] and so the inradius is $\frac{1}{2 \sqrt{3}} \cdot 18=3 \sqrt{3}$. $\fbox{3 \sqrt{3}}$.
HMMT Nov Guts
HMMT-Nov Guts
44.247788
3.60308
0.601558
3.5
6
true
HMMT
0.700249
0.052092
0.797862
HMMT-Feb
guts
2,021
Feb
4
In a 3 by 3 grid of unit squares, an up-right path is a path from the bottom left corner to the top right corner that travels only up and right in steps of 1 unit. For such a path $p$, let $A_{p}$ denote the number of unit squares under the path $p$. Compute the sum of $A_{p}$ over all up-right paths $p$.
90
Solution: Each path consists of 3 steps up and 3 steps to the right, so there are $\left(\begin{array}{l}6 \\ 3\end{array}\right)=20$ total paths. Consider the sum of the areas of the regions above all of these paths. By symmetry, this is the same as the answer to the problem. For any path, the sum of the areas of the regions above and below it is $3^{2}=9$, so the sum of the areas of the regions above and below all paths is $9 \cdot 20=180$. Therefore, our final answer is $\frac{1}{2} \cdot 180=90$. $\fbox{90}$.
HMMT Feb Guts
HMMT-Feb Guts
61.904762
5.098551
0.324534
4
6.5
false
HMMT
0.886294
0.196521
0.970818
HMMT-Feb
guts
2,023
Feb
34
The number 2027 is prime. For $i=1,2, \ldots, 2026$, let $p_{i}$ be the smallest prime number such that $p_{i} \equiv i(\bmod 2027)$. Estimate $\max \left(p_{1}, \ldots, p_{2026}\right)$. Submit a positive integer $E$. If the correct answer is $A$, you will receive $\left\lfloor 25 \min \left((E / A)^{8},(A / E)^{8}\right)\right\rfloor$ points. (If you do not submit a positive integer, you will receive zero points for this question.)
113779
Solution: In this solution, all logs are in base $e$. Let $p_{1}, p_{2}, \ldots$ be the primes in sorted order. Let $q_{i}=p_{i} \bmod 2027$. Since the residues of primes modulo 2027 should be uniformly distributed, we can make the probabilistic approximation that the $q_{i}$ are random variables uniformly distributed among $1, \ldots, 2026$. This becomes the famous "coupon collector" problem: the random variables $q_{i}$ are coupons with 2026 different types, and we keep collecting coupons until we have encountered one of each type. In other words, we seek to find the smallest $k$ such that $\left\{q_{1}, \ldots, q_{k}\right\}=\{1, \ldots, 2026\}$, and then the answer to the problem is $p_{k}$. It is known that the expected value of $k$ is $2026\left(\frac{1}{1}+\frac{1}{2}+\cdots+\frac{1}{2026}\right) \approx 2026 \log 2026$. This is because we must draw an expected $\frac{2026}{2026}$ coupons until we get our first distinct coupon type, then an expected $\frac{2026}{2025}$ coupons until we get our second new coupon type, and so on. The standard deviation of $k$ is a small fraction of its its expectation, so we can safely assume that $k$ is approximately $2026 \log 2026$. Since the $n$-th prime is approximately $n \log n$, our estimate is \[ \begin{aligned} E & \approx 2026 \log 2026 \log (2026 \log 2026) \\ & \approx 2026 \log ^{2} 2026 \\ & \approx 117448 \end{aligned} \] This achieves $A / E \approx 0.969$, which scores 19 out of 25 points. $\fbox{113779}$.
HMMT Feb Guts
HMMT-Feb Guts
0.358209
6.257612
1.224328
4
6.5
false
AIME
0.538855
0.031701
0.650063
AIME
II
2,019
N/A
7
Triangle $ABC$ has side lengths $AB=120,BC=220$, and $AC=180$. Lines $\ell_A,\ell_B$, and $\ell_C$ are drawn parallel to $\overline{BC},\overline{AC}$, and $\overline{AB}$, respectively, such that the intersections of $\ell_A,\ell_B$, and $\ell_C$ with the interior of $\triangle ABC$ are segments of lengths $55,45$, and $15$, respectively. Find the perimeter of the triangle whose sides lie on lines $\ell_A,\ell_B$, and $\ell_C$.
715
Let the points of intersection of $\ell_A, \ell_B,\ell_C$ with $\triangle ABC$ divide the sides into consecutive segments $BD,DE,EC,CF,FG,GA,AH,HI,IB$. Furthermore, let the desired triangle be $\triangle XYZ$, with $X$ closest to side $BC$, $Y$ closest to side $AC$, and $Z$ closest to side $AB$. Hence, the desired perimeter is $XE+EF+FY+YG+GH+HZ+ZI+ID+DX=(DX+XE)+(FY+YG)+(HZ+ZI)+115$ since $HG=55$, $EF=15$, and $ID=45$. Note that $\triangle AHG\sim \triangle BID\sim \triangle EFC\sim \triangle ABC$, so using similar triangle ratios, we find that $BI=HA=30$, $BD=HG=55$, $FC=\frac{45}{2}$, and $EC=\frac{55}{2}$. We also notice that $\triangle EFC\sim \triangle YFG\sim \triangle EXD$ and $\triangle BID\sim \triangle HIZ$. Using similar triangles, we get that \[FY+YG=\frac{GF}{FC}\cdot \left(EF+EC\right)=\frac{225}{45}\cdot \left(15+\frac{55}{2}\right)=\frac{425}{2}\] \[DX+XE=\frac{DE}{EC}\cdot \left(EF+FC\right)=\frac{275}{55}\cdot \left(15+\frac{45}{2}\right)=\frac{375}{2}\] \[HZ+ZI=\frac{IH}{BI}\cdot \left(ID+BD\right)=2\cdot \left(45+55\right)=200\] Hence, the desired perimeter is $200+\frac{425+375}{2}+115=600+115=\fbox{715}$ -ktong
Intermediate AIME Problems
AIME
57.61
4.093058
0.197496
4
4.5
true
AMC
0.226103
0.078026
0.223899
AMC10
10A
2,020
N/A
8
What is the value of \[1+2+3-4+5+6+7-8+\cdots+197+198+199-200?\]
9,900
Looking at the numbers, you see that every set of $4$ has $3$ positive numbers and 1 negative number. Calculating the sum of the first couple sets gives us $2+10+18...+394$. Clearly, this pattern is an arithmetic sequence. By using the formula we get $\frac{2+394}{2}\cdot 50=\fbox{9,900}$.
AMC10 First Half
AMC10 A
37.24
2.144608
0.486104
1
2
false
AMC
0.070562
0.017298
0.018113
AMC8
8
2,005
N/A
2
Karl bought five folders from Pay-A-Lot at a cost of $\textdollar 2.50$ each. Pay-A-Lot had a 20%-off sale the following day. How much could Karl have saved on the purchase by waiting a day?
2.50
Karl paid $5 \cdot 2.50 = \textdollar 12.50$. $20 \%$ of this cost that he saved is $12.50 \cdot .2 = \fbox{2.50}$.
AMC8 First Half
AMC8
64.02
1.175584
0.107767
1
1.25
false
HMMT
0.479082
0.058362
0.573082
HMMT-Nov
guts
2,019
Nov
8
There are 36 students at the Multiples Obfuscation Program, including a singleton, a pair of identical twins, a set of identical triplets, a set of identical quadruplets, and so on, up to a set of identical octuplets. Two students look the same if and only if they are from the same identical multiple. Nithya the teaching assistant encounters a random student in the morning and a random student in the afternoon (both chosen uniformly and independently), and the two look the same. What is the probability that they are actually the same person?
\frac{3}{17}
Let $X$ and $Y$ be the students Nithya encounters during the day. The number of pairs $(X, Y)$ for which $X$ and $Y$ look the same is $1 \cdot 1+2 \cdot 2+\ldots+8 \cdot 8=204$, and these pairs include all the ones in which $X$ and $Y$ are identical. As $X$ and $Y$ are chosen uniformly and independently, all 204 pairs are equally likely to be chosen, thus the problem reduces to choosing one of the 36 pairs in 204, the probability for which is $\frac{3}{17}$. $\fbox{\frac{3}{17}}$.
HMMT Nov Guts
HMMT-Nov Guts
29.91453
3.72067
0.363596
3.5
6
false
AMC
0.277855
0.104629
0.345409
AMC10
10B
2,020
N/A
21
In square $ABCD$, points $E$ and $H$ lie on $\overline{AB}$ and $\overline{DA}$, respectively, so that $AE=AH.$ Points $F$ and $G$ lie on $\overline{BC}$ and $\overline{CD}$, respectively, and points $I$ and $J$ lie on $\overline{EH}$ so that $\overline{FI} \perp \overline{EH}$ and $\overline{GJ} \perp \overline{EH}$. See the figure below. Triangle $AEH$, quadrilateral $BFIE$, quadrilateral $DHJG$, and pentagon $FCGJI$ each has area $1.$ What is $FI^2$? [asy] real x=2sqrt(2); real y=2sqrt(16-8sqrt(2))-4+2sqrt(2); real z=2sqrt(8-4sqrt(2)); pair A, B, C, D, E, F, G, H, I, J; A = (0,0); B = (4,0); C = (4,4); D = (0,4); E = (x,0); F = (4,y); G = (y,4); H = (0,x); I = F + z * dir(225); J = G + z * dir(225); draw(A--B--C--D--A); draw(H--E); draw(J--G^^F--I); draw(rightanglemark(G, J, I), linewidth(.5)); draw(rightanglemark(F, I, E), linewidth(.5)); dot("$A$", A, S); dot("$B$", B, S); dot("$C$", C, dir(90)); dot("$D$", D, dir(90)); dot("$E$", E, S); dot("$F$", F, dir(0)); dot("$G$", G, N); dot("$H$", H, W); dot("$I$", I, SW); dot("$J$", J, SW); [/asy]
8-4\sqrt2
Since the total area is $4$, the side length of square $ABCD$ is $2$. We see that since triangle $HAE$ is a right isosceles triangle with area 1, we can determine sides $HA$ and $AE$ both to be $\sqrt{2}$. Now, consider extending $FB$ and $IE$ until they intersect. Let the point of intersection be $K$. We note that $EBK$ is also a right isosceles triangle with side $2-\sqrt{2}$ and find its area to be $3-2\sqrt{2}$. Now, we notice that $FIK$ is also a right isosceles triangle (because $\angle EKB=45^\circ$) and find it's area to be $\frac{1}{2}$$FI^2$. This is also equal to $1+3-2\sqrt{2}$ or $4-2\sqrt{2}$. Since we are looking for $FI^2$, we want two times this.(This is a misplaced problem) That gives $\fbox{8-4\sqrt2}$.
AMC10 Final Problems
AMC10 B
7.07
2.46702
0.65184
3.5
4.5
false
AMC
0.290978
0.056314
0.383648
AMC10
10B
2,003
N/A
19
Three semicircles of radius $1$ are constructed on diameter $\overline{AB}$ of a semicircle of radius $2$. The centers of the small semicircles divide $\overline{AB}$ into four line segments of equal length, as shown. What is the area of the shaded region that lies within the large semicircle but outside the smaller semicircles? [asy] import graph; unitsize(14mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); dashed=linetype("4 4"); dotfactor=3; pair A=(-2,0), B=(2,0); fill(Arc((0,0),2,0,180)--cycle,mediumgray); fill(Arc((-1,0),1,0,180)--cycle,white); fill(Arc((0,0),1,0,180)--cycle,white); fill(Arc((1,0),1,0,180)--cycle,white); draw(Arc((-1,0),1,60,180)); draw(Arc((0,0),1,0,60),dashed); draw(Arc((0,0),1,60,120)); draw(Arc((0,0),1,120,180),dashed); draw(Arc((1,0),1,0,120)); draw(Arc((0,0),2,0,180)--cycle); dot((0,0)); dot((-1,0)); dot((1,0)); draw((-2,-0.1)--(-2,-0.3),gray); draw((-1,-0.1)--(-1,-0.3),gray); draw((1,-0.1)--(1,-0.3),gray); draw((2,-0.1)--(2,-0.3),gray); label("$A$",A,W); label("$B$",B,E); label("1",(-1.5,-0.1),S); label("2",(0,-0.1),S); label("1",(1.5,-0.1),S);[/asy]
\frac{7}{6}\pi - \frac{\sqrt{3}}{2}
[asy] import graph; unitsize(14mm); defaultpen(linewidth(.8pt)+fontsize(8pt)); dashed=linetype("4 4"); dotfactor=3; pair A=(-2,0), B=(2,0); fill(Arc((0,0),2,0,180)--cycle,mediumgray); fill(Arc((-1,0),1,0,180)--cycle,white); fill(Arc((0,0),1,0,180)--cycle,white); fill(Arc((1,0),1,0,180)--cycle,white); draw(Arc((-1,0),1,60,180)); draw(Arc((0,0),1,0,60),dashed); draw(Arc((0,0),1,60,120)); draw(Arc((0,0),1,120,180),dashed); draw(Arc((1,0),1,0,120)); draw(Arc((0,0),2,0,180)--cycle); dot((0,0)); dot((-1,0)); dot((1,0)); draw((-2,-0.1)--(-2,-0.3),gray); draw((-1,-0.1)--(-1,-0.3),gray); draw((1,-0.1)--(1,-0.3),gray); draw((2,-0.1)--(2,-0.3),gray); label("$A$",A,W); label("$B$",B,E); label("1",(-1.5,-0.1),S); label("2",(0,-0.1),S); label("1",(1.5,-0.1),S); draw((1,0)--(0.5,0.866)); draw((0,0)--(0.5,0.866)); draw((-1,0)--(-0.5,0.866)); draw((0,0)--(-0.5,0.866));[/asy] By drawing four lines from the intersect of the semicircles to their centers, we have split the white region into $\frac{5}{6}$ of a circle with radius $1$ and two equilateral triangles with side length $1$. This gives the area of the white region as $\frac{5}{6}\pi+\frac{2\cdot\sqrt3}{4}=\frac{5}{6}\pi+\frac{\sqrt3}{2}$. The area of the shaded region is the area of the white region subtracted from the area of the large semicircle. This is equivalent to $2\pi-\left(\frac{5}{6}\pi+\frac{\sqrt3}{2}\right)=\frac{7}{6}\pi-\frac{\sqrt3}{2}$. Thus the answer is $\fbox{\frac{7}{6}\pi - \frac{\sqrt{3}}{2}}$.
AMC10 Second Half
AMC10 B
4.71
2.548778
0.350839
2
3
false
AMC
0.226153
0.028
0.224151
AMC10
10B
2,010
N/A
17
Every high school in the city of Euclid sent a team of $3$ students to a math contest. Each participant in the contest received a different score. Andrea's score was the median among all students, and hers was the highest score on her team. Andrea's teammates Beth and Carla placed $37$th and $64$th, respectively. How many schools are in the city?
23
There are $x$ schools. This means that there are $3x$ people. Because no one's score was the same as another person's score, that means that there could only have been $1$ median score. This implies that $x$ is an odd number. $x$ cannot be less than $23$, because there wouldn't be a $64$th place if x was. $x$ cannot be greater than $23$ either, because that would tie Andrea and Beth or Andrea's place would be worse than Beth's. Thus, the only possible answer is $23 \Rightarrow \fbox{23}$.
AMC10 Second Half
AMC10 B
29.38
2.144921
0.17444
2
3
false
AMC
0.223832
0.036881
0.217358
AMC10
10A
2,009
N/A
20
Andrea and Lauren are $20$ kilometers apart. They bike toward one another with Andrea traveling three times as fast as Lauren, and the distance between them decreasing at a rate of $1$ kilometer per minute. After $5$ minutes, Andrea stops biking because of a flat tire and waits for Lauren. After how many minutes from the time they started to bike does Lauren reach Andrea?
65
Let their speeds in kilometers per hour be $v_A$ and $v_L$. We know that $v_A=3v_L$ and that $v_A+v_L=60$. (The second equation follows from the fact that $1\mathrm km/min = 60\mathrm km/h$.) This solves to $v_A=45$ and $v_L=15$. As the distance decreases at a rate of $1$ kilometer per minute, after $5$ minutes the distance between them will be $20-5=15$ kilometers. From this point on, only Lauren will be riding her bike. As there are $15$ kilometers remaining and $v_L=15$, she will need exactly an hour to get to Andrea. Therefore the total time in minutes is $5+60 = \fbox{65}$.
AMC10 Second Half
AMC10 A
39
2.130461
0.22977
2
3
false
AMC
0.172794
0.019156
0.142893
AMC10
10A
2,012
N/A
5
Last year 100 adult cats, half of whom were female, were brought into the Smallville Animal Shelter. Half of the adult female cats were accompanied by a litter of kittens. The average number of kittens per litter was 4. What was the total number of cats and kittens received by the shelter last year?
200
Half of the 100 adult cats are female, so there are $\frac{100}{2}$ = $50$ female cats. Half of those female adult cats have a litter of kittens, so there would be $\frac{50}{2}$ = $25$ litters. Since the average number of kittens per litter is 4, this implies that there are $25 \times 4$ = $100$ kittens. So the total number of cats and kittens would be $100 + 100$ = $\fbox{200}$
AMC10 First Half
AMC10 A
77.38
1.81249
0.119345
1
2
false
AMC
0.255236
0.066842
0.289308
AMC12
12B
2,008
N/A
10
Bricklayer Brenda would take $9$ hours to build a chimney alone, and bricklayer Brandon would take $10$ hours to build it alone. When they work together they talk a lot, and their combined output is decreased by $10$ bricks per hour. Working together, they build the chimney in $5$ hours. How many bricks are in the chimney?
900
Let $h$ be the number of bricks in the chimney. Without talking, Brenda and Brandon lay $\frac{h}{9}$ and $\frac{h}{10}$ bricks per hour respectively, so together they lay $\frac{h}{9}+\frac{h}{10}-10$ per hour together. Since they finish the chimney in $5$ hours, $h=5\left( \frac{h}{9}+\frac{h}{10}-10 \right)$. Thus, $h=900 $. $\fbox{900}$.
AMC12 First Half
AMC12 B
38.65
2.326107
0.416428
1.5
2
false
AMC
0.050252
0.027688
0.009057
AMC8
8
2,020
N/A
5
Three fourths of a pitcher is filled with pineapple juice. The pitcher is emptied by pouring an equal amount of juice into each of $5$ cups. What percent of the total capacity of the pitcher did each cup receive?
15
Each cup is filled with $\frac{3}{4} \cdot \frac{1}{5} = /frac{3}{20}$ of the amount of juice in the pitcher, so the percentage is $\frac{3}{20} \cdot 100 = \fbox{15}$.
AMC8 First Half
AMC8
77.62
1.049051
0.172499
1
1.25
false
AMC
0.301395
0.061483
0.402264
AMC10
10A
2,021
N/A
19
The area of the region bounded by the graph of\[x^2+y^2 = 3|x-y| + 3|x+y|\]is $m+n\pi$, where $m$ and $n$ are integers. What is $m + n$?
54
In order to attack this problem, we can use casework on the sign of $|x-y|$ and $|x+y|$. Case 1: $|x-y|=x-y, |x+y|=x+y$ Substituting and simplifying, we have $x^2-6x+y^2=0$, i.e. $(x-3)^2+y^2=3^2$, which gives us a circle of radius $3$ centered at $(3,0)$. Case 2: $|x-y|=y-x, |x+y|=x+y$ Substituting and simplifying again, we have $x^2+y^2-6y=0$, i.e. $x^2+(y-3)^2=3^2$. This gives us a circle of radius $3$ centered at $(0,3)$. Case 3: $|x-y|=x-y, |x+y|=-x-y$ Doing the same process as before, we have $x^2+y^2+6y=0$, i.e. $x^2+(y+3)^2=3^2$. This gives us a circle of radius $3$ centered at $(0,-3)$. Case 4: $|x-y|=y-x, |x+y|=-x-y$ One last time: we have $x^2+y^2+6x=0$, i.e. $(x+3)^2+y^2=3^2$. This gives us a circle of radius $3$ centered at $(-3,0)$. After combining all the cases and drawing them on the Cartesian Plane, this is what the diagram looks like: [asy] size(10cm); Label f; f.p=fontsize(7); xaxis(-8,8,Ticks(f, 1.0)); yaxis(-8,8,Ticks(f, 1.0)); draw(arc((-3,0),3,90,270) -- cycle, gray); draw(arc((0,3),3,0,180) -- cycle, gray); draw(arc((3,0),3,-90,90) -- cycle, gray); draw(arc((0,-3),3,-180,0) -- cycle, gray); draw((-3,3)--(3,3)--(3,-3)--(-3,-3)--cycle, grey); [/asy] Now, the area of the shaded region is just a square with side length $6$ with four semicircles of radius $3$. The area is $6\cdot6+4\cdot \frac{9\pi}{2} = 36+18\pi$. The answer is $36+18$ which is $\fbox{54}$
AMC10 Second Half
AMC10 A
4.76
2.613678
0.383039
2
3
false
AMC
0.330905
0.042293
0.447925
AMC12
12B
2,009
N/A
22
Parallelogram $ABCD$ has area $1,\!000,\!000$. Vertex $A$ is at $(0,0)$ and all other vertices are in the first quadrant. Vertices $B$ and $D$ are lattice points on the lines $y = x$ and $y = kx$ for some integer $k > 1$, respectively. How many such parallelograms are there? (A lattice point is any point whose coordinates are both integers.)
784
The area of any parallelogram $ABCD$ can be computed as the size of the vector product of $\overrightarrow{AB}$ and $\overrightarrow{AD}$. In our setting where $A=(0,0)$, $B=(s,s)$, and $D=(t,kt)$ this is simply $s\cdot kt - s\cdot t = (k-1)st$. In other words, we need to count the triples of integers $(k,s,t)$ where $k>1$, $s,t>0$ and $(k-1)st = 1,\!000,\!000 = 2^6 5^6$. These can be counted as follows: We have $6$ identical red balls (representing powers of $2$), $6$ blue balls (representing powers of $5$), and three labeled urns (representing the factors $k-1$, $s$, and $t$). The red balls can be distributed in ${8\choose 2} = 28$ ways, and for each of these ways, the blue balls can then also be distributed in $28$ ways. (See Distinguishability for a more detailed explanation.) Thus there are exactly $28^2 = 784$ ways how to break $1,\!000,\!000$ into three positive integer factors, and for each of them we get a single parallelogram. Hence the number of valid parallelograms is $784 \longrightarrow \fbox{784}$.
AMC12 Final Problems
AMC12 B
4.98
2.797526
0.263487
3
5.5
false
AMC
0.286198
0.029414
0.372327
AMC12
12B
2,013
N/A
13
The internal angles of quadrilateral $ABCD$ form an arithmetic progression. Triangles $ABD$ and $DCB$ are similar with $\angle DBA = \angle DCB$ and $\angle ADB = \angle CBD$. Moreover, the angles in each of these two triangles also form an arithmetic progression. In degrees, what is the largest possible sum of the two largest angles of $ABCD$?
240
Since the angles of Quadrilateral $ABCD$ form an arithmetic sequence, we can assign each angle with the value $a$, $a+d$, $a+2d$, and $a+3d$. Also, since these angles form an arithmetic progression, we can reason out that $(a)+(a+3d)=(a+d)+(a+2d)=180$. For the sake of simplicity, lets rename the angles of each similar triangle. Let $\angle ADB = \angle CBD = \alpha$, $\angle DBA = \angle DCB = \beta$, $\angle CDB = \angle BAD = \gamma$. Now the four angles of $ABCD$ are $\beta$, $\alpha + \beta$, $\gamma$, and $\alpha + \gamma$. As for the similar triangles, we can name their angles $y$, $y+b$, and $y+2b$. Therefore $y+y+b+y+2b=180$ and $y+b=60$. Because these 3 angles are each equal to one of $\alpha, \beta, \gamma$, we know that one of these three angles is equal to 60 degrees. Now we we use trial and error. Let $\alpha = 60^{\circ}$. Then the angles of ABCD are $\beta$, $60^{\circ} + \beta$, $\gamma$, and $60^{\circ} + \gamma$. Since these four angles add up to 360, then $\beta + \gamma= 120$. If we list them in increasing value, we get $\beta$, $\gamma$, $60^{\circ} + \beta$, $60^{\circ} + \gamma$. Note that this is the only sequence that works because the common difference is less than 45. So, this would give us the four angles 45, 75, 105, and 135. In this case, $\alpha, \beta, \gamma$ also form an arithmetic sequence with 45, 60, and 75, and the largest two angles of the quadrilateral add up to 240 which is an answer choice. If we apply the same reasoning to $\beta$ and $\gamma$, we would get the sum of the highest two angles as 220, which works but is lower than 240. Therefore, $\fbox{240}$ is the correct answer.
AMC12 Second Half
AMC12 B
18.55
2.519002
0.183249
2.5
3.5
false
HMMT
0.703834
0.044654
0.801006
HMMT-Feb
guts
2,014
Feb
5
If four fair six-sided dice are rolled, what is the probability that the lowest number appearing on any die is exactly 3 ?
175 / 1296
The probability that all the die rolls are at least 3 is $\frac{4}{6}$. The probability they are all at least 4 is $\frac{3}{6}$. The probability of being in the former category but not the latter is thus $\frac{4}{6}^{4}-\frac{3}{6}^{4}=\frac{256-81}{1296}=\frac{175}{1296}$. $\fbox{175 / 1296}$.
HMMT Feb Guts
HMMT-Feb Guts
59.090909
5.12088
0.278196
4
6.5
false
AMC
0.273053
0.041942
0.332075
AMC12
12B
2,015
N/A
16
A regular hexagon with sides of length 6 has an isosceles triangle attached to each side. Each of these triangles has two sides of length 8. The isosceles triangles are folded to make a pyramid with the hexagon as the base of the pyramid. What is the volume of the pyramid?
36\sqrt{21}
The distance from a corner to the center is 6, and from the corner to the top of the pyramid is 8, so the height is $\sqrt{8^2 - 6^2} = \sqrt{64 - 36} = \sqrt{28} = 2\sqrt{7}$. The area of the hexagon is \[\frac{3\sqrt{3}}{2} \cdot (\text{side})^2 = \frac{3\sqrt{3}}{2} \cdot 6^2 = 54\sqrt{3}\] Thus, the volume of the pyramid is \[\frac{1}{3} \times \text{base} \times \text{height} = \frac{ 54\sqrt{3} \cdot 2\sqrt{7}}{3} = \fbox{36\sqrt{21}}\].
AMC12 Second Half
AMC12 B
25.97
2.437104
0.261298
2.5
3.5
false