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
|
|---|---|---|---|---|---|
3,901
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_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 at least $9 \cdot 2 + 1 = 19,$ yielding $\boxed{19}.$
| 19
|
3,902
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_2
| 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\textbf{(B)} ~32 \qquad\textbf{(C)} ~37 \qquad\textbf{(D)} ~41 \qquad\textbf{(E)} ~64$
|
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
|
3,903
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_4
| 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 all the students?
$\textbf{(A)} ~74 \qquad\textbf{(B)} ~75 \qquad\textbf{(C)} ~76 \qquad\textbf{(D)} ~77 \qquad\textbf{(E)} ~78$
|
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
|
3,904
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_4
| 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 all the students?
$\textbf{(A)} ~74 \qquad\textbf{(B)} ~75 \qquad\textbf{(C)} ~76 \qquad\textbf{(D)} ~77 \qquad\textbf{(E)} ~78$
|
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{Afternoon} & a & 70 & 70a \end{array}\] We are also given that $\frac ma=\frac34,$ which rearranges as $m=\frac34a.$
The mean of the scores of all the students is \[\frac{84m+70a}{m+a}=\frac{84\left(\frac34a\right)+70a}{\frac34a+a}=\frac{133a}{\frac74a}=133\cdot\frac47=\boxed{76}.\] ~MRENTHUSIASM
| 76
|
3,905
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_4
| 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 all the students?
$\textbf{(A)} ~74 \qquad\textbf{(B)} ~75 \qquad\textbf{(C)} ~76 \qquad\textbf{(D)} ~77 \qquad\textbf{(E)} ~78$
|
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
|
3,906
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_4
| 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 all the students?
$\textbf{(A)} ~74 \qquad\textbf{(B)} ~75 \qquad\textbf{(C)} ~76 \qquad\textbf{(D)} ~77 \qquad\textbf{(E)} ~78$
|
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
|
3,907
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_5
| 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)} ~7 \qquad\textbf{(E)} ~9$
|
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)$ . The first slope is $\frac{5-6}{1-(-3)} = \frac{-1}{4}$ . This means the slope of $P$ and $(1,5)$ is $4$
Rotations also preserve distance to the center of rotation, and since we only "travelled" up and down by the slope once to get from $(3,-6)$ to $(1,5)$ it follows we shall only use the slope once to travel from $(1,5)$ to $P$
Therefore point $P$ is located at $(1+1, 5+4) = (2,9)$ . The answer is $9-2 = 7 = \boxed{7}$
| 7
|
3,908
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_5
| 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)} ~7 \qquad\textbf{(E)} ~9$
|
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, 5)$ \[a+b\cdot{i} \implies (a-1)+(b-5)\cdot{i} \implies ((a-1)+(b-5)\cdot{i})\cdot{i} = 5-b+(a-1)i \implies 5+1-b+(a-1+5)i = 6-b+(a+4)i.\] By basis reflection rules, the reflection of $(-6, 3)$ about the line $y = -x$ is $(-3, 6)$ .
Hence, we have \[6-b+(a+4)i = -3+6i \implies b=9, a=2,\] from which $b-a = 9-2 = \boxed{7}$
| 7
|
3,909
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_5
| 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)} ~7 \qquad\textbf{(E)} ~9$
|
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 if their dot product is equal to $0$ , and that both points are the same distance ( $\sqrt {17}$ ) from $(1,5)$
Therefore, we can write two equations using these vectors: $(x-1)^2 + (y-5)^2 = 17$ (from distance and pythagorean theorem) and $-4x+y-1 = 0$ (from dot product)
Solving, we simplify the second equation to $y=4x+1$ , and plug it into the first equation.
We obtain $(x-1)^2 + (4x-4)^2 = 17$ . We can simplify this to the quadratic $17x^2-34x=0$ .
When we factor out $17x$ , we find that $x = 2$ or $x = 0$ . However, $x$ cannot equal $0$ .
Therefore, $x = 2$ , and plugging this into the second equation gives us that $y = 9$ .
Since the point is $(9, 2)$ , we compute $9-2 = \boxed{7}$
| 7
|
3,910
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_5
| 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)} ~7 \qquad\textbf{(E)} ~9$
|
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 that their dot product has to equal zero. Therefore, \[\langle -4,1 \rangle \cdot \langle x-1, y-5 \rangle = 0 \implies -4x+y-1= 0.\] Now, we have to do some guess and check from the multiple choices. Let $y - x = A$ where $A$ is one of the answer choices. Then, $A -3x = 1.$ By intuition and logical reasoning we deduce that $A$ must be $1 \pmod 3$ so that brings our potential answers down to $\text{\textbf{(A)}}$ and $\text{\textbf{(C)}}.$ If $A = 1$ from $\text{\textbf{(A)}},$ then $x = 0,$ which we can quickly rule out since we know thar $P$ rotated counterclockwise not clockwise. Hence, $\boxed{7}$ is the answer.
| 7
|
3,911
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_8
| 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); dot(O); dot(A); dot(B); dot(R); dot(L); draw(circle((0, 0), sqrt(370))); draw(-R -- (R.x, -R.y)); draw((-R.x, R.y) -- R); draw((-L.x, L.y) -- L); [/asy]
Since two parallel chords have the same length ( $38$ ), they must be equidistant from the center of the circle. Let the perpendicular distance of each chord from the center of the circle be $d$ . Thus, the distance from the center of the circle to the chord of length $34$ is
\[2d + d = 3d\]
and the distance between each of the chords is just $2d$ . Let the radius of the circle be $r$ . Drawing radii to the points where the lines intersect the circle, we create two different right triangles:
By the Pythagorean theorem, we can create the following system of equations:
\[19^2 + d^2 = r^2\]
\[17^2 + (2d + d)^2 = r^2\]
Solving, we find $d = 3$ , so $2d = \boxed{6}$
| 6
|
3,912
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_8
| 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("$O$", O, N); label("$C$", C, SW); label("$D$", D, SE); label("$E$", E, SW); label("$F$", F, SE); label("$P$", P, SW); label("$Q$", Q, S); [/asy] If $d$ is the requested distance, and $r$ is the radius of the circle, Stewart's Theorem applied to $\triangle OCD$ with cevian $\overleftrightarrow{OP}$ gives \[19\cdot 38\cdot 19 + \tfrac{1}{2}d\cdot 38\cdot\tfrac{1}{2}d=19r^{2}+19r^{2}.\] This simplifies to $13718+\tfrac{19}{2}d^{2}=38r^{2}$ . Similarly, another round of Stewart's Theorem applied to $\triangle OEF$ with cevian $\overleftrightarrow{OQ}$ gives \[17\cdot 34\cdot 17 + \tfrac{3}{2}d\cdot 34\cdot\tfrac{3}{2}d=17r^{2}+17r^{2}.\] This simplifies to $9826+\tfrac{153}{2}d^{2}=34r^{2}$ . Dividing the top equation by $38$ and the bottom equation by $34$ results in the system of equations \begin{align*} 361+\tfrac{1}{4}d^{2} &= r^{2} \\ 289+\tfrac{9}{4}d^{2} &= r^{2} \\ \end{align*} By transitive, $361+\tfrac{1}{4}d^{2}=289+\tfrac{9}{4}d^{2}$ . Therefore $(\tfrac{9}{4}-\tfrac{1}{4})d^{2}=361-289\rightarrow 2d^{2}=72\rightarrow d^{2}=36\rightarrow d=\boxed{6}.$
| 6
|
3,913
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_10
| 1
|
Two distinct numbers are selected from the set $\{1,2,3,4,\dots,36,37\}$ so that the sum of the remaining $35$ numbers is the product of these two numbers. What is the difference of these two numbers?
$\textbf{(A) }5 \qquad \textbf{(B) }7 \qquad \textbf{(C) }8\qquad \textbf{(D) }9 \qquad \textbf{(E) }10$
|
The sum of the first $n$ integers is given by $\frac{n(n+1)}{2}$ , so $\frac{37(37+1)}{2}=703$
Therefore, $703-x-y=xy$
Rearranging, $xy+x+y=703$ . We can factor this equation by SFFT to get
$(x+1)(y+1)=704$
Looking at the possible divisors of $704 = 2^6\cdot11$ $22$ and $32$ are within the constraints of $0 < x \leq y \leq 37$ so we try those:
$(x+1)(y+1) = 22\cdot32$
$x+1=22, y+1 = 32$
$x = 21, y = 31$
Therefore, the difference $y-x=31-21=\boxed{10}$
| 10
|
3,914
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_13
| 1
|
How many values of $\theta$ in the interval $0<\theta\le 2\pi$ satisfy \[1-3\sin\theta+5\cos3\theta = 0?\] $\textbf{(A) }2 \qquad \textbf{(B) }4 \qquad \textbf{(C) }5\qquad \textbf{(D) }6 \qquad \textbf{(E) }8$
|
We rearrange to get \[5\cos3\theta = 3\sin\theta-1.\] We can graph two functions in this case: $y=5\cos{3x}$ and $y=3\sin{x} -1$ .
Using transformation of functions, we know that $5\cos{3x}$ is just a cosine function with amplitude $5$ and period $\frac{2\pi}{3}$ . Similarly, $3\sin{x} -1$ is just a sine function with amplitude $3$ and shifted $1$ unit downward: [asy] import graph; size(400,200,IgnoreAspect); real Sin(real t) {return 3*sin(t) - 1;} real Cos(real t) {return 5*cos(3*t);} draw(graph(Sin,0, 2pi),red,"$3\sin{x} -1 $"); draw(graph(Cos,0, 2pi),blue,"$5\cos{3x}$"); xaxis("$x$",BottomTop,LeftTicks); yaxis("$y$",LeftRight,RightTicks(trailingzero)); add(legend(),point(E),20E,UnFill); [/asy] So, we have $\boxed{6}$ solutions.
| 6
|
3,915
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_15
| 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.47132,0.6335248637894945); pair D=(-1.464483379039766,0.6335248637894945); pair E=(-0.956630463955801,2.6567453480756127); pair F=(-2,2); pair G=(-3,2); draw(A--B--C--D--E--A); draw(A--F--A--G); draw(B--F--C); draw(E--G--D); label("A",A,N); label("B",B,W); label("C",C,S); label("D",D,S); label("E",E,dir(0)); dot(A^^B^^C^^D^^E^^F^^G); [/asy]
$\textbf{(A)} ~20 \qquad\textbf{(B)} ~21 \qquad\textbf{(C)} ~22 \qquad\textbf{(D)} ~23 \qquad\textbf{(E)} ~24$
|
[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=(-1.85,2); pair G=(-3.1,2); draw(A--G--A--F, lightgray); draw(B--F--C, lightgray); draw(E--G--D, lightgray); dot(F^^G, lightgray); draw(A--B--C--D--E--A); draw(A--C--A--D); label("A",A,N); label("B",B,W); label("C",C,S); label("D",D,S); label("E",E,dir(0)); dot(A^^B^^C^^D^^E); [/asy]
Draw diagonals $AC$ and $AD$ to split the pentagon into three parts. We can compute the area for each triangle and sum them up at the end. For triangles $ABC$ and $ADE$ , they each have area $2\cdot\frac{1}{2}\cdot\frac{4\sqrt{3}}{4}=\sqrt{3}$ . For triangle $ACD$ , we can see that $AC=AD=2\sqrt{3}$ and $CD=2$ . Using Pythagorean Theorem, the altitude for this triangle is $\sqrt{11}$ , so the area is $\sqrt{11}$ . Adding each part up, we get $2\sqrt{3}+\sqrt{11}=\sqrt{12}+\sqrt{11} \implies \boxed{23}$
| 23
|
3,916
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_16
| 1
|
Let $g(x)$ be a polynomial with leading coefficient $1,$ whose three roots are the reciprocals of the three roots of $f(x)=x^3+ax^2+bx+c,$ where $1<a<b<c.$ What is $g(1)$ in terms of $a,b,$ and $c?$
$\textbf{(A) }\frac{1+a+b+c}c \qquad \textbf{(B) }1+a+b+c \qquad \textbf{(C) }\frac{1+a+b+c}{c^2}\qquad \textbf{(D) }\frac{a+b+c}{c^2} \qquad \textbf{(E) }\frac{1+a+b+c}{a+b+c}$
|
Note that $f(1/x)$ has the same roots as $g(x)$ , if it is multiplied by some monomial so that the leading term is $x^3$ they will be equal. We have \[f(1/x) = \frac{1}{x^3} + \frac{a}{x^2}+\frac{b}{x} + c\] so we can see that \[g(x) = \frac{x^3}{c}f(1/x)\] Therefore \[g(1) = \frac{1}{c}f(1) = \boxed{1}\]
| 1
|
3,917
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_16
| 3
|
Let $g(x)$ be a polynomial with leading coefficient $1,$ whose three roots are the reciprocals of the three roots of $f(x)=x^3+ax^2+bx+c,$ where $1<a<b<c.$ What is $g(1)$ in terms of $a,b,$ and $c?$
$\textbf{(A) }\frac{1+a+b+c}c \qquad \textbf{(B) }1+a+b+c \qquad \textbf{(C) }\frac{1+a+b+c}{c^2}\qquad \textbf{(D) }\frac{a+b+c}{c^2} \qquad \textbf{(E) }\frac{1+a+b+c}{a+b+c}$
|
If we let $p, q,$ and $r$ be the roots of $f(x)$ $f(x) = (x-p)(x-q)(x-r)$ and $g(x) = \left(x-\frac{1}{p}\right)\left(x-\frac{1}{q}\right)\left(x-\frac{1}{r}\right)$ . The requested value, $g(1)$ , is then \[\left(1-\frac{1}{p}\right)\left(1-\frac{1}{q}\right)\left(1-\frac{1}{r}\right) = \frac{(p-1)(q-1)(r-1)}{pqr}\] The numerator is $-f(1)$ (using the product form of $f(x)$ ) and the denominator is $-c$ , so the answer is \[\frac{f(1)}{c} = \boxed{1}\]
| 1
|
3,918
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_16
| 4
|
Let $g(x)$ be a polynomial with leading coefficient $1,$ whose three roots are the reciprocals of the three roots of $f(x)=x^3+ax^2+bx+c,$ where $1<a<b<c.$ What is $g(1)$ in terms of $a,b,$ and $c?$
$\textbf{(A) }\frac{1+a+b+c}c \qquad \textbf{(B) }1+a+b+c \qquad \textbf{(C) }\frac{1+a+b+c}{c^2}\qquad \textbf{(D) }\frac{a+b+c}{c^2} \qquad \textbf{(E) }\frac{1+a+b+c}{a+b+c}$
|
It is well known that reversing the order of the coefficients of a polynomial turns each root into its corresponding reciprocal. Thus, a polynomial with the desired roots may be written as $cx^3+bx^2+a+1$ . As the problem statement asks for a monic polynomial, our answer is \[\boxed{1}\]
| 1
|
3,919
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_18
| 1
|
Let $z$ be a complex number satisfying $12|z|^2=2|z+2|^2+|z^2+1|^2+31.$ What is the value of $z+\frac 6z?$
$\textbf{(A) }-2 \qquad \textbf{(B) }-1 \qquad \textbf{(C) }\frac12\qquad \textbf{(D) }1 \qquad \textbf{(E) }4$
|
Using the fact $z\bar{z}=|z|^2$ , the equation rewrites itself as \begin{align*} 12z\bar{z}&=2(z+2)(\bar{z}+2)+(z^2+1)(\bar{z}^2+1)+31 \\ -12z\bar{z}+2z\bar{z}+4(z+\bar{z})+8+z^2\bar{z}^2+(z^2+\bar{z}^2)+32&=0 \\ \left((z^2+2z\bar{z}+\bar{z}^2)+4(z+\bar{z})+4\right)+\left(z^2\bar{z}^2-12z\bar{z}+36\right)&=0 \\ (z+\bar{z}+2)^2+(z\bar{z}-6)^2&=0. \end{align*} As the two quantities in the parentheses are real, both quantities must equal $0$ so \[z+\frac6z=z+\bar{z}=\boxed{2}.\]
| 2
|
3,920
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_18
| 2
|
Let $z$ be a complex number satisfying $12|z|^2=2|z+2|^2+|z^2+1|^2+31.$ What is the value of $z+\frac 6z?$
$\textbf{(A) }-2 \qquad \textbf{(B) }-1 \qquad \textbf{(C) }\frac12\qquad \textbf{(D) }1 \qquad \textbf{(E) }4$
|
Let $z = a + bi$ $z^2 = a^2-b^2+2abi$
By the equation given in the problem
\[12(a^2+b^2) = 2((a+2)^2 + b^2) + ((a^2-b^2+1)^2 + (2ab)^2) + 31\]
\[12a^2 + 12b^2 = 2a^2 + 8a + 8 + 2b^2 + a^4 + b^4 + 1 + 2a^2 - 2b^2 - 2a^2b^2 + 4a^2b^2 + 31\]
\[a^4 + b^4 - 8a^2 - 12b^2 + 2a^2b^2 + 8a + 40 = 0\]
\[(a^2+b^2)^2 - 12(a^2+b^2) + 4(a^2 + 2a + 1) + 36=0\]
\[(a^2 + b^2 - 6)^2 + 4(a+1)^2 = 0\]
Therefore, $a^2 + b^2 - 6 = 0$ and $a+1 = 0$
$a = -1$ $b^2 = 6-1 = 5$ $b = \sqrt{5}$
\[z + \frac{6}{z} = \frac{ a^2 - b^2 + 6 + 2abi }{ a+bi } = \frac{ 1 - 5 + 6 + 2(-1)\sqrt{5} i }{ -1 + i \sqrt{5} } = \frac{ 2 - 2i \sqrt{5} }{-1 + i \sqrt{5}} = \boxed{2}\]
| 2
|
3,921
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_18
| 3
|
Let $z$ be a complex number satisfying $12|z|^2=2|z+2|^2+|z^2+1|^2+31.$ What is the value of $z+\frac 6z?$
$\textbf{(A) }-2 \qquad \textbf{(B) }-1 \qquad \textbf{(C) }\frac12\qquad \textbf{(D) }1 \qquad \textbf{(E) }4$
|
Let $x = z + \frac{6}{z}$ . Then $z = \frac{x \pm \sqrt{x^2-24}}{2}$ . From the answer choices, we know that $x$ is real and $x^2<24$ , so $z = \frac{x \pm i\sqrt{24-x^2}}{2}$ . Then we have \[|z|^2 = 6\] \[|z+2|^2 = (\frac{x}{2} + 2)^2 + \frac{24-x^2}{4} = 2x+10\] \[|z^2+1|^2 = |xz -6 +1|^2 = \left(\frac{x^2}{2}-5\right)^2 + \frac{x^2(24-x^2)}{4} = x^2 +25\] Plugging the above back to the original equation, we have \[12*6 = 2(2x+10) + x^2 + 25 + 31\] \[(x+2)^2 = 0\] So $x = \boxed{2}$
| 2
|
3,922
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_18
| 5
|
Let $z$ be a complex number satisfying $12|z|^2=2|z+2|^2+|z^2+1|^2+31.$ What is the value of $z+\frac 6z?$
$\textbf{(A) }-2 \qquad \textbf{(B) }-1 \qquad \textbf{(C) }\frac12\qquad \textbf{(D) }1 \qquad \textbf{(E) }4$
|
Observe that all the answer choices are real. Therefore, $z$ and $\frac{6}{z}$ must be complex conjugates as this is the only way for both their sum (one of the answer choices) and their product ( $6$ ) to be real. Thus $|z|=|\tfrac{6}{z}|=\sqrt{6}$ . We will test all the answer choices, starting with $\textbf{(A)}$ . Suppose the answer is $\textbf{(A)}$ . If $z+\tfrac{6}{z}=-2$ then $z^{2}+2z+6=0$ and $z=\frac{-2\pm\sqrt{4-24}}{2}=-1\pm\sqrt{5}i$ . Note that if $z=-1+\sqrt{5}i$ works, then so does $-1-\sqrt{5}i$ . It is relatively easy to see that if $z=-1+\sqrt{5}i$ , then $12|z|^{2}=12\cdot 6=72, 2|z+2|^{2}=2|1+\sqrt{5}i|=2\cdot 6=12, |z^{2}+1|^{2}=|-3-2\sqrt{5}i|^{2}=29,$ and $72=12+29+31$ . Thus the condition \[12|z|^{2}=2|z+2|^{2}+|z^{2}+1|^{2}+31\] is satisfied for $z+\tfrac{6}{z}=-2$ , and the answer is $\boxed{2}$
| 2
|
3,923
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_19
| 1
|
Two fair dice, each with at least $6$ faces are rolled. On each face of each die is printed a distinct integer from $1$ to the number of faces on that die, inclusive. The probability of rolling a sum of $7$ is $\frac34$ of the probability of rolling a sum of $10,$ and the probability of rolling a sum of $12$ is $\frac{1}{12}$ . What is the least possible number of faces on the two dice combined?
$\textbf{(A) }16 \qquad \textbf{(B) }17 \qquad \textbf{(C) }18\qquad \textbf{(D) }19 \qquad \textbf{(E) }20$
|
Suppose the dice have $a$ and $b$ faces, and WLOG $a\geq{b}$ . Since each die has at least $6$ faces, there will always be $6$ ways to sum to $7$ . As a result, there must be $\tfrac{4}{3}\cdot6=8$ ways to sum to $10$ . There are at most nine distinct ways to get a sum of $10$ , which are possible whenever $a,b\geq{9}$ . To achieve exactly eight ways, $b$ must have $8$ faces, and $a\geq9$ . Let $n$ be the number of ways to obtain a sum of $12$ , then $\tfrac{n}{8a}=\tfrac{1}{12}\implies n=\tfrac{2}{3}a$ . Since $b=8$ $n\leq8\implies a\leq{12}$ . In addition to $3\mid{a}$ , we only have to test $a=9,12$ , of which both work. Taking the smaller one, our answer becomes $a+b=9+8=\boxed{17}$
| 17
|
3,924
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_19
| 2
|
Two fair dice, each with at least $6$ faces are rolled. On each face of each die is printed a distinct integer from $1$ to the number of faces on that die, inclusive. The probability of rolling a sum of $7$ is $\frac34$ of the probability of rolling a sum of $10,$ and the probability of rolling a sum of $12$ is $\frac{1}{12}$ . What is the least possible number of faces on the two dice combined?
$\textbf{(A) }16 \qquad \textbf{(B) }17 \qquad \textbf{(C) }18\qquad \textbf{(D) }19 \qquad \textbf{(E) }20$
|
Suppose the dice have $a$ and $b$ faces, and WLOG $a\geq{b}$ . Note that if $a+b=12$ since they are both $6$ , there is one way to make $12$ , and incrementing $a$ or $b$ by one will add another way. This gives us the probability of making a 12 as \[\frac{a+b-11}{ab}=\frac{1}{12}\] Cross-multiplying, we get \[12a+12b-132=ab\] Simon's Favorite Factoring Trick now gives \[(a-12)(b-12)=12\] This narrows the possibilities down to 3 ordered pairs of $(a,b)$ , which are $(13,24)$ $(6,10)$ , and $(8,9)$ . We can obviously ignore the first pair and test the next two straightforwardly. The last pair yields the answer: \[\frac{6}{72}=\frac{3}{4}\left(\frac{9+8-9}{72}\right)\] The answer is then $a+b=8+9=\boxed{17}$
| 17
|
3,925
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_23
| 1
|
Three balls are randomly and independantly tossed into bins numbered with the positive integers so that for each ball, the probability that it is tossed into bin $i$ is $2^{-i}$ for $i=1,2,3,....$ More than one ball is allowed in each bin. The probability that the balls end up evenly spaced in distinct bins is $\frac pq,$ where $p$ and $q$ are relatively prime positive integers. (For example, the balls are evenly spaced if they are tossed into bins $3,17,$ and $10.$ ) What is $p+q?$
$\textbf{(A) }55 \qquad \textbf{(B) }56 \qquad \textbf{(C) }57\qquad \textbf{(D) }58 \qquad \textbf{(E) }59$
|
"Evenly spaced" just means the bins form an arithmetic sequence.
Suppose the middle bin in the sequence is $x$ . There are $x-1$ different possibilities for the first bin, and these two bins uniquely determine the final bin. Now, the probability that these $3$ bins are chosen is $6\cdot 2^{-3x} = 6\cdot \frac{1}{8^x}$ , so the probability $x$ is the middle bin is $6\cdot\frac{x-1}{8^x}$ . Then, we want the sum \begin{align*} 6\sum_{x=2}^{\infty}\frac{x-1}{8^x} &= \frac{6}{8}\left[\frac{1}{8} + \frac{2}{8^2} + \frac{3}{8^3}\cdots\right]\\ &= \frac34\left[\left(\frac{1}{8} + \frac{1}{8^2} + \frac{1}{8^3}+\cdots \right) + \left(\frac{1}{8^2} + \frac{1}{8^3} + \frac{1}{8^4} + \cdots \right) + \cdots\right]\\ &= \frac34\left[\frac17\cdot \left(1 + \frac{1}{8} + \frac{1}{8^2} + \frac{1}{8^3} + \cdots \right)\right]\\ &= \frac34\cdot \frac{8}{49}\\ &= \frac{6}{49} \end{align*} The answer is $6+49=\boxed{55}.$
| 55
|
3,926
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_23
| 2
|
Three balls are randomly and independantly tossed into bins numbered with the positive integers so that for each ball, the probability that it is tossed into bin $i$ is $2^{-i}$ for $i=1,2,3,....$ More than one ball is allowed in each bin. The probability that the balls end up evenly spaced in distinct bins is $\frac pq,$ where $p$ and $q$ are relatively prime positive integers. (For example, the balls are evenly spaced if they are tossed into bins $3,17,$ and $10.$ ) What is $p+q?$
$\textbf{(A) }55 \qquad \textbf{(B) }56 \qquad \textbf{(C) }57\qquad \textbf{(D) }58 \qquad \textbf{(E) }59$
|
As in solution 1, note that "evenly spaced" means the bins are in arithmetic sequence. We let the first bin be $a$ and the common difference be $d$ . Further note that each $(a, d)$ pair uniquely determines a set of $3$ bins.
We have $a\geq1$ because the leftmost bin in the sequence can be any bin, and $d\geq1$ , because the bins must be distinct.
This gives us the following sum for the probability: \begin{align*} 6 \sum_{a=1}^{\infty} \sum_{d=1}^{\infty} 2^{-3a-3d} &= 6 \sum_{a=1}^{\infty} \sum_{d=1}^{\infty} 2^{-3a} \cdot 2^{-3d} \\ &= 6 \left( \sum_{a=1}^{\infty} 2^{-3a} \right) \left( \sum_{d=1}^{\infty} 2^{-3d} \right) \\ &= 6 \left( \sum_{a=1}^{\infty} 8^{-a} \right) \left( \sum_{d=1}^{\infty} 8^{-d} \right) \\ &= 6 \left( \frac{1}{7} \right) \left( \frac{1}{7} \right) \\ &= \frac{6}{49} .\end{align*} Therefore the answer is $6 + 49 = \boxed{55}$
| 55
|
3,927
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_23
| 3
|
Three balls are randomly and independantly tossed into bins numbered with the positive integers so that for each ball, the probability that it is tossed into bin $i$ is $2^{-i}$ for $i=1,2,3,....$ More than one ball is allowed in each bin. The probability that the balls end up evenly spaced in distinct bins is $\frac pq,$ where $p$ and $q$ are relatively prime positive integers. (For example, the balls are evenly spaced if they are tossed into bins $3,17,$ and $10.$ ) What is $p+q?$
$\textbf{(A) }55 \qquad \textbf{(B) }56 \qquad \textbf{(C) }57\qquad \textbf{(D) }58 \qquad \textbf{(E) }59$
|
This is a slightly messier variant of solution 2. If the first ball is in bin $i$ and the second ball is in bin $j>i$ , then the third ball is in bin $2j-i$ . Thus the probability is \begin{align*} 6\sum_{i=1}^{\infty}\sum_{j=i+1}^\infty2^{-i}2^{-j}2^{-2j+i}&=6\sum_{i=1}^{\infty}\sum_{j=i+1}^\infty2^{-3j}\\ &=6\sum_{i=1}^{\infty}\left(\frac{2^{-3(i+1)}}{1-\tfrac{1}{8}}\right)\\ &=6\sum_{i=1}^\infty\frac{8}{7}\cdot2^{-3}\cdot2^{-3i}\\ &=\frac{6}{7}\sum_{i=1}^\infty2^{-3i}\\ &=\frac{6}{7}\cdot\frac{2^{-3}}{1-\tfrac18}\\ &=\frac{6}{49}. \end{align*} Therefore the answer is $6 + 49 = \boxed{55}$
| 55
|
3,928
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_23
| 4
|
Three balls are randomly and independantly tossed into bins numbered with the positive integers so that for each ball, the probability that it is tossed into bin $i$ is $2^{-i}$ for $i=1,2,3,....$ More than one ball is allowed in each bin. The probability that the balls end up evenly spaced in distinct bins is $\frac pq,$ where $p$ and $q$ are relatively prime positive integers. (For example, the balls are evenly spaced if they are tossed into bins $3,17,$ and $10.$ ) What is $p+q?$
$\textbf{(A) }55 \qquad \textbf{(B) }56 \qquad \textbf{(C) }57\qquad \textbf{(D) }58 \qquad \textbf{(E) }59$
|
Based on the value of $n,$ we construct the following table: \[\begin{array}{c|c|c|c} & & & \\ [-1.5ex] \textbf{Exactly }\boldsymbol{n}\textbf{ Spaces Apart} & \textbf{Bin \#s} & \textbf{Expression} & \textbf{Prob. of One Such Perm.} \\ [1ex] \hline\hline & & & \\ [-1.5ex] n=1 & 1,2,3 & 2^{-1}\cdot2^{-2}\cdot2^{-3} & 2^{-6} \\ [1ex] & 2,3,4 & 2^{-2}\cdot2^{-3}\cdot2^{-4} & 2^{-9} \\ [1ex] & 3,4,5 & 2^{-3}\cdot2^{-4}\cdot2^{-5} & 2^{-12} \\ [1ex] & 4,5,6 & 2^{-4}\cdot2^{-5}\cdot2^{-6} & 2^{-15} \\ [1ex] & \cdots & \cdots & \cdots \\ [1ex] \hline & & & \\ [-1.5ex] n=2 & 1,3,5 & 2^{-1}\cdot2^{-3}\cdot2^{-5} & 2^{-9} \\ [1ex] & 2,4,6 & 2^{-2}\cdot2^{-4}\cdot2^{-6} & 2^{-12} \\ [1ex] & 3,5,7 & 2^{-3}\cdot2^{-5}\cdot2^{-7} & 2^{-15} \\ [1ex] & 4,6,8 & 2^{-4}\cdot2^{-6}\cdot2^{-8} & 2^{-18} \\ [1ex] & \cdots & \cdots & \cdots \\ [1ex] \hline & & & \\ [-1.5ex] n=3 & 1,4,7 & 2^{-1}\cdot2^{-4}\cdot2^{-7} & 2^{-12} \\ [1ex] & 2,5,8 & 2^{-2}\cdot2^{-5}\cdot2^{-8} & 2^{-15} \\ [1ex] & 3,6,9 & 2^{-3}\cdot2^{-6}\cdot2^{-9} & 2^{-18} \\ [1ex] & 4,7,10 & 2^{-4}\cdot2^{-7}\cdot2^{-10} & 2^{-21} \\ [1ex] & \cdots & \cdots & \cdots \\ [1ex] \hline & & & \\ [-1.5ex] \cdots & \cdots & \cdots & \cdots \\ [1ex] \end{array}\] Since three balls have $3!=6$ permutations, the requested probability is \begin{align*} 6\left(\sum_{k=0}^{\infty}2^{-6-3k}+\sum_{k=0}^{\infty}2^{-9-3k}+\sum_{k=0}^{\infty}2^{-12-3k}+\cdots\right)&=6\left(2^{-6}\sum_{k=0}^{\infty}2^{-3k}+2^{-9}\sum_{k=0}^{\infty}2^{-3k}+2^{-12}\sum_{k=0}^{\infty}2^{-3k}+\cdots\right) \\ &=\left(6\sum_{k=0}^{\infty}2^{-3k}\right)\cdot\left(2^{-6}+2^{-9}+2^{-12}+\cdots\right) \\ &=\left(6\sum_{k=0}^{\infty}2^{-3k}\right)\cdot\left(\sum_{k=0}^{\infty}2^{-6-3k}\right) \\ &=\left(6\sum_{k=0}^{\infty}2^{-3k}\right)\cdot\left(2^{-6}\sum_{k=0}^{\infty}2^{-3k}\right) \\ &=\frac{6}{1-2^{-3}}\cdot\frac{2^{-6}}{1-2^{-3}} \\ &=\frac{6}{49} \end{align*} by infinite geometric series, from which the answer is $6+49=\boxed{55}.$
| 55
|
3,929
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_24
| 1
|
Let $ABCD$ be a parallelogram with area $15$ . Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points.
[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]
Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
$\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113$
|
Let $X$ denote the intersection point of the diagonals $AC$ and $BD$ . Remark that by symmetry $X$ is the midpoint of both $\overline{PQ}$ and $\overline{RS}$ , so $XP = XQ = 3$ and $XR = XS = 4$ . Now note that since $\angle APB = \angle ARB = 90^\circ$ , quadrilateral $ARPB$ is cyclic, and so \[XR\cdot XA = XP\cdot XB,\] which implies $\tfrac{XA}{XB} = \tfrac{XP}{XR} = \tfrac34$
Thus let $x> 0$ be such that $XA = 3x$ and $XB = 4x$ . Then Pythagorean Theorem on $\triangle APX$ yields $AP = \sqrt{AX^2 - XP^2} = 3\sqrt{x^2-1}$ , and so \[[ABCD] = 2[ABD] = AP\cdot BD = 3\sqrt{x^2-1}\cdot 8x = 24x\sqrt{x^2-1}=15\] Solving this for $x^2$ yields $x^2 = \tfrac12 + \tfrac{\sqrt{41}}8$ , and so \[(8x)^2 = 64x^2 = 64\left(\tfrac12 + \tfrac{\sqrt{41}}8\right) = 32 + 8\sqrt{41}.\] The requested answer is $32 + 8 + 41 = \boxed{81}$
| 81
|
3,930
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_24
| 2
|
Let $ABCD$ be a parallelogram with area $15$ . Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points.
[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]
Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
$\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113$
|
Let $X$ denote the intersection point of the diagonals $AC$ and $BD,$ and let $\theta = \angle{COB}$ . Then, by the given conditions, $XR = 4,$ $XQ = 3,$ $[XCB] = \frac{15}{4}$ . So, \[XC = \frac{3}{\cos \theta}\] \[XB \cos \theta = 4\] \[\frac{1}{2} XB XC \sin \theta = \frac{15}{4}\] Combining the above 3 equations, we get \[\frac{\sin \theta }{\cos^2 \theta} = \frac{5}{8}.\] Since we want to find $d^2 = 4XB^2 = \frac{64}{\cos^2 \theta},$ we let $x = \frac{1}{\cos^2 \theta}.$ Then \[\frac{\sin^2 \theta }{\cos^4 \theta} = \frac{1-\cos ^2 \theta}{\cos^4 \theta} = x^2 - x = \frac{25}{64}.\] Solving this, we get $x = \frac{4 + \sqrt{41}}{8},$ so $d^2 = 64x = 32 + 8\sqrt{41} \rightarrow 32+8+41=\boxed{81}$
| 81
|
3,931
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_24
| 3
|
Let $ABCD$ be a parallelogram with area $15$ . Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points.
[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]
Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
$\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113$
|
Let $X$ be the intersection of diagonals $AC$ and $BD$ . By symmetry $[\triangle XCB] = \frac{15}{4}$ $XQ = 3$ and $XR = 4$ , so now we have reduced all of the conditions one quadrant. Let $CQ = x$ $XC = \sqrt{x^2+9}$ $RB = \frac{4x}{3}$ by similar triangles and using the area condition we get $\frac{4}{3} \cdot x \cdot \sqrt{x^2+9} = \frac{15}{2}$ . Note that it suffices to find $XB = \frac{4}{3}\sqrt{x^2+9}$ because we can double and square it to get $d^2$ . Solving for $a = x^2$ in the above equation, and then using $d^2 = \frac{64}{9}(x^2+9) = 8\sqrt{41} + 32 \Rightarrow 8+41+32=\boxed{81}$
| 81
|
3,932
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_24
| 4
|
Let $ABCD$ be a parallelogram with area $15$ . Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points.
[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]
Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
$\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113$
|
Again, Let $X$ be the intersection of diagonals $AC$ and $BD$ . Note that triangles $\triangle QXC$ and $\triangle BXR$ are similar because they are right triangles and share $\angle CXQ$ . First, call the length of $XB = \frac{d}{2}$ . By the definition of an area of a parallelogram, $CQ \cdot 2XB = 15$ , so $CQ = \frac{15}{d}$ . Using similar triangles on $\triangle QXC$ and $\triangle BXR$ $\frac{CQ}{XQ} = \frac{BR}{XR}$ . Therefore, finding $BR$ $BR = \frac{XR}{XQ} \cdot CQ = \frac{4}{3} \cdot \frac{15}{d} = \frac{20}{d}$ . Now, applying the Pythagorean theorem once, we find $(\frac{20}{d}) ^2$ $(4)^2$ $(\frac{d}{2}) ^2$ . Solving this equation for $d^2$ , we find $d^2=\frac{64+\sqrt{4096+6400}}{2}=32+8\sqrt{41} \rightarrow 32+8+41= \boxed{81}$
| 81
|
3,933
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_24
| 5
|
Let $ABCD$ be a parallelogram with area $15$ . Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points.
[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]
Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
$\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113$
|
Let $BQ = PD = x.$ We know that the area of the parallelogram is $15,$ so it follows that $[\triangle{BCD}] = [\triangle{BAD}] = \tfrac{15}{2}$ and the height of each triangle, which are also the lengths of $QC$ and $AP,$ is $\tfrac{15}{2(x+3)}.$ Suppose that $E = RS \cap BD.$ Because $\angle{BRE} = \angle{CQE}$ and $\angle{BER} = \angle{CQD},$ we have $\triangle{BRE} \sim \triangle{CQE}.$ The length of $CE,$ by the Pythagorean Theorem is $\sqrt{3^2+(\tfrac{15}{2(x+3)})^2}$ and the length of $BR,$ by the Pythagorean Theorem on $\triangle{BRE},$ is $\sqrt{(x+3)^2 - 4}.$ Note that \[\sin{\angle QEC} = \frac{CQ}{CE} = \frac{BR}{BE}\] Substituting in our values, \[\frac{\frac{15}{2(x+3)}}{\sqrt{9+(\frac{15}{2(x+3)})^2}} = \frac{\sqrt{(x+3)^2 - 4^2}}{x+3}\] To rid unnecessary computation, we let $(x+3)^2 = a.$ The equation simplifies, after cross multiplying, to \[\sqrt{9+\frac{15^2}{4a}} \sqrt{a-16 } = \frac{15}{2}\] \[36a^2 - 576a - 15^2\cdot 16 = 0\] \[a^2-16a-100 =0\] By the quadratic formula, $a \in \{\tfrac{16 - \sqrt{656}}{2}, \tfrac{16 + \sqrt{656}}{2}\},$ so we discard the negative solution. The value of $BD^2$ is \[BD^2 = (2x+6)^2 = 4(x+3)^2 = 4a = 4 \cdot \frac{16 + \sqrt{656}}{2} = 32+8\sqrt{41}\] and the desired answer is $32+8+41 = \boxed{81}$ ~skyscraper
| 81
|
3,934
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_Problems/Problem_24
| 6
|
Let $ABCD$ be a parallelogram with area $15$ . Points $P$ and $Q$ are the projections of $A$ and $C,$ respectively, onto the line $BD;$ and points $R$ and $S$ are the projections of $B$ and $D,$ respectively, onto the line $AC.$ See the figure, which also shows the relative locations of these points.
[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]
Suppose $PQ=6$ and $RS=8,$ and let $d$ denote the length of $\overline{BD},$ the longer diagonal of $ABCD.$ Then $d^2$ can be written in the form $m+n\sqrt p,$ where $m,n,$ and $p$ are positive integers and $p$ is not divisible by the square of any prime. What is $m+n+p?$
$\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113$
|
Let the intersection of $RS$ and $BD$ be $X$
$\because$ $\angle APX = \angle DSX$ and $\angle AXP = \angle DXS$ $\triangle APX \sim \triangle DSX$ by $AA$
$\therefore$ $\frac{PA}{DS} = \frac68 = \frac34$ $DS = \frac43 \cdot PA$
By the Pythagorean theorem and the property of projection, $BD^2 = (DS+BR)^2 + RS^2 = 4DS^2 + 64 = 4(\frac43 \cdot PA)^2 + 64 = \frac{64}{9} \cdot PA^2 + 64$ $\frac{64}{9} \cdot PA^2 = BD^2 - 64$
$\because [ABCD] = PA \cdot BD = 15$ $\therefore PA = \frac{15}{BD}$
\[\frac{64}{9} (\frac{15}{BD})^2 = BD^2 - 64\]
\[\frac{1600}{BD^2} = BD^2 - 64\]
\[BD^4 - 64 BD^2 - 1600 = 0\]
\[BD^2 = \frac{64 + \sqrt{64^2 - 4 (-1600)}}{2} = 32 + 8 \sqrt{41}\]
Therefore, the answer is $32 + 8 + 41 = \boxed{81}$
| 81
|
3,935
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_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 positive integers. What is $a+b?$
$\textbf{(A)} ~31 \qquad \textbf{(B)} ~47 \qquad \textbf{(C)} ~62\qquad \textbf{(D)} ~72 \qquad \textbf{(E)} ~85$
|
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 try to count the number of points above the line to see if there are 600 points above the line. The line $y=\frac{2}{3}x$ separates the area inside the box so that $\frac{2}{3}$ of the are is above the line.
I find that the number of coordinates with $x=1$ above the line is 30, and the number of coordinates with $x=2$ above the line is 29. Every time the line $y=\frac{2}{3}x$ hits a y-value with an integer coordinate, the number of points above the line decreases by one. I wrote out the sum of 30 terms in hopes of finding a pattern. I graphed the first couple positive integer x-coordinates, and found that the sum of the integers above the line is $30+29+28+28+27+26+26 \ldots+ 10$ . The even integer repeats itself every third term in the sum. I found that the average of each of the terms is 20, and there are 30 of them which means that exactly 600 above the line as desired. This give a lower bound because if the slope decreases a little bit, then the points that the line goes through will be above the line.
To find the upper bound, notice that each point with an integer-valued x-coordinate is either $\frac{1}{3}$ or $\frac{2}{3}$ above the line. Since the slope through a point is the y-coordinate divided by the x-coordinate, a shift in the slope will increase the y-value of the higher x-coordinates. We turn our attention to $x=28, 29, 30$ which the line $y=\frac{2}{3}x$ intersects at $y= \frac{56}{3}, \frac{58}{3}, 20$ . The point (30,20) is already counted below the line, and we can clearly see that if we slowly increase the slope of the line, we will hit the point (28,19) since (28, $\frac{56}{3}$ ) is closer to the lattice point. The slope of the line which goes through both the origin and (28,19) is $y=\frac{19}{28}x$ . This gives an upper bound of $m=\frac{19}{28}$
Taking the upper bound of m and subtracting the lower bound yields $\frac{19}{28}-\frac{2}{3}=\frac{1}{84}$ . This is answer $1+84=$ $\boxed{85}$
| 85
|
3,936
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_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 positive integers. What is $a+b?$
$\textbf{(A)} ~31 \qquad \textbf{(B)} ~47 \qquad \textbf{(C)} ~62\qquad \textbf{(D)} ~72 \qquad \textbf{(E)} ~85$
|
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 30m \rfloor = 300 .$
Let $m = \frac{2}{3}+k$ . for $\forall x_{i}\le 30, x\in N^{*}, \lfloor mx_{i} \rfloor = \lfloor \frac{2}{3}x+xk \rfloor.$
Our target is finding the minimum value of $k$ which can increase one unit of $\lfloor mx_{i} \rfloor .$
Notice that:
When $x_{i} = 3n, \lfloor mx_{i} \rfloor = \lfloor 2n+(3n)k \rfloor$ We don't have to discuss this case.
When $x_{i} = 3n+1, \lfloor mx_{i} \rfloor = \lfloor 2n+\frac{2}{3}+(3n+1)k \rfloor, k_{min1}=\frac{1}{3(3n+1)}.$
When $x_{i} = 3n+2, \lfloor mx_{i} \rfloor = \lfloor 2n+1+\frac{1}{3}+(3n+2)k \rfloor, k_{min2}=\frac{2}{3(3n+2)}.$
Here $n\in N^{*}, n \le 9.$
Denote $k_{min}=min\left \{k_{min1},k_{min2} \right \}.$
Obviously $k_{min1}$ and $k_{min2}$ are decreasing. Let's considering the situation when $n=9.$
$k_{min}=min\left\{\frac{1}{84},\frac{2}{87}\right\}=\frac{1}{84}.$
This means that the answer is just $\frac{1}{84}$ , so $a+b=85$ . Choose $\boxed{85}.$
| 85
|
3,937
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_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 positive integers. What is $a+b?$
$\textbf{(A)} ~31 \qquad \textbf{(B)} ~47 \qquad \textbf{(C)} ~62\qquad \textbf{(D)} ~72 \qquad \textbf{(E)} ~85$
|
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 total number of lattice points inside the rectangle. Subtract the number of lattice points on the diagonal, divided by 2 is the number of lattice points below the diagonal, add the number of lattice points on the diagonal, and subtract the lattice points on the $x$ axis, then we get the total number of lattice points on or below the diagonal and $x \ge 1$
There are $900$ lattice points in total. $300$ is $\frac{1}{3}$ of $900$ . The $x$ coordinate of the top-right vertex of the rectangle is $30$ $\frac{1}{2} \cdot 30 \cdot 20 = 300$ . I guess the $y$ coordinate of the top-right vertex of the rectangle is $20$ . Now I am going to verify that. The slope of the diagonal is $\frac{20}{30} = \frac{2}{3}$ , there are $11$ lattice points on the diagonal. Substitute $(p,q)=(30, 20)$ $d=11$ to the above formula:
Because there are $11$ lattice points on line $y = \frac{2}{3}x$ , if $m < \frac{2}{3}$ , then the number of lattice points on or below the line is less than $300$ . So $m = \frac{2}{3}$ is the lower bound.
Now I am going to calculate the upper bound. From $\frac{b}{a} < \frac{b+1}{a+1}$
$\frac{2}{3} = \frac{18}{27} < \frac{19}{28}$
$\frac{2}{3} = \frac{20}{30} < \frac{21}{31} < \frac{19}{28}$
[asy] /* Created by Brendanb4321, modified by isabelchen */ import graph; size(18cm); defaultpen(fontsize(9pt)); xaxis(0,31,Ticks(1.0)); yaxis(0,22,Ticks(1.0)); draw((0,0)--(30,20)); draw((0,0)--(30,30*19/28), dotted); draw((0,0)--(31,31*21/31), dotted); for (int i = 1; i<=31; ++i) { for (int j = 1; j<=2/3*i+1; ++j) { dot((i,j)); } } dot((28,19), red); dot((31,21), blue); label("$m=2/3$", (33,20)); label("$m=21/31$", (33,21)); label("$m=19/28$", (33,22)); [/asy]
If $m = \frac{21}{31}$ , I will calculate by using the rectangle with blue vertex $(p,q) = (31, 21)$ , then subtract lattice points on line $x = 31$ , which is $21$ . There are 2 lattice points on the diagonal, $d=2$
If $m = \frac{19}{28}$ , I will calculate by using the rectangle with red vertex $(p,q) = (28, 19)$ , then add lattice points on line $x = 29$ and $x = 30$ , which is $19 + 20 = 39$ . There are 2 lattice points on the diagonal, $d=2$
When $m$ increases, more lattice points falls below the line $y = mx$ . Any value larger than $\frac{19}{28}$ has more than $301$ lattice points on or below $y = \frac{19}{28} x$ . So the upper bound is $\frac{19}{28}$
$\frac{19}{28}-\frac{2}{3}=\frac{1}{84}$ $\boxed{85}$
| 85
|
3,938
|
https://artofproblemsolving.com/wiki/index.php/2021_AMC_12B_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 positive integers. What is $a+b?$
$\textbf{(A)} ~31 \qquad \textbf{(B)} ~47 \qquad \textbf{(C)} ~62\qquad \textbf{(D)} ~72 \qquad \textbf{(E)} ~85$
|
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 + 9 = 560$ . Half of the $560$ lattice points are below diagonal $y = \frac23 x$ $560 \cdot \frac12 = 280$ . There are $20$ lattice points on edge $x = 30$ $280 + 20 = 300$ . Once $m < \frac23$ , the $9$ lattice points on diagonal $y = \frac23 x$ will be above the new diagonal, making the number of lattice points on and below the diagonal less than $300$
Now we are going to calculate the upper bound by the following formula:
[asy] /* Created by isabelchen */ import graph; size(8cm); defaultpen(fontsize(9pt)); xaxis(0,8); yaxis(0,6); draw((0,0)--(7,5)); draw((7,0)--(7,5)); draw((0,5)--(7,5)); dot((0,0)); dot((1,0)); dot((2,0)); dot((3,0)); dot((4,0)); dot((5,0)); dot((6,0)); dot((7,0)); dot((8,0)); dot((0,1)); dot((1,1)); dot((2,1)); dot((3,1)); dot((4,1)); dot((5,1)); dot((6,1)); dot((7,1)); dot((8,1)); dot((0,2)); dot((1,2)); dot((2,2)); dot((3,2)); dot((4,2)); dot((5,2)); dot((6,2)); dot((7,2)); dot((8,2)); dot((0,3)); dot((1,3)); dot((2,3)); dot((3,3)); dot((4,3)); dot((5,3)); dot((6,3)); dot((7,3)); dot((8,3)); dot((0,4)); dot((1,4)); dot((2,4)); dot((3,4)); dot((4,4)); dot((5,4)); dot((6,4)); dot((7,4)); dot((8,4)); dot((0,5)); dot((1,5)); dot((2,5)); dot((3,5)); dot((4,5)); dot((5,5)); dot((6,5)); dot((7,5)); dot((8,5)); dot((0,6)); dot((1,6)); dot((2,6)); dot((3,6)); dot((4,6)); dot((5,6)); dot((6,6)); dot((7,6)); dot((8,6)); label("$(0,0)$", (0,0), SW); label("$(a, b)$", (7,5), NE); dot((7,0)); label("$a$", (7,0), S); dot((0,5)); label("$b$", (0,5), W); [/asy]
$\frac{2}{3} = \frac{20}{30} < \frac{21}{31} < \frac{19}{28}$
When $a = 31$ $b = 21$ $\frac{(31-1)(21-1)}{2} = 300$
When $a = 28$ $b = 19$ $\frac{(28-1)(19-1)}{2} = 243$ . Below the line $y = \frac{19}{28} x$ , there are $19$ lattice points on line $x = 28$ $19$ lattice points on line $x = 29$ $20$ lattice points on line $x = 30$ $243 + 19 + 19 + 20 = 301$
More lattice points fall below the line $y = mx$ as $m$ increases. There are more than $301$ lattice points on and below the line for any $m$ greater than $\frac{19}{28}$ . Therefore, the upper bound is $\frac{19}{28}$
$\frac{19}{28}-\frac{2}{3}=\frac{1}{84}$ , so $1+84=\boxed{85}$
| 85
|
3,939
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_1
| 1
|
Carlos took $70\%$ of a whole pie. Maria took one third of the remainder. What portion of the whole pie was left?
$\textbf{(A)}\ 10\%\qquad\textbf{(B)}\ 15\%\qquad\textbf{(C)}\ 20\%\qquad\textbf{(D)}\ 30\%\qquad\textbf{(E)}\ 35\%$
|
If Carlos took $70\%$ of the pie, there must be $(100 - 70)\% = 30\%$ left. After Maria takes $\frac{1}{3}$ of the remaining $30\%, \ 1 - \frac{1}{3} = \frac{2}{3}$ of the remaining $30\%$ is left.
Therefore, the answer is $30\% \cdot \frac{2}{3} = \boxed{20}.$
| 20
|
3,940
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_1
| 2
|
Carlos took $70\%$ of a whole pie. Maria took one third of the remainder. What portion of the whole pie was left?
$\textbf{(A)}\ 10\%\qquad\textbf{(B)}\ 15\%\qquad\textbf{(C)}\ 20\%\qquad\textbf{(D)}\ 30\%\qquad\textbf{(E)}\ 35\%$
|
Like solution 1, it is clear that there is $30\%$ of the pie remaining. Since Maria takes $\frac{1}{3}$ of the remainder, she takes $\frac{1}{3} \cdot 30\% = 10\%,$ meaning that there is $30\% - 10\% = \boxed{20}$ left.
| 20
|
3,941
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_1
| 3
|
Carlos took $70\%$ of a whole pie. Maria took one third of the remainder. What portion of the whole pie was left?
$\textbf{(A)}\ 10\%\qquad\textbf{(B)}\ 15\%\qquad\textbf{(C)}\ 20\%\qquad\textbf{(D)}\ 30\%\qquad\textbf{(E)}\ 35\%$
|
We have \[\left(100\%-70\%\right)\cdot\left(1-\frac13\right)=30\%\cdot\frac23=\boxed{20}\] of the whole pie left.
| 20
|
3,942
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_4
| 1
|
How many $4$ -digit positive integers (that is, integers between $1000$ and $9999$ , inclusive) having only even digits are divisible by $5?$
$\textbf{(A) } 80 \qquad \textbf{(B) } 100 \qquad \textbf{(C) } 125 \qquad \textbf{(D) } 200 \qquad \textbf{(E) } 500$
|
The units digit, for all numbers divisible by 5, must be either $0$ or $5$ . However, since all digits are even, the units digit must be $0$ . The middle two digits can be 0, 2, 4, 6, or 8, but the thousands digit can only be 2, 4, 6, or 8 since it cannot be zero. There is one choice for the units digit, 5 choices for each of the middle 2 digits, and 4 choices for the thousands digit, we have a total of $4\cdot5\cdot5\cdot1 = \boxed{100} \qquad$ numbers.
| 100
|
3,943
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_5
| 1
|
The $25$ integers from $-10$ to $14,$ inclusive, can be arranged to form a $5$ -by- $5$ square in which the sum of the numbers in each row, the sum of the numbers in each column, and the sum of the numbers along each of the main diagonals are all the same. What is the value of this common sum?
$\textbf{(A) }2 \qquad\textbf{(B) } 5\qquad\textbf{(C) } 10\qquad\textbf{(D) } 25\qquad\textbf{(E) } 50$
|
Without loss of generality, consider the five rows in the square. Each row must have the same sum of numbers, meaning that the sum of all the numbers in the square divided by $5$ is the total value per row. The sum of the $25$ integers is $-10+-9+...+14=11+12+13+14=50$ , and the common sum is $\frac{50}{5}=\boxed{10}$
| 10
|
3,944
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_5
| 5
|
The $25$ integers from $-10$ to $14,$ inclusive, can be arranged to form a $5$ -by- $5$ square in which the sum of the numbers in each row, the sum of the numbers in each column, and the sum of the numbers along each of the main diagonals are all the same. What is the value of this common sum?
$\textbf{(A) }2 \qquad\textbf{(B) } 5\qquad\textbf{(C) } 10\qquad\textbf{(D) } 25\qquad\textbf{(E) } 50$
|
The mean of the set of numbers is $(14-10) \div 2 = 2$ . The numbers around it must be equal (i.e. if the mean of $1$ $2$ $3$ $4$ , and $5$ is $3$ , then $2+4=1+5$ .)
One row of the square would be \[\square \square 2 \square \square\]
Adding the numbers would be
\[0, 1, 2, 3, 4\]
with a sum of $\boxed{10}$
| 10
|
3,945
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_6
| 1
|
In the plane figure shown below, $3$ of the unit squares have been shaded. What is the least number of additional unit squares that must be shaded so that the resulting figure has two lines of symmetry?
[asy] import olympiad; unitsize(25); filldraw((1,3)--(1,4)--(2,4)--(2,3)--cycle, gray(0.7)); filldraw((2,1)--(2,2)--(3,2)--(3,1)--cycle, gray(0.7)); filldraw((4,0)--(5,0)--(5,1)--(4,1)--cycle, gray(0.7)); for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { pair A = (j,i); } } for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { if (j != 5) { draw((j,i)--(j+1,i)); } if (i != 4) { draw((j,i)--(j,i+1)); } } } [/asy]
$\textbf{(A) } 4 \qquad \textbf{(B) } 5 \qquad \textbf{(C) } 6 \qquad \textbf{(D) } 7 \qquad \textbf{(E) } 8$
|
The two lines of symmetry must be horizontally and vertically through the middle. We can then fill the boxes in like so:
[asy] import olympiad; unitsize(25); filldraw((1,3)--(1,4)--(2,4)--(2,3)--cycle, gray(0.7)); filldraw((0,3)--(0,4)--(1,4)--(1,3)--cycle, gray(0.9)); filldraw((3,3)--(3,4)--(4,4)--(4,3)--cycle, gray(0.9)); filldraw((4,3)--(4,4)--(5,4)--(5,3)--cycle, gray(0.9)); filldraw((2,2)--(2,3)--(3,3)--(3,2)--cycle, gray(0.9)); filldraw((2,1)--(2,2)--(3,2)--(3,1)--cycle, gray(0.7)); filldraw((3,0)--(4,0)--(4,1)--(3,1)--cycle, gray(0.9)); filldraw((1,0)--(2,0)--(2,1)--(1,1)--cycle, gray(0.9)); filldraw((4,0)--(5,0)--(5,1)--(4,1)--cycle, gray(0.7)); filldraw((0,0)--(1,0)--(1,1)--(0,1)--cycle, gray(0.9)); for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { pair A = (j,i); } } for (int i = 0; i < 5; ++i) { for (int j = 0; j < 6; ++j) { if (j != 5) { draw((j,i)--(j+1,i)); } if (i != 4) { draw((j,i)--(j,i+1)); } } } [/asy]
where the light gray boxes are the ones we have filled. Counting these, we get $\boxed{7}$ total boxes.
| 7
|
3,946
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_7
| 2
|
Seven cubes, whose volumes are $1$ $8$ $27$ $64$ $125$ $216$ , and $343$ cubic units, are stacked vertically to form a tower in which the volumes of the cubes decrease from bottom to top. Except for the bottom cube, the bottom face of each cube lies completely on top of the cube below it. What is the total surface area of the tower (including the bottom) in square units?
$\textbf{(A)}\ 644\qquad\textbf{(B)}\ 658\qquad\textbf{(C)}\ 664\qquad\textbf{(D)}\ 720\qquad\textbf{(E)}\ 749$
|
It can quickly be seen that the side lengths of the cubes are the integers from 1 to 7 inclusive.
First, we will calculate the total surface area of the cubes, ignoring overlap. This value is $6 ( 1^2 + 2^2 + \cdots + 7^2 ) = 6\sum_{n=1}^{7} n^2 = 6 \left( \frac{7(7 + 1)(2 \cdot 7 + 1)}{6} \right) = 7 \cdot 8 \cdot 15 = 840$ . Then, we need to subtract out the overlapped parts of the cubes. Between each consecutive pair of cubes, one of the smaller cube's faces is completely covered, along with an equal area of one of the larger cube's faces. The total area of the overlapped parts of the cubes is thus equal to $2\sum_{n=1}^{6} n^2 = 182$ . Subtracting the overlapped surface area from the total surface area, we get $840 - 182 = \boxed{658}$ . ~ emerald_block
| 658
|
3,947
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_7
| 3
|
Seven cubes, whose volumes are $1$ $8$ $27$ $64$ $125$ $216$ , and $343$ cubic units, are stacked vertically to form a tower in which the volumes of the cubes decrease from bottom to top. Except for the bottom cube, the bottom face of each cube lies completely on top of the cube below it. What is the total surface area of the tower (including the bottom) in square units?
$\textbf{(A)}\ 644\qquad\textbf{(B)}\ 658\qquad\textbf{(C)}\ 664\qquad\textbf{(D)}\ 720\qquad\textbf{(E)}\ 749$
|
It can be seen that the side lengths of the cubes using cube roots are all integers from $1$ to $7$ , inclusive.
Only the cubes with side length $1$ and $7$ have $5$ faces in the surface area and the rest have $4$ . Also, since the cubes are stacked, we have to find the difference between each $n^2$ and $(n-1)^2$ side length as $n$ ranges from $7$ to $2$
We then come up with this: $5(49)+13+4(36)+11+4(25)+9+4(16)+7+4(9)+5+4(4)+3+5(1)$
We then add all of this and get $\boxed{658}$
| 658
|
3,948
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_7
| 5
|
Seven cubes, whose volumes are $1$ $8$ $27$ $64$ $125$ $216$ , and $343$ cubic units, are stacked vertically to form a tower in which the volumes of the cubes decrease from bottom to top. Except for the bottom cube, the bottom face of each cube lies completely on top of the cube below it. What is the total surface area of the tower (including the bottom) in square units?
$\textbf{(A)}\ 644\qquad\textbf{(B)}\ 658\qquad\textbf{(C)}\ 664\qquad\textbf{(D)}\ 720\qquad\textbf{(E)}\ 749$
|
First of all, compute the area of the sides, excluding the top and bottoms, of the cubes. The side lengths (cube root the volumes) are 1, 2, 3, 4, 5, 6, 7.
Each cube's area of the sides can be calculated with $4($ area of one side $)$ $4(l^2)$ so in total that is $4(1+4+16+...+49)$ so $4(140)=560$ the area of all the sides of the cubes is $560$ .
Then, calculate the bottom face of the largest cube, $7*7=49$ .
Now, notice that if you stack the cubes up on top of each other, and look directly down on them, the tops of the cubes showing add up to the area of the bottom cube, the 7x7. Therefore, the sum of the area of the tops of the cubes is $7*7=49$
Now add them all up: $49+49+560=658.$ Therefore, the answer is $\boxed{658}$
| 658
|
3,949
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_9
| 1
|
How many solutions does the equation $\tan(2x)=\cos(\tfrac{x}{2})$ have on the interval $[0,2\pi]?$
$\textbf{(A)}\ 1\qquad\textbf{(B)}\ 2\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 4\qquad\textbf{(E)}\ 5$
|
We count the intersections of the graphs of $y=\tan(2x)$ and $y=\cos\left(\frac x2\right):$
The graphs of $y=\tan(2x)$ and $y=\cos\left(\frac x2\right)$ intersect once on each of the five branches of $y=\tan(2x),$ as shown below: [asy] /* Made by MRENTHUSIASM */ size(800,200); real f(real x) { return tan(2*x); } real g(real x) { return cos(x/2); } draw(graph(f,0,atan(3)/2),red,"$y=\tan(2x)$"); draw(graph(f,-atan(3)/2+pi/2,atan(3)/2+pi/2),red); draw(graph(f,-atan(3)/2+2*pi/2,atan(3)/2+2*pi/2),red); draw(graph(f,-atan(3)/2+3*pi/2,atan(3)/2+3*pi/2),red); draw(graph(f,-atan(3)/2+4*pi/2,2*pi),red); draw(graph(g,0,2pi),blue,"$y=\cos\left(\frac x2\right)$"); real xMin = 0; real xMax = 9/4*pi; real yMin = -3; real yMax = 3; //Draws the horizontal gridlines void horizontalLines() { for (real i = yMin+1; i < yMax; ++i) { draw((xMin,i)--(xMax,i), mediumgray+linewidth(0.4)); } } //Draws the vertical gridlines void verticalLines() { for (real i = xMin+pi/2; i < xMax; i+=pi/2) { draw((i,yMin)--(i,yMax), mediumgray+linewidth(0.4)); } } //Draws the horizontal ticks void horizontalTicks() { for (real i = yMin+1; i < yMax; ++i) { draw((-1/8,i)--(1/8,i), black+linewidth(1)); } } //Draws the vertical ticks void verticalTicks() { for (real i = xMin+pi/2; i < xMax; i+=pi/2) { draw((i,-1/8)--(i,1/8), black+linewidth(1)); } } horizontalLines(); verticalLines(); horizontalTicks(); verticalTicks(); draw((xMin,0)--(xMax,0),black+linewidth(1.5),EndArrow(5)); draw((0,yMin)--(0,yMax),black+linewidth(1.5),EndArrow(5)); label("$x$",(xMax,0),(2,0)); label("$y$",(0,yMax),(0,2)); pair A[], B[]; A[0] = (2pi,0); A[1] = (0,2); A[2] = (0,0); A[3] = (0,-2); B[0] = intersectionpoints(graph(f,0,atan(3)/2),graph(g,0,2pi))[0]; B[1] = intersectionpoints(graph(f,-atan(3)/2+pi/2,atan(3)/2+pi/2),graph(g,0,2pi))[0]; B[2] = intersectionpoints(graph(f,-atan(3)/2+2*pi/2,atan(3)/2+2*pi/2),graph(g,0,2pi))[0]; B[3] = intersectionpoints(graph(f,-atan(3)/2+3*pi/2,atan(3)/2+3*pi/2),graph(g,0,2pi))[0]; B[4] = intersectionpoints(graph(f,-atan(3)/2+4*pi/2,atan(3)/2+4*pi/2),graph(g,0,2pi))[0]; label("$2\pi$",A[0],(0,-2.5)); label("$2$",A[1],(-2.5,0)); label("$0$",A[2],(-2.5,0)); label("$-2$",A[3],(-2.5,0)); for (int i = 0; i < 5; ++i) { dot(B[i],black+linewidth(5)); } add(legend(),point(E),60E,UnFill); [/asy] Therefore, the answer is $\boxed{5}.$
| 5
|
3,950
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_10
| 1
|
There is a unique positive integer $n$ such that \[\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.\] What is the sum of the digits of $n?$
$\textbf{(A) } 4 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$
|
We can use the fact that $\log_{a^b} c = \frac{1}{b} \log_a c.$ This can be proved by using change of base formula to base $a.$
So, the original equation $\log_2{(\log_{2^4}{n})} = \log_{2^2}{(\log_{2^2}{n})}$ becomes \[\log_2\left({\frac{1}{4}\log_{2}{n}}\right) = \frac{1}{2}\log_2\left({\frac{1}{2}\log_2{n}}\right).\] Using log property of addition, we expand both sides and then simplify: \begin{align*} \log_2{\frac{1}{4}}+\log_2{(\log_{2}{n}}) &= \frac{1}{2}\left[\log_2{\frac{1}{2}} +\log_{2}{(\log_2{n})}\right] \\ \log_2{\frac{1}{4}}+\log_2{(\log_{2}{n}}) &= \frac{1}{2}\left[-1 +\log_{2}{(\log_2{n})}\right] \\ -2+\log_2{(\log_{2}{n}}) &= -\frac{1}{2}+ \frac{1}{2}(\log_{2}{(\log_2{n})}). \end{align*} Subtracting $\frac{1}{2}(\log_{2}{(\log_2{n})})$ from both sides and adding $2$ to both sides gives us \[\frac{1}{2}(\log_{2}{(\log_2{n})}) = \frac{3}{2}.\] Multiplying by $2,$ exponentiating, and simplifying gives us \begin{align*} \log_{2}{(\log_2{n})} &= 3 \\ \log_2{n}&=8 \\ n&=256. \end{align*} Adding the digits together, we have $2+5+6=\boxed{13}.$
| 13
|
3,951
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_10
| 2
|
There is a unique positive integer $n$ such that \[\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.\] What is the sum of the digits of $n?$
$\textbf{(A) } 4 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$
|
We will apply the following logarithmic identity: \[\log_{p^k}{q^k}=\log_{p}{q},\] which can be proven by the Change of Base Formula \[\log_{p^k}{q^k}=\frac{\log_{p}{q^k}}{\log_{p}{p^k}}=\frac{k\log_{p}{q}}{k}=\log_{p}{q}.\] Note that $\log_{16}{n}\neq0,$ so we rewrite the original equation as follows: \begin{align*} \log_4{(\log_{16}{n})^2}&=\log_4{(\log_4{n})} \\ (\log_{16}{n})^2&=\log_4{n} \\ (\log_{16}{n})^2&=\log_{16}{n^2} \\ (\log_{16}{n})^2&=2\log_{16}{n} \\ \log_{16}{n}&=2, \end{align*} from which $n=16^2=256.$ The sum of its digits is $2+5+6=\boxed{13}.$
| 13
|
3,952
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_10
| 3
|
There is a unique positive integer $n$ such that \[\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.\] What is the sum of the digits of $n?$
$\textbf{(A) } 4 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$
|
Using the change of base formula on the RHS of the initial equation yields \[\log_2{(\log_{16}{n})} = \frac{\log_2{(\log_4{n})}}{\log_2{4}}.\] This means we can multiply each side by $2$ for \[\log_2{(\log_{16}{n})^2} = \log_2{(\log_4{n})}.\] Canceling out the logs gives \[(\log_{16}{n})^2=\log_4{n}.\] We use change of base on the RHS to see that \begin{align*} (\log_{16}{n})^2&=\frac{ \log_{16}{n}}{\log_{16}{4}} \\ (\log_{16}{n})^2&=2 \log_{16}{n}. \end{align*} Substituting in $m = \log_{16}{n}$ gives $m^2=2m,$ so $m$ is either $0$ or $2.$ Since $m=0$ yields no solution for $n$ (since this would lead to use taking the log of $0$ ), we get $2 = \log_{16}{n},$ or $n=16^2=256,$ for the digit-sum of $2 + 5 + 6 = \boxed{13}.$
| 13
|
3,953
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_10
| 4
|
There is a unique positive integer $n$ such that \[\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.\] What is the sum of the digits of $n?$
$\textbf{(A) } 4 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$
|
Suppose $\log_2(\log_{16}n)=k\implies\log_{16}n=2^k\implies n=16^{2^k}.$ Similarly, we have $\log_4(\log_4 n)=k\implies \log_4 n=4^k\implies n=4^{4^k}.$ Thus, we have \[16^{2^k}=(4^2)^{2^k}=4^{2^{k+1}}\] and \[4^{4^k}=4^{2^{2k}},\] so $k+1=2k\implies k=1.$ Plugging this in to either one of the expressions for $n$ gives $256$ , and the requested answer is $2+5+6=\boxed{13}.$
| 13
|
3,954
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_10
| 5
|
There is a unique positive integer $n$ such that \[\log_2{(\log_{16}{n})} = \log_4{(\log_4{n})}.\] What is the sum of the digits of $n?$
$\textbf{(A) } 4 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 8 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 13$
|
We know that, as the answer is an integer, $n$ must be some power of $16.$ Testing $16$ yields \begin{align*} \log_2{(\log_{16}{16})} &= \log_4{(\log_4{16})} \\ \log_2{1} &= \log_4{2} \\ 0 &= \frac{1}{2}, \end{align*} which does not work. We then try $256,$ giving us \begin{align*} \log_2{(\log_{16}{256})} &= \log_4{(\log_4{256})} \\ \log_2{2} &= \log_4{4} \\ 1 &= 1, \end{align*} which holds true. Thus, $n = 256,$ so the answer is $2 + 5 + 6 = \boxed{13}.$
| 13
|
3,955
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_11
| 1
|
A frog sitting at the point $(1, 2)$ begins a sequence of jumps, where each jump is parallel to one of the coordinate axes and has length $1$ , and the direction of each jump (up, down, right, or left) is chosen independently at random. The sequence ends when the frog reaches a side of the square with vertices $(0,0), (0,4), (4,4),$ and $(4,0)$ . What is the probability that the sequence of jumps ends on a vertical side of the square?
$\textbf{(A)}\ \frac12\qquad\textbf{(B)}\ \frac 58\qquad\textbf{(C)}\ \frac 23\qquad\textbf{(D)}\ \frac34\qquad\textbf{(E)}\ \frac 78$
|
Drawing out the square, it's easy to see that if the frog goes to the left, it will immediately hit a vertical end of the square. Therefore, the probability of this happening is $\frac{1}{4} \cdot 1 = \frac{1}{4}$ . If the frog goes to the right, it will be in the center of the square at $(2,2)$ , and by symmetry (since the frog is equidistant from all sides of the square), the chance it will hit a vertical side of a square is $\frac{1}{2}$ . The probability of this happening is $\frac{1}{4} \cdot \frac{1}{2} = \frac{1}{8}$
If the frog goes either up or down, it will hit a line of symmetry along the corner it is closest to and furthest to, and again, is equidistant relating to the two closer sides and also equidistant relating the two further sides. The probability for it to hit a vertical wall is $\frac{1}{2}$ . Because there's a $\frac{1}{2}$ chance of the frog going up or down, the total probability for this case is $\frac{1}{2} \cdot \frac{1}{2} = \frac{1}{4}$ and summing up all the cases, $\frac{1}{4} + \frac{1}{8} + \frac{1}{4} = \frac{5}{8} \implies \boxed{58}$
| 58
|
3,956
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_11
| 4
|
A frog sitting at the point $(1, 2)$ begins a sequence of jumps, where each jump is parallel to one of the coordinate axes and has length $1$ , and the direction of each jump (up, down, right, or left) is chosen independently at random. The sequence ends when the frog reaches a side of the square with vertices $(0,0), (0,4), (4,4),$ and $(4,0)$ . What is the probability that the sequence of jumps ends on a vertical side of the square?
$\textbf{(A)}\ \frac12\qquad\textbf{(B)}\ \frac 58\qquad\textbf{(C)}\ \frac 23\qquad\textbf{(D)}\ \frac34\qquad\textbf{(E)}\ \frac 78$
|
this is basically another version of solution 4; shoutout to mathisawesome2169 :D
First, we note the different places the frog can go at certain locations in the square:
If the frog is at a border vertical point ( $(1,2),(3,2)$ ), it moves with probability $\frac{1}{4}$ to a vertical side of the square, probability $\frac{1}{4}$ to the center of the square, and probability $\frac{1}{2}$ to a corner square.
If the frog is at a border horizontal point ( $(2,1),(2,3)$ ), it moves with probability $\frac{1}{4}$ to a horizontal side of the square, probability $\frac{1}{4}$ to the center of the square, and probability $\frac{1}{2}$ to a corner square.
If the frog is at a center square ( $(2,2)$ ), it moves with probability $\frac{1}{2}$ to a border horizontal point and probability $\frac{1}{2}$ to a border vertical point.
If the frog is at a corner ( $(1,1),(1,3),(3,3),(3,1)$ ), it moves with probability $\frac{1}{4}$ to a vertical side of the square, probability $\frac{1}{4}$ to a horizontal side, probability $\frac{1}{4}$ to a border horizontal point, and probability $\frac{1}{4}$ to a border vertical point.
Now, let $x$ denote the probability of the frog reaching a vertical side when it is at a border vertical point. Similarly, let $y$ denote the probability of the frog reaching a vertical side when it is at a border horizontal point.
Now, the probability of the frog reaching a vertical side of the square at any location inside the square can be expressed in terms of $x$ and $y$
First, the two easier ones: $P_{center}=\frac{1}{2}x+\frac{1}{2}y$ , and $P_{corner}=\frac{1}{4}+\frac{1}{4}x+\frac{1}{4}y$ .
Now, we can write $x$ and $y$ in terms of $x$ and $y$ , allowing us to solve a system of two variables: \[x=\frac{1}{4}+\frac{1}{4}P_{center}+\frac{1}{2}P_{corner}=\frac{1}{4}+\frac{1}{4}\left(\frac{1}{2}x+\frac{1}{2}y\right)+\frac{1}{2}\left(\frac{1}{4}+\frac{1}{4}x+\frac{1}{4}y\right)\] and \[y=\frac{1}{4}P_{center}+\frac{1}{2}P_{corner}=\frac{1}{4}\left(\frac{1}{2}x+\frac{1}{2}y\right)+\frac{1}{2}\left(\frac{1}{4}+\frac{1}{4}x+\frac{1}{4}y\right).\] From these two equations, it is apparent that $y=x-\frac{1}{4}$ . We can then substitute this value for $y$ back into any of the two equations above to get \[x=\frac{1}{4}+\frac{1}{4}\left(\frac{1}{2}x+\frac{1}{2}\left(x-\frac{1}{4}\right)\right)+\frac{1}{2}\left(\frac{1}{4}+\frac{1}{4}x+\frac{1}{4}\left(x-\frac{1}{4}\right)\right).\] Although this certainly looks intimidating, we can expand the parentheses and multiply both sides by 16 to eliminate the fractions, which upon simplification yields the equation \[16x=5+8x,\] giving us the desired probability $x=\frac{5}{8}$ . The answer is then $\boxed{58}$
| 58
|
3,957
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_12
| 2
|
Line $l$ in the coordinate plane has equation $3x-5y+40=0$ . This line is rotated $45^{\circ}$ counterclockwise about the point $(20,20)$ to obtain line $k$ . What is the $x$ -coordinate of the $x$ -intercept of line $k?$
$\textbf{(A) } 10 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 25 \qquad \textbf{(E) } 30$
|
Since the slope of the line is $\frac{3}{5}$ , and the angle we are rotating around is x, then $\tan x = \frac{3}{5}$ $\tan(x+45^{\circ}) = \frac{\tan x + \tan(45^{\circ})}{1-\tan x*\tan(45^{\circ})} = \frac{0.6+1}{1-0.6} = \frac{1.6}{0.4} = 4$
Hence, the slope of the rotated line is $4$ . Since we know the line intersects the point $(20,20)$ , then we know the line is $y=4x-60$ . Set $y=0$ to find the x-intercept, and so $x=\boxed{15}$
| 15
|
3,958
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_12
| 3
|
Line $l$ in the coordinate plane has equation $3x-5y+40=0$ . This line is rotated $45^{\circ}$ counterclockwise about the point $(20,20)$ to obtain line $k$ . What is the $x$ -coordinate of the $x$ -intercept of line $k?$
$\textbf{(A) } 10 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 25 \qquad \textbf{(E) } 30$
|
[asy] draw((0,0)--(20, 0)--(20, 20)--(0, 20)--cycle); draw((20, 20)--(0, 8)); draw((15, 0)--(20, 20)); dot("$P$", (20, 20)); dot("$A$", (0, 8), dir(75)); dot("$B$", (15, 0), dir(45)); dot("$X$", (20, 0)); dot("$Y$", (0, 20), dir(50)); [/asy]
Let $P$ be $(20, 20)$ and $X, Y$ be $(20, 0)$ and $(0, 20)$ respectively. Since the slope of the line is $3/5$ we know that $\tan{\angle{YPA}} = 3/5.$ Segments $\overline{PA}$ and $\overline{PB}$ represent the before and after of rotating $l$ by 45 counterclockwise. Thus, $\angle{XPB} = 45 - \angle{YPA}$ and \[BX = 20 \tan{\angle{XPB}} = 20 \cdot \frac{1 - 3/5}{1 + 3/5} = 5\] by tangent addition formula. Since $BX$ is 5 and the sidelength of the square is 20 the answer is $20 - 5 \implies \boxed{15}.$
| 15
|
3,959
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_12
| 4
|
Line $l$ in the coordinate plane has equation $3x-5y+40=0$ . This line is rotated $45^{\circ}$ counterclockwise about the point $(20,20)$ to obtain line $k$ . What is the $x$ -coordinate of the $x$ -intercept of line $k?$
$\textbf{(A) } 10 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 25 \qquad \textbf{(E) } 30$
|
Using the protractor you brought, carefully graph the equation and rotate the given line $45^{\circ}$ counter-clockwise about the point $(20,20)$ . Scaling everything down by a factor of 5 makes this process easier.
It should then become fairly obvious that the x intercept is $x=\boxed{15}$ (only use this as a last resort).
| 15
|
3,960
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_12
| 5
|
Line $l$ in the coordinate plane has equation $3x-5y+40=0$ . This line is rotated $45^{\circ}$ counterclockwise about the point $(20,20)$ to obtain line $k$ . What is the $x$ -coordinate of the $x$ -intercept of line $k?$
$\textbf{(A) } 10 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 25 \qquad \textbf{(E) } 30$
|
First note that the given line goes through $(20,20)$ with a slope of $\frac{3}{5}$ . This means that $(25,23)$ is on the line. Now consider translating the graph so that $(20,20)$ goes to the origin, then $(25,23)$ becomes $(5,3)$ . We now rotate the line $45^\circ$ about the origin using a rotation matrix. This maps $(5,3)$ to \[\begin{bmatrix} \frac{\sqrt{2}}{2} & -\frac{\sqrt{2}}{2} \\ \frac{\sqrt{2}}{2} & \frac{\sqrt{2}}{2}\end{bmatrix}\begin{bmatrix} 5 \\ 3\end{bmatrix}=\begin{bmatrix}\sqrt{2} \\ 4\sqrt{2}\end{bmatrix}\] The line through the origin and $(\sqrt{2}, 4\sqrt{2})$ has slope $4$ . Translating this line so that the origin is mapped to $(20,20)$ , we find that the equation for the new line is $4x-60$ , meaning that the $x$ -intercept is $x=\frac{60}{4}=\boxed{15}$
| 15
|
3,961
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_12
| 6
|
Line $l$ in the coordinate plane has equation $3x-5y+40=0$ . This line is rotated $45^{\circ}$ counterclockwise about the point $(20,20)$ to obtain line $k$ . What is the $x$ -coordinate of the $x$ -intercept of line $k?$
$\textbf{(A) } 10 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 25 \qquad \textbf{(E) } 30$
|
A quick check tells us that $(20,20)$ falls on the given line. Common sense tells us that if the slope of the original line is $1$ , or 45 degrees from the horizontal, a 45 counter clockwise rotation will result in a vertical line, and the x-intercept will be $(20,0)$ .
Thinking of a 45 degree counter clockwise rotation as a 90 degree counter clockwise rotation that is bisected will helps in visualizing this line of reasoning.
Therefore, it follows that if the original line is made steeper, then the x-intercept will move away from $(20,0)$ to the right. If the original line is made lower, then the opposite will happen. Our given line has slope $3/5$ , so the answer must be $A$ or $B$ $A$ can be eliminated because an x-intercept of $(10,0)$ can only occur when the original line is horizontal. In conclusion, the answer must be $\boxed{15}$
| 15
|
3,962
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_17
| 1
|
The vertices of a quadrilateral lie on the graph of $y=\ln{x}$ , and the $x$ -coordinates of these vertices are consecutive positive integers. The area of the quadrilateral is $\ln{\frac{91}{90}}$ . What is the $x$ -coordinate of the leftmost vertex?
$\textbf{(A) } 6 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 10 \qquad \textbf{(D) } 12 \qquad \textbf{(E) } 13$
|
Let the coordinates of the quadrilateral be $(n,\ln(n)),(n+1,\ln(n+1)),(n+2,\ln(n+2)),(n+3,\ln(n+3))$ . We have by shoelace's theorem, that the area is \begin{align*} &\frac{\ln(n)(n+1) + \ln(n+1)(n+2) + \ln(n+2)(n+3)+n\ln(n+3)}{2} - \frac{\ln(n+1)(n) + \ln(n+2)(n+1) + \ln(n+3)(n+2)+\ln(n)(n+3)}{2} \\ &=\frac{\ln \left( \frac{n^{n+1}(n+1)^{n+2}(n+2)^{n+3}(n+3)^n}{(n+1)^n(n+2)^{n+1}(n+3)^{n+2}n^{n+3}}\right)}{2} \\ &= \ln \left( \sqrt{\frac{(n+1)^2(n+2)^2}{n^2(n+3)^2}} \right) \\ &= \ln \left(\frac{(n+1)(n+2)}{n(n+3)}\right) \\ &= \ln \left( \frac{91}{90} \right). \end{align*} We know that the numerator must have a factor of $13$ , so given the answer choices, $n$ is either $12$ or $11$ . If $n=11$ , the expression $\frac{(n+1)(n+2)}{n(n+3)}$ does not evaluate to $\frac{91}{90}$ , but if $n=12$ , the expression evaluates to $\frac{91}{90}$ . Hence, our answer is $\boxed{12}$
| 12
|
3,963
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_17
| 2
|
The vertices of a quadrilateral lie on the graph of $y=\ln{x}$ , and the $x$ -coordinates of these vertices are consecutive positive integers. The area of the quadrilateral is $\ln{\frac{91}{90}}$ . What is the $x$ -coordinate of the leftmost vertex?
$\textbf{(A) } 6 \qquad \textbf{(B) } 7 \qquad \textbf{(C) } 10 \qquad \textbf{(D) } 12 \qquad \textbf{(E) } 13$
|
Like above, use the shoelace formula to find that the area of the quadrilateral is equal to $\ln\frac{(n+1)(n+2)}{n(n+3)}$ . Because the final area we are looking for is $\ln\frac{91}{90}$ , the numerator factors into $13$ and $7$ , which one of $n+1$ and $n+2$ has to be a multiple of $13$ and the other has to be a multiple of $7$ . Clearly, the only choice for that is $\boxed{12}$
| 12
|
3,964
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 1
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
[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=\boxed{360}$
| 360
|
3,965
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 2
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
[asy] size(10cm,0); draw((10,30)--(10,0)--(-8,-6)--(-10,0)--(10,30)); draw((-20,0)--(20,0)); draw((0,-15)--(0,35)); draw((10,30)--(-8,-6)); draw(circle((0,0),10)); label("E",(-4.05,-.25),S); label("D",(10,30),NE); label("C",(10,0),NE); label("B",(-8,-6),SW); label("A",(-10,0),NW); label("5",(-10,0)--(-5,0), NE); label("15",(-5,0)--(10,0), N); label("30",(10,0)--(10,30), E); dot((-5,0)); dot((-10,0)); dot((-8,-6)); dot((10,0)); dot((10,30)); [/asy] Let the points be $A(-10,0)$ $\:B(x,y)$ $\:C(10,0)$ $\:D(10,30)$ ,and $\:E(-5,0)$ , respectively. Since $B$ lies on line $DE$ , we know that $y=2x+10$ . Furthermore, since $\angle{ABC}=90^\circ$ $B$ lies on the circle with diameter $AC$ , so $x^2+y^2=100$ . Solving for $x$ and $y$ with these equations, we get the solutions $(0,10)$ and $(-8,-6)$ . We immediately discard the $(0,10)$ solution as $y$ should be negative. Thus, we conclude that $[ABCD]=[ACD]+[ABC]=\frac{20\cdot30}{2}+\frac{20\cdot6}{2}=\boxed{360}$
| 360
|
3,966
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 3
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
Let $\angle C = \angle{ACB}$ and $\angle{B} = \angle{CBE}.$ Using Law of Sines on $\triangle{BCE}$ we get \[\dfrac{BE}{\sin{C}} = \dfrac{CE}{\sin{B}} = \dfrac{15}{\sin{B}}\] and LoS on $\triangle{ABE}$ yields \[\dfrac{BE}{\sin{(90 - C)}} = \dfrac{5}{\sin{(90 - B)}} = \dfrac{BE}{\cos{C}} = \dfrac{5}{\cos{B}}.\] Divide the two to get $\tan{B} = 3 \tan{C}.$ Now, \[\tan{\angle{CED}} = 2 = \tan{\angle{B} + \angle{C}} = \dfrac{4 \tan{C}}{1 - 3\tan^2{C}}\] and solve the quadratic, taking the positive solution (C is acute) to get $\tan{C} = \frac{1}{3}.$ So if $AB = a,$ then $BC = 3a$ and $[ABC] = \frac{3a^2}{2}.$ By Pythagorean Theorem, $10a^2 = 400 \iff \frac{3a^2}{2} = 60$ and the answer is $300 + 60 \iff \boxed{360}.$
| 360
|
3,967
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 4
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
[asy] import olympiad; pair A = (0, 189), B = (0,0), C = (570,0), D = (798, 798); dot("$A$", A, W); dot("$B$", B, S); dot("$C$", C, E); dot("$D$", D, N);dot("$E$",(140, 140), N); draw(A--B--C--D--A); draw(A--C, dotted); draw(B--D, dotted); [/asy]
Denote $EB$ as $x$ . By the Law of Cosines: \[AB^2 = 25 + x^2 - 10x\cos(\angle DEC)\] \[BC^2 = 225 + x^2 + 30x\cos(\angle DEC)\]
Adding these up yields: \[400 = 250 + 2x^2 + 20x\cos(\angle DEC) \Longrightarrow x^2 + \frac{10x}{\sqrt{5}} - 75 = 0\] By the quadratic formula, $x = 3\sqrt5$
Observe: \[[AEB] + [BEC] = \frac{1}{2}(x)(5)\sin(\angle DEC) + \frac{1}{2}(x)(15)\sin(180-\angle DEC) = (3)(20) = 60\]
Thus the desired area is $\frac{1}{2}(30)(20) + 60 = \boxed{360}$
| 360
|
3,968
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 5
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
Let $C = (0, 0)$ and $D = (0, 30)$ . Then $E = (-15, 0), A = (-20, 0),$ and $B$ lies on the line $y=2x+30.$ So the coordinates of $B$ are \[(x, 2x+30).\]
We can make this a vector problem. $\overrightarrow{\mathbf{B}} = \begin{pmatrix} x \\ 2x+30 \end{pmatrix}.$ We notice that point $B$ forms a right angle, meaning vectors $\overrightarrow{\mathbf{BC}}$ and $\overrightarrow{\mathbf{BA}}$ are orthogonal, and their dot-product is $0$
We determine $\overrightarrow{\mathbf{BC}}$ and $\overrightarrow{\mathbf{BA}}$ to be $\begin{pmatrix} -x \\ -2x-30 \end{pmatrix}$ and $\begin{pmatrix} -20-x \\ -2x-30 \end{pmatrix}$ , respectively. (To get this, we use the fact that $\overrightarrow{\mathbf{BC}} = \overrightarrow{\mathbf{C}}-\overrightarrow{\mathbf{B}}$ and similarly, $\overrightarrow{\mathbf{BA}} = \overrightarrow{\mathbf{A}} - \overrightarrow{\mathbf{B}}.$
Equating the cross-product to $0$ gets us the quadratic $-x(-20-x)+(-2x-30)(-2x-30)=0.$ The solutions are $x=-18, -10.$ Since $B$ clearly has a more negative x-coordinate than $E$ , we take $x=-18$ . So $B = (-18, -6).$
From here, there are multiple ways to get the area of $\Delta{ABC}$ to be $60$ , and since the area of $\Delta{ACD}$ is $300$ , we get our final answer to be \[60 + 300 = \boxed{360}.\]
| 360
|
3,969
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 6
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
[asy] import olympiad; pair A = (0, 189), B = (0,0), C = (570,0), D = (798, 798),F=(285,94.5),G=(361.2,361.2); dot("$A$", A, W); dot("$B$", B, S); dot("$C$", C, E); dot("$D$", D, N);dot("$E$",(140, 140), N);dot("$F$",F,N);dot("$G$",G,N); draw(A--B--C--D--A); draw(A--C, dotted); draw(B--D, dotted); draw(F--G, dotted); [/asy]
Let $F$ be the midpoint of $AC$ , and draw $FG // CD$ where $G$ is on $BD$ . We have $EF=5,FC=10$
$\Delta EFG \sim \Delta ECD \implies FG=10=FA=FC$ . Therefore $ABCG$ is a cyclic quadrilateral.
Notice that $\angle EFG=90^\circ, EG=\sqrt{5^2+10^2}=5\sqrt{5} \implies BE=\frac{AE\cdot EC}{EG}=\frac{5\cdot 15}{5\sqrt{5}}=3\sqrt{5}$ via Power of a Point.
The altitude from $B$ to $AC$ is then equal to $GF\cdot \frac{BE}{GE}=10\cdot \frac{3\sqrt 5}{5 \sqrt 5}=6$
Finally, the total area of $ABCD$ is equal to $\frac 12 \cdot 20 \left(30+6 \right) =\boxed{360}.$
| 360
|
3,970
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 7
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
[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.714,0), SE); draw((0,2)--(4,0), dashed); draw((0,0)--(6,4), dashed); draw((1.714,1.143)--(1.714,0), dashed); label("20", (0,2)--(4,0), SW); label("30", (4,0)--(6,4), SE); label("$x$", (-0.3,2)--(-0.3,0), N); label("$y$", (0,-0.3)--(4,-0.3), E); draw(rightanglemark((1.714,2),(1.714,0),(5.714,0))); draw(rightanglemark((0,2),(0,0),(4,0))); draw(rightanglemark((0,2),(4,0),(6,4))); [/asy]
Let $AB = x$ $BC = y$
Looking at the diagram we have $x^2 + y^2 = 20^2$ $DE = \sqrt{30^2+15^2} = 15\sqrt{5}$ $[ACD] = \frac{1}{2} \cdot 20 \cdot 30 = 300$
Because $\triangle CEF \sim \triangle CAB$ $EF = AB \cdot \frac{CE}{CA} = x \cdot \frac{15}{20} = \frac{3x}{4}$
$BF = BC - CF = BC - BC \cdot \frac{CE}{CA} = \frac{1}{4} \cdot BC = \frac{y}{4}$
$BE = \sqrt{ \left( \frac{3x}{4} \right) ^2 + \left( \frac{y}{4} \right) ^2 } = \frac{ \sqrt{9x^2 + y^2} }{4}$ , substituting $x^2 + y^2 = 400$ , we get $BE = \frac{ \sqrt{8x^2 + 400} }{4} = \frac{ \sqrt{2x^2 + 100} }{2}$
$[ABC] = \frac{1}{2} \cdot x \cdot y$
Because $\triangle ABC$ and $\triangle ACD$ share the same base, $\frac{[ABC]}{[ACD]} = \frac{BE}{DE}$
$[ABC] = [ACD] \cdot \frac{BE}{DE} = 300 \cdot \frac{ \frac{ \sqrt{2x^2 + 100} } {2} }{ 15 \sqrt{5} }$
$\frac{1}{2} \cdot x \cdot y = 20 \cdot \frac{ \frac{ \sqrt{2x^2 + 100} } {2} }{ \sqrt{5} }$
$xy = 4 \sqrt{10x^2 + 500}$
By $x^2 + y^2 = 400$ $y = \sqrt{400 - x^2}$ . So, $x \cdot \sqrt{400 - x^2} = 4 \sqrt{10x^2 + 500}$
$x^2 (400 - x^2) = 16 (10x^2 + 500)$
Let $x^2 = a$ $a (400 - a) = 16 (10a + 500)$ $400a - a^2 = 160a + 8000$ $a^2 - 240a + 8000 = 0$ $(a-200)(a-40) = 0$
Because $x < 20$ $a$ can only equal 40. $a = 40$ $x = 2 \sqrt{10}$ $y = 6 \sqrt{10}$
$[ABC] = \frac{1}{2} \cdot 2 \sqrt{10} \cdot 6 \sqrt{10} = 60$
$[ABCD] = [ABC] + [ACD] = 60 + 300 = \boxed{360}$
| 360
|
3,971
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_18
| 8
|
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?$
$\textbf{(A) } 330 \qquad \textbf{(B) } 340 \qquad \textbf{(C) } 350 \qquad \textbf{(D) } 360 \qquad \textbf{(E) } 370$
|
Drop perpendiculars $\overline{AF}$ and $\overline{CG}$ to $\overline{BD}.$ Notice that since $\angle AEF=\angle CEG$ (since they are vertical angles) and $\angle AFE=\angle CGE=90^\circ,$ triangles $AEF$ and $CEG$ are similar. Therefore, we have
\[x/EF=CE/AE=15/5=3,\]
where $EG=x.$ Therefore, $EF=x/3.$
Additionally, angle chasing shows that triangles $CEG$ and $DCG$ are also similar. This gives $CG/x=DC/CE=30/15=2,$ so $CG=2x.$ Thus, applying the Pythagorean Theorem to triangle $CEG$ gives
\[x^2+(2x)^2=15^2,\]
so $EG=x=3\sqrt 5.$ Our pairs of similar triangles then allow us to fill in the following lengths (in this order):
\[EF=x/3=\sqrt 5, CG=2x=6\sqrt 5, AF=CG/3=2\sqrt 5, DG=2\cdot CG=12\sqrt 5.\]
Now, let $BF=y.$ Angle chasing shows that triangle $ABF$ and $BCG$ are similar, so $BG/AF=CG/BF.$ Plugging in known lengths gives
\[\dfrac{y+4\sqrt 5}{2\sqrt 5}=\dfrac{6\sqrt 5}{y}.\]
This gives $y=2\sqrt 5.$ Now we know all the lengths that make up $BD,$ which allows us to find
\[BD=2\sqrt 5+\sqrt 5+3\sqrt 5+12\sqrt 5=18\sqrt 5.\]
Therefore,
\begin{align*} [ABCD] &= [ABD]+[CBD] \\ &= (BD)(AF)/2+(BD)(CG)/2 \\ &= (18\sqrt 5)(2\sqrt 5)/2+(18\sqrt 5)(6\sqrt 5)/2 \\ &= \boxed{360}
| 360
|
3,972
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_19
| 1
|
There exists a unique strictly increasing sequence of nonnegative integers $a_1 < a_2 < … < a_k$ such that \[\frac{2^{289}+1}{2^{17}+1} = 2^{a_1} + 2^{a_2} + … + 2^{a_k}.\] What is $k?$
$\textbf{(A) } 117 \qquad \textbf{(B) } 136 \qquad \textbf{(C) } 137 \qquad \textbf{(D) } 273 \qquad \textbf{(E) } 306$
|
First, substitute $2^{17}$ with $x$ .
Then, the given equation becomes $\frac{x^{17}+1}{x+1}=x^{16}-x^{15}+x^{14}...-x^1+x^0$ by sum of powers factorization.
Now consider only $x^{16}-x^{15}$ . This equals $x^{15}(x-1)=x^{15} \cdot (2^{17}-1)$ .
Note that $2^{17}-1$ equals $2^{16}+2^{15}+...+1$ , by difference of powers factorization (or by considering the expansion of $2^{17}=2^{16}+2^{15}+...+2+2$ ).
Thus, we can see that $x^{16}-x^{15}$ forms the sum of 17 different powers of 2.
Applying the same method to each of $x^{14}-x^{13}$ $x^{12}-x^{11}$ , ... , $x^{2}-x^{1}$ , we can see that each of the pairs forms the sum of 17 different powers of 2. This gives us $17 \cdot 8=136$ .
But we must count also the $x^0$ term.
Thus, Our answer is $136+1=\boxed{137}$
| 137
|
3,973
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_19
| 2
|
There exists a unique strictly increasing sequence of nonnegative integers $a_1 < a_2 < … < a_k$ such that \[\frac{2^{289}+1}{2^{17}+1} = 2^{a_1} + 2^{a_2} + … + 2^{a_k}.\] What is $k?$
$\textbf{(A) } 117 \qquad \textbf{(B) } 136 \qquad \textbf{(C) } 137 \qquad \textbf{(D) } 273 \qquad \textbf{(E) } 306$
|
Multiply both sides by $2^{17}+1$ to get \[2^{289}+1=2^{a_1} + 2^{a_2} + … + 2^{a_k} + 2^{a_1+17} + 2^{a_2+17} + … + 2^{a_k+17}.\]
Notice that $a_1 = 0$ , since there is a $1$ on the LHS. However, now we have an extra term of $2^{18}$ on the right from $2^{a_1+17}$ . To cancel it, we let $a_2 = 18$ . The two $2^{18}$ 's now combine into a term of $2^{19}$ , so we let $a_3 = 19$ . And so on, until we get to $a_{18} = 34$ . Now everything we don't want telescopes into $2^{35}$ . We already have that term since we let $a_2 = 18 \implies a_2+17 = 35$ . Everything from now on will automatically telescope to $2^{52}$ . So we let $a_{19}$ be $52$
As you can see, we will have to add $17$ $a_n$ 's at a time, then "wait" for the sum to automatically telescope for the next $17$ numbers, etc, until we get to $2^{289}$ . We only need to add $a_n$ 's between odd multiples of $17$ and even multiples. The largest even multiple of $17$ below $289$ is $17\cdot16$ , so we will have to add a total of $17\cdot 8$ $a_n$ 's. However, we must not forget we let $a_1=0$ at the beginning, so our answer is $17\cdot8+1 = \boxed{137}$
| 137
|
3,974
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_19
| 3
|
There exists a unique strictly increasing sequence of nonnegative integers $a_1 < a_2 < … < a_k$ such that \[\frac{2^{289}+1}{2^{17}+1} = 2^{a_1} + 2^{a_2} + … + 2^{a_k}.\] What is $k?$
$\textbf{(A) } 117 \qquad \textbf{(B) } 136 \qquad \textbf{(C) } 137 \qquad \textbf{(D) } 273 \qquad \textbf{(E) } 306$
|
In order to shorten expressions, $\#$ will represent $16$ consecutive $0$ s when expressing numbers. Think of the problem in binary. We have $\frac{1\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#1_2}{1\#1_2}$ Note that $(2^{17} + 1) (2^0 + 2^{34} + 2^{68} + \cdots + 2^{272}) = 2^0(2^{17} + 1) + 2^{34}(2^{17} + 1) + 2^{68}(2^{17} + 1) + \cdots 2^{272}(2^{17} + 1)$ $= 1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1_2$ and $(2^{17} + 1) (2^{17} + 2^{51} + 2^{85} + \cdots + 2^{255}) = 2^{17}(2^{17} + 1) + 2^{51}(2^{17} + 1) + 2^{85}(2^{17} + 1) + \cdots 2^{255}(2^{17} + 1)$ $= 1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#0_2$ Since $\phantom{=\ } 1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1_2$ $-\ \phantom{1\#} 1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#1\#0_2$ $= 1\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#0\#1_2$ this means that $(2^{17} + 1) (2^0 + 2^{34} + 2^{68} + \cdots + 2^{272}) - (2^{17} + 1) (2^{17} + 2^{51} + 2^{85} + \cdots + 2^{255}) = 2^{289}$ so $\frac{2^{289}+1}{2^{17}+1} = (2^0 + 2^{34} + 2^{68} + \cdots + 2^{272}) - (2^{17} + 2^{51} + 2^{85} + \cdots + 2^{255})$ $= 2^0 + (2^{34} - 2^{17}) + (2^{68} - 2^{51}) + \cdots + (2^{272} - 2^{255})$ Expressing each of the pairs of the form $2^{n + 17} - 2^n$ in binary, we have $\phantom{=\ } 1000000000000000000 \cdots 0_2$ $-\ \phantom{10000000000000000} 10 \cdots 0_2$ $= \phantom{1} 111111111111111110 \cdots 0_2$ or $2^{n + 17} - 2^n = 2^{n + 16} + 2^{n + 15} + 2^{n + 14} + \cdots + 2^{n}$ This means that each pair has $17$ terms of the form $2^n$ Since there are $8$ of these pairs, there are a total of $8 \cdot 17 = 136$ terms. Accounting for the $2^0$ term, which was not in the pair, we have a total of $136 + 1 = \boxed{137}$ terms. ~ emerald_block
| 137
|
3,975
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_19
| 4
|
There exists a unique strictly increasing sequence of nonnegative integers $a_1 < a_2 < … < a_k$ such that \[\frac{2^{289}+1}{2^{17}+1} = 2^{a_1} + 2^{a_2} + … + 2^{a_k}.\] What is $k?$
$\textbf{(A) } 117 \qquad \textbf{(B) } 136 \qquad \textbf{(C) } 137 \qquad \textbf{(D) } 273 \qquad \textbf{(E) } 306$
|
Notice that the only answer choices that are spaced one apart are $136$ and $137$ . It's likely that people will forget to include the final term so the answer is $\boxed{137}$
| 137
|
3,976
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_20
| 1
|
Let $T$ be the triangle in the coordinate plane with vertices $(0,0), (4,0),$ and $(0,3).$ Consider the following five isometries (rigid transformations) of the plane: rotations of $90^{\circ}, 180^{\circ},$ and $270^{\circ}$ counterclockwise around the origin, reflection across the $x$ -axis, and reflection across the $y$ -axis. How many of the $125$ sequences of three of these transformations (not necessarily distinct) will return $T$ to its original position? (For example, a $180^{\circ}$ rotation, followed by a reflection across the $x$ -axis, followed by a reflection across the $y$ -axis will return $T$ to its original position, but a $90^{\circ}$ rotation, followed by a reflection across the $x$ -axis, followed by another reflection across the $x$ -axis will not return $T$ to its original position.)
$\textbf{(A) } 12 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 20 \qquad \textbf{(E) } 25$
|
[asy] size(10cm); Label f; f.p=fontsize(6); xaxis(-6,6,Ticks(f, 2.0)); yaxis(-6,6,Ticks(f, 2.0)); filldraw(origin--(4,0)--(0,3)--cycle, gray, black+linewidth(1)); [/asy]
First, any combination of motions we can make must reflect $T$ an even number of times. This is because every time we reflect $T$ , it changes orientation. Once $T$ has been flipped once, no combination of rotations will put it back in place because it is the mirror image; however, flipping it again changes it back to the original orientation. Since we are only allowed $3$ transformations and an even number of them must be reflections, we either reflect $T$ $0$ times or $2$ times.
Case 1: $0$ reflections on $T$
In this case, we must use $3$ rotations to return $T$ to its original position. Notice that our set of rotations, $\{90^\circ,180^\circ,270^\circ\}$ , contains every multiple of $90^\circ$ except for $0^\circ$ . We can start with any two rotations $a,b$ in $\{90^\circ,180^\circ,270^\circ\}$ and there must be exactly one $c \equiv -a - b \pmod{360^\circ}$ such that we can use the three rotations $(a,b,c)$ which ensures that $a + b + c \equiv 0^\circ \pmod{360^\circ}$ . That way, the composition of rotations $a,b,c$ yields a full rotation. For example, if $a = b = 90^\circ$ , then $c \equiv -90^\circ - 90^\circ = -180^\circ \pmod{360^\circ}$ , so $c = 180^\circ$ and the rotations $(90^\circ,90^\circ,180^\circ)$ yields a full rotation.
The only case in which this fails is when $c$ would have to equal $0^\circ$ . This happens when $(a,b)$ is already a full rotation, namely, $(a,b) = (90^\circ,270^\circ),(180^\circ,180^\circ),$ or $(270^\circ,90^\circ)$ . However, we can simply subtract these three cases from the total. Selecting $(a,b)$ from $\{90^\circ,180^\circ,270^\circ\}$ yields $3 \cdot 3 = 9$ choices, and with $3$ that fail, we are left with $6$ combinations for case $1$
Case 2: $2$ reflections on $T$
In this case, we first eliminate the possibility of having two of the same reflection. Since two reflections across the x-axis maps $T$ back to itself, inserting a rotation before, between, or after these two reflections would change $T$ 's final location, meaning that any combination involving two reflections across the x-axis would not map $T$ back to itself. The same applies to two reflections across the y-axis.
Therefore, we must use one reflection about the x-axis, one reflection about the y-axis, and one rotation. Since a reflection about the x-axis changes the sign of the y component, a reflection about the y-axis changes the sign of the x component, and a $180^\circ$ rotation changes both signs, these three transformation composed (in any order) will suffice. It is therefore only a question of arranging the three, giving us $3! = 6$ combinations for case 2.
Combining both cases we get $6+6=\boxed{12}$
| 12
|
3,977
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_20
| 2
|
Let $T$ be the triangle in the coordinate plane with vertices $(0,0), (4,0),$ and $(0,3).$ Consider the following five isometries (rigid transformations) of the plane: rotations of $90^{\circ}, 180^{\circ},$ and $270^{\circ}$ counterclockwise around the origin, reflection across the $x$ -axis, and reflection across the $y$ -axis. How many of the $125$ sequences of three of these transformations (not necessarily distinct) will return $T$ to its original position? (For example, a $180^{\circ}$ rotation, followed by a reflection across the $x$ -axis, followed by a reflection across the $y$ -axis will return $T$ to its original position, but a $90^{\circ}$ rotation, followed by a reflection across the $x$ -axis, followed by another reflection across the $x$ -axis will not return $T$ to its original position.)
$\textbf{(A) } 12 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 20 \qquad \textbf{(E) } 25$
|
As in the previous solution, note that we must have either $0$ or $2$ reflections because of orientation since reflection changes orientation that is impossible to fix by rotation. We also know we can't have the same reflection twice, since that would give a net of no change and would require an identity rotation.
Suppose there are no reflections. Denote $90^{\circ}$ as $1$ $180^{\circ}$ as $2$ , and $270^{\circ}$ as $3$ , just for simplification purposes. We want a combination of $3$ of these that will sum to either $4$ or $8$ $0$ and $12$ are impossible since the minimum is $3$ and the max is $9$ ). $4$ can be achieved with any permutation of $(1-1-2)$ and $8$ can be achieved with any permutation of $(2-3-3)$ . This case can be done in $3+3=6$ ways.
Suppose there are two reflections. As noted already, they must be different, and as a result will take the triangle to the opposite side of the origin if we don't do any rotation. We have $1$ rotation left that we can do though, and the only one that will return to the original position is $2$ , which is $180^{\circ}$ AKA reflection across origin. Therefore, since all $3$ transformations are distinct. The three transformations can be applied anywhere since they are commutative (think quadrants). This gives $6$ ways.
$6+6=\boxed{12}$
| 12
|
3,978
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_20
| 3
|
Let $T$ be the triangle in the coordinate plane with vertices $(0,0), (4,0),$ and $(0,3).$ Consider the following five isometries (rigid transformations) of the plane: rotations of $90^{\circ}, 180^{\circ},$ and $270^{\circ}$ counterclockwise around the origin, reflection across the $x$ -axis, and reflection across the $y$ -axis. How many of the $125$ sequences of three of these transformations (not necessarily distinct) will return $T$ to its original position? (For example, a $180^{\circ}$ rotation, followed by a reflection across the $x$ -axis, followed by a reflection across the $y$ -axis will return $T$ to its original position, but a $90^{\circ}$ rotation, followed by a reflection across the $x$ -axis, followed by another reflection across the $x$ -axis will not return $T$ to its original position.)
$\textbf{(A) } 12 \qquad \textbf{(B) } 15 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 20 \qquad \textbf{(E) } 25$
|
Define $s$ as a reflection, and $r$ as a $90^{\circ}$ counterclockwise rotation. Thus, $r^4=s^2=e$ , and the five transformations can be represented as ${r, r^2, r^3, r^2s, s}$ , and $rs=sr^{-1}$
Now either $s$ doesn't appear at all or appears twice. For the former case, it's easy to see that only $r, r, r^2$ and $r^2, r^3, r^3$ will work. Both can be permuted in $3$ ways, giving $6$ ways in total.
For the latter case, note that $s$ can't appear twice, neither does $r^2s$ , else we need to get $e$ from ${r, r^2, r^3}$ , which is not possible. So $r^2s$ and $s$ must appear once each. The last transformation must be $r^2$ . A quick check shows that ${r^2, r^2s, s}$ is permutable, since $r^2s=sr^{-2}=sr^2$ (since $r^4=e$ ). This gives $6$ ways.
Thus the answer is $\boxed{12}$
| 12
|
3,979
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_21
| 1
|
How many positive integers $n$ are there such that $n$ is a multiple of $5$ , and the least common multiple of $5!$ and $n$ equals $5$ times the greatest common divisor of $10!$ and $n?$
$\textbf{(A) } 12 \qquad \textbf{(B) } 24 \qquad \textbf{(C) } 36 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 72$
|
We set up the following equation as the problem states:
\[\text{lcm}{(5!, n)} = 5\text{gcd}{(10!, n)}.\]
Breaking each number into its prime factorization, we see that the equation becomes
\[\text{lcm}{(2^3\cdot 3 \cdot 5, n)} = 5\text{gcd}{(2^8\cdot 3^4 \cdot 5^2 \cdot 7, n)}.\]
We can now determine the prime factorization of $n$ . We know that its prime factors belong to the set $\{2, 3, 5, 7\}$ , as no factor of $10!$ has $11$ in its prime factorization, nor anything greater. Next, we must find exactly how many different possibilities exist for each.
There can be anywhere between $3$ and $8$ $2$ 's and $1$ to $4$ $3$ 's. However, since $n$ is a multiple of $5$ , and we multiply the $\text{gcd}$ by $5$ , there can only be $3$ $5$ 's in $n$ 's prime factorization. Finally, there can either $0$ or $1$ $7$ 's.
Thus, we can multiply the total possibilities of $n$ 's factorization to determine the number of integers $n$ which satisfy the equation, giving us $6 \times 4 \times 1 \times 2 = \boxed{48}$ . ~ciceronii
| 48
|
3,980
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_21
| 2
|
How many positive integers $n$ are there such that $n$ is a multiple of $5$ , and the least common multiple of $5!$ and $n$ equals $5$ times the greatest common divisor of $10!$ and $n?$
$\textbf{(A) } 12 \qquad \textbf{(B) } 24 \qquad \textbf{(C) } 36 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 72$
|
Like the Solution 1, we start from the equation:
\[\text{lcm}{(5!, n)} = 5\text{gcd}{(10!, n)}.\] Assume $\text{lcm}{(5!, n)}=k\cdot5!$ , with some integer $k$ . It follows that $k\cdot 4!=\text{gcd}{(10!, n)}$ . It means that $n$ has a divisor $4!$ . Since $n$ is a multiple of $5$ $n$ has a divisor $5!$ . Thus, $\text{lcm}{(5!, n)}=n=k\cdot5!$ . The equation can be changed as \[k\cdot5!=5\text{gcd}{(10!, k\cdot5!)}\] \[k=5\text{gcd}{(6\cdot7\cdot8\cdot9\cdot10, k)}\] We can see that $k$ is also a multiple of $5$ , with a form of $5\cdot m$ . Substituting it in the above equation, we have \[m=5\text{gcd}{(6\cdot7\cdot8\cdot9\cdot2, m)}\] Similarly, $m$ is a multiple of $5$ , with a form of $5\cdot s$ . We have \[s=\text{gcd}{(6\cdot7\cdot8\cdot9\cdot2, 5\cdot s)}=\text{gcd}{(2^5\cdot3^3\cdot7, s)}\] The equation holds, if $s$ is a divisor of $2^5\cdot3^3\cdot7$ , which has $(5+1)(3+1)(1+1)=\boxed{48}$ divisors. ~Linty Huang
| 48
|
3,981
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_21
| 3
|
How many positive integers $n$ are there such that $n$ is a multiple of $5$ , and the least common multiple of $5!$ and $n$ equals $5$ times the greatest common divisor of $10!$ and $n?$
$\textbf{(A) } 12 \qquad \textbf{(B) } 24 \qquad \textbf{(C) } 36 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 72$
|
As in the previous solutions, we start with
\[\text{lcm}(5!,n) = 5\text{gcd}(10!,n)\]
From this we have that $\text{lcm}(5!,n) \,|\, 5\text{gcd}(10!,n)$ , and in particular, $n \,|\, 5\text{gcd}(10!,n)$ . However, $\text{gcd}(10!,n)\, |\, n$ , so we must have $\text{gcd}(10!,n) = n$ or $\text{gcd}(10!,n) = n/5$ . If $\text{gcd}(10!,n) = n$ , then we have $\text{lcm}(5!,n) = 5n$ ; because $5\, |\, 5!$ , this implies that 5 does not divide $n$ , so we must have $\text{gcd}(10!,n) = n/5$
Now we have $\text{lcm}(5!,n) = n$ , implying that $5!\, |\, n$ , and $n/5\, |\, 10!$ . Writing out prime factorizations, this gives us
\[2^3 \cdot 3 \cdot 5 \,|\, n\] \[n \,|\, 2^8 \cdot 3^4 \cdot 5^2 \cdot 7\]
So $n$ can have 3, 4, 5, 6, 7, or 8 factors of 2; 1, 2, 3, or 4 factors of two; and 0 or 1 factors of 7. Note that $\text{gcd}(2^8 \cdot 3^4 \cdot 5^2 \cdot 7,n) = n/5$ implies that $n$ has 2 factors of 5. Thus, there are $6 \cdot 4 \cdot 2 = 48$ possible choices for $n$ , and our answer is $\boxed{48}$
| 48
|
3,982
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 1
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
We begin by rotating $\triangle{ APB}$ counterclockwise by $60^{\circ}$ about $A$ , such that $P\mapsto Q$ and $B\mapsto C$ . We see that $\triangle{ APQ}$ is equilateral with side length $1$ , meaning that $\angle APQ = 60^{\circ}$ . We also see that $\triangle{CPQ}$ is a $30$ $60$ $90$ right triangle, meaning that $\angle CPQ= 60^{\circ}$ . Thus, by adding the two together, we see that $\angle APC = 120^{\circ}$ [asy] size(200); pen p = fontsize(10pt)+gray+0.5; pen q = fontsize(13pt); pair A,B,C,D,P,Q; real s=sqrt(7); B=origin; A=s*dir(60); C=s*right; P=IP(CR(A,1),CR(C,2)); Q=rotate(60,A)*P; draw(A--B--C--A, black+0.8); draw(A--P--B^^P--C^^A--Q--C, p); draw(P--Q, p+dashed); //draw(A--A+C--C, p); label("$A$", A, up, q); label("$B$", B, 0.5*(B-P), q); label("$C$", C, 0.5*(C-P), q); label("$P$", P, dir(180), q); label("$Q$", Q, 0.25*(Q-B), q); label("$\sqrt{3}$",B--P, right, p); label("$2$",C--P, 2*left, p); label("$1$",A--P, 1.5**dir(-10), p); label("$1$", A--Q, dir(250), p); label("$1$",P--Q, down, p); label("$\sqrt{3}$",C--Q, right, p); [/asy] We can now use the law of cosines as following: \begin{align*} s^2 &= (AP)^2 + (CP)^2 - 2\cdot AP\cdot CP\cdot \cos{\angle{APC}} \\ &= 1 + 4 - 2\cdot 1\cdot 2\cdot \cos{120^{\circ}} \\ &= 5 - 4\left(-\frac{1}{2}\right) \\ &= 7, \end{align*} giving us that $s = \boxed{7}$
| 7
|
3,983
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 2
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
Rotate $\triangle CPA$ counterclockwise $60^\circ$ around point $C$ to $\triangle CQB$ . Then $CP=CQ, \angle PCQ=60^\circ$ , so $\triangle CPQ$ is an equilateral triangle. [asy] size(200); pen p = fontsize(10pt)+gray+0.4; pen q = fontsize(13pt); pair A,B,C,D,P,Q; real s=sqrt(7); A=origin; B=s*right; C=s*dir(60); P=IP(CR(A,1),CR(C,2)); Q=rotate(60,C)*P; draw(A--B--C--A, black+0.8); draw(A--P--B^^P--C, p); draw(B--Q--C^^P--Q, p+dashed); label("$A$", A, A-P, q); label("$B$", B, B-P, q); label("$C$", C, up, q); label("$P$", P, dir(140), q); label("$Q$", Q, 0.25*(Q-P), q); label("$\sqrt{3}$",P--B, dir(60), p); label("$2$",C--P, 2*left, p); label("$1$",A--P, up, p); label("$1$", B--Q, dir(-30), p); label("$2$",P--Q, down, p); label("$2$",C--Q, dir(45), p); [/asy] Note that $\triangle PQB$ is a $30^\circ$ $60^\circ$ $90^\circ$ triangle, hence $\angle BPQ=30^\circ$ , and $\angle BPC=90^\circ$ , so \[BC^2=PC^2+PB^2=2^2+3=7,\] and the answer is $\boxed{7}$
| 7
|
3,984
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 3
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
Rotate $\triangle BPC$ counterclockwise by $60^\circ$ around point $B$ to $\triangle BQA$ . Then $BP=BQ$ , and $\angle PBQ=60^\circ$ , so $\triangle BPQ$ is an equilateral triangle. [asy] size(200); pen p = fontsize(10pt)+gray+0.4; pen q = fontsize(13pt); pair A,B,C,D,P,Q,R,X,Y,Z; real s=sqrt(7); C=origin; A=s*right; B=s*dir(60); P=IP(CR(A,1),CR(C,2)); Q=rotate(60,B)*P; draw(A--B--C--A, black+0.8); draw(A--P--B^^P--C, p); draw(B--Q--A^^P--Q, p+dashed); label("$A$", A, A-P, q); label("$B$", B, B-P, q); label("$C$", C, 0.6*(C-P), q); label("$P$", P, dir(250), q); label("$Q$", Q, 0.25*(Q-P), q); label("$\sqrt{3}$",B--Q, dir(60), p); label("$\sqrt{3}$",P--B, dir(210), p); label("$\sqrt{3}$",P--Q, dir(135), p); label("$2$",P--C, dir(120), p); label("$2$",A--Q, dir(-20), p); label("$1$",A--P, dir(210), p); [/asy] Note that $\triangle QAP$ is a $30^\circ$ $60^\circ$ $90^\circ$ triangle, hence $\angle PQA=30^\circ$ , and $\angle BQA=90^\circ$ , so \[AB^2=PQ^2+AQ^2=2^2+3=7,\] and the answer is $\boxed{7}$
| 7
|
3,985
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 4
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
[asy] unitsize(1inch); pen p = fontsize(10pt); dot((0.756,0.655)); dot((1.512,1.309)); dot((1.701,0.327)); pair A = origin, B = (1.323,2.291), C = (2.646,0), P = (0.756,0.655), Q = (1.512,1.309), R = (1.701,0.327); draw((0,0)--(1.323,2.291)--(2.646,0)--cycle); label("$A$", (0,0), SW, p); label("$C$", (2.646,0), SE, p); label("$B$", (1.323,2.291), N, p); label("$P'$", (0.756,0.655), NW, p); label("$1$", (2.174,0.164), N, p); label("$1$", (1.228,0.491), N, p); D(A--P, red); D(B--Q, red); D(C--R, red); D(P--Q--R--cycle, blue); D(B--P, magenta); [/asy]
Suppose that triangle $ABC$ had three segments of length $2$ , emanating from each of its vertices, making equal angles with each of its sides, and going into its interior. Suppose each of these segments intersected the segment clockwise to it precisely at its other endpoint and inside $ABC$ (as pictured in the diagram above). Clearly $s > 2$ and the triangle defined by these intersection points will be equilateral (pictured by the blue segments).
Take this equilateral triangle to have side length $1$ . The portions of each segment outside this triangle (in red) have length $1$ . Take $P'$ to be the intersection of the segments emanating from $A$ and $C$ . By Law of Cosines, \[BP' = \sqrt{1 + 1 - 2\cos{120^\circ}} = \sqrt{3}.\] So, $P'$ actually satisfies the conditions of the problem, and we can obtain again by Law of Cosines \[s = \sqrt{4 + 1 - 4\cos{120^\circ}} = \boxed{7}.\]
| 7
|
3,986
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 5
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
[asy] unitsize(0.4inch); pen p = fontsize(10pt); draw((0,0)--(4,5.65)--(8,0)--cycle); label("$A$", (4,5.65), N, p); label("$C$", (8,0), SE, p); label("$B$", (0,0), SW, p); label("$P$", (3.5,3.5), E, p); label("$E$", (2.8191,3.982), NW, p); label("$F$", (4.848,4.452), NE, p); label("$G$", (3.5,0), down, p); draw((0,0)--(3.5,3.5)); label("$\sqrt{3}$",(0,0)--(3.5,3.5), SE,p); draw((8,0)--(3.5,3.5)); label("$2$",(8,0)--(3.5,3.5), SW,p); draw((4,5.65)--(3.5,3.5)); label("$1$",(4,5.65)--(3.5,3.5), E,p); draw((3.5,3.5)--(2.8191,3.982)); draw((3.5,3.5)--(4.848,4.452)); draw((3.5,3.5)--(3.5,0)); [/asy]
We begin by dropping altitudes from point $P$ down to all three sides of the triangle as shown above. We can therefore make equations regarding the areas of triangles $\triangle{APC}$ $\triangle{APB}$ , and $\triangle{BPC}$ . Let $s$ be the side of the equilateral triangle, we use the Heron's formula:
\[\triangle{APC} = \frac{s\cdot PF}{2} = \sqrt{\frac{s+3}{2}\left(\frac{s+3}{2}-s\right)\left(\frac{s+3}{2}-1\right)\left(\frac{s+3}{2}-2\right)}\] \[\implies PF = \frac{\sqrt{10s^2-s^4-9}}{2s}\]
Similarly, we obtain:
\[PE = \frac{\sqrt{8s^2-s^4-4}}{2s}\] \[PG = \frac{\sqrt{14s^2-s^4-1}}{2s}\]
By Viviani's theorem, \[\frac{\sqrt{10s^2-s^4-9}}{2s}+\frac{\sqrt{8s^2-s^4-4}}{2s}+\frac{\sqrt{14s^2-s^4-1}}{2s} = \frac{\sqrt{3}}{2}s\] \[\sqrt{10s^2-s^4-9}+\sqrt{8s^2-s^4-4}+\sqrt{14s^2-s^4-1} = \sqrt{3}s^2\]
Note that from now on, the algebra will get extremely ugly and almost impossible to do by hand within the time frame. However, we do see that it's extremely easy to check the answer choices with the equation in this form. Testing $s = \sqrt{7}$ , We obtain $7\sqrt{3}$ on both sides, revealing that our answer is in fact $\boxed{7}$
| 7
|
3,987
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 6
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
Instead of directly finding the side length of the equilateral triangle, we instead find the area and use it to find the side length.
Begin by reflecting $P$ over each of the sides. Label these reflected points $P', P'', P'''$ . Connect these points to the vertices of the equilateral triangle, as well as to each other.
[asy] size(300); draw((0,3.5)--(4,9.15)--(8,3.5)--cycle); label("$A$", (4,9.15), N, p = fontsize(10pt)); label("$C$", (8,3.5), SE, p = fontsize(10pt)); label("$B$", (0,3.5), SW, p = fontsize(10pt)); label("$P$", (3.5,7), NW, p = fontsize(10pt)); draw((0,3.5)--(3.5,7)); draw((8,3.5)--(3.5,7)); draw((4,9.15)--(3.5,7)); label("$P'$", (3.5, 0), S, p = fontsize(10pt)); draw((8,3.5)--(3.5,0)); draw((0,3.5)--(3.5,0)); label("$P''$",(6,8.5), NE, p = fontsize(10pt)); draw((4,9.15)--(6,8.5)); draw((8,3.5)--(6,8.5)); label("$P'''$",(2.25,8), NW, p = fontsize(10pt)); draw((0,3.5)--(2.25,8)); draw((4,9.15)--(2.25,8)); draw((3.5,0)--(6,8.5)--(2.25,8)--cycle); [/asy]
Observe that the area of the equilateral triangle $ABC$ is half that of the hexagon $AP''CP'BP'''$
Note that $AP=AP''=AP'''$ . The same goes for the other vertices. This means that $AP''P'''$ is isosceles. Using either the Law of Cosines or simply observing that $AP''P'''$ is comprised of two 30-60-90 triangles, we find that $P''P'''= \sqrt{3}$ . Similarly (pun intended), $P'P'''=3$ and $P'P''=2\sqrt{3}$ . Using the previous observation that $AP''P'''$ is two 30-60-90 triangles (as are the others) we find the areas of $AP''P''$ to be $\frac{\sqrt{3}}{4}$ . Again, using similarity we find the area of $BP'P'''$ to be $\frac{3\sqrt{3}}{4}$ and the area of $CP'P''$ to be $\sqrt{3}$
Next, observe that $P'P''P'''$ is a 30-60-90 right triangle. This right triangle therefore has an area of $\frac{3\sqrt{3}}{2}$
Adding these areas together, we get the area of the hexagon as $\frac{7\sqrt{3}}{2}$ . This means that the area of $ABC$ is $\frac{7\sqrt{3}}{4}$
The formula for the area of an equilateral triangle with side length $s$ is $\frac{s^2\sqrt{3}}{4}$ (if you don't have this memorized it's not hard to derive). Comparing this formula to the area of $ABC$ , we can easily find that $s^2=7$ , which means that the side length of $ABC$ is $\boxed{7}$
| 7
|
3,988
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 7
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
Suppose $A(0,\sqrt{3}a)$ $B(-a,0)$ $C(a,0)$ and $P(x,y)$ . So $s=2a$ . Since $BP = \sqrt{3}$ and $CP = 2$ , we have \[(x+a)^2+y^2=3\] \[(x-a)^2+y^2=4\] Solving the equations, we have \[x=-\frac{1}{4a},~~y=\sqrt{\frac72-a^2-\frac{1}{16a^2}}\] From $AP=1$ (and a fair amount of algebra), we can have $a=\sqrt{7}/2$ . The answer is $\boxed{7}$
| 7
|
3,989
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_24
| 8
|
Suppose that $\triangle{ABC}$ is an equilateral triangle of side length $s$ , with the property that there is a unique point $P$ inside the triangle such that $AP=1$ $BP=\sqrt{3}$ , and $CP=2$ . What is $s$
$\textbf{(A) } 1+\sqrt{2} \qquad \textbf{(B) } \sqrt{7} \qquad \textbf{(C) } \frac{8}{3} \qquad \textbf{(D) } \sqrt{5+\sqrt{5}} \qquad \textbf{(E) } 2\sqrt{2}$
|
Drawing out a rough sketch, it appears that $\angle BPC = 90^{\circ}$ . By Pythagorean, our answer is $\sqrt{\sqrt{3}^2 + 2^2} = \boxed{7}$
| 7
|
3,990
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_25
| 1
|
The number $a=\frac{p}{q}$ , where $p$ and $q$ are relatively prime positive integers, has the property that the sum of all real numbers $x$ satisfying \[\lfloor x \rfloor \cdot \{x\} = a \cdot x^2\] is $420$ , where $\lfloor x \rfloor$ denotes the greatest integer less than or equal to $x$ and $\{x\}=x- \lfloor x \rfloor$ denotes the fractional part of $x$ . What is $p+q$
$\textbf{(A) } 245 \qquad \textbf{(B) } 593 \qquad \textbf{(C) } 929 \qquad \textbf{(D) } 1331 \qquad \textbf{(E) } 1332$
|
Let $w=\lfloor x \rfloor$ and $f=\{x\}$ denote the whole part and the fractional part of $x,$ respectively, for which $0\leq f<1$ and $x=w+f.$
We rewrite the given equation as \[w\cdot f=a\cdot(w+f)^2. \hspace{38.75mm}(1)\] Since $a\cdot(w+f)^2\geq0,$ it follows that $w\cdot f\geq0,$ from which $w\geq0.$
We expand and rearrange $(1)$ as \[af^2+(2a-1)wf+aw^2=0, \hspace{23mm}(2)\] which is a quadratic with either $f$ or $w.$
For simplicity purposes, we will treat $w$ as some fixed nonnegative integer so that $(2)$ is a quadratic with $f.$ By the Quadratic Formula, we have \[f=w\Biggl(\frac{1-2a\pm\sqrt{1-4a}}{2a}\Biggr). \hspace{25mm}(3)\] If $w=0,$ then $f=0.$ We get $x=w+f=0,$ which does not affect the sum of the solutions. Therefore, we consider the case for $w\geq1:$
Recall that $0\leq f<1,$ so $\frac{1-2a\pm\sqrt{1-4a}}{2a}\geq0.$ From the discriminant, we require that $0\leq1-4a<1,$ or \[0<a\leq\frac14. \hspace{54mm}(4)\]
We consider each part of $0\leq f<1$ separately:
Now, we express $x$ in terms of $w$ and $k:$ \[x=w+f=w+wk=w(1+k).\] The sum of all solutions to the original equation is \[\sum_{w=1}^{W}w(1+k)=(1+k)\cdot\sum_{w=1}^{W}w=(1+k)\cdot\frac{W(W+1)}{2}=420. \hspace{10mm}(\bigstar)\] As $1+k<1+\frac1W,$ we conclude that $1+k$ is slightly above $1$ so that $\frac{W(W+1)}{2}$ is slightly below $420,$ or $W(W+1)$ is slightly below $840.$ By observations, we get $W=28.$ Substituting this into $(\bigstar)$ produces $k=\frac{1}{29},$ which satisfies $\frac{1}{W+1}\leq k<\frac1W,$ as required.
Finally, we solve for $a$ in $k=\frac{1}{2a}-1-\frac{\sqrt{1-4a}}{2a}:$ \begin{align*} \frac{1}{29}&=\frac{1}{2a}-1-\frac{\sqrt{1-4a}}{2a} \\ \frac{2}{29}a&=1-2a-\sqrt{1-4a} \\ \frac{60}{29}a-1&=-\sqrt{1-4a} \\ \frac{60^2}{29^2}a^2-\frac{120}{29}a+1&=1-4a \\ \frac{60^2}{29^2}a^2-\frac{4}{29}a&=0 \\ a\left(\frac{60^2}{29^2}a-\frac{4}{29}\right)&=0. \end{align*} Since $a>0,$ we obtain $\frac{60^2}{29^2}a-\frac{4}{29}=0,$ from which \[a=\frac{4}{29}\cdot\frac{29^2}{60^2}=\frac{29}{900}.\] The answer is $29+900=\boxed{929}.$
| 929
|
3,991
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_25
| 2
|
The number $a=\frac{p}{q}$ , where $p$ and $q$ are relatively prime positive integers, has the property that the sum of all real numbers $x$ satisfying \[\lfloor x \rfloor \cdot \{x\} = a \cdot x^2\] is $420$ , where $\lfloor x \rfloor$ denotes the greatest integer less than or equal to $x$ and $\{x\}=x- \lfloor x \rfloor$ denotes the fractional part of $x$ . What is $p+q$
$\textbf{(A) } 245 \qquad \textbf{(B) } 593 \qquad \textbf{(C) } 929 \qquad \textbf{(D) } 1331 \qquad \textbf{(E) } 1332$
|
Let $x_n$ be a root in the interval $(n,n+1)$ . In this interval, $\lfloor x_n \rfloor = n$ and $\{x_n\}=x_n-n$ , so we must have $ax_n^2 = nx_n-n^2$ , i.e., $ax_n^2-nx_n+n^2=0$ . We can homogenize this equation by setting $x_n=n\zeta$ ; then $x_1=\zeta$ , and $\zeta$ is a root of $a\zeta^2-\zeta+1=0$
Suppose $N$ is the largest integer for which there is such a root; we have, for $n=1,2,\ldots , N$ \[n < x_n = n\zeta < n+1\] Summing over $n\in \{1,2,\ldots , N\}$ we get \[\tfrac 12 N(N+1) < 420 = \tfrac 12 N(N+1)\zeta < \tfrac 12 N(N+3)\] From the right inequality we get $27< N$ and from the left one we get $N<29$ . Thus $N=28$ . Using this in the middle equality we get $\zeta = \tfrac{30}{29}$ . Since $\zeta$ satisfies $a\zeta^2-\zeta+1=0$ , we get \[a = \zeta^{-2}(\zeta-1)= \tfrac{29^2}{30^2}\cdot \tfrac 1{29}= \tfrac{29}{900}.\] The answer is $29+900=\boxed{929}.$
| 929
|
3,992
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12A_Problems/Problem_25
| 3
|
The number $a=\frac{p}{q}$ , where $p$ and $q$ are relatively prime positive integers, has the property that the sum of all real numbers $x$ satisfying \[\lfloor x \rfloor \cdot \{x\} = a \cdot x^2\] is $420$ , where $\lfloor x \rfloor$ denotes the greatest integer less than or equal to $x$ and $\{x\}=x- \lfloor x \rfloor$ denotes the fractional part of $x$ . What is $p+q$
$\textbf{(A) } 245 \qquad \textbf{(B) } 593 \qquad \textbf{(C) } 929 \qquad \textbf{(D) } 1331 \qquad \textbf{(E) } 1332$
|
First note that $\lfloor x\rfloor \cdot \{x\}<0$ when $x<0$ while $ax^2\ge 0\forall x\in \mathbb{R}$ . Thus we only need to look at positive solutions ( $x=0$ doesn't affect the sum of the solutions).
Next, we break $\lfloor x\rfloor\cdot \{x\}$ down for each interval $[n,n+1)$ , where $n$ is a positive integer. Assume $\lfloor x\rfloor=n$ , then $\{x\}=x-n$ . This means that when $x\in [n,n+1)$ $\lfloor x\rfloor \cdot \{x\}=n(x-n)=nx-n^2$ . Setting this equal to $ax^2$ gives \[nx-n^2=ax^2\implies ax^2-nx+n^2=0 \implies x=\frac{n\pm \sqrt{n^2-4an^2}}{2a}\] We're looking at the solution with the positive $x$ , which is $x=\frac{n-n\sqrt{1-4a}}{2a}=\frac{n}{2a}\left(1-\sqrt{1-4a}\right)$ . Note that if $\lfloor x\rfloor=n$ is the greatest $n$ such that $\lfloor x\rfloor \cdot \{x\}=ax^2$ has a solution, the sum of all these solutions is slightly over $\sum_{k=1}^{n}k=\frac{n(n+1)}{2}$ , which is $406$ when $n=28$ , just under $420$ . Checking this gives \begin{align*} \sum_{k=1}^{28}\frac{k}{2a}\left(1-\sqrt{1-4a}\right)&=\frac{1-\sqrt{1-4a}}{2a}\cdot 406=420 \\ \frac{1-\sqrt{1-4a}}{2a}&=\frac{420}{406}=\frac{30}{29} \\ 29-29\sqrt{1-4a}&=60a \\ 29\sqrt{1-4a}&=29-60a \\ 29^2-4\cdot 29^2a&=29^2+3600a^2-120\cdot 29a \\ 3600a^2&=116a \\ a&=\frac{116}{3600}=\frac{29}{900} \implies \boxed{929} ~ktong
| 929
|
3,993
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_2
| 1
|
What is the value of the following expression?
\[\frac{100^2-7^2}{70^2-11^2} \cdot \frac{(70-11)(70+11)}{(100-7)(100+7)}\]
$\textbf{(A) } 1 \qquad \textbf{(B) } \frac{9951}{9950} \qquad \textbf{(C) } \frac{4780}{4779} \qquad \textbf{(D) } \frac{108}{107} \qquad \textbf{(E) } \frac{81}{80}$
|
Using difference of squares to factor the left term, we get \[\frac{100^2-7^2}{70^2-11^2} \cdot \frac{(70-11)(70+11)}{(100-7)(100+7)} = \frac{(100-7)(100+7)}{(70-11)(70+11)} \cdot \frac{(70-11)(70+11)}{(100-7)(100+7)}.\] Cancelling all the terms, we get $\boxed{1}$ as the answer.
| 1
|
3,994
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_4
| 2
|
The acute angles of a right triangle are $a^{\circ}$ and $b^{\circ}$ , where $a>b$ and both $a$ and $b$ are prime numbers. What is the least possible value of $b$
$\textbf{(A)}\ 2 \qquad\textbf{(B)}\ 3 \qquad\textbf{(C)}\ 5 \qquad\textbf{(D)}\ 7 \qquad\textbf{(E)}\ 11$
|
Looking at the answer choices, only $7$ and $11$ are coprime to $90$ . Testing $7$ , the smaller angle, makes the other angle $83$ which is prime, therefore our answer is $\boxed{7}$
| 7
|
3,995
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_4
| 3
|
The acute angles of a right triangle are $a^{\circ}$ and $b^{\circ}$ , where $a>b$ and both $a$ and $b$ are prime numbers. What is the least possible value of $b$
$\textbf{(A)}\ 2 \qquad\textbf{(B)}\ 3 \qquad\textbf{(C)}\ 5 \qquad\textbf{(D)}\ 7 \qquad\textbf{(E)}\ 11$
|
It is clear that $\gcd(a,b)=1.$ By the Euclidean Algorithm, we have \[\gcd(a,b)=\gcd(a+b,b)=\gcd(90,b)=1,\] so $90$ and $b$ are relatively prime.
The least such prime number $b$ is $7,$ from which $a=90-b=83$ is also a prime number. Therefore, the answer is $\boxed{7}.$
| 7
|
3,996
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_5
| 1
|
Teams $A$ and $B$ are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team $A$ has won $\tfrac{2}{3}$ of its games and team $B$ has won $\tfrac{5}{8}$ of its games. Also, team $B$ has won $7$ more games and lost $7$ more games than team $A.$ How many games has team $A$ played?
$\textbf{(A) } 21 \qquad \textbf{(B) } 27 \qquad \textbf{(C) } 42 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 63$
|
Suppose team $A$ has played $g$ games in total so that it has won $\frac23g$ games.
It follows that team $B$ has played $g+14$ games in total so that it has won $\frac23g+7$ games.
We set up and solve an equation for team $B$ 's win ratio: \begin{align*} \frac{\frac23g+7}{g+14}&=\frac58 \\ \frac{16}{3}g+56&=5g+70 \\ \frac13g&=14 \\ g&=\boxed{42} ~MRENTHUSIASM
| 42
|
3,997
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_5
| 2
|
Teams $A$ and $B$ are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team $A$ has won $\tfrac{2}{3}$ of its games and team $B$ has won $\tfrac{5}{8}$ of its games. Also, team $B$ has won $7$ more games and lost $7$ more games than team $A.$ How many games has team $A$ played?
$\textbf{(A) } 21 \qquad \textbf{(B) } 27 \qquad \textbf{(C) } 42 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 63$
|
If we consider the number of games team $B$ has played as $x$ and the number of games that team $A$ has played as $y$ , then we can set up the following system of equations: \begin{align*} \frac{5}{8}x &= \frac{2}{3}y+7, \\ \frac{3}{8}x &= \frac{1}{3}y+7. \end{align*} The first system equated the number of wins of each team, while the second system equates the number of losses by each team. By multiplying the second equation by $2$ and solving the system, we get $y = 42$ or answer choice $\boxed{42}.$
| 42
|
3,998
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_5
| 3
|
Teams $A$ and $B$ are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team $A$ has won $\tfrac{2}{3}$ of its games and team $B$ has won $\tfrac{5}{8}$ of its games. Also, team $B$ has won $7$ more games and lost $7$ more games than team $A.$ How many games has team $A$ played?
$\textbf{(A) } 21 \qquad \textbf{(B) } 27 \qquad \textbf{(C) } 42 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 63$
|
First, let us assign some variables. Let \[A_w=2x, \ A_l=x, \ A_g=3x,\] \[B_w=5y, \ B_l=3y, \ B_g=8y,\] where $X_w$ denotes number of games won, $X_l$ denotes number of games lost, and $X_g$ denotes total games played for $X\in \{A, B\}$ . Using the given information, we can set up the following two equations: \begin{align*} B_w=A_w+7&\implies 5y=2x+7, \\ B_l=A_l+7&\implies 3y=x+7. \end{align*} We can solve through substitution, as the second equation can be written as $x=3y-7$ , and plugging this into the first equation gives $5y=6y-7\implies y=7$ , which means $x=3(7)-7=14$ . Finally, we want the total number of games team $A$ has played, which is $A_g=3(14)=\boxed{42}$
| 42
|
3,999
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_5
| 4
|
Teams $A$ and $B$ are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team $A$ has won $\tfrac{2}{3}$ of its games and team $B$ has won $\tfrac{5}{8}$ of its games. Also, team $B$ has won $7$ more games and lost $7$ more games than team $A.$ How many games has team $A$ played?
$\textbf{(A) } 21 \qquad \textbf{(B) } 27 \qquad \textbf{(C) } 42 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 63$
|
Using the information from the problem, we can note that team $A$ has lost $\frac{1}{3}$ of their matches. Using the answer choices, we can construct the following list of possible win-lose scenarios for $A,$ represented in the form $(w, l)$ for convenience: \begin{align*} \textbf{(A)} &\implies (14, 7) \\ \textbf{(B)} &\implies (18, 9) \\ \textbf{(C)} &\implies (28, 14) \\ \textbf{(D)} &\implies (32, 16) \\ \textbf{(E)} &\implies (42, 21) \end{align*} Thus, we have $5$ matching $B$ scenarios, simply adding $7$ to $w$ and $l.$ We can then test each of the five $B$ scenarios for $\frac{w}{w+l} = \frac{5}{8}$ and find that $(35, 21)$ fits this description. Then working backwards and subtracting $7$ from $w$ and $l$ gives us the point $(28, 14),$ making the answer $\boxed{42}.$
| 42
|
4,000
|
https://artofproblemsolving.com/wiki/index.php/2020_AMC_12B_Problems/Problem_5
| 5
|
Teams $A$ and $B$ are playing in a basketball league where each game results in a win for one team and a loss for the other team. Team $A$ has won $\tfrac{2}{3}$ of its games and team $B$ has won $\tfrac{5}{8}$ of its games. Also, team $B$ has won $7$ more games and lost $7$ more games than team $A.$ How many games has team $A$ played?
$\textbf{(A) } 21 \qquad \textbf{(B) } 27 \qquad \textbf{(C) } 42 \qquad \textbf{(D) } 48 \qquad \textbf{(E) } 63$
|
Let's say that team $A$ plays $n$ games in total. Therefore, team $B$ must play $n + 14$ games in total (7 wins, 7 losses) Since the ratio of $A$ is \[\frac{2}{3} \implies n \equiv 0 \pmod{3}\] Similarly, since the ratio of $B$ is \[\frac{5}{8} \implies n + 14 \equiv 0 \pmod{8}\] Now, we can go through the answer choices and see which ones work: \begin{align*} \textbf{(A) } 21 &\implies 21 + 14 = 35 \not \equiv 0\pmod{8} \\ \textbf{(B) } 27 &\implies 27 + 14 = 41 \not \equiv 0\pmod{8} \\ \textbf{(C) } 42 &\implies 42 + 14 = 56 \equiv 0\pmod{8} \\ \textbf{(D) } 48 &\implies 48 + 14 = 62 \not \equiv 0\pmod{8} \\ \textbf{(E) } 63 &\implies 63 + 14 = 77 \not \equiv 0\pmod{8} \\ \end{align*} So we can see $\boxed{42}$ is the only valid answer.
| 42
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.