id int64 1 7.14k | link stringlengths 75 84 | no int64 1 14 | problem stringlengths 14 5.33k | solution stringlengths 21 6.43k | answer int64 0 999 |
|---|---|---|---|---|---|
2,001 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_13 | 1 | What is the volume of tetrahedron $ABCD$ with edge lengths $AB = 2$ $AC = 3$ $AD = 4$ $BC = \sqrt{13}$ $BD = 2\sqrt{5}$ , and $CD = 5$
$\textbf{(A)} ~3 \qquad\textbf{(B)} ~2\sqrt{3} \qquad\textbf{(C)} ~4\qquad\textbf{(D)} ~3\sqrt{3}\qquad\textbf{(E)} ~6$ | Drawing the tetrahedron out and testing side lengths, we realize that the $\triangle ACD, \triangle ABC,$ and $\triangle ABD$ are right triangles by the Converse of the Pythagorean Theorem. It is now easy to calculate the volume of the tetrahedron using the formula for the volume of a pyramid. If we take $\triangle ADC... | 4 |
2,002 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_13 | 2 | What is the volume of tetrahedron $ABCD$ with edge lengths $AB = 2$ $AC = 3$ $AD = 4$ $BC = \sqrt{13}$ $BD = 2\sqrt{5}$ , and $CD = 5$
$\textbf{(A)} ~3 \qquad\textbf{(B)} ~2\sqrt{3} \qquad\textbf{(C)} ~4\qquad\textbf{(D)} ~3\sqrt{3}\qquad\textbf{(E)} ~6$ | We will place tetrahedron $ABCD$ in the $xyz$ -plane. By the Converse of the Pythagorean Theorem, we know that $\triangle ACD$ is a right triangle. Without the loss of generality, let $A=(0,0,0), C=(3,0,0), D=(0,4,0),$ and $B=(x,y,z).$
We apply the Distance Formula to $\overline{BA},\overline{BC},$ and $\overline{BD},$... | 4 |
2,003 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_14 | 1 | All the roots of the polynomial $z^6-10z^5+Az^4+Bz^3+Cz^2+Dz+16$ are positive integers, possibly repeated. What is the value of $B$
$\textbf{(A) }{-}88 \qquad \textbf{(B) }{-}80 \qquad \textbf{(C) }{-}64 \qquad \textbf{(D) }{-}41\qquad \textbf{(E) }{-}40$ | By Vieta's formulas, the sum of the six roots is $10$ and the product of the six roots is $16$ . By inspection, we see the roots are $1, 1, 2, 2, 2,$ and $2$ , so the function is $(z-1)^2(z-2)^4=(z^2-2z+1)(z^4-8z^3+24z^2-32z+16)$ . Therefore, calculating just the $z^3$ terms, we get $B = -32 - 48 - 8 = \boxed{88}$ | 88 |
2,004 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_14 | 2 | All the roots of the polynomial $z^6-10z^5+Az^4+Bz^3+Cz^2+Dz+16$ are positive integers, possibly repeated. What is the value of $B$
$\textbf{(A) }{-}88 \qquad \textbf{(B) }{-}80 \qquad \textbf{(C) }{-}64 \qquad \textbf{(D) }{-}41\qquad \textbf{(E) }{-}40$ | Using the same method as Solution 1, we find that the roots are $2, 2, 2, 2, 1,$ and $1$ . Note that $B$ is the negation of the 3rd symmetric sum of the roots. Using casework on the number of 1's in each of the $\binom {6}{3} = 20$ products $r_a \cdot r_b \cdot r_c,$ we obtain \[B= - \left(\binom {4}{3} \binom {2}{0} \... | 88 |
2,005 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_15 | 1 | Values for $A,B,C,$ and $D$ are to be selected from $\{1, 2, 3, 4, 5, 6\}$ without replacement (i.e. no two letters have the same value). How many ways are there to make such choices so that the two curves $y=Ax^2+B$ and $y=Cx^2+D$ intersect? (The order in which the curves are listed does not matter; for example, the c... | Visualizing the two curves, we realize they are both parabolas with the same axis of symmetry. Now assume that the first equation is above the second, since order doesn't matter. Then $C>A$ and $B>D$ . Therefore the number of ways to choose the four integers is $\tbinom{6}{2}\tbinom{4}{2}=90$ , and the answer is $\boxe... | 90 |
2,006 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_15 | 2 | Values for $A,B,C,$ and $D$ are to be selected from $\{1, 2, 3, 4, 5, 6\}$ without replacement (i.e. no two letters have the same value). How many ways are there to make such choices so that the two curves $y=Ax^2+B$ and $y=Cx^2+D$ intersect? (The order in which the curves are listed does not matter; for example, the c... | Setting $y = Ax^2+B = Cx^2+D$ , we find that $Ax^2-Cx^2 = x^2(A-C) = D-B$ , so $x^2 = \frac {D-B}{A-C} \ge 0$ by the trivial inequality. This implies that $D-B$ and $A-C$ must both be positive or negative. If two distinct values are chosen for $(A, C)$ and $(B, D)$ respectively, there are $2$ ways to order them so that... | 90 |
2,007 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_15 | 3 | Values for $A,B,C,$ and $D$ are to be selected from $\{1, 2, 3, 4, 5, 6\}$ without replacement (i.e. no two letters have the same value). How many ways are there to make such choices so that the two curves $y=Ax^2+B$ and $y=Cx^2+D$ intersect? (The order in which the curves are listed does not matter; for example, the c... | Like in Solution 2 , we find $\frac {D-B}{A-C} \ge 0$ . Notice that, since $D \ne B$ , this expression can never equal $0$ , and since $A \ne C$ , there won't be a divide-by- $0$ . This means that every choice results in either a positive or a negative value.
For every choice of $(A,B,C,D)$ that results in a positive v... | 90 |
2,008 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_16 | 1 | In the following list of numbers, the integer $n$ appears $n$ times in the list for $1 \leq n \leq 200$ \[1, 2, 2, 3, 3, 3, 4, 4, 4, 4, \ldots, 200, 200, \ldots , 200\] What is the median of the numbers in this list?
$\textbf{(A)} ~100.5 \qquad\textbf{(B)} ~134 \qquad\textbf{(C)} ~142 \qquad\textbf{(D)} ~150.5 \qquad\t... | The $x$ th number of this sequence is $\left\lceil\frac{-1\pm\sqrt{1+8x}}{2}\right\rceil$ via the quadratic formula. We can see that if we halve $x$ we end up getting $\left\lceil\frac{-1\pm\sqrt{1+4x}}{2}\right\rceil$ . This is approximately the number divided by $\sqrt{2}$ $\frac{200}{\sqrt{2}} = 141.4$ and since $14... | 142 |
2,009 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_16 | 2 | In the following list of numbers, the integer $n$ appears $n$ times in the list for $1 \leq n \leq 200$ \[1, 2, 2, 3, 3, 3, 4, 4, 4, 4, \ldots, 200, 200, \ldots , 200\] What is the median of the numbers in this list?
$\textbf{(A)} ~100.5 \qquad\textbf{(B)} ~134 \qquad\textbf{(C)} ~142 \qquad\textbf{(D)} ~150.5 \qquad\t... | We can look at answer choice $\textbf{(C)}$ , which is $142$ first. That means that the number of numbers from $1$ to $142$ is roughly the number of numbers from $143$ to $200$
The number of numbers from $1$ to $142$ is $\frac{142(142+1)}{2}$ which is approximately $10000.$ The number of numbers from $143$ to $200$ is ... | 142 |
2,010 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_16 | 3 | In the following list of numbers, the integer $n$ appears $n$ times in the list for $1 \leq n \leq 200$ \[1, 2, 2, 3, 3, 3, 4, 4, 4, 4, \ldots, 200, 200, \ldots , 200\] What is the median of the numbers in this list?
$\textbf{(A)} ~100.5 \qquad\textbf{(B)} ~134 \qquad\textbf{(C)} ~142 \qquad\textbf{(D)} ~150.5 \qquad\t... | We can arrange the numbers in the following pattern: \[ \begin{array}{cccccc} \ &\ &\ &\ &\ 200 & \\ \ &\ &\ &\ 199 & \ 200 & \\ \ &\ &\ \iddots& \ \vdots& \ \vdots& \\ \ &\ 2& \ \cdots& \ 199& \ 200& \\ 1 & \ 2 & \ \cdots& \ 199& \ 200& \end{array} \]
We can see this as a isosceles right triangle, with legs of length ... | 142 |
2,011 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_17 | 1 | Trapezoid $ABCD$ has $\overline{AB}\parallel\overline{CD},BC=CD=43$ , and $\overline{AD}\perp\overline{BD}$ . Let $O$ be the intersection of the diagonals $\overline{AC}$ and $\overline{BD}$ , and let $P$ be the midpoint of $\overline{BD}$ . Given that $OP=11$ , the length of $AD$ can be written in the form $m\sqrt{n}$... | Angle chasing* reveals that $\triangle BPC\sim\triangle BDA$ , therefore \[2=\frac{BD}{BP}=\frac{AB}{BC}=\frac{AB}{43},\] or $AB=86$
Additional angle chasing shows that $\triangle ABO\sim\triangle CDO$ , therefore \[2=\frac{AB}{CD}=\frac{BO}{OD}=\frac{BP+11}{BP-11},\] or $BP=33$ and $BD=66$
Since $\triangle ADB$ is rig... | 194 |
2,012 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_17 | 2 | Trapezoid $ABCD$ has $\overline{AB}\parallel\overline{CD},BC=CD=43$ , and $\overline{AD}\perp\overline{BD}$ . Let $O$ be the intersection of the diagonals $\overline{AC}$ and $\overline{BD}$ , and let $P$ be the midpoint of $\overline{BD}$ . Given that $OP=11$ , the length of $AD$ can be written in the form $m\sqrt{n}$... | Since $\triangle BCD$ is isosceles with base $\overline{BD},$ it follows that median $\overline{CP}$ is also an altitude. Let $OD=x$ and $CP=h,$ so $PB=x+11.$
Since $\angle AOD=\angle COP$ by vertical angles, we conclude that $\triangle AOD\sim\triangle COP$ by AA, from which $\frac{AD}{CP}=\frac{OD}{OP},$ or \[AD=CP\c... | 194 |
2,013 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_17 | 3 | Trapezoid $ABCD$ has $\overline{AB}\parallel\overline{CD},BC=CD=43$ , and $\overline{AD}\perp\overline{BD}$ . Let $O$ be the intersection of the diagonals $\overline{AC}$ and $\overline{BD}$ , and let $P$ be the midpoint of $\overline{BD}$ . Given that $OP=11$ , the length of $AD$ can be written in the form $m\sqrt{n}$... | Let $CP = y$ $CP$ a is perpendicular bisector of $DB.$ Then, let $DO = x,$ thus $DP = PB = 11+x.$
(1) $\triangle CPO \sim \triangle ADO,$ so we get $\frac{AD}{x} = \frac{y}{11},$ or $AD = \frac{xy}{11}.$
(2) Applying Pythagorean Theorem on $\triangle CDP$ gives $(11+x)^2 + y^2 = 43^2.$
(3) $\triangle BPC \sim \triangle... | 194 |
2,014 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_17 | 4 | Trapezoid $ABCD$ has $\overline{AB}\parallel\overline{CD},BC=CD=43$ , and $\overline{AD}\perp\overline{BD}$ . Let $O$ be the intersection of the diagonals $\overline{AC}$ and $\overline{BD}$ , and let $P$ be the midpoint of $\overline{BD}$ . Given that $OP=11$ , the length of $AD$ can be written in the form $m\sqrt{n}$... | Observe that $\triangle BPC$ is congruent to $\triangle DPC$ ; both are similar to $\triangle BDA$ . Let's extend $\overline{AD}$ and $\overline{BC}$ past points $D$ and $C$ respectively, such that they intersect at a point $E$ . Observe that $\angle BDE$ is $90$ degrees, and that $\angle DBE \cong \angle PBC \cong \an... | 194 |
2,015 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_17 | 5 | Trapezoid $ABCD$ has $\overline{AB}\parallel\overline{CD},BC=CD=43$ , and $\overline{AD}\perp\overline{BD}$ . Let $O$ be the intersection of the diagonals $\overline{AC}$ and $\overline{BD}$ , and let $P$ be the midpoint of $\overline{BD}$ . Given that $OP=11$ , the length of $AD$ can be written in the form $m\sqrt{n}$... | Since $P$ is the midpoint of isosceles triangle $BCD$ , it would be pretty easy to see that $CP\perp BD$ . Since $AD\perp BD$ as well, $AD\parallel CP$ . Connecting $AP$ , it’s obvious that $[ADC]=[ADP]$ . Since $DP=BP$ $[APB]=[ADC]$
Since $P$ is the midpoint of $BD$ , the height of $\triangle APB$ on side $AB$ is half... | 194 |
2,016 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_17 | 6 | Trapezoid $ABCD$ has $\overline{AB}\parallel\overline{CD},BC=CD=43$ , and $\overline{AD}\perp\overline{BD}$ . Let $O$ be the intersection of the diagonals $\overline{AC}$ and $\overline{BD}$ , and let $P$ be the midpoint of $\overline{BD}$ . Given that $OP=11$ , the length of $AD$ can be written in the form $m\sqrt{n}$... | Let $D$ be the origin of the cartesian coordinate plane, $B$ lie on the positive $x$ -axis, and $A$ lie on the negative $y$ -axis. Then let the coordinates of $B = (2a,0), A = (0, -2b).$ Then the slope of $AB$ is $\frac{b}{a}.$ Since $AB \parallel CD$ the slope of $CD$ is the same. Note that as $\triangle DCB$ is isosc... | 194 |
2,017 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_19 | 1 | 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$
$\textbf{(A)} ~18\qquad\textbf{(B)} ~27\qquad\textbf{(C)} ~36\qquad\textbf{(D)} ~45\qquad\textbf{(E)} ~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 aga... | 54 |
2,018 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_19 | 2 | 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$
$\textbf{(A)} ~18\qquad\textbf{(B)} ~27\qquad\textbf{(C)} ~36\qquad\textbf{(D)} ~45\qquad\textbf{(E)} ~54$ | A somewhat faster variant of solution 1 is to use a bit of symmetry in order to show that the remaining three cases are identical to Case 1 in the above solution, up to rotations by $90^{\circ}$ about the origin. This allows us to quickly sketch the region after solving Case 1.
Upon simplifying Case 1, we obtain $(x-3)... | 54 |
2,019 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_19 | 3 | 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$
$\textbf{(A)} ~18\qquad\textbf{(B)} ~27\qquad\textbf{(C)} ~36\qquad\textbf{(D)} ~45\qquad\textbf{(E)} ~54$ | Assume $y$ $0$ . We get that $x$ $6$ . That means that this figure must contain the points $(0,6), (6,0), (0, -6), (-6, 0)$ . Now, assume that $x$ $y$ . We get that $x$ $3 \sqrt 3$ . We get the points $(3,3), (3,-3), (-3, 3), (-3, -3)$
Since this contains $x^2 + y^2$ , assume that there are circles. Therefore, we can g... | 54 |
2,020 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 1 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | We write out the $5!=120$ cases, then filter out the valid ones:
$13254,14253,14352,15243,15342,21435,21534,23154,24153,24351,25143,25341,\linebreak 31425,31524,32415,32514,34152,34251,35142,35241,41325,41523,42315,42513,\linebreak 43512,45132,45231,51324,51423,52314,52413,53412.$
We count these out and get $\boxed{32... | 32 |
2,021 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 2 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | By symmetry with respect to $3,$ note that $(x_1,x_2,x_3,x_4,x_5)$ is a valid sequence if and only if $(6-x_1,6-x_2,6-x_3,6-x_4,6-x_5)$ is a valid sequence. We enumerate the valid sequences that start with $1,2,31,$ or $32,$ as shown below:
[asy] /* Made by MRENTHUSIASM */ size(16cm); draw((0.25,0)--(1.75,3),red,EndAr... | 32 |
2,022 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 3 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | Reading the terms from left to right, we have two cases for the consecutive digits, where $+$ means increase and $-$ means decrease:
$\textbf{Case \#1: }\boldsymbol{+,-,+,-}$
$\textbf{Case \#2: }\boldsymbol{-,+,-,+}$
For $\text{Case \#1},$ note that for the second and fourth terms, one term must be $5,$ and the other t... | 32 |
2,023 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 4 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | Like Solution 3, we have two cases. Due to symmetry, we just need to count one of the cases. For the purpose of this solution, we will be doing $-,+,-,+$ . Instead of starting with 5, we start with 1.
There are two ways to place it:
_1_ _ _
_ _ _1_
Now we place 2, it can either be next to 1 and on the outside, or is pl... | 32 |
2,024 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 5 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | We only need to find the # of rearrangements when 5 is the 4th digit and 5th digit. Find the total, and multiply by 2. Then we can get the answer by adding the case when 5 is the third digit.
Case $1$ 5 is the 5th digit. __ __ __ __ 5
Then $4$ can only be either 1st digit or the 3rd digit.
4 __ __ __ 5, then the only w... | 32 |
2,025 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 6 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | First, we list the triples that are invalid:
543, 542, 541, 532, 531, 521, 432, 431, 321
By symmetry, there are the same amount of increasing triplets as there are decreasing ones. This yields 18 invalid 3 digit permutations in total.
Suppose the triplet is ABC and the other 2 digits are X and Y. We then have 3 ways to... | 32 |
2,026 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 7 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | It is easier to consider the complement of the desired cases, so try to find the cases that DO have three integers in increasing order. First, write down the sets of three numbers that feature the numbers in increasing order. They are 123, 124, 125, 134, 135, 145, 234, 245, 345. Each of these can be in three positions:... | 32 |
2,027 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_20 | 8 | In how many ways can the sequence $1,2,3,4,5$ be rearranged so that no three consecutive terms are increasing and no three consecutive terms are decreasing?
$\textbf{(A)} ~10\qquad\textbf{(B)} ~18\qquad\textbf{(C)} ~24 \qquad\textbf{(D)} ~32 \qquad\textbf{(E)} ~44$ | First, note that there is a symmetry from $+,-,+,-$ to $-,+,-,+$ as follows: $a, b, c, d, e \leftrightarrow 6-a, 6-b, 6-c, 6-d, 6-e$ . Now, consider the placement of 5 in the $+,-,+,-$ case. Clearly, 5 is the maximum value, so it must be placed in the 2nd position or the 4th position, but we also have symmetry $a, b, c... | 32 |
2,028 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_21 | 1 | Let $ABCDEF$ be an equiangular hexagon. The lines $AB, CD,$ and $EF$ determine a triangle with area $192\sqrt{3}$ , and the lines $BC, DE,$ and $FA$ determine a triangle with area $324\sqrt{3}$ . The perimeter of hexagon $ABCDEF$ can be expressed as $m +n\sqrt{p}$ , where $m, n,$ and $p$ are positive integers and $p$ i... | Let $P,Q,R,X,Y,$ and $Z$ be the intersections $\overleftrightarrow{AB}\cap\overleftrightarrow{CD},\overleftrightarrow{CD}\cap\overleftrightarrow{EF},\overleftrightarrow{EF}\cap\overleftrightarrow{AB},\overleftrightarrow{BC}\cap\overleftrightarrow{DE},\overleftrightarrow{DE}\cap\overleftrightarrow{FA},$ and $\overleftri... | 55 |
2,029 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_21 | 2 | Let $ABCDEF$ be an equiangular hexagon. The lines $AB, CD,$ and $EF$ determine a triangle with area $192\sqrt{3}$ , and the lines $BC, DE,$ and $FA$ determine a triangle with area $324\sqrt{3}$ . The perimeter of hexagon $ABCDEF$ can be expressed as $m +n\sqrt{p}$ , where $m, n,$ and $p$ are positive integers and $p$ i... | Let the length $AB=x, BC=y.$ Then, we have \begin{align*} (y+2x)^2\cdot\frac{\sqrt 3}{4}&=324\sqrt3, \\ (x+2y)^2\cdot\frac{\sqrt 3}{4}&=192\sqrt3. \end{align*} We get \begin{align*} y+2x&=36, \\ x+2y&=16\sqrt3. \end{align*} We want $3x+3y,$ and it follows that \[3x+3y=(y+2x)+(x+2y)=36+16\sqrt3.\] Finally, the answer is... | 55 |
2,030 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_22 | 1 | Hiram's algebra notes are $50$ pages long and are printed on $25$ sheets of paper; the first sheet contains pages $1$ and $2$ , the second sheet contains pages $3$ and $4$ , and so on. One day he leaves his notes on the table before leaving for lunch, and his roommate decides to borrow some pages from the middle of the... | Suppose the roommate took sheets $a$ through $b$ , or equivalently, page numbers $2a-1$ through $2b$ . Because there are $(2b-2a+2)$ numbers taken, \[\frac{(2a-1+2b)(2b-2a+2)}{2}+19(50-(2b-2a+2))=\frac{50\cdot51}{2} \implies (2a+2b-39)(b-a+1)=\frac{50\cdot13}{2}=25\cdot13.\] The first possible solution that comes to mi... | 13 |
2,031 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_22 | 2 | Hiram's algebra notes are $50$ pages long and are printed on $25$ sheets of paper; the first sheet contains pages $1$ and $2$ , the second sheet contains pages $3$ and $4$ , and so on. One day he leaves his notes on the table before leaving for lunch, and his roommate decides to borrow some pages from the middle of the... | Suppose the smallest page number borrowed is $k,$ and $n$ pages are borrowed. It follows that the largest page number borrowed is $k+n-1.$
We have the following preconditions:
Together, we have \begin{align*} \frac{1275-\frac{(2k+n-1)n}{2}}{50-n}&=19 \\ 1275-\frac{(2k+n-1)n}{2}&=19(50-n) \\ 2550-(2k+n-1)n&=38(50-n) \\ ... | 13 |
2,032 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_22 | 3 | Hiram's algebra notes are $50$ pages long and are printed on $25$ sheets of paper; the first sheet contains pages $1$ and $2$ , the second sheet contains pages $3$ and $4$ , and so on. One day he leaves his notes on the table before leaving for lunch, and his roommate decides to borrow some pages from the middle of the... | Let $n$ be the number of sheets borrowed, with an average page number $k+25.5$ . The remaining $25-n$ sheets have an average page number of $19$ which is less than $25.5$ , the average page number of all $50$ pages, therefore $k>0$ . Since the borrowed sheets start with an odd page number and end with an even page numb... | 13 |
2,033 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_22 | 4 | Hiram's algebra notes are $50$ pages long and are printed on $25$ sheets of paper; the first sheet contains pages $1$ and $2$ , the second sheet contains pages $3$ and $4$ , and so on. One day he leaves his notes on the table before leaving for lunch, and his roommate decides to borrow some pages from the middle of the... | Let $(2k-1)-2n$ be pages be borrowed, the sum of the page numbers on those pages is $(2n+2k+1)(n-k)$ while the sum of the rest pages is $1275-(2n+2k+1)(n-k)$ and we know the average of the rest is $\frac{1275-(2n+2k+1)}{50-2n+2k}$ which equals to $19$ ; multiply this out we got $950-38(n-k)=1275-(2n+2k+1)(n-k)$ and we ... | 13 |
2,034 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_22 | 5 | Hiram's algebra notes are $50$ pages long and are printed on $25$ sheets of paper; the first sheet contains pages $1$ and $2$ , the second sheet contains pages $3$ and $4$ , and so on. One day he leaves his notes on the table before leaving for lunch, and his roommate decides to borrow some pages from the middle of the... | Let $c$ be the number of consecutive sheets Hiram’s roommate borrows, and let $b$ be the number of sheets preceding the $c$ borrowed sheets (i.e. if the friend borrows sheets $3$ $4$ , and $5$ , then $c=3$ and $b=2$ ).
The sum of the page numbers up till $b$ sheets is $1+2+3+\cdots + 2b=\frac{2b\cdot(2b+1)}{2} = b(2b+1... | 13 |
2,035 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_22 | 6 | Hiram's algebra notes are $50$ pages long and are printed on $25$ sheets of paper; the first sheet contains pages $1$ and $2$ , the second sheet contains pages $3$ and $4$ , and so on. One day he leaves his notes on the table before leaving for lunch, and his roommate decides to borrow some pages from the middle of the... | The sum of all the page numbers is \[1+2+3+\cdots+50 = 1275.\] If we add the page numbers on each sheet, we get this sequence: \[3, 7, 11, \ldots, 99.\] So we can write the sum of the numbers on the first sheet that the roommate borrowed as $4n+3$ for some nonnegative integer, $n$ . If the roommate borrowed $k$ sheets,... | 13 |
2,036 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_25 | 1 | How many ways are there to place $3$ indistinguishable red chips, $3$ indistinguishable blue chips, and $3$ indistinguishable green chips in the squares of a $3 \times 3$ grid so that no two chips of the same color are directly adjacent to each other, either vertically or horizontally?
$\textbf{(A)} ~12\qquad\textbf{(B... | Call the different colors A,B,C. There are $3!=6$ ways to rearrange these colors to these three letters, so $6$ must be multiplied after the letters are permuted in the grid.
WLOG assume that A is in the center. \[\begin{tabular}{ c c c } ? & ? & ? \\ ? & A & ? \\ ? & ? & ? \end{tabular}\] In this configurat... | 36 |
2,037 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_25 | 2 | How many ways are there to place $3$ indistinguishable red chips, $3$ indistinguishable blue chips, and $3$ indistinguishable green chips in the squares of a $3 \times 3$ grid so that no two chips of the same color are directly adjacent to each other, either vertically or horizontally?
$\textbf{(A)} ~12\qquad\textbf{(B... | Without the loss of generality, we fix the top-left square with a red chip. We apply casework to its two adjacent chips:
Case (1): The top-center and center-left chips have different colors. [asy] /* Made by MRENTHUSIASM */ unitsize(7mm); fill((6,2)--(7,2)--(7,3)--(6,3)--cycle, red); fill((7,2)--(8,2)--(8,3)--(7,3)--cy... | 36 |
2,038 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_25 | 3 | How many ways are there to place $3$ indistinguishable red chips, $3$ indistinguishable blue chips, and $3$ indistinguishable green chips in the squares of a $3 \times 3$ grid so that no two chips of the same color are directly adjacent to each other, either vertically or horizontally?
$\textbf{(A)} ~12\qquad\textbf{(B... | We consider all possible configurations of the red chips for which rotations matter: [asy] /* Made by MRENTHUSIASM */ unitsize(7mm); fill((0,2)--(1,2)--(1,3)--(0,3)--cycle, red); fill((1,1)--(2,1)--(2,2)--(1,2)--cycle, red); fill((2,0)--(3,0)--(3,1)--(2,1)--cycle, red); fill((6,2)--(7,2)--(7,3)--(6,3)--cycle, red); fi... | 36 |
2,039 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_25 | 4 | How many ways are there to place $3$ indistinguishable red chips, $3$ indistinguishable blue chips, and $3$ indistinguishable green chips in the squares of a $3 \times 3$ grid so that no two chips of the same color are directly adjacent to each other, either vertically or horizontally?
$\textbf{(A)} ~12\qquad\textbf{(B... | $(1) \quad$ $\begin{tabular}{ c c c } R & G & ? \\ B & R & ? \\ ? & ? & ? \end{tabular}$ $\Longrightarrow$ $\begin{tabular}{ c c c } R & G & B \\ B & R & G \\ R & G & B \end{tabular}$ $\Longrightarrow$ $\begin{tabular}{ c c c } R & G & R \\ B & R & B \\ G & B & G \end{tabular}$ $\quad 3 \c... | 36 |
2,040 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10A_Problems/Problem_25 | 5 | How many ways are there to place $3$ indistinguishable red chips, $3$ indistinguishable blue chips, and $3$ indistinguishable green chips in the squares of a $3 \times 3$ grid so that no two chips of the same color are directly adjacent to each other, either vertically or horizontally?
$\textbf{(A)} ~12\qquad\textbf{(B... | Case (1) : We have a permutation of R, B, and G as all of the rows. There are $3!$ ways to rearrange these three colors. After finishing the first row, we move onto the second. Notice how the second row must be a derangement of the first one. By the derangement formula, $\frac{3!}{e} \approx 2$ , so there are two possi... | 36 |
2,041 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_1 | 1 | How many integer values of $x$ satisfy $|x|<3\pi$
$\textbf{(A)} ~9 \qquad\textbf{(B)} ~10 \qquad\textbf{(C)} ~18 \qquad\textbf{(D)} ~19 \qquad\textbf{(E)} ~20$ | Since $3\pi\approx9.42$ , we multiply $9$ by $2$ for the integers from $1$ to $9$ and the integers from $-1$ to $-9$ and add $1$ to account for $0$ to get $\boxed{19}$ | 19 |
2,042 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_1 | 2 | How many integer values of $x$ satisfy $|x|<3\pi$
$\textbf{(A)} ~9 \qquad\textbf{(B)} ~10 \qquad\textbf{(C)} ~18 \qquad\textbf{(D)} ~19 \qquad\textbf{(E)} ~20$ | $|x|<3\pi$ $\iff$ $-3\pi<x<3\pi$ . Since $\pi$ is approximately $3.14$ $3\pi$ is approximately $9.42$ . We are trying to solve for $-9.42<x<9.42$ , where $x\in\mathbb{Z}$ . Hence, $-9.42<x<9.42$ $\implies$ $-9\leq x\leq9$ , for $x\in\mathbb{Z}$ . The number of integer values of $x$ is $9-(-9)+1=19$ . Therefore, the ans... | 19 |
2,043 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_1 | 3 | How many integer values of $x$ satisfy $|x|<3\pi$
$\textbf{(A)} ~9 \qquad\textbf{(B)} ~10 \qquad\textbf{(C)} ~18 \qquad\textbf{(D)} ~19 \qquad\textbf{(E)} ~20$ | $3\pi \approx 9.4.$ There are two cases here.
When $x>0, |x|>0,$ and $x = |x|.$ So then $x<9.4$
When $x<0, |x|>0,$ and $x = -|x|.$ So then $-x<9.4$ . Dividing by $-1$ and flipping the sign, we get $x>-9.4.$
From case 1 and 2, we know that $-9.4 < x < 9.4$ . Since $x$ is an integer, we must have $x$ between $-9$ and $9$... | 19 |
2,044 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_1 | 4 | How many integer values of $x$ satisfy $|x|<3\pi$
$\textbf{(A)} ~9 \qquad\textbf{(B)} ~10 \qquad\textbf{(C)} ~18 \qquad\textbf{(D)} ~19 \qquad\textbf{(E)} ~20$ | Looking at the problem, we see that instead of directly saying $x$ , we see that it is $|x|.$ That means all the possible values of $x$ in this case are positive and negative. Rounding $\pi$ to $3$ we get $3(3)=9.$ There are $9$ positive solutions and $9$ negative solutions: $9+9=18.$ But what about zero? Even though z... | 19 |
2,045 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_1 | 5 | How many integer values of $x$ satisfy $|x|<3\pi$
$\textbf{(A)} ~9 \qquad\textbf{(B)} ~10 \qquad\textbf{(C)} ~18 \qquad\textbf{(D)} ~19 \qquad\textbf{(E)} ~20$ | There are an odd number of integer solutions $x$ to this inequality since if any non-zero integer $x$ satisfies this inequality, then so does $-x,$ and we must also account for $0,$ which gives us the desired. Then, the answer is either $\textbf{(A)}$ or $\textbf{(D)},$ and since $3 \pi > 3 \cdot 3 > 9,$ the answer is ... | 19 |
2,046 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_3 | 1 | In an after-school program for juniors and seniors, there is a debate team with an equal number of students from each class on the team. Among the $28$ students in the program, $25\%$ of the juniors and $10\%$ of the seniors are on the debate team. How many juniors are in the program?
$\textbf{(A)} ~5 \qquad\textbf{(B)... | Say there are $j$ juniors and $s$ seniors in the program. Converting percentages to fractions, $\frac{j}{4}$ and $\frac{s}{10}$ are on the debate team, and since an equal number of juniors and seniors are on the debate team, $\frac{j}{4} = \frac{s}{10}.$
Cross-multiplying and simplifying we get $5j=2s.$ Additionally, s... | 8 |
2,047 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_3 | 2 | In an after-school program for juniors and seniors, there is a debate team with an equal number of students from each class on the team. Among the $28$ students in the program, $25\%$ of the juniors and $10\%$ of the seniors are on the debate team. How many juniors are in the program?
$\textbf{(A)} ~5 \qquad\textbf{(B)... | We immediately see that $E$ is the only possible amount of seniors, as $10\%$ can only correspond with an answer choice ending with $0$ . Thus the number of seniors is $20$ and the number of juniors is $28-20=8\rightarrow \boxed{8}$ . ~samrocksnature | 8 |
2,048 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_3 | 3 | In an after-school program for juniors and seniors, there is a debate team with an equal number of students from each class on the team. Among the $28$ students in the program, $25\%$ of the juniors and $10\%$ of the seniors are on the debate team. How many juniors are in the program?
$\textbf{(A)} ~5 \qquad\textbf{(B)... | Since there are an equal number of juniors and seniors on the debate team, suppose there are $x$ juniors and $x$ seniors. This number represents $25\% =\frac{1}{4}$ of the juniors and $10\%= \frac{1}{10}$ of the seniors, which tells us that there are $4x$ juniors and $10x$ seniors. There are $28$ juniors and seniors in... | 8 |
2,049 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_3 | 4 | In an after-school program for juniors and seniors, there is a debate team with an equal number of students from each class on the team. Among the $28$ students in the program, $25\%$ of the juniors and $10\%$ of the seniors are on the debate team. How many juniors are in the program?
$\textbf{(A)} ~5 \qquad\textbf{(B)... | The amount of juniors must be a multiple of $4$ , since exactly $\frac{1}{4}$ of the students are on the debate team. Thus, we can immediately see that $\boxed{8}$ | 8 |
2,050 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_4 | 1 | At a math contest, $57$ students are wearing blue shirts, and another $75$ students are wearing yellow shirts. The $132$ students are assigned into $66$ pairs. In exactly $23$ of these pairs, both students are wearing blue shirts. In how many pairs are both students wearing yellow shirts?
$\textbf{(A)} ~23 \qquad\textb... | There are $46$ students paired with a blue partner. The other $11$ students wearing blue shirts must each be paired with a partner wearing a shirt of the opposite color. There are $64$ students remaining. Therefore the requested number of pairs is $\tfrac{64}{2}=\boxed{32}$ ~Punxsutawney Phil | 32 |
2,051 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_5 | 1 | The ages of Jonie's four cousins are distinct single-digit positive integers. Two of the cousins' ages multiplied together give $24$ , while the other two multiply to $30$ . What is the sum of the ages of Jonie's four cousins?
$\textbf{(A)} ~21 \qquad\textbf{(B)} ~22 \qquad\textbf{(C)} ~23 \qquad\textbf{(D)} ~24 \qquad... | First look at the two cousins' ages that multiply to $24$ . Since the ages must be single-digit, the ages must either be $3 \text{ and } 8$ or $4 \text{ and } 6.$
Next, look at the two cousins' ages that multiply to $30$ . Since the ages must be single-digit, the only ages that work are $5 \text{ and } 6.$ Remembering ... | 22 |
2,052 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_6 | 1 | Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$ , and the afternoon class's mean score is $70$ . The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac{3}{4}$ . What is the mean of the scores of ... | Let there be $3x$ students in the morning class and $4x$ students in the afternoon class. The total number of students is $3x + 4x = 7x$ . The average is $\frac{3x\cdot84 + 4x\cdot70}{7x}=76$ . Therefore, the answer is $\boxed{76}$ | 76 |
2,053 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_6 | 2 | Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$ , and the afternoon class's mean score is $70$ . The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac{3}{4}$ . What is the mean of the scores of ... | Suppose the morning class has $m$ students and the afternoon class has $a$ students. We have the following table: \[\begin{array}{c|c|c|c} & & & \\ [-2.5ex] & \textbf{\# of Students} & \textbf{Mean} & \textbf{Total} \\ \hline & & & \\ [-2.5ex] \textbf{Morning} & m & 84 & 84m \\ \hline & & & \\ [-2.5ex] \textbf{Afternoo... | 76 |
2,054 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_6 | 3 | Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$ , and the afternoon class's mean score is $70$ . The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac{3}{4}$ . What is the mean of the scores of ... | Of the average, $\frac{3}{3+4}=\frac{3}{7}$ of the scores came from the morning class and $\frac{4}{7}$ came from the afternoon class. The average is $\frac{3}{7}\cdot 84+\frac{4}{7}\cdot 70=\boxed{76}.$ | 76 |
2,055 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_6 | 4 | Ms. Blackwell gives an exam to two classes. The mean of the scores of the students in the morning class is $84$ , and the afternoon class's mean score is $70$ . The ratio of the number of students in the morning class to the number of students in the afternoon class is $\frac{3}{4}$ . What is the mean of the scores of ... | WLOG, assume there are $3$ students in the morning class and $4$ in the afternoon class. Then the average is $\frac{3\cdot 84 + 4\cdot 70}{7}=\boxed{76}.$ | 76 |
2,056 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_7 | 1 | In a plane, four circles with radii $1,3,5,$ and $7$ are tangent to line $\ell$ at the same point $A,$ but they may be on either side of $\ell$ . Region $S$ consists of all the points that lie inside exactly one of the four circles. What is the maximum possible area of region $S$
$\textbf{(A) }24\pi \qquad \textbf{(B) ... | Suppose that line $\ell$ is horizontal, and each circle lies either north or south to $\ell.$ We construct the circles one by one:
The diagram below shows one possible configuration of the four circles: [asy] /* diagram made by samrocksnature, edited by MRENTHUSIASM */ pair A=(10,0); pair B=(-10,0); draw(A--B); filldra... | 65 |
2,057 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_8 | 1 | Mr. Zhou places all the integers from $1$ to $225$ into a $15$ by $15$ grid. He places $1$ in the middle square (eighth row and eighth column) and places other numbers one by one clockwise, as shown in part in the diagram below. What is the sum of the greatest number and the least number that appear in the second row f... | In the diagram below, the red arrows indicate the progression of numbers. In the second row from the top, the greatest number and the least number are $D$ and $E,$ respectively. Note that the numbers in the yellow cells are consecutive odd perfect squares, as we can prove by induction. [asy] /* Made by MRENTHUSIASM */... | 367 |
2,058 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_8 | 2 | Mr. Zhou places all the integers from $1$ to $225$ into a $15$ by $15$ grid. He places $1$ in the middle square (eighth row and eighth column) and places other numbers one by one clockwise, as shown in part in the diagram below. What is the sum of the greatest number and the least number that appear in the second row f... | In the diagram below, the red arrows indicate the progression of numbers. In the second row from the top, the greatest number and the least number are $C$ and $G,$ respectively. [asy] /* Made by MRENTHUSIASM */ size(11.5cm); fill((2,14)--(1,14)--(1,13)--(2,13)--cycle,green); fill((1,14)--(0,14)--(0,13)--(1,13)--cycle,... | 367 |
2,059 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_8 | 3 | Mr. Zhou places all the integers from $1$ to $225$ into a $15$ by $15$ grid. He places $1$ in the middle square (eighth row and eighth column) and places other numbers one by one clockwise, as shown in part in the diagram below. What is the sum of the greatest number and the least number that appear in the second row f... | From the full diagram below, the answer is $210+157=\boxed{367} [/asy] This solution is extremely time-consuming and error-prone. Please do not try it in a real competition unless you have no other options. | 367 |
2,060 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_9 | 1 | The point $P(a,b)$ in the $xy$ -plane is first rotated counterclockwise by $90^\circ$ around the point $(1,5)$ and then reflected about the line $y = -x$ . The image of $P$ after these two transformations is at $(-6,3)$ . What is $b - a ?$
$\textbf{(A)} ~1 \qquad\textbf{(B)} ~3 \qquad\textbf{(C)} ~5 \qquad\textbf{(D)} ... | The final image of $P$ is $(-6,3)$ . We know the reflection rule for reflecting over $y=-x$ is $(x,y) \rightarrow (-y, -x)$ . So before the reflection and after rotation the point is $(-3,6)$
By definition of rotation, the slope between $(-3,6)$ and $(1,5)$ must be perpendicular to the slope between $(a,b)$ and $(1,5)$... | 7 |
2,061 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_9 | 2 | The point $P(a,b)$ in the $xy$ -plane is first rotated counterclockwise by $90^\circ$ around the point $(1,5)$ and then reflected about the line $y = -x$ . The image of $P$ after these two transformations is at $(-6,3)$ . What is $b - a ?$
$\textbf{(A)} ~1 \qquad\textbf{(B)} ~3 \qquad\textbf{(C)} ~5 \qquad\textbf{(D)} ... | Let us reconstruct that coordinate plane as the complex plane. Then, the point $P(a, b)$ becomes $a+b\cdot{i}$ .
A $90^\circ$ rotation around the point $(1, 5)$ can be done by translating the point $(1, 5)$ to the origin, rotating around the origin by $90^\circ$ , and then translating the origin back to the point $(1,... | 7 |
2,062 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_9 | 3 | The point $P(a,b)$ in the $xy$ -plane is first rotated counterclockwise by $90^\circ$ around the point $(1,5)$ and then reflected about the line $y = -x$ . The image of $P$ after these two transformations is at $(-6,3)$ . What is $b - a ?$
$\textbf{(A)} ~1 \qquad\textbf{(B)} ~3 \qquad\textbf{(C)} ~5 \qquad\textbf{(D)} ... | Using the same method as in Solution 1, we can obtain that the point before the reflection is $(-3,6)$ .
If we let the original point be $(x, y)$ , then we can use that the starting point is $(1,5)$ to obtain two vectors $\langle -4,1 \rangle$ and $\langle x-1, y-5 \rangle$ .
We know that two vectors are perpendicular... | 7 |
2,063 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_9 | 4 | The point $P(a,b)$ in the $xy$ -plane is first rotated counterclockwise by $90^\circ$ around the point $(1,5)$ and then reflected about the line $y = -x$ . The image of $P$ after these two transformations is at $(-6,3)$ . What is $b - a ?$
$\textbf{(A)} ~1 \qquad\textbf{(B)} ~3 \qquad\textbf{(C)} ~5 \qquad\textbf{(D)} ... | Using the same method as in Solution 1 reflecting $(-6,3)$ about the line $y = -x$ gives us $(-3,6).$
Let the original point be $\langle x,y \rangle.$ From point $(1,5),$ we form the vectors $\langle -4,1 \rangle$ and $\langle x-1, y-5 \rangle$ that extend out from the initial point. If they are perpendicular, we know ... | 7 |
2,064 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_11 | 1 | Grandma has just finished baking a large rectangular pan of brownies. She is planning to make rectangular pieces of equal size and shape, with straight cuts parallel to the sides of the pan. Each cut must be made entirely across the pan. Grandma wants to make the same number of interior pieces as pieces along the perim... | Let the side lengths of the rectangular pan be $m$ and $n$ . It follows that $(m-2)(n-2) = \frac{mn}{2}$ , since half of the brownie pieces are in the interior. This gives $2(m-2)(n-2) = mn \iff mn - 4m - 4n + 8 = 0$ . Adding 8 to both sides and applying Simon's Favorite Factoring Trick , we obtain $(m-4)(n-4) = 8$ . S... | 60 |
2,065 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_11 | 2 | Grandma has just finished baking a large rectangular pan of brownies. She is planning to make rectangular pieces of equal size and shape, with straight cuts parallel to the sides of the pan. Each cut must be made entirely across the pan. Grandma wants to make the same number of interior pieces as pieces along the perim... | Obviously, no side of the rectangular pan can have less than $5$ brownies beside it. We let one side of the pan have $5$ brownies, and let the number of brownies on its adjacent side be $x$ . Therefore, $5x=2\cdot3(x-2)$ , and solving yields $x=12$ and there are $5\cdot12=60$ brownies in the pan. $64$ is the only choic... | 60 |
2,066 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_13 | 1 | Let $n$ be a positive integer and $d$ be a digit such that the value of the numeral $\underline{32d}$ in base $n$ equals $263$ , and the value of the numeral $\underline{324}$ in base $n$ equals the value of the numeral $\underline{11d1}$ in base six. What is $n + d ?$
$\textbf{(A)} ~10 \qquad\textbf{(B)} ~11 \qquad\te... | We can start by setting up an equation to convert $\underline{32d}$ base $n$ to base 10. To convert this to base 10, it would be $3{n}^2+2n+d.$ Because it is equal to 263, we can set this equation to 263. Finally, subtract $d$ from both sides to get $3{n}^2+2n = 263-d$
We can also set up equations to convert $\underlin... | 11 |
2,067 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_13 | 2 | Let $n$ be a positive integer and $d$ be a digit such that the value of the numeral $\underline{32d}$ in base $n$ equals $263$ , and the value of the numeral $\underline{324}$ in base $n$ equals the value of the numeral $\underline{11d1}$ in base six. What is $n + d ?$
$\textbf{(A)} ~10 \qquad\textbf{(B)} ~11 \qquad\te... | $32d$ is greater than $263$ when both are interpreted in base 10, so $n$ is less than $10$ . Some trial and error gives $n=9$ $263$ in base 9 is $322$ , so the answer is $9+2=\boxed{11}$ | 11 |
2,068 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_13 | 3 | Let $n$ be a positive integer and $d$ be a digit such that the value of the numeral $\underline{32d}$ in base $n$ equals $263$ , and the value of the numeral $\underline{324}$ in base $n$ equals the value of the numeral $\underline{11d1}$ in base six. What is $n + d ?$
$\textbf{(A)} ~10 \qquad\textbf{(B)} ~11 \qquad\te... | We have \[3n^2 + 2n + d = 263\] \[3n^2 + 2n + 4 = 6^3 + 6^2 + 6d + 1\] Subtracting the 2nd from the 1st equation we get \begin{align*} d-4 &= 263 - (216 + 36 + 6d + 1) \\ &= 263 - 253 - 6d \\ &= 10 - 6d \end{align*} Thus we have $d=2.$ Substituting into the first, we have $3n^2 + 2n + 2 = 263 \Rightarrow 3n^2 + 2n - 2... | 11 |
2,069 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_13 | 4 | Let $n$ be a positive integer and $d$ be a digit such that the value of the numeral $\underline{32d}$ in base $n$ equals $263$ , and the value of the numeral $\underline{324}$ in base $n$ equals the value of the numeral $\underline{11d1}$ in base six. What is $n + d ?$
$\textbf{(A)} ~10 \qquad\textbf{(B)} ~11 \qquad\te... | Find that $d=2$ using one of the methods above. Then we have that $3n^2 + 2n = 261$ . We know that $n$ is an integer, so we can solve the equation $n(2n+3)=261$ (this is guaranteed to have a solution if we did this correctly). The prime factorization of $261$ is $3^2 \cdot 29$ , so the corresponding factor pairs are $(... | 11 |
2,070 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_14 | 1 | Three equally spaced parallel lines intersect a circle, creating three chords of lengths $38,38,$ and $34$ . What is the distance between two adjacent parallel lines?
$\textbf{(A) }5\frac12 \qquad \textbf{(B) }6 \qquad \textbf{(C) }6\frac12 \qquad \textbf{(D) }7 \qquad \textbf{(E) }7\frac12$ | [asy] size(8cm); pair O = (0, 0), A = (0, 3), B = (0, 9), R = (19, 3), L = (17, 9); draw(O--A--B); draw(O--R); draw(O--L); label("$A$", A, NE); label("$B$", B, N); label("$R$", R, NE); label("$L$", L, NE); label("$O$", O, S); label("$d$", O--A, W); label("$2d$", A--B, W); label("$r$", O--R, S); label("$r$", O--L, NW); ... | 6 |
2,071 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_14 | 2 | Three equally spaced parallel lines intersect a circle, creating three chords of lengths $38,38,$ and $34$ . What is the distance between two adjacent parallel lines?
$\textbf{(A) }5\frac12 \qquad \textbf{(B) }6 \qquad \textbf{(C) }6\frac12 \qquad \textbf{(D) }7 \qquad \textbf{(E) }7\frac12$ | [asy] real r=sqrt(370); draw(circle((0, 0), r)); pair A = (-19, 3); pair B = (19, 3); draw(A--B); pair C = (-19, -3); pair D = (19, -3); draw(C--D); pair E = (-17, -9); pair F = (17, -9); draw(E--F); pair O = (0, 0); pair P = (0, -3); pair Q = (0, -9); draw(O--Q); draw(O--C); draw(O--D); draw(O--E); draw(O--F); label("... | 6 |
2,072 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_15 | 1 | The real number $x$ satisfies the equation $x+\frac{1}{x} = \sqrt{5}$ . What is the value of $x^{11}-7x^{7}+x^3?$
$\textbf{(A)} ~-1 \qquad\textbf{(B)} ~0 \qquad\textbf{(C)} ~1 \qquad\textbf{(D)} ~2 \qquad\textbf{(E)} ~\sqrt{5}$ | We square $x+\frac{1}{x}=\sqrt5$ to get $x^2+2+\frac{1}{x^2}=5$ . We subtract 2 on both sides for $x^2+\frac{1}{x^2}=3$ and square again, and see that $x^4+2+\frac{1}{x^4}=9$ so $x^4+\frac{1}{x^4}=7$ . We can factor out $x^7$ from our original expression of $x^{11}-7x^7+x^3$ to get that it is equal to $x^7(x^4-7+\frac{... | 0 |
2,073 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_15 | 2 | The real number $x$ satisfies the equation $x+\frac{1}{x} = \sqrt{5}$ . What is the value of $x^{11}-7x^{7}+x^3?$
$\textbf{(A)} ~-1 \qquad\textbf{(B)} ~0 \qquad\textbf{(C)} ~1 \qquad\textbf{(D)} ~2 \qquad\textbf{(E)} ~\sqrt{5}$ | Multiplying both sides by $x$ and using the quadratic formula, we get $\frac{\sqrt{5} \pm 1}{2}$ . We can assume that it is $\frac{\sqrt{5}+1}{2}$ , and notice that this is also a solution the equation $x^2-x-1=0$ , i.e. we have $x^2=x+1$ . Repeatedly using this on the given (you can also just note Fibonacci numbers), ... | 0 |
2,074 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_15 | 3 | The real number $x$ satisfies the equation $x+\frac{1}{x} = \sqrt{5}$ . What is the value of $x^{11}-7x^{7}+x^3?$
$\textbf{(A)} ~-1 \qquad\textbf{(B)} ~0 \qquad\textbf{(C)} ~1 \qquad\textbf{(D)} ~2 \qquad\textbf{(E)} ~\sqrt{5}$ | We can immediately note that the exponents of $x^{11}-7x^7+x^3$ are an arithmetic sequence, so they are symmetric around the middle term. So, $x^{11}-7x^7+x^3 = x^7(x^4-7+\frac{1}{x^4})$ . We can see that since $x+\frac{1}{x} = \sqrt{5}$ $x^2+2+\frac{1}{x^2} = 5$ and therefore $x^2+\frac{1}{x^2} = 3$ . Continuing from ... | 0 |
2,075 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_15 | 4 | The real number $x$ satisfies the equation $x+\frac{1}{x} = \sqrt{5}$ . What is the value of $x^{11}-7x^{7}+x^3?$
$\textbf{(A)} ~-1 \qquad\textbf{(B)} ~0 \qquad\textbf{(C)} ~1 \qquad\textbf{(D)} ~2 \qquad\textbf{(E)} ~\sqrt{5}$ | We begin by multiplying $x+\frac{1}{x} = \sqrt{5}$ by $x$ , resulting in $x^2+1 = \sqrt{5}x$ . Now we see this equation: $x^{11}-7x^{7}+x^3$ . The terms all have $x^3$ in common, so we can factor that out, and what we're looking for becomes $x^3(x^8-7x^4+1)$ . Looking back to our original equation, we have $x^2+1 = \sq... | 0 |
2,076 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_15 | 6 | The real number $x$ satisfies the equation $x+\frac{1}{x} = \sqrt{5}$ . What is the value of $x^{11}-7x^{7}+x^3?$
$\textbf{(A)} ~-1 \qquad\textbf{(B)} ~0 \qquad\textbf{(C)} ~1 \qquad\textbf{(D)} ~2 \qquad\textbf{(E)} ~\sqrt{5}$ | Multiplying by x and solving, we get that $x = \frac{\sqrt{5} \pm 1}{2}.$ Note that whether or not we take $x = \frac{\sqrt{5} + 1}{2}$ or we take $\frac{\sqrt{5} - 1}{2},$ our answer has to be the same. Thus, we take $x = \frac{\sqrt{5} - 1}{2} \approx 0.62$ . Since this number is small, taking it to high powers like ... | 0 |
2,077 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_16 | 1 | Call a positive integer an uphill integer if every digit is strictly greater than the previous digit. For example, $1357, 89,$ and $5$ are all uphill integers, but $32, 1240,$ and $466$ are not. How many uphill integers are divisible by $15$
$\textbf{(A)} ~4 \qquad\textbf{(B)} ~5 \qquad\textbf{(C)} ~6 \qquad\textbf{(D)... | The divisibility rule of $15$ is that the number must be congruent to $0$ mod $3$ and congruent to $0$ mod $5$ . Being divisible by $5$ means that it must end with a $5$ or a $0$ . We can rule out the case when the number ends with a $0$ immediately because the only integer that is uphill and ends with a $0$ is $0$ whi... | 6 |
2,078 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_16 | 2 | Call a positive integer an uphill integer if every digit is strictly greater than the previous digit. For example, $1357, 89,$ and $5$ are all uphill integers, but $32, 1240,$ and $466$ are not. How many uphill integers are divisible by $15$
$\textbf{(A)} ~4 \qquad\textbf{(B)} ~5 \qquad\textbf{(C)} ~6 \qquad\textbf{(D)... | First, note how the number must end in either $5$ or $0$ in order to satisfying being divisible by $15$ . However, the number can't end in $0$ because it's not strictly greater than the previous digits. Thus, our number must end in $5$ . We do casework on the number of digits.
Case 1: $1$ digit. No numbers work, so $0$... | 6 |
2,079 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_16 | 3 | Call a positive integer an uphill integer if every digit is strictly greater than the previous digit. For example, $1357, 89,$ and $5$ are all uphill integers, but $32, 1240,$ and $466$ are not. How many uphill integers are divisible by $15$
$\textbf{(A)} ~4 \qquad\textbf{(B)} ~5 \qquad\textbf{(C)} ~6 \qquad\textbf{(D)... | Like solution 2, we can proceed by using casework. A number is divisible by $15$ if is divisible by $3$ and $5.$ In this case, the units digit must be $5,$ otherwise no number can be formed.
Case 1: sum of digits = 6
There is only one number, $15.$
Case 2: sum of digits = 9
There are two numbers: $45$ and $135.$
Case 3... | 6 |
2,080 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_16 | 4 | Call a positive integer an uphill integer if every digit is strictly greater than the previous digit. For example, $1357, 89,$ and $5$ are all uphill integers, but $32, 1240,$ and $466$ are not. How many uphill integers are divisible by $15$
$\textbf{(A)} ~4 \qquad\textbf{(B)} ~5 \qquad\textbf{(C)} ~6 \qquad\textbf{(D)... | An integer is divisible by $15$ if it is divisible by $3$ and $5$ . Divisibility by $5$ means ending in $0$ or $5$ , but since no digit is less than $0$ , the only uphill integer ending in $0$ could be $0$ , which is not positive. This means the integer must end in $5$
All uphill integers ending in $5$ are formed by pi... | 6 |
2,081 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_20 | 1 | The figure is constructed from $11$ line segments, each of which has length $2$ . The area of pentagon $ABCDE$ can be written as $\sqrt{m} + \sqrt{n}$ , where $m$ and $n$ are positive integers. What is $m + n ?$ [asy] /* Made by samrocksnature */ pair A=(-2.4638,4.10658); pair B=(-4,2.6567453480756127); pair C=(-3.4713... | [asy] /* Made by samrocksnature, adapted by Tucker, then adjusted by samrocksnature again, then adjusted by erics118 xD*/ pair A=(-2.4638,4.10658); pair B=(-4,2.6567453480756127); pair C=(-3.47132,0.6335248637894945); pair D=(-1.464483379039766,0.6335248637894945); pair E=(-0.956630463955801,2.6567453480756127); pair F... | 23 |
2,082 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_21 | 1 | A square piece of paper has side length $1$ and vertices $A,B,C,$ and $D$ in that order. As shown in the figure, the paper is folded so that vertex $C$ meets edge $\overline{AD}$ at point $C'$ , and edge $\overline{BC}$ intersects edge $\overline{AB}$ at point $E$ . Suppose that $C'D = \frac{1}{3}$ . What is the perime... | We can set the point on $CD$ where the fold occurs as point $F$ . Then, we can set $FD$ as $x$ , and $CF$ as $1-x$ because of symmetry due to the fold. It can be recognized that this is a right triangle, and solving for $x$ , we get,
\[x^2 + \left(\frac{1}{3}\right)^2 = (1-x)^2 \rightarrow x^2 + \frac{1}{9} = x^2 - 2x ... | 2 |
2,083 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_21 | 2 | A square piece of paper has side length $1$ and vertices $A,B,C,$ and $D$ in that order. As shown in the figure, the paper is folded so that vertex $C$ meets edge $\overline{AD}$ at point $C'$ , and edge $\overline{BC}$ intersects edge $\overline{AB}$ at point $E$ . Suppose that $C'D = \frac{1}{3}$ . What is the perime... | Let the line we're reflecting over be $\ell$ , and let the points where it hits $AB$ and $CD$ , be $M$ and $N$ , respectively. Notice, to reflect over a line we find the perpendicular passing through the midpoint of the two points (which are the reflected and the original). So, we first find the equation of the line $\... | 2 |
2,084 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_21 | 3 | A square piece of paper has side length $1$ and vertices $A,B,C,$ and $D$ in that order. As shown in the figure, the paper is folded so that vertex $C$ meets edge $\overline{AD}$ at point $C'$ , and edge $\overline{BC}$ intersects edge $\overline{AB}$ at point $E$ . Suppose that $C'D = \frac{1}{3}$ . What is the perime... | Assume that E is the midpoint of $\overline{AB}$ . Then, $\overline{AE}=\frac{1}{2}$ and since $C'D=\frac{1}{3}$ $\overline{AC'}=\frac{2}{3}$ . By the Pythagorean Theorem, $\overline{EC'}=\frac{5}{6}$ . It easily follows that our desired perimeter is $\boxed{2}$ ~samrocksnature | 2 |
2,085 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_21 | 4 | A square piece of paper has side length $1$ and vertices $A,B,C,$ and $D$ in that order. As shown in the figure, the paper is folded so that vertex $C$ meets edge $\overline{AD}$ at point $C'$ , and edge $\overline{BC}$ intersects edge $\overline{AB}$ at point $E$ . Suppose that $C'D = \frac{1}{3}$ . What is the perime... | As described in Solution 1, we can find that $DF=\frac{4}{9}$ , and $C'F = \frac{5}{9}.$
Then, we can find we can find the length of $\overline{AE}$ by expressing the length of $\overline{EF}$ in two different ways, in terms of $AE$ . If let $AE = a$ , by the Pythagorean Theorem we have that $EC = \sqrt{a^2 + \left(\fr... | 2 |
2,086 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_21 | 5 | A square piece of paper has side length $1$ and vertices $A,B,C,$ and $D$ in that order. As shown in the figure, the paper is folded so that vertex $C$ meets edge $\overline{AD}$ at point $C'$ , and edge $\overline{BC}$ intersects edge $\overline{AB}$ at point $E$ . Suppose that $C'D = \frac{1}{3}$ . What is the perime... | Draw a perpendicular line from $\overline{AB}$ at $E$ , and let it intersect $\overline{DC}$ at $E'$ . The angle between $\overline{AB}$ and $\overline{EE'}$ is $2\theta$ , where $\theta$ is the angle between the fold and a line perpendicular to $\overline{AD}$ . The slope of the fold is $\frac{1}{3}$ because it is per... | 2 |
2,087 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_21 | 6 | A square piece of paper has side length $1$ and vertices $A,B,C,$ and $D$ in that order. As shown in the figure, the paper is folded so that vertex $C$ meets edge $\overline{AD}$ at point $C'$ , and edge $\overline{BC}$ intersects edge $\overline{AB}$ at point $E$ . Suppose that $C'D = \frac{1}{3}$ . What is the perime... | It is easy to prove that the ratio of the sum of the larger leg and hypotenuse to the smaller leg depends monotonically on the angle of a right triangle, which means: \[C' F + DF = CF + DF = CD = AD = 3 C'D \implies C' D : DF : C' F = 3 : 4 : 5.\]
For a similar triangle, the ratio of the perimeter to the larger leg is ... | 2 |
2,088 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_22 | 1 | 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... | 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 (... | 471 |
2,089 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_22 | 2 | 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... | As In Solution 1, the probability is \[\frac{\binom{5}{1}\cdot 5\cdot (4!)^3 - \binom{5}{2}\cdot 5\cdot 4\cdot (3!)^3 + \binom{5}{3}\cdot 5\cdot 4\cdot 3\cdot (2!)^3 - \binom{5}{4}\cdot 5\cdot 4\cdot 3\cdot 2\cdot (1!)^3 + \binom{5}{5}\cdot 5\cdot 4\cdot 3\cdot 2\cdot 1}{(5!)^3}\] \[= \frac{5\cdot 5\cdot (4!)^3 - 10\cd... | 471 |
2,090 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_22 | 3 | 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... | Use complementary counting.
Denote $T_n$ as the total number of ways to put $n$ colors to $n$ boxes by 3 people out of which $f_n$ ways are such that no box has uniform color. Notice $T_n = (n!)^3$ . From this setup we see the question is asking for $1-\frac{f_5}{(5!)^3}$ . To find $f_5$ we want to exclude the cases o... | 471 |
2,091 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_22 | 4 | 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... | WLOG fix which block Ang places into each box. (This can also be thought of as labeling each box by the color of Ang's block.) There are then $(5!)^2$ total possibilities.
As in Solution 1 , we use PIE. With $1$ box of uniform color, there are ${}_{5} C _{1} \cdot (4!)^2$ possibilities ( ${}_{5} C _{1}$ for selecting o... | 471 |
2,092 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_22 | 5 | 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... | $!n$ denotes the number of derangements of $n$ elements, i.e. the number of permutations where no element appears in its original position. Recall the recursive formula $!0 = 1, !1 = 0, !n = (n-1)(!(n-1)+{!}(n-2))$
We will consider the number of candidate boxes (ones that currently remain uniform-color) after each pers... | 471 |
2,093 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_23 | 1 | A square with side length $8$ is colored white except for $4$ black isosceles right triangular regions with legs of length $2$ in each corner of the square and a black diamond with side length $2\sqrt{2}$ in the center of the square, as shown in the diagram. A circular coin with diameter $1$ is dropped onto the square ... | To find the probability, we look at the $\frac{\text{success region}}{\text{total possible region}}$ . For the coin to be completely contained within the square, we must have the distance from the center of the coin to a side of the square to be at least $\frac{1}{2}$ , as it's the radius of the coin. This implies the ... | 68 |
2,094 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_25 | 1 | Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positi... | I know that I want about $\frac{2}{3}$ of the box of integer coordinates above my line. There are a total of 30 integer coordinates in the desired range for each axis which gives a total of 900 lattice points. I estimate that the slope, m, is $\frac{2}{3}$ . Now, although there is probably an easier solution, I would t... | 85 |
2,095 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_25 | 2 | Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positi... | As the procedure shown in the Solution 1, the lower bound of $m$ is $\frac{2}{3}.$ Here I give a more logic way to show how to find the upper bound of $m.$ Denote $N=\sum_{x=1}^{30}(\lfloor mx \rfloor)$ as the number of lattice points in $S$
$N = \lfloor m \rfloor+\lfloor 2m \rfloor+\lfloor 3m \rfloor+\cdots+\lfloor 30... | 85 |
2,096 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_25 | 3 | Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positi... | It's easier to calculate the number of lattice points inside a rectangle with vertices $(0,0)$ $(p,0)$ $(p,q)$ $(0,q)$ . Those lattice points are divided by the diagonal $y = \frac{p}{q} \cdot x$ into $2$ halves. In this problem the number of lattice points on or below the diagonal and $x \ge 1$ is
$(p+1)(q+1)$ is the ... | 85 |
2,097 | https://artofproblemsolving.com/wiki/index.php/2021_AMC_10B_Problems/Problem_25 | 4 | Let $S$ be the set of lattice points in the coordinate plane, both of whose coordinates are integers between $1$ and $30,$ inclusive. Exactly $300$ points in $S$ lie on or below a line with equation $y=mx.$ The possible values of $m$ lie in an interval of length $\frac ab,$ where $a$ and $b$ are relatively prime positi... | The lower bound of $m$ is $\frac23 = \frac{20}{30}$ . Inside the rectangle with vertices $(0,0)$ $(30,0)$ $(30,20)$ $(0, 20)$ and diagonal $y = \frac23 x$ , there are $(30-1)(20-1) = 551$ lattice points inside, not including the edges. There are $9$ lattice points on diagonal $y = \frac23 x$ inside the rectangle, $551 ... | 85 |
2,098 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_10A_Problems/Problem_2 | 1 | The numbers $3, 5, 7, a,$ and $b$ have an average (arithmetic mean) of $15$ . What is the average of $a$ and $b$
$\textbf{(A) } 0 \qquad\textbf{(B) } 15 \qquad\textbf{(C) } 30 \qquad\textbf{(D) } 45 \qquad\textbf{(E) } 60$ | 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}=\boxed{30}$ | 30 |
2,099 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_10A_Problems/Problem_3 | 1 | Assuming $a\neq3$ $b\neq4$ , and $c\neq5$ , what is the value in simplest form of the following expression? \[\frac{a-3}{5-c} \cdot \frac{b-4}{3-a} \cdot \frac{c-5}{4-b}\]
$\textbf{(A) } {-}1 \qquad \textbf{(B) } 1 \qquad \textbf{(C) } \frac{abc}{60} \qquad \textbf{(D) } \frac{1}{abc} - \frac{1}{60} \qquad \textbf{(E) ... | If $x\neq y,$ then $\frac{x-y}{y-x}=-1.$ We use this fact to simplify the original expression: \[\frac{\color{red}\overset{-1}{\cancel{a-3}}}{\color{blue}\underset{1}{\cancel{5-c}}} \cdot \frac{\color{green}\overset{-1}{\cancel{b-4}}}{\color{red}\underset{1}{\cancel{3-a}}} \cdot \frac{\color{blue}\overset{-1}{\cancel{c... | 1 |
2,100 | https://artofproblemsolving.com/wiki/index.php/2020_AMC_10A_Problems/Problem_3 | 2 | Assuming $a\neq3$ $b\neq4$ , and $c\neq5$ , what is the value in simplest form of the following expression? \[\frac{a-3}{5-c} \cdot \frac{b-4}{3-a} \cdot \frac{c-5}{4-b}\]
$\textbf{(A) } {-}1 \qquad \textbf{(B) } 1 \qquad \textbf{(C) } \frac{abc}{60} \qquad \textbf{(D) } \frac{1}{abc} - \frac{1}{60} \qquad \textbf{(E) ... | At $(a,b,c)=(4,5,6),$ the answer choices become
$\textbf{(A) } {-}1 \qquad \textbf{(B) } 1 \qquad \textbf{(C) } 2 \qquad \textbf{(D) } {-}\frac{1}{120} \qquad \textbf{(E) } \frac{1}{120}$
and the original expression becomes \[\frac{-1}{1}\cdot\frac{-1}{1}\cdot\frac{-1}{1}=\boxed{1}.\] ~MRENTHUSIASM | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.