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
|
|---|---|---|---|---|---|
4,101
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_7
| 1
|
What is the sum of all real numbers $x$ for which the median of the numbers $4,6,8,17,$ and $x$ is equal to the mean of those five numbers?
$\textbf{(A) } -5 \qquad\textbf{(B) } 0 \qquad\textbf{(C) } 5 \qquad\textbf{(D) } \frac{15}{4} \qquad\textbf{(E) } \frac{35}{4}$
|
The mean is $\frac{4+6+8+17+x}{5}=\frac{35+x}{5}$
There are three possibilities for the median: it is either $6$ $8$ , or $x$
Let's start with $6$
$\frac{35+x}{5}=6$ has solution $x=-5$ , and the sequence is $-5, 4, 6, 8, 17$ , which does have median $6$ , so this is a valid solution.
Now let the median be $8$
$\frac{35+x}{5}=8$ gives $x=5$ , so the sequence is $4, 5, 6, 8, 17$ , which has median $6$ , so this is not valid.
Finally we let the median be $x$
$\frac{35+x}{5}=x \implies 35+x=5x \implies x=\frac{35}{4}=8.75$ , and the sequence is $4, 6, 8, 8.75, 17$ , which has median $8$ . This case is therefore again not valid.
Hence the only possible value of $x$ is $\boxed{5}.$
| 5
|
4,102
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_8
| 1
|
Let $f(x) = x^{2}(1-x)^{2}$ . What is the value of the sum \[f \left(\frac{1}{2019} \right)-f \left(\frac{2}{2019} \right)+f \left(\frac{3}{2019} \right)-f \left(\frac{4}{2019} \right)+\cdots + f \left(\frac{2017}{2019} \right) - f \left(\frac{2018}{2019} \right)?\]
$\textbf{(A) }0\qquad\textbf{(B) }\frac{1}{2019^{4}}\qquad\textbf{(C) }\frac{2018^{2}}{2019^{4}}\qquad\textbf{(D) }\frac{2020^{2}}{2019^{4}}\qquad\textbf{(E) }1$
|
First, note that $f(x) = f(1-x)$ . We can see this since \[f(x) = x^2(1-x)^2 = (1-x)^2x^2 = (1-x)^{2}\left(1-\left(1-x\right)\right)^{2} = f(1-x)\] Using this result, we regroup the terms accordingly: \[\left( f \left(\frac{1}{2019} \right) - f \left(\frac{2018}{2019} \right) \right) + \left( f \left(\frac{2}{2019} \right) - f \left(\frac{2017}{2019} \right) \right) + \cdots + \left( f \left(\frac{1009}{2019} \right) - f \left(\frac{1010}{2019} \right) \right)\] \[= \left( f \left(\frac{1}{2019} \right) - f \left(\frac{1}{2019} \right) \right) + \left( f \left(\frac{2}{2019} \right) - f \left(\frac{2}{2019} \right) \right) + \cdots + \left( f \left(\frac{1009}{2019} \right) - f \left(\frac{1009}{2019} \right) \right)\] Now it is clear that all the terms will cancel out (the series telescopes), so the answer is $\boxed{0}$
| 0
|
4,103
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_9
| 1
|
For how many integral values of $x$ can a triangle of positive area be formed having side lengths $\log_{2} x, \log_{4} x, 3$
$\textbf{(A) } 57 \qquad\textbf{(B) } 59 \qquad\textbf{(C) } 61 \qquad\textbf{(D) } 62 \qquad\textbf{(E) } 63$
|
For these lengths to form a triangle of positive area, the Triangle Inequality tells us that we need \[\log_2{x} + \log_4{x} > 3\] \[\log_2{x} + 3 > \log_4{x}\] \[\log_4{x} + 3 > \log_2{x}.\] The second inequality is redundant, as it's always less restrictive than the last inequality.
Let's raise the first inequality to the power of $4$ . This gives $4^{\log_2{x}} \cdot 4^{\log_4{x}} > 64 \Rightarrow \left(2^2\right)^{\log_2{x}} \cdot x > 64 \Rightarrow x^2 \cdot x > 64$ . Thus, $x > 4$
Doing the same for the second inequality gives $4^{\log_4{x}} \cdot 64 > 4^{\log_2{x}} \Rightarrow 64x > x^2 \Rightarrow x < 64$ (where we are allowed to divide both sides by $x$ since $x$ must be positive in order for the logarithms given in the problem statement to even have real values).
Combining our results, $x$ is an integer strictly between $4$ and $64$ , so the number of possible values of $x$ is $64 - 4 - 1 = \boxed{59}$
| 59
|
4,104
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_9
| 2
|
For how many integral values of $x$ can a triangle of positive area be formed having side lengths $\log_{2} x, \log_{4} x, 3$
$\textbf{(A) } 57 \qquad\textbf{(B) } 59 \qquad\textbf{(C) } 61 \qquad\textbf{(D) } 62 \qquad\textbf{(E) } 63$
|
Using the triangle inequality, you get $\log_2{x}+\log_4{x} > 3$ . Solving for $x$ , you get $x > 4$ . Now we need an upper-bound for $x$ and since we're dealing with bases of $2$ and $4$ , we're looking for answer choices close to a power of $2$ and $4$ . All the answer choices seem to be around $64$ , and plugging that into the inequality $3+\log_4{x} > \log_2{x}$ we see $64$ is the correct number. Now we have $64 > x > 4$ and the number of integers in between is $64-4-1 = \boxed{59}$ --OGBooger
| 59
|
4,105
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_10
| 1
|
The figure below is a map showing $12$ cities and $17$ roads connecting certain pairs of cities. Paula wishes to travel along exactly $13$ of those roads, starting at city $A$ and ending at city $L$ , without traveling along any portion of a road more than once. (Paula is allowed to visit a city more than once.) [asy] import olympiad; unitsize(50); for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { pair A = (j,i); dot(A); } } for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { if (j != 3) { draw((j,i)--(j+1,i)); } if (i != 2) { draw((j,i)--(j,i+1)); } } } label("$A$", (0,2), W); label("$L$", (3,0), E); [/asy]
How many different routes can Paula take?
$\textbf{(A) } 0 \qquad\textbf{(B) } 1 \qquad\textbf{(C) } 2 \qquad\textbf{(D) } 3 \qquad\textbf{(E) } 4$
|
Note that of the $12$ cities, $6$ of them ( $2$ on the top, $2$ on the bottom, and $1$ on each side) have $3$ edges coming into/out of them (i.e., in graph theory terms, they have degree $3$ ). Therefore, at least $1$ edge connecting to each of these cities cannot be used. Additionally, the same applies to the start and end points, since we don't want to return to them. Thus there are $6+2=8$ vertices that we know have $1$ unused edge, and we have $17-13=4$ unused edges to work with (since there are $17$ edges in total, and we must use exactly $13$ of them). It is not hard to find that there is only one configuration satisfying these conditions:
Note: $\text{X}$ s represent unused edges.
[asy] import olympiad; unitsize(50); for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { pair A = (j,i); dot(A); } } for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { if (j != 3) { draw((j,i)--(j+1,i)); } if (i != 2) { draw((j,i)--(j,i+1)); } } } label("$A$", (0,2), W); label("$L$", (3,0), E); label("X", (0, 1.5)); label("X", (1.5, 2)); label("X", (1.5, 0)); label("X", (3, 0.5)); label("O", (1,1), NE); label("O", (2,1), NE); [/asy]
Observe that at each of the $2$ cities marked with an $\text{O}$ on a path, there are $2$ possibilities: we can either continue straight and cross back over the path later, or we can make a left turn, then turn right when we approach the junction again. This gives us a total of $2\cdot 2 = \boxed{4}$ valid paths.
| 4
|
4,106
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_10
| 3
|
The figure below is a map showing $12$ cities and $17$ roads connecting certain pairs of cities. Paula wishes to travel along exactly $13$ of those roads, starting at city $A$ and ending at city $L$ , without traveling along any portion of a road more than once. (Paula is allowed to visit a city more than once.) [asy] import olympiad; unitsize(50); for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { pair A = (j,i); dot(A); } } for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { if (j != 3) { draw((j,i)--(j+1,i)); } if (i != 2) { draw((j,i)--(j,i+1)); } } } label("$A$", (0,2), W); label("$L$", (3,0), E); [/asy]
How many different routes can Paula take?
$\textbf{(A) } 0 \qquad\textbf{(B) } 1 \qquad\textbf{(C) } 2 \qquad\textbf{(D) } 3 \qquad\textbf{(E) } 4$
|
Observe that only the two central vertices can be visited twice. Since the path is of length 13, we need to repeat a vertex. Using casework on each vertex, we can find there are two paths that go through each central vertex twice, for an answer of $\boxed{4}.$
| 4
|
4,107
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_10
| 4
|
The figure below is a map showing $12$ cities and $17$ roads connecting certain pairs of cities. Paula wishes to travel along exactly $13$ of those roads, starting at city $A$ and ending at city $L$ , without traveling along any portion of a road more than once. (Paula is allowed to visit a city more than once.) [asy] import olympiad; unitsize(50); for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { pair A = (j,i); dot(A); } } for (int i = 0; i < 3; ++i) { for (int j = 0; j < 4; ++j) { if (j != 3) { draw((j,i)--(j+1,i)); } if (i != 2) { draw((j,i)--(j,i+1)); } } } label("$A$", (0,2), W); label("$L$", (3,0), E); [/asy]
How many different routes can Paula take?
$\textbf{(A) } 0 \qquad\textbf{(B) } 1 \qquad\textbf{(C) } 2 \qquad\textbf{(D) } 3 \qquad\textbf{(E) } 4$
|
Looking at the answer choices we see that it would probably be easy enough to count the different paths. After some experimenting, we find that we must cross one of the middle vertexes twice, making counting easier.
We finally find that there are $\boxed{4}$ paths that satisfy the conditions. Luckily, $4$ is the largest answer choice so we know it must be correct.
| 4
|
4,108
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_11
| 1
|
How many unordered pairs of edges of a given cube determine a plane?
$\textbf{(A) } 12 \qquad \textbf{(B) } 28 \qquad \textbf{(C) } 36\qquad \textbf{(D) } 42 \qquad \textbf{(E) } 66$
|
Without loss of generality, choose one of the $12$ edges of the cube to be among the two selected. We now calculate the probability that a randomly-selected second edge makes the pair satisfy the condition in the problem statement.
For two lines in space to determine a common plane, they must either intersect or be parallel (in other words, they cannot be skew lines). If all $12$ line segments are extended to lines, the first (arbitrarily chosen) edge's line intersects $4$ lines and is parallel to another $3$ . Thus $4+3=7$ of the $12-1=11$ remaining line segments (which could be chosen for the second edge) give a pair of lines determining a common plane. To see this, observe that in the diagram below, the red edge is parallel to the $3$ green edges and intersects with the $4$ blue edges.
[asy] import three; import three; unitsize(1cm); size(200); currentprojection=perspective(-6/5,-8/5,7/8); draw((0,1,0)--(0,0,0)--(1,0,0), blue); draw((1,0,0)--(1,1,0)--(0,1,0)); draw((0,0,0)--(0,0,1), red); draw((0,1,0)--(0,1,1), green); draw((1,1,0)--(1,1,1), green); draw((1,0,0)--(1,0,1), green); draw((0,1,1)--(0,0,1)--(1,0,1), blue); draw((1,0,1)--(1,1,1)--(0,1,1)); [/asy]
This means that the probability that a randomly-selected pair of edges determine a plane is $\frac{7}{11}$ , and we calculate that there are ${12 \choose 2} = 66$ total pairs of edges that could be chosen (without the restriction). Thus the answer is $\frac{7}{11} \cdot 66 =\boxed{42}$
| 42
|
4,109
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_11
| 2
|
How many unordered pairs of edges of a given cube determine a plane?
$\textbf{(A) } 12 \qquad \textbf{(B) } 28 \qquad \textbf{(C) } 36\qquad \textbf{(D) } 42 \qquad \textbf{(E) } 66$
|
As in Solution 1, we observe that the two edges must either be parallel or intersect. Clearly the edges will intersect if and only if they are part of the same face. We can thus divide into two cases:
Case 1 : The two edges are part of the same face. There are $6$ faces, and ${4 \choose 2}=6$ ways to choose $2$ of the $4$ edges of the square, giving a total of $6 \cdot 6 = 36$ possibilities.
Case 2 : The two edges are parallel and not part of the same face. Observe that each of the $12$ edges is parallel to exactly $1$ edge that is not part of its face. The edges can thus be paired up, giving $\frac{12}{2} = 6$ possibilities for this case.
Adding the two cases, the answer is hence $36 + 6 = \boxed{42}$
| 42
|
4,110
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_11
| 3
|
How many unordered pairs of edges of a given cube determine a plane?
$\textbf{(A) } 12 \qquad \textbf{(B) } 28 \qquad \textbf{(C) } 36\qquad \textbf{(D) } 42 \qquad \textbf{(E) } 66$
|
As in solution 1, we see that for an arbitrary edge of the cube, only $7$ of the other edges can be chosen to form a plane.
For each of the $12$ edges, this gives $(7)(12) = 84$ total possible pairings. However each pair has been counted twice (e.g edge $A$ with $B$ , and edge $B$ with $A$ ) so we divide by 2 to get $\boxed{42}$
| 42
|
4,111
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_14
| 1
|
Let $S$ be the set of all positive integer divisors of $100,000.$ How many numbers are the product of two distinct elements of $S?$
$\textbf{(A) }98\qquad\textbf{(B) }100\qquad\textbf{(C) }117\qquad\textbf{(D) }119\qquad\textbf{(E) }121$
|
The prime factorization of $100,000$ is $2^5 \cdot 5^5$ . Thus, we choose two numbers $2^a5^b$ and $2^c5^d$ where $0 \le a,b,c,d \le 5$ and $(a,b) \neq (c,d)$ , whose product is $2^{a+c}5^{b+d}$ , where $0 \le a+c \le 10$ and $0 \le b+d \le 10$
Notice that this is similar to choosing a divisor of $100,000^2 = 2^{10}5^{10}$ , which has $(10+1)(10+1) = 121$ divisors. However, some of the divisors of $2^{10}5^{10}$ cannot be written as a product of two distinct divisors of $2^5 \cdot 5^5$ , namely: $1 = 2^05^0$ $2^{10}5^{10}$ $2^{10}$ , and $5^{10}$ . The last two cannot be written because the maximum factor of $100,000$ containing only $2$ s or $5$ s (and not both) is only $2^5$ or $5^5$ . Since the factors chosen must be distinct, the last two numbers cannot be so written because they would require $2^5 \cdot 2^5$ or $5^5 \cdot 5^5$ . The first two would require $1 \cdot 1$ and $2^{5}5^{5} \cdot 2^{5}5^{5}$ , respectively. This gives $121-4 = 117$ candidate numbers. It is not too hard to show that every number of the form $2^p5^q$ , where $0 \le p, q \le 10$ , and $p,q$ are not both $0$ or $10$ , can be written as a product of two distinct elements in $S$ . Hence the answer is $\boxed{117}$
| 117
|
4,112
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_15
| 1
|
As shown in the figure, line segment $\overline{AD}$ is trisected by points $B$ and $C$ so that $AB=BC=CD=2.$ Three semicircles of radius $1,$ $\overarc{AEB},\overarc{BFC},$ and $\overarc{CGD},$ have their diameters on $\overline{AD},$ and are tangent to line $EG$ at $E,F,$ and $G,$ respectively. A circle of radius $2$ has its center on $F.$ The area of the region inside the circle but outside the three semicircles, shaded in the figure, can be expressed in the form \[\frac{a}{b}\cdot\pi-\sqrt{c}+d,\] where $a,b,c,$ and $d$ are positive integers and $a$ and $b$ are relatively prime. What is $a+b+c+d$
[asy] size(6cm); filldraw(circle((0,0),2), grey); filldraw(arc((0,-1),1,0,180) -- cycle, gray(1.0)); filldraw(arc((-2,-1),1,0,180) -- cycle, gray(1.0)); filldraw(arc((2,-1),1,0,180) -- cycle, gray(1.0)); dot((-3,-1)); label("$A$",(-3,-1),S); dot((-2,0)); label("$E$",(-2,0),NW); dot((-1,-1)); label("$B$",(-1,-1),S); dot((0,0)); label("$F$",(0,0),N); dot((1,-1)); label("$C$",(1,-1), S); dot((2,0)); label("$G$", (2,0),NE); dot((3,-1)); label("$D$", (3,-1), S); [/asy]
$\textbf{(A) } 13 \qquad\textbf{(B) } 14 \qquad\textbf{(C) } 15 \qquad\textbf{(D) } 16\qquad\textbf{(E) } 17$
|
Divide the circle into four parts: the top semicircle by connecting E, F, and G( $A$ ); the bottom sector ( $B$ ), whose arc angle is $120^{\circ}$ because the large circle's radius is $2$ and the short length (the radius of the smaller semicircles) is $1$ , giving a $30^{\circ}-60^{\circ}-90^{\circ}$ triangle; the triangle formed by the radii of $A$ and the chord ( $C$ ); and the four parts which are the corners of a circle inscribed in a square ( $D$ ). Then the area is $A + B - C + D$ (in $B-C$ , we find the area of the bottom shaded region, and in $D$ we find the area of the shaded region above the semicircles but below the diameter).
The area of $A$ is $\frac{1}{2} \pi \cdot 2^2 = 2\pi$
The area of $B$ is $\frac{120^{\circ}}{360^{\circ}} \pi \cdot 2^2 = \frac{4\pi}{3}$
For the area of $C$ , the radius of $2$ , and the distance of $1$ (the smaller semicircles' radius) to $BC$ , creates two $30^{\circ}-60^{\circ}-90^{\circ}$ triangles, so $C$ 's area is $2 \cdot \frac{1}{2} \cdot 1 \cdot \sqrt{3} = \sqrt{3}$
The area of $D$ is $4 \cdot 1-\frac{1}{4}\pi \cdot 2^2=4-\pi$
Hence, finding $A+B-C+D$ , the desired area is $\frac{7\pi}{3}-\sqrt{3}+4$ , so the answer is $7+3+3+4=\boxed{17}$
| 17
|
4,113
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_15
| 2
|
As shown in the figure, line segment $\overline{AD}$ is trisected by points $B$ and $C$ so that $AB=BC=CD=2.$ Three semicircles of radius $1,$ $\overarc{AEB},\overarc{BFC},$ and $\overarc{CGD},$ have their diameters on $\overline{AD},$ and are tangent to line $EG$ at $E,F,$ and $G,$ respectively. A circle of radius $2$ has its center on $F.$ The area of the region inside the circle but outside the three semicircles, shaded in the figure, can be expressed in the form \[\frac{a}{b}\cdot\pi-\sqrt{c}+d,\] where $a,b,c,$ and $d$ are positive integers and $a$ and $b$ are relatively prime. What is $a+b+c+d$
[asy] size(6cm); filldraw(circle((0,0),2), grey); filldraw(arc((0,-1),1,0,180) -- cycle, gray(1.0)); filldraw(arc((-2,-1),1,0,180) -- cycle, gray(1.0)); filldraw(arc((2,-1),1,0,180) -- cycle, gray(1.0)); dot((-3,-1)); label("$A$",(-3,-1),S); dot((-2,0)); label("$E$",(-2,0),NW); dot((-1,-1)); label("$B$",(-1,-1),S); dot((0,0)); label("$F$",(0,0),N); dot((1,-1)); label("$C$",(1,-1), S); dot((2,0)); label("$G$", (2,0),NE); dot((3,-1)); label("$D$", (3,-1), S); [/asy]
$\textbf{(A) } 13 \qquad\textbf{(B) } 14 \qquad\textbf{(C) } 15 \qquad\textbf{(D) } 16\qquad\textbf{(E) } 17$
|
First we have to solve the area of the non-shaded area(the semicircles) that are in Circle $F$ .The middle semicircle has area $\frac12\pi$ and the other two have about half of their are inside the circle = $\frac14\pi\ + \frac14\pi\ + \frac12\pi\ = \pi$ . Then we subtract the part of the quartercircle that isn't in Circle $F$ . This is an area equal to that of a triangle minus an minor segment. The height of the triangle is the radius of the semicircles, which is $1$ . The length is the radius of Circle $F$ minus the length from the center of the middle semicircle up to until it is on the edge of the circle. Using the Pythagorean Theorem we can figure out that the length is: \[\sqrt{2^2 - 1^2} = \sqrt{3}.\] This means that the length of the triangle is $2 - \sqrt{3}$ and so the area of the triangle is $\frac{2 - \sqrt{3}}{2}$ . For the area of the segment, it's the area of the sector minus the area of the triangle. The triangle's length is the radius of $F$ $2$ , while its height is the radius of the semicircles: $1$ , so the area is 1. The angle is $30^{\circ}$ as the hypotenuse is the radius of $F$ and the opposite side is the radius of the semicircles, which means the area is $\frac{1}{12}$ of the whole area, which is $4\pi$ so the area of the sector is $\frac{\pi}{3}$ and the area of the segment is $\frac{\pi}{3} - 1$ and so the area of the part of the quartercircles that stick out of Circle $F$ is: \[(\frac{2 - \sqrt{3}}{2})-(\frac{\pi}{3} - 1) = \frac{2 - \sqrt{3}}{2} + 1 - \frac{\pi}{3} = \frac{4 - \sqrt{3}}{2} - \frac{\pi}{3}.\]
Since there are two, one for each side, we have to multiply it by 2, so we have ${4 - \sqrt{3}} - \frac{2\pi}{3}$ , which we subtract from $\pi$ which gets us $\frac{5\pi}{3} - 4 + \sqrt{3}$ which we subtract from $4\pi$ $=$ $\frac{12\pi}{3}$ , which is $\frac{7\pi}{3} + 4 - \sqrt{3}$ so we get $7+3+4+3=\boxed{17}$
| 17
|
4,114
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_17
| 1
|
How many nonzero complex numbers $z$ have the property that $0, z,$ and $z^3,$ when represented by points in the complex plane, are the three distinct vertices of an equilateral triangle?
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }4\qquad\textbf{(E) }\text{infinitely many}$
|
Convert $z$ and $z^3$ into modulus-argument (polar) form, giving $z=r\text{cis}(\theta)$ for some $r$ and $\theta$ . Thus, by De Moivre's Theorem, $z^3=r^3\text{cis}(3\theta)$ . Since the distance from $0$ to $z$ is $r$ , and the triangle is equilateral, the distance from $0$ to $z^3$ must also be $r$ , so $r^3=r$ , giving $r=1$ . (We know $r \neq 0$ since the problem statement specifies that $z$ must be nonzero.)
Now, to get from $z$ to $z^3$ , which should be a rotation of $60^{\circ}$ if the triangle is equilateral, we multiply by $z^2 = r^2\text{cis}(2\theta)$ , again using De Moivre's Theorem. Thus we require $2\theta=\pm\frac{\pi}{3} + 2\pi k$ (where $k$ can be any integer). If $0 < \theta < \frac{\pi}{2}$ , we must have $\theta=\frac{\pi}{6}$ , while if $\frac{\pi}{2} \leq \theta < \pi$ , we must have $\theta = \frac{5\pi}{6}$ . Hence there are $2$ values that work for $0 < \theta < \pi$ . By symmetry, the interval $\pi \leq \theta < 2\pi$ will also give $2$ solutions. The answer is thus $2 + 2 = \boxed{4}$
| 4
|
4,115
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_17
| 2
|
How many nonzero complex numbers $z$ have the property that $0, z,$ and $z^3,$ when represented by points in the complex plane, are the three distinct vertices of an equilateral triangle?
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }4\qquad\textbf{(E) }\text{infinitely many}$
|
As before, $r=1$ . Represent $z$ in polar form. By De Moivre's Theorem, $z^3=\text{cis}(3\theta)$ . To form an equilateral triangle, their difference in angle must be $\frac{\pi}{3}$ , so \[\frac{\text{cis}(3\theta)}{\text{cis}(\theta)}=\text{cis}(2\theta)=\text{cis}(\pm\frac{\pi}{3})\] From the polar form of $z$ , we know that $0\geq\theta\leq2\pi$ , so $\text{cis}(2\theta)$ cycles in a circle twice. By contrast, $\pm\frac{\pi}{3}$ represent $2$ fixed, distinct points. Thus, $\text{cis}(2\theta)$ intersects these points twice each $\implies\boxed{4}$
| 4
|
4,116
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_17
| 3
|
How many nonzero complex numbers $z$ have the property that $0, z,$ and $z^3,$ when represented by points in the complex plane, are the three distinct vertices of an equilateral triangle?
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }4\qquad\textbf{(E) }\text{infinitely many}$
|
For the triangle to be equilateral, the vector from $z$ to $z^3$ , i.e $z^3 - z$ , must be a $60^{\circ}$ rotation of the vector from $0$ to $z$ , i.e. just $z$ . Thus we must have
\[\frac{(z^3-z)}{(z-0)}=\text{cis}{(\pi/3)} \text{ or } \text{cis}(5\pi/3)\]
Simplifying gives \[z^2-1= \text{cis}(\pi/3) \text{ or } z^2-1= \text{cis}(5\pi/3)\] so \[z^2=1+\text{cis}(\pi/3) \text{ or } z^2=1+\text{cis}(5\pi/3)\]
Since any nonzero complex number will have two square roots, each equation gives two solutions. Thus, as before, the total number of possible values of $z$ is $\boxed{4}$
| 4
|
4,117
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_17
| 4
|
How many nonzero complex numbers $z$ have the property that $0, z,$ and $z^3,$ when represented by points in the complex plane, are the three distinct vertices of an equilateral triangle?
$\textbf{(A) }0\qquad\textbf{(B) }1\qquad\textbf{(C) }2\qquad\textbf{(D) }4\qquad\textbf{(E) }\text{infinitely many}$
|
Since the complex numbers $0,z,$ and $z^3$ form an equilateral triangle in the complex plane, we note that either $z^3$ is a 60 degrees counterclockwise rotation about the origin from $z$ or $z$ is a 60 degrees counterclockwise rotation about the origin from $z^3$
Therefore, we note that either $z^3 = z \text{cis} 60^\circ{}$ or $z \text{cis}(-60^\circ{}) = z^3$
The first equation in $z$ (meaning $z^3 = z \text{cis} 60^\circ{}$ ) gives us: $z^2 = cis 60^\circ{}$ , which gives 2 solutions in $z$
The second equation in $z$ (which is $z \text{cis} (-60^\circ{}) = z^3$ ) gives us $z^2 = \text{cis} (-60^\circ{})$ , which must give another 2 solutions in $z$
Therefore, there are $\boxed{4}$ solutions for $z$ . (Professor-Mom)
| 4
|
4,118
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_21
| 1
|
How many quadratic polynomials with real coefficients are there such that the set of roots equals the set of coefficients? (For clarification: If the polynomial is $ax^2+bx+c,a\neq 0,$ and the roots are $r$ and $s,$ then the requirement is that $\{a,b,c\}=\{r,s\}$ .)
$\textbf{(A) } 3 \qquad\textbf{(B) } 4 \qquad\textbf{(C) } 5 \qquad\textbf{(D) } 6 \qquad\textbf{(E) } \text{infinitely many}$
|
Firstly, if $r=s$ , then $a=b=c$ , so the equation becomes $ax^2 + ax + a = 0 \Rightarrow x^2 + x + 1=0$ , which has no real roots.
Hence there are three cases we need to consider:
Case 1 $a=b=r$ and $c=s \neq r$ :
The equation becomes $ax^2+ax+c=0$ , and by Vieta's Formulas, we have $a+c=-1$ and $ac = \frac{c}{a}$ . This second equation becomes $(a^2-1)c=0$ . Hence one possibility is $c=0$ , in which case $a=-1$ , giving the equation $-x^2 - x = 0$ , which has roots $0$ and ${-}1$ . This gives one valid solution. On the other hand, if $c\neq 0$ , then $a^2-1=0$ , so $a = \pm 1$ . If $a=1$ , we have $c=-2$ , and the equation is $x^2 + x - 2 = 0$ , which clearly works, giving a second valid solution. If $a=-1$ , then we have $c=0$ , which has already been considered, so this possibility gives no further valid solutions.
Case 2 $a=c=r$ $b=s \neq r$ :
The equation becomes $ax^2 + bx + a = 0$ , so by Vieta's Formulas, we have $a+b = -\frac{b}{a}$ and $ab = 1$ . These equations reduce to $a^3 + a + 1 = 0$ . By sketching a graph of this function, we see that there is exactly one real root. (Alternatively, note that as it is of odd degree, there is at least one real root, and by differentiation, it has no stationary points, so there is at most one real root. Combining these gives exactly one real root.) This gives a third valid solution.
Case 3 $a=r$ $b=c=s \neq r$ :
The equation becomes $ax^2 + bx+b=0$ , so by Vieta's Formulas, we have $a+b = -\frac{b}{a}$ and $ab = \frac{b}{a}$ .
Observe that $b \neq 0$ , as if it were $0$ , the equation would just have one real root, $0$ , so this would not give a valid solution. Thus, taking the second equation and dividing both sides by $b$ , we deduce have $a=\frac{1}{a}$ , so $a=\pm 1$ . If $a=1$ , we have $1+b=-b$ , giving $b=-\frac{1}{2}$ , so the equation is $x^2 - \frac{1}{2}x - \frac{1}{2} = 0$ , which is a fourth valid solution. If $a=-1$ , we have $1+b=b$ , which is a contradiction, so this case gives no further valid solutions.
Hence the total number of valid solutions is $\boxed{4}$
| 4
|
4,119
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_23
| 1
|
How many sequences of $0$ s and $1$ s of length $19$ are there that begin with a $0$ , end with a $0$ , contain no two consecutive $0$ s, and contain no three consecutive $1$ s?
$\textbf{(A) }55\qquad\textbf{(B) }60\qquad\textbf{(C) }65\qquad\textbf{(D) }70\qquad\textbf{(E) }75$
|
Let $f(n)$ be the number of valid sequences of length $n$ (satisfying the conditions given in the problem).
We know our valid sequence must end in a $0$ . Then, since we cannot have two consecutive $0$ s, it must end in a $10$ . Now, we only have two cases: it ends with $010$ , or it ends with $110$ which is equivalent to $0110$ . Thus, our sequence must be of the forms $0\ldots010$ or $0\ldots0110$ . In the first case, the first $n-2$ digits are equivalent to a valid sequence of length $n-2$ . In the second, the first $n-3$ digits are equivalent to a valid sequence of length $n-3$ . Therefore, it must be the case that $f(n) = f(n-3) + f(n-2)$ , with $n \ge 3$ (because otherwise, the sequence would contain only 0s and this is not allowed due to the given conditions).
It is easy to find $f(3) = 1$ since the only possible valid sequence is $010$ $f(4)=1$ since the only possible valid sequence is $0110$ $f(5)=1$ since the only possible valid sequence is $01010$
The recursive sequence is then as follows:
\[f(3)=1\] \[f(4)=1\] \[f(5) = 1\] \[f(6) = 1 + 1 = 2\] \[f(7) = 1 + 1 = 2\] \[f(8) = 1 + 2 = 3\] \[f(9) = 2 + 2 = 4\] \[f(10) = 2 + 3 = 5\] \[f(11) = 3 + 4 = 7\] \[f(12) = 4 + 5 = 9\] \[f(13) = 5 + 7 = 12\] \[f(14) = 7 + 9 = 16\] \[f(15) = 9 + 12 = 21\] \[f(16) = 12 + 16 = 28\] \[f(17) = 16 + 21 = 37\] \[f(18) = 21 + 28 = 49\] \[f(19) = 28 + 37 = 65\]
So, our answer is $\boxed{65}$
| 65
|
4,120
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_23
| 2
|
How many sequences of $0$ s and $1$ s of length $19$ are there that begin with a $0$ , end with a $0$ , contain no two consecutive $0$ s, and contain no three consecutive $1$ s?
$\textbf{(A) }55\qquad\textbf{(B) }60\qquad\textbf{(C) }65\qquad\textbf{(D) }70\qquad\textbf{(E) }75$
|
After any particular $0$ , the next $0$ in the sequence must appear exactly $2$ or $3$ positions down the line. In this case, we start at position $1$ and end at position $19$ , i.e. we move a total of $18$ positions down the line. Therefore, we must add a series of $2$ s and $3$ s to get $18$ . There are a number of ways to do this:
Case 1 : nine $2$ s - there is only $1$ way to arrange them.
Case 2 : two $3$ s and six $2$ s - there are ${8\choose2} = 28$ ways to arrange them.
Case 3 : four $3$ s and three $2$ s - there are ${7\choose4} = 35$ ways to arrange them.
Case 4 : six $3$ s - there is only $1$ way to arrange them.
Summing the four cases gives $1+28+35+1=\boxed{65}$
| 65
|
4,121
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_23
| 3
|
How many sequences of $0$ s and $1$ s of length $19$ are there that begin with a $0$ , end with a $0$ , contain no two consecutive $0$ s, and contain no three consecutive $1$ s?
$\textbf{(A) }55\qquad\textbf{(B) }60\qquad\textbf{(C) }65\qquad\textbf{(D) }70\qquad\textbf{(E) }75$
|
We can simplify the original problem into a problem where there are $2^{17}$ binary characters with zeros at the beginning and the end. Then, we know that we cannot have a block of 2 zeroes and a block of 3 ones. Thus, our only options are a block of $0$ s, $1$ s, and $11$ s. Now, we use casework:
Case 1 : Alternating 1s and 0s. There is simply 1 way to do this: $0101010101010101010$ .
Now, we note that there cannot be only one block of $11$ in the entire sequence, as there must be zeroes at both ends and if we only include 1 block, of $11$ s this cannot be satisfied. This is true for all odd numbers of $11$ blocks.
Case 2 : There are 2 $11$ blocks. Using the zeroes in the sequence as dividers, we have a sample as $0110110101010101010$ . We know there are 8 places for $11$ s, which will be filled by $1$ s if the $11$ s don't fill them. This is ${8\choose2} = 28$ ways.
Case 3 : Four $11$ blocks arranged. Using the same logic as Case 2, we have ${7\choose4} = 35$ ways to arrange four $11$ blocks.
Case 4 : No single $1$ blocks, only $11$ blocks. There is simply one case for this, which is $0110110110110110110$
Adding these four cases, we have $1+28+35+1=\boxed{65}$ as our final answer.
| 65
|
4,122
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_23
| 5
|
How many sequences of $0$ s and $1$ s of length $19$ are there that begin with a $0$ , end with a $0$ , contain no two consecutive $0$ s, and contain no three consecutive $1$ s?
$\textbf{(A) }55\qquad\textbf{(B) }60\qquad\textbf{(C) }65\qquad\textbf{(D) }70\qquad\textbf{(E) }75$
|
Suppose the number of $0$ s is $n$ . We can construct the sequence in two steps:
Step 1: put $n-1$ of $1$ s between the $0$ s;
Step 2: put the rest $19-n-(n-1)=20-2n$ of $1$ s in the $n-1$ spots where there is a $1$ . There are $\binom{n-1}{20-2n}$ ways of doing this.
Now we find the possible values of $n$
First of all $n+(n-1) \leq 19 \Rightarrow n\leq 10$ (otherwise there will be two consecutive $0$ s);
And secondly $20-2n \leq n-1\Rightarrow n\geq 7$ (otherwise there will be three consecutive $1$ s).
Therefore the answer is \[\sum_{n=7}^{10} \binom{n-1}{20-2n} = \binom{6}{6} + \binom{7}{4} + \binom{8}{2} + \binom{9}{0} = \boxed{65}.\]
| 65
|
4,123
|
https://artofproblemsolving.com/wiki/index.php/2019_AMC_12B_Problems/Problem_23
| 6
|
How many sequences of $0$ s and $1$ s of length $19$ are there that begin with a $0$ , end with a $0$ , contain no two consecutive $0$ s, and contain no three consecutive $1$ s?
$\textbf{(A) }55\qquad\textbf{(B) }60\qquad\textbf{(C) }65\qquad\textbf{(D) }70\qquad\textbf{(E) }75$
|
For a valid sequence of length $n$ , the sequence must be in the form of $01xx...xx10$ . By removing the $01$ at the start of the sequence and the $10$ at the end of the sequence, there are $n-4$ bits left. The $n-4$ bits left can be in the form of:
So, $f(n) = f(n-4) + 2f(n-5) + f(n-6)$
We will calculate $f(19)$ by Dynamic Programming
$f(3) = 1$
$f(4) = 1$
$f(5) = 1$
$f(6) = 2$
$f(7) = 2$
$f(8) = 3$
$f(9) = f(5) + 2 \cdot f(4) + f(3) = 1 + 2 \cdot 1 + 1 = 4$
$f(10) = f(6) + 2 \cdot f(5) + f(4) = 2 + 2 \cdot 1 + 1 = 5$
$f(11) = f(7) + 2 \cdot f(6) + f(5) = 2 + 2 \cdot 1 + 1 = 7$
$f(12) = f(8) + 2 \cdot f(7) + f(6) = 3 + 2 \cdot 2 + 2 = 9$
$f(13) = f(9) + 2 \cdot f(8) + f(7) = 4 + 2 \cdot 3 + 2 = 12$
$f(14) = f(10) + 2 \cdot f(9) + f(8) = 5 + 2 \cdot 4 + 3 = 16$
$f(15) = f(11) + 2 \cdot f(10) + f(9) = 7 + 2 \cdot 5 + 4 = 21$
$f(16) = f(12) + 2 \cdot f(11) + f(10) = 9 + 2 \cdot 7 + 5 = 28$
$f(17) = f(13) + 2 \cdot f(12) + f(11) = 12 + 2 \cdot 9 + 7 = 37$
$f(18) = f(14) + 2 \cdot f(13) + f(12) = 16 + 2 \cdot 12 + 9 = 49$
$f(19) = f(15) + 2 \cdot f(14) + f(13) = 21 + 2 \cdot 16 + 12 = \boxed{65}$
| 65
|
4,124
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_1
| 1
|
A large urn contains $100$ balls, of which $36 \%$ are red and the rest are blue. How many of the blue balls must be removed so that the percentage of red balls in the urn will be $72 \%$ ? (No red balls are to be removed.)
$\textbf{(A)}\ 28 \qquad\textbf{(B)}\ 32 \qquad\textbf{(C)}\ 36 \qquad\textbf{(D)}\ 50 \qquad\textbf{(E)}\ 64$
|
There are $36$ red balls; for these red balls to comprise $72 \%$ of the urn, there must be only $14$ blue balls. Since there are currently $64$ blue balls, this means we must remove $\boxed{50}$
| 50
|
4,125
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_1
| 2
|
A large urn contains $100$ balls, of which $36 \%$ are red and the rest are blue. How many of the blue balls must be removed so that the percentage of red balls in the urn will be $72 \%$ ? (No red balls are to be removed.)
$\textbf{(A)}\ 28 \qquad\textbf{(B)}\ 32 \qquad\textbf{(C)}\ 36 \qquad\textbf{(D)}\ 50 \qquad\textbf{(E)}\ 64$
|
There are $36$ red balls and $64$ blue balls. For the percentage of the red balls to double from $36 \%$ to $72 \%$ of the urn, half of the total number of balls must be removed. Therefore, the number of blue balls that need to be removed is $\boxed{50}$
| 50
|
4,126
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_1
| 3
|
A large urn contains $100$ balls, of which $36 \%$ are red and the rest are blue. How many of the blue balls must be removed so that the percentage of red balls in the urn will be $72 \%$ ? (No red balls are to be removed.)
$\textbf{(A)}\ 28 \qquad\textbf{(B)}\ 32 \qquad\textbf{(C)}\ 36 \qquad\textbf{(D)}\ 50 \qquad\textbf{(E)}\ 64$
|
There are $36$ red balls out of the total $100$ balls.
We want to continuously remove blue balls until the percentage of red balls in the urn is 72%.
Therefore, we want \[\frac{36}{100-x}=\frac{72}{100}.\] Solving for $x$ gives that we must remove $\boxed{50}$ blue balls.
| 50
|
4,127
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_2
| 1
|
While exploring a cave, Carl comes across a collection of $5$ -pound rocks worth $$14$ each, $4$ -pound rocks worth $$11$ each, and $1$ -pound rocks worth $$2$ each. There are at least $20$ of each size. He can carry at most $18$ pounds. What is the maximum value, in dollars, of the rocks he can carry out of the cave?
$\textbf{(A) } 48 \qquad \textbf{(B) } 49 \qquad \textbf{(C) } 50 \qquad \textbf{(D) } 51 \qquad \textbf{(E) } 52$
|
The value of $5$ -pound rocks is $$14\div5=$2.80$ per pound, and the value of $4$ -pound rocks is $$11\div4=$2.75$ per pound. Clearly, Carl should not carry more than three $1$ -pound rocks. Otherwise, he can replace some $1$ -pound rocks with some heavier rocks, preserving the weight but increasing the total value.
We perform casework on the number of $1$ -pound rocks Carl can carry: \[\begin{array}{c|c|c||c} & & & \\ [-2.5ex] \boldsymbol{1}\textbf{-Pound Rocks} & \boldsymbol{4}\textbf{-Pound Rocks} & \boldsymbol{5}\textbf{-Pound Rocks} & \textbf{Total Value} \\ \textbf{(}\boldsymbol{$2}\textbf{ Each)} & \textbf{(}\boldsymbol{$11}\textbf{ Each)} & \textbf{(}\boldsymbol{$14}\textbf{ Each)} & \\ [0.5ex] \hline & & & \\ [-2ex] 0 & 2 & 2 & $50 \\ & & & \\ [-2.25ex] 1 & 3 & 1 & $49 \\ & & & \\ [-2.25ex] 2 & 4 & 0 & $48 \\ & & & \\ [-2.25ex] 3 & 0 & 3 & $48 \end{array}\] Clearly, the maximum value of the rocks Carl can carry is $\boxed{50}$ dollars.
| 50
|
4,128
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_2
| 2
|
While exploring a cave, Carl comes across a collection of $5$ -pound rocks worth $$14$ each, $4$ -pound rocks worth $$11$ each, and $1$ -pound rocks worth $$2$ each. There are at least $20$ of each size. He can carry at most $18$ pounds. What is the maximum value, in dollars, of the rocks he can carry out of the cave?
$\textbf{(A) } 48 \qquad \textbf{(B) } 49 \qquad \textbf{(C) } 50 \qquad \textbf{(D) } 51 \qquad \textbf{(E) } 52$
|
Since each rock is worth $1$ dollar less than $3$ times its weight (in pounds), the answer is just $3\cdot 18=54$ minus the minimum number of rocks we need to make $18$ pounds. Note that we need at least $4$ rocks (two $5$ -pound rocks and two $4$ -pound rocks) to make $18$ pounds, so the answer is $54-4=\boxed{50}.$
| 50
|
4,129
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_3
| 1
|
How many ways can a student schedule $3$ mathematics courses -- algebra, geometry, and number theory -- in a $6$ -period day if no two mathematics courses can be taken in consecutive periods? (What courses the student takes during the other $3$ periods is of no concern here.)
$\textbf{(A) }3\qquad\textbf{(B) }6\qquad\textbf{(C) }12\qquad\textbf{(D) }18\qquad\textbf{(E) }24$
|
We must place the classes into the periods such that no two classes are in the same period or in consecutive periods.
Ignoring distinguishability, we can thus list out the ways that three periods can be chosen for the classes when periods cannot be consecutive:
Periods $1, 3, 5$
Periods $1, 3, 6$
Periods $1, 4, 6$
Periods $2, 4, 6$
There are $4$ ways to place $3$ nondistinguishable classes into $6$ periods such that no two classes are in consecutive periods. For each of these ways, there are $3! = 6$ orderings of the classes among themselves.
Therefore, there are $4 \cdot 6 = \boxed{24}$ ways to choose the classes.
| 24
|
4,130
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_3
| 2
|
How many ways can a student schedule $3$ mathematics courses -- algebra, geometry, and number theory -- in a $6$ -period day if no two mathematics courses can be taken in consecutive periods? (What courses the student takes during the other $3$ periods is of no concern here.)
$\textbf{(A) }3\qquad\textbf{(B) }6\qquad\textbf{(C) }12\qquad\textbf{(D) }18\qquad\textbf{(E) }24$
|
Counting what we don't want is another slick way to solve this problem. Use PIE (Principle of Inclusion and Exclusion) to count two cases: 1. Two classes consecutive, 2. Three classes consecutive.
Case 1: Consider two consecutive periods as a "block" of which there are 5 places to put in(1,2; 2,3; 3,4; 4,5; 5,6). Then we simply need to place two classes within the block, $3 \cdot 2$ . Finally we have 4 periods remaining to place the final math class. Thus there are $5 \cdot 3 \cdot 2 \cdot 4$ ways to place two consecutive math classes with disregard to the third.
Case 2: Now consider three consecutive periods as a "block" of which there are now 4 places to put in(1,2,3; 2,3,4; 3,4,5; 4,5,6). We now need to arrange the math classes in the block, $3 \cdot 2 \cdot 1$ . Thus there are $4 \cdot 3 \cdot 2 \cdot 1$ ways to place all three consecutive math classes.
By PIE we subtract Case 1 by Case 2 in order to not overcount: $120-24$ . Then we subtract that answer from the total ways to place the classes with no restrictions: $(6 \cdot 5 \cdot 4) - 96= \boxed{24}$
| 24
|
4,131
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_3
| 3
|
How many ways can a student schedule $3$ mathematics courses -- algebra, geometry, and number theory -- in a $6$ -period day if no two mathematics courses can be taken in consecutive periods? (What courses the student takes during the other $3$ periods is of no concern here.)
$\textbf{(A) }3\qquad\textbf{(B) }6\qquad\textbf{(C) }12\qquad\textbf{(D) }18\qquad\textbf{(E) }24$
|
We can tackle this problem with a stars-and-bars-ish approach. First, letting math class be 1 and non-math-class be 0, place 0s in between 3 1s: \[10101\] Now we need to place 1 additional 0. There are 4 places to put it: \[\underline{\hspace{0.3cm}}1\underline{\hspace{0.3cm}}01\underline{\hspace{0.3cm}}01\underline{\hspace{0.3cm}}\] It can be placed in any 1 of the underscores.
Since there are $3!=6$ ways to order the math classes, the answer is $6\cdot 4=\boxed{24}$
| 24
|
4,132
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_5
| 1
|
What is the sum of all possible values of $k$ for which the polynomials $x^2 - 3x + 2$ and $x^2 - 5x + k$ have a root in common?
$\textbf{(A) }3 \qquad\textbf{(B) }4 \qquad\textbf{(C) }5 \qquad\textbf{(D) }6 \qquad\textbf{(E) }10$
|
We factor $x^2-3x+2$ into $(x-1)(x-2)$ . Thus, either $1$ or $2$ is a root of $x^2-5x+k$ . If $1$ is a root, then $1^2-5\cdot1+k=0$ , so $k=4$ . If $2$ is a root, then $2^2-5\cdot2+k=0$ , so $k=6$ . The sum of all possible values of $k$ is $\boxed{10}$
| 10
|
4,133
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_6
| 1
|
For positive integers $m$ and $n$ such that $m+10<n+1$ , both the mean and the median of the set $\{m, m+4, m+10, n+1, n+2, 2n\}$ are equal to $n$ . What is $m+n$
$\textbf{(A)}20\qquad\textbf{(B)}21\qquad\textbf{(C)}22\qquad\textbf{(D)}23\qquad\textbf{(E)}24$
|
The mean and median are \[\frac{3m+4n+17}{6}=\frac{m+n+11}{2}=n,\] so $3m+17=2n$ and $m+11=n$ . Solving this gives $\left(m,n\right)=\left(5,16\right)$ for $m+n=\boxed{21}$ . (trumpeter)
| 21
|
4,134
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_6
| 3
|
For positive integers $m$ and $n$ such that $m+10<n+1$ , both the mean and the median of the set $\{m, m+4, m+10, n+1, n+2, 2n\}$ are equal to $n$ . What is $m+n$
$\textbf{(A)}20\qquad\textbf{(B)}21\qquad\textbf{(C)}22\qquad\textbf{(D)}23\qquad\textbf{(E)}24$
|
Since the median is $n$ , then $\frac{m+10+n+1}{2} = n \Rightarrow m+11 = n$ , or $m= n-11$ . Plug this in for $m$ values to get $\frac{7n-16}{6} = n \Rightarrow 7n-16 = 6n \Rightarrow n= 16$ . Plug it back in to get $m = 5$ , thus $16 + 5 = \boxed{21}$
| 21
|
4,135
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_7
| 1
|
For how many (not necessarily positive) integer values of $n$ is the value of $4000\cdot \left(\tfrac{2}{5}\right)^n$ an integer?
$\textbf{(A) }3 \qquad \textbf{(B) }4 \qquad \textbf{(C) }6 \qquad \textbf{(D) }8 \qquad \textbf{(E) }9 \qquad$
|
Note that \[4000\cdot \left(\frac{2}{5}\right)^n=\left(2^5\cdot5^3\right)\cdot \left(\frac{2}{5}\right)^n=2^{5+n}\cdot5^{3-n}.\] Since this expression is an integer, we need:
Taking the intersection gives $-5\leq n\leq3.$ So, there are $3-(-5)+1=\boxed{9}$ integer values of $n.$
| 9
|
4,136
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_7
| 2
|
For how many (not necessarily positive) integer values of $n$ is the value of $4000\cdot \left(\tfrac{2}{5}\right)^n$ an integer?
$\textbf{(A) }3 \qquad \textbf{(B) }4 \qquad \textbf{(C) }6 \qquad \textbf{(D) }8 \qquad \textbf{(E) }9 \qquad$
|
Note that $4000\cdot \left(\frac{2}{5}\right)^n$ will be an integer if the denominator is a factor of $4000$ . We also know that the denominator will always be a power of $5$ for positive values and a power of $2$ for all negative values. So we can proceed to divide $4000$ by $5^n$ for each increasing positive value of $n$ until we get a non-factor of $4000$ and also divide $4000$ by $2^{-n}$ for each decreasing negative value of $n$ . For positive values we get $n= 1, 2, 3$ and for negative values we get $n= -1, -2, -3, -4, -5$ . Also keep in mind that the expression will be an integer for $n=0$ , which gives us a total of $\boxed{9}$ for $n.$
| 9
|
4,137
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_7
| 3
|
For how many (not necessarily positive) integer values of $n$ is the value of $4000\cdot \left(\tfrac{2}{5}\right)^n$ an integer?
$\textbf{(A) }3 \qquad \textbf{(B) }4 \qquad \textbf{(C) }6 \qquad \textbf{(D) }8 \qquad \textbf{(E) }9 \qquad$
|
The values for $n$ are $-5, -4, -3, -2, -1, 0, 1, 2,$ and $3.$
The corresponding values for $4000\cdot \left(\frac{2}{5}\right)^n$ are $390625, 156250, 62500, 25000, 10000, 4000, 1600, 640,$ and $256,$ respectively.
In total, there are $\boxed{9}$ values for $n.$
| 9
|
4,138
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 1
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
Let $x$ be the area of $ADE$ . Note that $x$ is comprised of the $7$ small isosceles triangles and a triangle similar to $ADE$ with side length ratio $3:4$ (so an area ratio of $9:16$ ). Thus, we have \[x=7+\dfrac{9}{16}x.\] This gives $x=16$ , so the area of $DBCE=40-x=\boxed{24}$
| 24
|
4,139
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 2
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
Let the base length of the small triangle be $x$ . Then, there is a triangle $ADE$ encompassing the 7 small triangles and sharing the top angle with a base length of $4x$ . Because the area is proportional to the square of the side, let the base $BC$ be $\sqrt{40}x$ . The ratio of the area of triangle $ADE$ to triangle $ABC$ is $\left(\frac{4x}{\sqrt{40}x}\right)^2 = \frac{16}{40}$ . The problem says the area of triangle $ABC$ is $40$ , so the area of triangle $ADE$ is $16$ . So the area of trapezoid $DBCE$ is $40 - 16 = \boxed{24}$
| 24
|
4,140
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 3
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
Notice $\big[DBCE\big]=\big[ABC\big]-\big[ADE\big]$ .
Let the base of the small triangles of area 1 be $x$ , then the base length of $\Delta ADE=4x$ . Notice, $\left(\frac{DE}{BC}\right)^2=\frac{1}{40}\implies \frac{x}{BC}=\frac{1}{\sqrt{40}}$ , then $4x=\frac{4BC}{\sqrt{40}}\implies \big[ADE\big]=\left(\frac{4}{\sqrt{40}}\right)^2\cdot \big[ABC\big]=\frac{2}{5}\big[ABC\big]$ Thus, $\big[DBCE\big]=\big[ABC\big]-\big[ADE\big]=\big[ABC\big]\left(1-\frac{2}{5}\right)=\frac{3}{5}\cdot 40=\boxed{24}.$
| 24
|
4,141
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 4
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
The area of $ADE$ is 16 times the area of the small triangle, as they are similar and their side ratio is $4:1$ . Therefore the area of the trapezoid is $40-16=\boxed{24}$
| 24
|
4,142
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 5
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
You can see that we can create a "stack" of 5 triangles congruent to the 7 small triangles shown here, arranged in a row above those 7, whose total area would be 5. Similarly, we can create another row of 3, and finally 1 more at the top, as follows. We know this cumulative area will be $7+5+3+1=16$ , so to find the area of such trapezoid $BCED$ , we just take $40-16=\boxed{24}$ , like so.
| 24
|
4,143
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 6
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
The combined area of the small triangles is $7$ , and from the fact that each small triangle has an area of $1$ , we can deduce that the larger triangle above has an area of $9$ (as the sides of the triangles are in a proportion of $\frac{1}{3}$ , so will their areas have a proportion that is the square of the proportion of their sides, or $\frac {1}{9}$ ). Thus, the combined area of the top triangle and the trapezoid immediately below is $7 + 9 = 16$ . The area of trapezoid $BCED$ is thus the area of triangle $ABC-16 =\boxed{24}$
| 24
|
4,144
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 7
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
You can assume for the base of one of the smaller triangles to be $\frac{1}{a}$ and the height to be $2a$ , giving an area of 1. The larger triangle above the 7 smaller ones then has base $\frac{3}{a}$ and height $6a$ , giving it an area of $9$ . Then the area of triangle $ADE$ is $16$ and $40-16=\boxed{24}$
| 24
|
4,145
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 8
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
You can construct another trapezoid directly above the one shown, with it's bottom length as the top length of the original. Its area would then be 9/16 of the original. Repeating this process infinitely gives us the sequence $7\cdot\left(1+\left(\frac{9}{16}\right)+\left(\frac{9}{16}\right)^2+\left(\frac{9}{16}\right)^3\dots\right)$ . Using the infinite geometric series sum formula gives us $7\cdot\left(\frac{1}{1-\frac{9}{16}}\right)=7\cdot\frac{16}{7}=16$ . The triangle's area would thus be $40-16=\boxed{24}$
| 24
|
4,146
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_8
| 9
|
All of the triangles in the diagram below are similar to isosceles triangle $ABC$ , in which $AB=AC$ . Each of the $7$ smallest triangles has area $1,$ and $\triangle ABC$ has area $40$ . What is the area of trapezoid $DBCE$
[asy] unitsize(5); dot((0,0)); dot((60,0)); dot((50,10)); dot((10,10)); dot((30,30)); draw((0,0)--(60,0)--(50,10)--(30,30)--(10,10)--(0,0)); draw((10,10)--(50,10)); label("$B$",(0,0),SW); label("$C$",(60,0),SE); label("$E$",(50,10),E); label("$D$",(10,10),W); label("$A$",(30,30),N); draw((10,10)--(15,15)--(20,10)--(25,15)--(30,10)--(35,15)--(40,10)--(45,15)--(50,10)); draw((15,15)--(45,15)); [/asy]
$\textbf{(A) } 16 \qquad \textbf{(B) } 18 \qquad \textbf{(C) } 20 \qquad \textbf{(D) } 22 \qquad \textbf{(E) } 24$
|
Note that the area of an isosceles triangle is equivalent to the square of its height. Using this information, the height of the smallest isosceles triangle is $1$ , and thus its base is $2.$
Let $h$ be the height of the top triangle. We can set up a height-to-base similarity ratio, using the top triangle and $\triangle{ADE}$ . The top triangle has a base of $3\cdot{2}=6$ , and $DE=4\cdot{2}=8.$ The height of $\triangle{ADE}$ is $h+1$ , therefore our ratio is $\frac{h}{6}=\frac{h+1}{8}$ , which yields $h=3$ as our answer.
To find the area of the trapezoid, we can take the area of $\triangle{ABC}$ and subtract the area of $\triangle{ADE},$ whose base is $8$ and height $3+1=4$ . It follows that the area of $\triangle{ADE}=16$ , and subtracting this from $40$ gives us $40-16=\boxed{24}$
| 24
|
4,147
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_9
| 1
|
Which of the following describes the largest subset of values of $y$ within the closed interval $[0,\pi]$ for which \[\sin(x+y)\leq \sin(x)+\sin(y)\] for every $x$ between $0$ and $\pi$ , inclusive?
$\textbf{(A) } y=0 \qquad \textbf{(B) } 0\leq y\leq \frac{\pi}{4} \qquad \textbf{(C) } 0\leq y\leq \frac{\pi}{2} \qquad \textbf{(D) } 0\leq y\leq \frac{3\pi}{4} \qquad \textbf{(E) } 0\leq y\leq \pi$
|
On the interval $[0, \pi]$ sine is nonnegative; thus $\sin(x + y) = \sin x \cos y + \sin y \cos x \le \sin x + \sin y$ for all $x, y \in [0, \pi]$ and equality only occurs when $\cos x = \cos y = 1$ , which is cosine's maximum value. The answer is $\boxed{0}$ . (CantonMathGuy)
| 0
|
4,148
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_9
| 2
|
Which of the following describes the largest subset of values of $y$ within the closed interval $[0,\pi]$ for which \[\sin(x+y)\leq \sin(x)+\sin(y)\] for every $x$ between $0$ and $\pi$ , inclusive?
$\textbf{(A) } y=0 \qquad \textbf{(B) } 0\leq y\leq \frac{\pi}{4} \qquad \textbf{(C) } 0\leq y\leq \frac{\pi}{2} \qquad \textbf{(D) } 0\leq y\leq \frac{3\pi}{4} \qquad \textbf{(E) } 0\leq y\leq \pi$
|
Expanding, \[\cos y \sin x + \cos x \sin y \le \sin x + \sin y\] Let $\sin x =a \ge 0$ $\sin y = b \ge 0$ . We have that \[(\cos y)a+(\cos x)b \le a+b\] Comparing coefficients of $a$ and $b$ gives a clear solution: both $\cos y$ and $\cos x$ are less than or equal to one, so the coefficients of $a$ and $b$ on the left are less than on the right. Since $a, b \ge 0$ , that means that this equality is always satisfied over this interval, or $\boxed{0}$
| 0
|
4,149
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_9
| 3
|
Which of the following describes the largest subset of values of $y$ within the closed interval $[0,\pi]$ for which \[\sin(x+y)\leq \sin(x)+\sin(y)\] for every $x$ between $0$ and $\pi$ , inclusive?
$\textbf{(A) } y=0 \qquad \textbf{(B) } 0\leq y\leq \frac{\pi}{4} \qquad \textbf{(C) } 0\leq y\leq \frac{\pi}{2} \qquad \textbf{(D) } 0\leq y\leq \frac{3\pi}{4} \qquad \textbf{(E) } 0\leq y\leq \pi$
|
If we plug in $\pi$ , we can see that $\sin(x+\pi) \le \sin(x)$ . Note that since $\sin(x)$ is always nonnegative, $\sin(x+\pi)$ is always nonpositive. So, the inequality holds true when $y=\pi$ . The only interval that contains $\pi$ in the answer choices is $\boxed{0}$
| 0
|
4,150
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_10
| 1
|
How many ordered pairs of real numbers $(x,y)$ satisfy the following system of equations? \begin{align*} x+3y&=3 \\ \big||x|-|y|\big|&=1 \end{align*} $\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 3 \qquad \textbf{(D) } 4 \qquad \textbf{(E) } 8$
|
We can solve this by graphing the equations. The second equation looks challenging to graph, but start by graphing it in the first quadrant only (which is easy since the inner absolute value signs can be ignored), then simply reflect that graph into the other quadrants.
The graph looks something like this: [asy] draw((-3,0)--(3,0), Arrows); draw((0,-3)--(0,3), Arrows); draw((2,3)--(0,1)--(-2,3), blue); draw((-3,2)--(-1,0)--(-3,-2), blue); draw((-2,-3)--(0,-1)--(2,-3), blue); draw((3,-2)--(1,0)--(3,2), blue); draw((-3,2)--(3,0), red); dot((-3,2)); dot((3/2,1/2)); dot((0,1)); [/asy] Now, it becomes clear that there are $\boxed{3}$ intersection points.
| 3
|
4,151
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_10
| 2
|
How many ordered pairs of real numbers $(x,y)$ satisfy the following system of equations? \begin{align*} x+3y&=3 \\ \big||x|-|y|\big|&=1 \end{align*} $\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 3 \qquad \textbf{(D) } 4 \qquad \textbf{(E) } 8$
|
$x+3y=3$ can be rewritten to $x=3-3y$ . Substituting $3-3y$ for $x$ in the second equation will give $||3-3y|-y|=1$ . Splitting this question into casework for the ranges of $y$ will give us the total number of solutions.
$\textbf{Case 1:}$ $y>1$ $3-3y$ will be negative so $|3-3y| = 3y-3.$ $|3y-3-y| = |2y-3| = 1$
$2y-3$ is positive so $2y-3 = 1$ and $y = 2$ and $x = 3-3(2) = -3$
$2y-3$ is negative so $|2y-3| = 3-2y = 1$ $2y = 2$ and so there are no solutions ( $y$ can't equal to $1$
$\textbf{Case 2:}$ $y = 1$ :
It is fairly clear that $x = 0.$
$\textbf{Case 3:}$ $y<1$ $3-3y$ will be positive so $|3-3y-y| = |3-4y| = 1$
$3-4y$ will be negative so $4y-3 = 1$ $\rightarrow$ $4y = 4$ . We already have this solution from Case 2 as $y = 1$
$3-4y$ will be positive so $3-4y = 1$ $\rightarrow$ $4y = 2$ $y = \frac{1}{2}$ and $x = \frac{3}{2}$ .
Thus, the solutions are: $(-3,2), (0,1), \left(\frac{3}{2},\frac{1}{2} \right)$ , and the answer is $\boxed{3}$
| 3
|
4,152
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_10
| 3
|
How many ordered pairs of real numbers $(x,y)$ satisfy the following system of equations? \begin{align*} x+3y&=3 \\ \big||x|-|y|\big|&=1 \end{align*} $\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 3 \qquad \textbf{(D) } 4 \qquad \textbf{(E) } 8$
|
Note that $||x| - |y||$ can take on one of four values: $x + y$ $x - y$ $-x + y$ $-x -y$ . So we have 4 cases:
Case 1: ||x| - |y|| = x+y \[x+3y=3\] \[x+y=1\]
Subtracting:
$2y=2 \Rightarrow y=1$ and $x=0$
$\text{Result: } (0,1)$
Case 2: ||x| - |y|| = x-y \[x+3y=3\] \[x-y=1\]
Subtacting:
$4y=2 \Rightarrow y=\dfrac{1}{2}$ an $x=\dfrac{3}{2}$
$\text{Result: } \left(\dfrac{3}{2},\dfrac{1}{2}\right)$
Case 3: ||x| - |y|| = -x+y \[x+3y=3\] \[-x+y=1\]
Adding:
$4y=4 \Rightarrow y=1$ and $x=0$
$\text{Result: } (0,1)$ . Since this is the same solution as we got in Case 1, we can not count this (otherwise, we would have overcounted).
Case 4: ||x| - |y|| = -x-y \[x+3y=3\] \[-x-y=1\]
Adding:
$2y=4 \Rightarrow y=2$ and $x=-3$
$\text{Result: } (-3,2)$
Answer
We solved each case by elimination (either adding the two equations or subtracting), to obtain three solutions: $(0, 1)$ $(-3,2)$ $\left(\dfrac{3}{2}, \dfrac{1}{2}\right)$
Our answer is $\boxed{3}$
| 3
|
4,153
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_10
| 4
|
How many ordered pairs of real numbers $(x,y)$ satisfy the following system of equations? \begin{align*} x+3y&=3 \\ \big||x|-|y|\big|&=1 \end{align*} $\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 3 \qquad \textbf{(D) } 4 \qquad \textbf{(E) } 8$
|
Just as in solution $2$ , we derive the equation $||3-3y|-|y||=1$ . If we remove the absolute values, the equation collapses into four different possible values. $3-2y$ $3-4y$ $2y-3$ , and $4y-3$ , each equal to either $1$ or $-1$ . Remember that if $P-Q=a$ , then $Q-P=-a$ . Because we have already taken $1$ and $-1$ into account, we can eliminate one of the conjugates of each pair, namely $3-2y$ and $2y-3$ , and $3-4y$ and $4y-3$ . Find the values of $y$ when $3-2y=1$ $3-2y=-1$ $3-4y=1$ and $3-4y=-1$ . We see that $3-2y=1$ and $3-4y=-1$ give us the same value for $y$ , so the answer is $\boxed{3}$
| 3
|
4,154
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_10
| 5
|
How many ordered pairs of real numbers $(x,y)$ satisfy the following system of equations? \begin{align*} x+3y&=3 \\ \big||x|-|y|\big|&=1 \end{align*} $\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 3 \qquad \textbf{(D) } 4 \qquad \textbf{(E) } 8$
|
Just as in solution $2$ , we derive the equation $x=3-3y$ . Squaring both sides in the second equation gives $x^2+y^2-2|xy|=1$ . Putting $x=3-3y$ and doing a little calculation gives $10y^2-18y+9-2|3y-3y^2|=1$ . From here we know that $3y-3y^2$ is either positive or negative.
When positive, we get $2y^2-3y+1=0$ and then, $y=1/2$ or $y=1$ .
When negative, we get $y^2-3y+2=0$ and then, $y=2$ or $y=1$ . Clearly, there are $3$ different pairs of values and that gives us $\boxed{3}$
| 3
|
4,155
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_10
| 6
|
How many ordered pairs of real numbers $(x,y)$ satisfy the following system of equations? \begin{align*} x+3y&=3 \\ \big||x|-|y|\big|&=1 \end{align*} $\textbf{(A) } 1 \qquad \textbf{(B) } 2 \qquad \textbf{(C) } 3 \qquad \textbf{(D) } 4 \qquad \textbf{(E) } 8$
|
Since the absolute value is the square root of the square, we get that the first equation is quartic(degree $4$ ) and the other is linear. Subtract to get $\boxed{3}$
| 3
|
4,156
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_12
| 1
|
Let $S$ be a set of $6$ integers taken from $\{1,2,\dots,12\}$ with the property that if $a$ and $b$ are elements of $S$ with $a<b$ , then $b$ is not a multiple of $a$ . What is the least possible value of an element in $S$
$\textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 5\qquad\textbf{(E)}\ 7$
|
We start with $2$ because $1$ is not an answer choice. We would have to include every odd number except $1$ to fill out the set, but then $3$ and $9$ would violate the rule, so that won't work.
Experimentation with $3$ shows it's likewise impossible. You can include $7,11,$ and either $5$ or $10$ (which are always safe). But after adding either $4$ or $8$ we have no more valid numbers.
Finally, starting with $4,$ we find that the sequence $4,5,6,7,9,11$ works, giving us $\boxed{4}.$
| 4
|
4,157
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_12
| 2
|
Let $S$ be a set of $6$ integers taken from $\{1,2,\dots,12\}$ with the property that if $a$ and $b$ are elements of $S$ with $a<b$ , then $b$ is not a multiple of $a$ . What is the least possible value of an element in $S$
$\textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 5\qquad\textbf{(E)}\ 7$
|
We know that all odd numbers except $1,$ namely $3, 5, 7, 9, 11,$ can be used.
Now we have $7$ possibilities to choose from for the last number (out of $1, 2, 4, 6, 8, 10, 12$ ). We can eliminate $1, 2, 10,$ and $12,$ and we have $4, 6, 8$ to choose from. However, $9$ is a multiple of $3.$ Now we have to take out either $3$ or $9$ from the list. If we take out $9,$ none of the numbers would work, but if we take out $3,$ we get \[4, 5, 6, 7, 9, 11.\] The least number is $4,$ so the answer is $\boxed{4}.$
| 4
|
4,158
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_12
| 3
|
Let $S$ be a set of $6$ integers taken from $\{1,2,\dots,12\}$ with the property that if $a$ and $b$ are elements of $S$ with $a<b$ , then $b$ is not a multiple of $a$ . What is the least possible value of an element in $S$
$\textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 5\qquad\textbf{(E)}\ 7$
|
We can get the multiples for the numbers in the original set with multiples in the same original set \begin{align*} 1&: \ \text{all elements of }\{1,2,\dots,12\} \\ 2&: \ 4,6,8,10,12 \\ 3&: \ 6,9,12 \\ 4&: \ 8,12 \\ 5&: \ 10 \\ 6&: \ 12 \end{align*} It will be safe to start with $5$ or $6$ since they have the smallest number of multiples as listed above, but since the question asks for the least, it will be better to try others.
Trying $4,$ we can get $4,5,6,7,9,11.$ So $4$ works.
Trying $3,$ it won't work, so the least is $4.$ This means the answer is $\boxed{4}.$
| 4
|
4,159
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_12
| 4
|
Let $S$ be a set of $6$ integers taken from $\{1,2,\dots,12\}$ with the property that if $a$ and $b$ are elements of $S$ with $a<b$ , then $b$ is not a multiple of $a$ . What is the least possible value of an element in $S$
$\textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 5\qquad\textbf{(E)}\ 7$
|
We partition $\{1,2,\ldots,12\}$ into six nonempty subsets such that for every subset, each element is a multiple of all elements less than or equal to itself: \[\{1,2,4,8\}, \ \{3,6,12\}, \ \{5,10\}, \ \{7\}, \ \{9\}, \ \{11\}.\] Clearly, $S$ must contain exactly one element from each subset:
If $4\in S,$ then the possibilities of $S$ are $\{4,5,6,7,9,11\}$ or $\{4,6,7,9,10,11\}.$ So, the least possible value of an element in $S$ is $\boxed{4}.$
| 4
|
4,160
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_12
| 5
|
Let $S$ be a set of $6$ integers taken from $\{1,2,\dots,12\}$ with the property that if $a$ and $b$ are elements of $S$ with $a<b$ , then $b$ is not a multiple of $a$ . What is the least possible value of an element in $S$
$\textbf{(A)}\ 2\qquad\textbf{(B)}\ 3\qquad\textbf{(C)}\ 4\qquad\textbf{(D)}\ 5\qquad\textbf{(E)}\ 7$
|
We start with 2 as 1 is not an answer option. Our set would be $\{2,3,5,7,11\}$ . We realize we cannot add 12 to the set because 12 is a multiple of 3. Our set only has 5 elements, so starting with 2 won't work.
We try 3 next. Our set becomes $\{3,4,5,7,11\}$ . We run into the same issue as before so starting with 3 won't work.
We then try 4. Our set becomes $\{4,5,6,7,9,11\}$ . We see we have 6 elements with none being multiples of each other. Therefore our answer is $\boxed{4}.$
| 4
|
4,161
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_13
| 1
|
How many nonnegative integers can be written in the form \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
$\textbf{(A) } 512 \qquad \textbf{(B) } 729 \qquad \textbf{(C) } 1094 \qquad \textbf{(D) } 3281 \qquad \textbf{(E) } 59,048$
|
This looks like balanced ternary, in which all the integers with absolute values less than $\frac{3^n}{2}$ are represented in $n$ digits. There are 8 digits. Plugging in 8 into the formula for the balanced ternary gives a maximum bound of $|x|=3280.5$ , which means there are 3280 positive integers, 0, and 3280 negative integers. Since we want all nonnegative integers, there are $3280+1=\boxed{3281}$
| 281
|
4,162
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_13
| 2
|
How many nonnegative integers can be written in the form \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
$\textbf{(A) } 512 \qquad \textbf{(B) } 729 \qquad \textbf{(C) } 1094 \qquad \textbf{(D) } 3281 \qquad \textbf{(E) } 59,048$
|
Note that all numbers formed from this sum are either positive, negative or zero. The number of positive numbers formed by this sum is equal to the number of negative numbers formed by this sum, because of symmetry. There is only one way to achieve a sum of zero, if all $a_i=0$ . The total number of ways to pick $a_i$ from $i=0, 1, 2, 3, ... 7$ is $3^8=6561$ $\frac{6561-1}{2}=3280$ gives the number of possible negative integers. The question asks for the number of non-negative integers, so subtracting from the total gives $6561-3280=\boxed{3281}$ . (RegularHexagon, KLBBC minor changes)
| 281
|
4,163
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_13
| 3
|
How many nonnegative integers can be written in the form \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
$\textbf{(A) } 512 \qquad \textbf{(B) } 729 \qquad \textbf{(C) } 1094 \qquad \textbf{(D) } 3281 \qquad \textbf{(E) } 59,048$
|
Note that the number of total possibilities (ignoring the conditions set by the problem) is $3^8=6561$ . So, E is clearly unrealistic.
Note that if $a_7$ is 1, then it's impossible for \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] to be negative. Therefore, if $a_7$ is 1, there are $3^7=2187$ possibilities. (We also must convince ourselves that these $2187$ different sets of coefficients must necessarily yield $2187$ different integer results.)
As A, B, and C are all less than 2187, the answer must be $\boxed{3281}$
| 281
|
4,164
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_13
| 8
|
How many nonnegative integers can be written in the form \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
$\textbf{(A) } 512 \qquad \textbf{(B) } 729 \qquad \textbf{(C) } 1094 \qquad \textbf{(D) } 3281 \qquad \textbf{(E) } 59,048$
|
To get the number of integers, we can get the highest positive integer that can be represented using \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
Note that the least nonnegative integer that can be represented is $0$ , when all $a_i=0$ . The highest number will be the number when all $a_i=1$ . That will be \[3^7+3^6+3^5+3^4+3^3+3^2+3^1+3^0=\frac{3^8-1}{3-1}\] \[=3280\]
Therefore, there are $3280$ positive integers and $(3280+1)$ nonnegative integers (while including $0$ ) that can be represented. Our answer is $\boxed{3281}$
| 281
|
4,165
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_13
| 9
|
How many nonnegative integers can be written in the form \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
$\textbf{(A) } 512 \qquad \textbf{(B) } 729 \qquad \textbf{(C) } 1094 \qquad \textbf{(D) } 3281 \qquad \textbf{(E) } 59,048$
|
Notice that there are $3^8$ options for $a_7, a_6, \cdots a_0$ since each $a_i$ can take on the value $-1$ $0$ , or $1$ . Now we want to find how many of them are positive and then we can add one in the end to account for $0$ (they are asking for non-negative).
By symmetry (look out for these on the contest), we see that exactly half of them are positive. So $\lfloor{\tfrac{3^8}{2}}\rfloor = 3280.$ Now we will add $1$ because of the $0$ to account for the non-negative solutions.
So our final answer is $3280 + 1 = 3281$ which is $\boxed{3281}$
| 281
|
4,166
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_13
| 10
|
How many nonnegative integers can be written in the form \[a_7\cdot3^7+a_6\cdot3^6+a_5\cdot3^5+a_4\cdot3^4+a_3\cdot3^3+a_2\cdot3^2+a_1\cdot3^1+a_0\cdot3^0,\] where $a_i\in \{-1,0,1\}$ for $0\le i \le 7$
$\textbf{(A) } 512 \qquad \textbf{(B) } 729 \qquad \textbf{(C) } 1094 \qquad \textbf{(D) } 3281 \qquad \textbf{(E) } 59,048$
|
Obviously, there are $3^8 = 6561$ possible, and one of them is 0, so other $6560$ are either positive or negative. By the symmetry, we can get the answer is $6560/2 + 1$ which is $\boxed{3281}$
| 281
|
4,167
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_14
| 1
|
The solutions to the equation $\log_{3x} 4 = \log_{2x} 8$ , where $x$ is a positive real number other than $\tfrac{1}{3}$ or $\tfrac{1}{2}$ , can be written as $\tfrac {p}{q}$ where $p$ and $q$ are relatively prime positive integers. What is $p + q$
$\textbf{(A) } 5 \qquad \textbf{(B) } 13 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 31 \qquad \textbf{(E) } 35$
|
We apply the Change of Base Formula, then rearrange: \begin{align*} \frac{\log_2{4}}{\log_2{(3x)}}&=\frac{\log_2{8}}{\log_2{(2x)}} \\ \frac{2}{\log_2{(3x)}}&=\frac{3}{\log_2{(2x)}} \\ 3\log_2{(3x)}&=2\log_2{(2x)}. \\ \end{align*} By the logarithmic identity $n\log_b{a}=\log_b{\left(a^n\right)},$ it follows that \begin{align*} \log_2{\left[(3x)^3\right]}&=\log_2{\left[(2x)^2\right]} \\ (3x)^3&=(2x)^2 \\ 27x^3&=4x^2 \\ x&=\frac{4}{27}, \end{align*} from which the answer is $4+27=\boxed{31}.$
| 31
|
4,168
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_14
| 2
|
The solutions to the equation $\log_{3x} 4 = \log_{2x} 8$ , where $x$ is a positive real number other than $\tfrac{1}{3}$ or $\tfrac{1}{2}$ , can be written as $\tfrac {p}{q}$ where $p$ and $q$ are relatively prime positive integers. What is $p + q$
$\textbf{(A) } 5 \qquad \textbf{(B) } 13 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 31 \qquad \textbf{(E) } 35$
|
We will apply the following logarithmic identity: \[\log_{p^n}{\left(q^n\right)}=\log_{p}{q},\] which can be proven by the Change of Base Formula: \[\log_{p^n}{\left(q^n\right)}=\frac{\log_{p}{\left(q^n\right)}}{\log_{p}{\left(p^n\right)}}=\frac{n\log_{p}{q}}{n}=\log_{p}{q}.\] We rewrite the original equation as $\log_{(3x)^3} 64 = \log_{(2x)^2} 64,$ from which \begin{align*} (3x)^3&=(2x)^2 \\ 27x^3&=4x^2 \\ x&=\frac{4}{27}. \end{align*} Therefore, the answer is $4+27=\boxed{31}.$
| 31
|
4,169
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_14
| 3
|
The solutions to the equation $\log_{3x} 4 = \log_{2x} 8$ , where $x$ is a positive real number other than $\tfrac{1}{3}$ or $\tfrac{1}{2}$ , can be written as $\tfrac {p}{q}$ where $p$ and $q$ are relatively prime positive integers. What is $p + q$
$\textbf{(A) } 5 \qquad \textbf{(B) } 13 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 31 \qquad \textbf{(E) } 35$
|
By the logarithmic identity $n\log_b{a}=\log_b{\left(a^n\right)},$ the original equation becomes \[2\log_{3x} 2 = 3\log_{2x} 2.\] By the logarithmic identity $\log_b{a}\cdot\log_a{b}=1,$ we multiply both sides by $\log_2{(2x)},$ then apply the Change of Base Formula to the left side: \begin{align*} 2\left[\log_{3x}2\right]\left[\log_2{(2x)}\right] &= 3 \\ 2\left[\frac{\log_2 2}{\log_2{(3x)}}\right]\left[\frac{\log_2{(2x)}}{\log_2 2}\right] &= 3 \\ 2\left[\frac{\log_2{(2x)}}{\log_2{(3x)}}\right] &=3 \\ 2\left[\log_{3x}{(2x)}\right] &= 3 \\ \log_{3x}{\left[(2x)^2\right]} &= 3 \\ (3x)^3&=(2x)^2 \\ 27x^3&=4x^2 \\ x&=\frac{4}{27}. \end{align*} Therefore, the answer is $4+27=\boxed{31}.$
| 31
|
4,170
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_14
| 4
|
The solutions to the equation $\log_{3x} 4 = \log_{2x} 8$ , where $x$ is a positive real number other than $\tfrac{1}{3}$ or $\tfrac{1}{2}$ , can be written as $\tfrac {p}{q}$ where $p$ and $q$ are relatively prime positive integers. What is $p + q$
$\textbf{(A) } 5 \qquad \textbf{(B) } 13 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 31 \qquad \textbf{(E) } 35$
|
We can convert both $4$ and $8$ into $2^2$ and $2^3,$ respectively: \[2\log_{3x} (2) = 3\log_{2x} (2).\] Converting the bases of the right side, we get \begin{align*} \log_{2x} 2 &= \frac{\ln 2}{\ln (2x)} \\ \frac{2}{3}\cdot\log_{3x} (2) &= \frac{\ln 2}{\ln (2x)} \\ 2^\frac{2}{3} &= (3x)^\frac{\ln 2}{\ln (2x)} \\ \frac{2}{3} \cdot \ln 2 &= \frac{\ln 2}{\ln (2x)} \cdot \ln (3x). \end{align*} Dividing both sides by $\ln 2,$ we get $\frac{2}{3} = \frac{\ln (3x)}{\ln (2x)},$ from which \[2\ln (2x) = 3\ln (3x).\] Expanding this equation gives \begin{align*} 2\ln 2 + 2\ln (x) &= 3\ln 3 + 3\ln (x) \\ \ln (x) &= 2\ln 2 - 3\ln 3. \end{align*} Thus, we have \[x = e^{2\ln 2 - 3\ln 3} = \frac{e^{2\ln 2}}{e^{3\ln 3}} = \frac{2^2}{3^3} = \frac{4}{27},\] from which the answer is $4+27=\boxed{31}.$
| 31
|
4,171
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_14
| 5
|
The solutions to the equation $\log_{3x} 4 = \log_{2x} 8$ , where $x$ is a positive real number other than $\tfrac{1}{3}$ or $\tfrac{1}{2}$ , can be written as $\tfrac {p}{q}$ where $p$ and $q$ are relatively prime positive integers. What is $p + q$
$\textbf{(A) } 5 \qquad \textbf{(B) } 13 \qquad \textbf{(C) } 17 \qquad \textbf{(D) } 31 \qquad \textbf{(E) } 35$
|
Let $y=\log_{3x} 4 = \log_{2x} 8.$ We convert the equations with $y$ to the exponential form: \begin{align*} (3x)^y&=4, \\ (2x)^y&=8. \end{align*} Cubing the first equation and squaring the second equation, we have \begin{align*} (3x)^{3y}&=64, \\ (2x)^{2y}&=64. \end{align*} Applying the Transitive Property, we get \begin{align*} (3x)^{3y}&=(2x)^{2y} \\ (3x)^3&=(2x)^2 \\ 27x^3&=4x^2 \\ x&=\frac{4}{27}, \end{align*} from which the answer is $4+27=\boxed{31}.$
| 31
|
4,172
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_15
| 2
|
A scanning code consists of a $7 \times 7$ grid of squares, with some of its squares colored black and the rest colored white. There must be at least one square of each color in this grid of $49$ squares. A scanning code is called $\textit{symmetric}$ if its look does not change when the entire square is rotated by a multiple of $90 ^{\circ}$ counterclockwise around its center, nor when it is reflected across a line joining opposite corners or a line joining midpoints of opposite sides. What is the total number of possible symmetric scanning codes?
$\textbf{(A)} \text{ 510} \qquad \textbf{(B)} \text{ 1022} \qquad \textbf{(C)} \text{ 8190} \qquad \textbf{(D)} \text{ 8192} \qquad \textbf{(E)} \text{ 65,534}$
|
\[\begin{tabular}{|c|c|c|c|c|c|c|} \hline T & T & T & X & T & T & T \\ \hline T & T & T & Y& T & T & T \\ \hline T & T & T & Z & T & T & T \\ \hline X & Y & Z & W & Z & Y & X \\ \hline T & T & T & Z & T & T & T \\ \hline T & T & T & Y & T & T & T \\ \hline T & T & T & X & T & T & T \\ \hline \end{tabular}\]
There are $3 \times 3$ squares in the corners of this $7 \times 7$ square, and there is a horizontal and vertical stripe through the middle. Because we need to have symmetry when the diagonals and midpoints of the large square is connected, we can create a table like this: (Different letters represent different color choices between black and white)
\[\begin{tabular}{|c|c|c|} \hline A & B & C \\ \hline B & D & E \\ \hline C & E & F \\ \hline \end{tabular}\] (Note that coloring one $3 \times 3$ square will also determine the colorings of the other $3$ because the large $7 \times 7$ square must look the same when it is rotated by $90^\circ$
There are $6$ different letters and $2$ choices of color (black and white) for each letter, so there are $2^6=64$ colorings of a proper $3 \times 3$ square. Now, all that's left are the horizontal and vertical stripes. Using similar logic, we can see that there are $4$ different letters, so there are $2^4=16$ different colorings. Multiplying them together gives $16 \times 64 = 1024$ . Going back to the question, we see that "there must be at least one square of each color in this grid of $49$ squares." We must then eliminate $2$ options: an all-black grid and an all-white grid. $1024-2= \boxed{1022}$ -hansenhe
| 22
|
4,173
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 1
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
Substituting $y=x^2-a$ into $x^2+y^2=a^2$ , we get \[x^2+(x^2-a)^2=a^2 \implies x^2+x^4-2ax^2=0 \implies x^2(x^2-(2a-1))=0\] Since this is a quartic, there are $4$ total roots (counting multiplicity). We see that $x=0$ always has at least one intersection at $(0,-a)$ (and is in fact a double root).
The other two intersection points have $x$ coordinates $\pm\sqrt{2a-1}$ . We must have $2a-1> 0;$ otherwise we are in the case where the parabola lies entirely above the circle (tangent at the point $(0,a)$ ). This only results in a single intersection point in the real coordinate plane. Thus, we see that $\boxed{12}$
| 12
|
4,174
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 2
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
Substituting $y = x^2 - a$ gives $x^2 + (x^2 - a)^2 = a^2$ , which simplifies to $x^2 + x^4 - 2x^2a + a^2 = a^2$ . This further simplifies to $x^2(1 + x^2 - 2a) = 0$ . Thus, either $x^2 = 0$ , or $x^2 - 2a + 1 = 0$
Since we care about $a$ , we consider the second case. We solve in terms of $a$ , giving $a = \frac{x^2}{2} + \frac{1}{2}$ . We see that in order to find the range in which $a$ lies, we must find the vertex of this equation, which turns out to be $\left(0, \frac{1}{2}\right)$ . Hence, we know that the minimum is $\frac{1}{2}$ , which further implies that $\boxed{12}$
| 12
|
4,175
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 3
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
[asy] Label f; f.p=fontsize(6); xaxis(-2,2,Ticks(f, 0.2)); yaxis(-2,2,Ticks(f, 0.2)); real g(real x) { return x^2-1; } draw(graph(g, 1.7, -1.7)); real h(real x) { return sqrt(1-x^2); } draw(graph(h, 1, -1)); real j(real x) { return -sqrt(1-x^2); } draw(graph(j, 1, -1)); [/asy]
Looking at a graph, it is obvious that the two curves intersect at $(0, -a)$ . We also see that if the parabola goes "in" the circle, then by going out of it (as it will), it will intersect five times. This is impossible. Thus, we only look for cases where the parabola becomes externally tangent to the circle.
We have $x^2 - a = -\sqrt{a^2 - x^2}$ . Squaring both sides and solving yields $x^4 - (2a - 1)x^2 = 0$ . Since $x = 0$ is already accounted for, we only need to find one solution for $x^2 = 2a - 1$ , where the right hand side portion is obviously increasing. Since $a = \frac{1}{2}$ begets $x = 0$ (an overcount), we have $\boxed{12}$ as the right answer.
| 12
|
4,176
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 4
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
This describes a unit parabola, with a circle centered on the axis of symmetry and tangent to the vertex. As the curvature of the unit parabola at the vertex is $2$ , the radius of the circle that matches it has a radius of $\frac{1}{2}$ . This circle is tangent to an infinitesimally close pair of points, one on each side. Therefore, it is tangent to only $1$ point. When a larger circle is used, it is tangent to $3$ points because the points on either side are now separated from the vertex. Therefore, $\boxed{12}$ is correct.
| 12
|
4,177
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 5
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
Now, let's graph these two equations. We want the blue parabola to be inside this red circle. [asy] import graph; size(6cm); draw((0,0)--(0,10),EndArrow); draw((0,0)--(0,-10),EndArrow); draw((0,0)--(10,0),EndArrow); draw((0,0)--(-10,0),EndArrow); Label f; f.p=fontsize(6); xaxis(-10,10); yaxis(-10,10); real f(real x) { return x^2-5; } draw(graph(f,-4,4),blue+linewidth(1)); draw(circle((0,0),5),red); dot(scale(.7)*"$a$",(0,5),NE); dot(scale(.7)*"$-a$",(0,-5),N); dot(scale(.7)*"$a$",(5,0),NE); dot(scale(.7)*"$-a$",(-5,0),SE); [/asy] Then we substitute $y$ into the first equation to get $x^2+(x^2-a)^2=a^2$ . Expanding, we get $x^4-2ax^2+x^2=0$ . Factoring out the $x^2$ , we get $x^2(x^2-2a+1)=0$ . Then we find that $x=0$ or $x=\pm\sqrt{2a-1}$ . Therefore, $2a-1>0$ , which means $\boxed{12}$
| 12
|
4,178
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 6
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
In order to solve for the values of $a$ , we need to just count multiplicities of the roots when the equations are set equal to each other: in other words, take the derivative. We know that $\sqrt{a^2 - x^2} = x^2 - a$ . Now, we take square of both sides, and rearrange to obtain $x^4 - (2a - 1)x^2 = 0$ . Now, we may take the second derivative of the equation to obtain $6x^2 - (2a - 1) = 0$ . Now, we must take discriminant. Since we need the roots of that equation to be real and not repetitive (otherwise they would not intersect each other at three points), the discriminant must be greater than zero. Thus,
\[b^2 - 4ac > 0 \rightarrow 0 - 4(6)(-(2a - 1)) > 0 \rightarrow a > \frac{1}{2}\] The answer is $\boxed{12}$ and we are done.
| 12
|
4,179
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 7
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
Notice, the equations are of that of a circle of radius a centered at the origin and a parabola translated down by a units. They always intersect at the point $(0, a)$ , and they have symmetry across the $y$ -axis, thus, for them to intersect at exactly $3$ points, it suffices to find the $y$ solution.
First, rewrite the second equation to $y=x^2-a\implies x^2=y+a$ And substitute into the first equation: $y+a+y^2=a^2$ Since we're only interested in seeing the interval in which a can exist, we find the discriminant: $1-4a+4a^2$ . This value must not be less than $0$ (It is the square root part of the quadratic formula). To find when it is $0$ , we find the roots: \[4a^2-4a+1=0 \implies a=\frac{4\pm\sqrt{16-16}}{8}=\frac{1}{2}\] Since $\lim_{a\to \infty}(4a^2-4a+1)=\infty$ , our range is $\boxed{12}$
| 12
|
4,180
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 8
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
We can see that if $a = 1$ , we know that the points where the two curves intersect are $(0, -1), (1, 0)$ and $(-1, 0)$ .Because there are only $3$ intersections and $a > 1/2$ , as well as $a > 1/4$ we know that either $\textbf{(D)}$ or $\textbf{(E)}$ is the correct answer. Then we can test a number from $(1/2, 1/4)$ to eliminate the remaining answer. So $\boxed{12}$ is the correct answer.
| 12
|
4,181
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 9
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
Simply plug in $a = \frac{1}{2}, \frac{1}{4}, 1$ and solve the systems. (This shouldn't take too long.) And then realize that only $a=1$ yields three real solutions for $x$ , so we are done and the answer is $\boxed{12}$
| 12
|
4,182
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_16
| 10
|
Which of the following describes the set of values of $a$ for which the curves $x^2+y^2=a^2$ and $y=x^2-a$ in the real $xy$ -plane intersect at exactly $3$ points?
$\textbf{(A) }a=\frac14 \qquad \textbf{(B) }\frac14 < a < \frac12 \qquad \textbf{(C) }a>\frac14 \qquad \textbf{(D) }a=\frac12 \qquad \textbf{(E) }a>\frac12 \qquad$
|
An ideal solution come to mind is where they intersect at the $x$ -axis at the same time, which is $(a, 0)$ and $(-a, 0).$ Take the root of our $y=x^2-a$ we get $x=\sqrt{a}$ , set them equal we get $a=\sqrt{a}.$ The only answer is $1$ so it only left us with the answer choice $\boxed{12}$
| 12
|
4,183
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_18
| 1
|
Triangle $ABC$ with $AB=50$ and $AC=10$ has area $120$ . Let $D$ be the midpoint of $\overline{AB}$ , and let $E$ be the midpoint of $\overline{AC}$ . The angle bisector of $\angle BAC$ intersects $\overline{DE}$ and $\overline{BC}$ at $F$ and $G$ , respectively. What is the area of quadrilateral $FDBG$
$\textbf{(A) }60 \qquad \textbf{(B) }65 \qquad \textbf{(C) }70 \qquad \textbf{(D) }75 \qquad \textbf{(E) }80 \qquad$
|
Let $BC = a$ $BG = x$ $GC = y$ , and the length of the perpendicular from $BC$ through $A$ be $h$ . By angle bisector theorem, we have that \[\frac{50}{x} = \frac{10}{y},\] where $y = -x+a$ . Therefore substituting we have that $BG=\frac{5a}{6}$ . By similar triangles, we have that $DF=\frac{5a}{12}$ , and the height of this trapezoid is $\frac{h}{2}$ . Then, we have that $\frac{ah}{2}=120$ . We wish to compute $\frac{5a}{8}\cdot\frac{h}{2}$ , and we have that it is $\boxed{75}$ by substituting.
| 75
|
4,184
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_18
| 2
|
Triangle $ABC$ with $AB=50$ and $AC=10$ has area $120$ . Let $D$ be the midpoint of $\overline{AB}$ , and let $E$ be the midpoint of $\overline{AC}$ . The angle bisector of $\angle BAC$ intersects $\overline{DE}$ and $\overline{BC}$ at $F$ and $G$ , respectively. What is the area of quadrilateral $FDBG$
$\textbf{(A) }60 \qquad \textbf{(B) }65 \qquad \textbf{(C) }70 \qquad \textbf{(D) }75 \qquad \textbf{(E) }80 \qquad$
|
For this problem, we have $\triangle{ADE}\sim\triangle{ABC}$ because of SAS and $DE = \frac{BC}{2}$ . Therefore, $\bigtriangleup ADE$ is a quarter of the area of $\bigtriangleup ABC$ , which is $30$ . Subsequently, we can compute the area of quadrilateral $BDEC$ to be $120 - 30 = 90$ . Using the angle bisector theorem in the same fashion as the previous problem, we get that $\overline{BG}$ is $5$ times the length of $\overline{GC}$ . We want the larger piece, as described by the problem. Because the heights are identical, one area is $5$ times the other, and $\frac{5}{6} \cdot 90 = \boxed{75}$
| 75
|
4,185
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_18
| 3
|
Triangle $ABC$ with $AB=50$ and $AC=10$ has area $120$ . Let $D$ be the midpoint of $\overline{AB}$ , and let $E$ be the midpoint of $\overline{AC}$ . The angle bisector of $\angle BAC$ intersects $\overline{DE}$ and $\overline{BC}$ at $F$ and $G$ , respectively. What is the area of quadrilateral $FDBG$
$\textbf{(A) }60 \qquad \textbf{(B) }65 \qquad \textbf{(C) }70 \qquad \textbf{(D) }75 \qquad \textbf{(E) }80 \qquad$
|
The ratio of the $\overline{BG}$ to $\overline{GC}$ is $5:1$ by the Angle Bisector Theorem, so area of $\bigtriangleup ABG$ to the area of $\bigtriangleup ACG$ is also $5:1$ (They have the same height). Therefore, the area of $\bigtriangleup ABG$ is $\frac{5}{5+1}\times120=100$ . Since $\overline{DE}$ is the midsegment of $\bigtriangleup ABC$ , so $\overline{DF}$ is the midsegment of $\bigtriangleup ABG$ . Thus, the ratio of the area of $\bigtriangleup ADF$ to the area of $\bigtriangleup ABG$ is $1:4$ , so the area of $\bigtriangleup ACG$ is $\frac{1}{4}\times100=25$ . Therefore, the area of quadrilateral $FDBG$ is $[ABG]-[ADF]=100-25=\boxed{75}$
| 75
|
4,186
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_18
| 4
|
Triangle $ABC$ with $AB=50$ and $AC=10$ has area $120$ . Let $D$ be the midpoint of $\overline{AB}$ , and let $E$ be the midpoint of $\overline{AC}$ . The angle bisector of $\angle BAC$ intersects $\overline{DE}$ and $\overline{BC}$ at $F$ and $G$ , respectively. What is the area of quadrilateral $FDBG$
$\textbf{(A) }60 \qquad \textbf{(B) }65 \qquad \textbf{(C) }70 \qquad \textbf{(D) }75 \qquad \textbf{(E) }80 \qquad$
|
The area of quadrilateral $FDBG$ is the area of $\bigtriangleup ABG$ minus the area of $\bigtriangleup ADF$ . Notice, $\overline{DE} || \overline{BC}$ , so $\bigtriangleup ABG \sim \bigtriangleup ADF$ , and since $\overline{AD}:\overline{AB}=1:2$ , the area of $\bigtriangleup ADF:\bigtriangleup ABG=(1:2)^2=1:4$ . Given that the area of $\bigtriangleup ABC$ is $120$ , using $\frac{bh}{2}$ on side $AB$ yields $\frac{50h}{2}=120\implies h=\frac{240}{50}=\frac{24}{5}$ . Using the Angle Bisector Theorem, $\overline{BG}:\overline{BC}=50:(10+50)=5:6$ , so the height of $\bigtriangleup ABG: \bigtriangleup ACB=5:6$ . Therefore our answer is $\big[ FDBG\big] = \big[ABG\big]-\big[ ADF\big] = \big[ ABG\big]\big(1-\frac{1}{4}\big)=\frac{3}{4}\cdot \frac{bh}{2}=\frac{3}{8}\cdot 50\cdot \frac{5}{6}\cdot \frac{24}{5}=\frac{3}{8}\cdot 200=\boxed{75}$
| 75
|
4,187
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_18
| 5
|
Triangle $ABC$ with $AB=50$ and $AC=10$ has area $120$ . Let $D$ be the midpoint of $\overline{AB}$ , and let $E$ be the midpoint of $\overline{AC}$ . The angle bisector of $\angle BAC$ intersects $\overline{DE}$ and $\overline{BC}$ at $F$ and $G$ , respectively. What is the area of quadrilateral $FDBG$
$\textbf{(A) }60 \qquad \textbf{(B) }65 \qquad \textbf{(C) }70 \qquad \textbf{(D) }75 \qquad \textbf{(E) }80 \qquad$
|
We try to find the area of quadrilateral $FDBG$ by subtracting the area outside the quadrilateral but inside triangle $ABC$ . Note that the area of $\triangle ADE$ is equal to $\frac{1}{2} \cdot 25 \cdot 5 \cdot \sin{A}$ and the area of triangle $ABC$ is equal to $\frac{1}{2} \cdot 50 \cdot 10 \cdot \sin A$ . The ratio $\frac{[ADE]}{[ABC]}$ is thus equal to $\frac{1}{4}$ and the area of triangle $ADE$ is $\frac{1}{4} \cdot 120 = 30$ . Let side $BC$ be equal to $6x$ , then $BG = 5x, GC = x$ by the angle bisector theorem. Similarly, we find the area of triangle $AGC$ to be $\frac{1}{2} \cdot 10 \cdot x \cdot \sin C$ and the area of triangle $ABC$ to be $\frac{1}{2} \cdot 6x \cdot 10 \cdot \sin C$ . A ratio between these two triangles yields $\frac{[ACG]}{[ABC]} = \frac{x}{6x} = \frac{1}{6}$ , so $[AGC] = 20$ . Now we just need to find the area of triangle $AFE$ and subtract it from the combined areas of $[ADE]$ and $[ACG]$ , since we count it twice. Note that the angle bisector theorem also applies for $\triangle ADE$ and $\frac{AE}{AD} = \frac{1}{5}$ , so thus $\frac{EF}{ED} = \frac{1}{6}$ and we find $[AFE] = \frac{1}{6} \cdot 30 = 5$ , and the area outside $FDBG$ must be $[ADE] + [AGC] - [AFE] = 30 + 20 - 5 = 45$ , and we finally find $[FDBG] = [ABC] - 45 = 120 -45 = \boxed{75}$ , and we are done.
| 75
|
4,188
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_19
| 1
|
Let $A$ be the set of positive integers that have no prime factors other than $2$ $3$ , or $5$ . The infinite sum \[\frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5} + \frac{1}{6} + \frac{1}{8} + \frac{1}{9} + \frac{1}{10} + \frac{1}{12} + \frac{1}{15} + \frac{1}{16} + \frac{1}{18} + \frac{1}{20} + \cdots\] of the reciprocals of the elements of $A$ can be expressed as $\frac{m}{n}$ , where $m$ and $n$ are relatively prime positive integers. What is $m+n$
$\textbf{(A) } 16 \qquad \textbf{(B) } 17 \qquad \textbf{(C) } 19 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 36$
|
Note that the fractions of the form $\frac{1}{2^a3^b5^c},$ where $a,b,$ and $c$ are nonnegative integers, span all terms of the infinite sum.
Therefore, the infinite sum becomes \begin{align*} \sum_{a=0}^{\infty}\sum_{b=0}^{\infty}\sum_{c=0}^{\infty}\frac{1}{2^a3^b5^c} &= \left(\sum_{a=0}^{\infty}\frac{1}{2^a}\right)\cdot\left(\sum_{b=0}^{\infty}\frac{1}{3^b}\right)\cdot\left(\sum_{c=0}^{\infty}\frac{1}{5^c}\right) \\ &= \frac{1}{1-\frac12}\cdot\frac{1}{1-\frac13}\cdot\frac{1}{1-\frac15} \\ &= 2\cdot\frac32\cdot\frac54 \\ &= \frac{15}{4} \end{align*} by a product of geometric series, from which the answer is $15+4=\boxed{19}.$
| 19
|
4,189
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_19
| 2
|
Let $A$ be the set of positive integers that have no prime factors other than $2$ $3$ , or $5$ . The infinite sum \[\frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5} + \frac{1}{6} + \frac{1}{8} + \frac{1}{9} + \frac{1}{10} + \frac{1}{12} + \frac{1}{15} + \frac{1}{16} + \frac{1}{18} + \frac{1}{20} + \cdots\] of the reciprocals of the elements of $A$ can be expressed as $\frac{m}{n}$ , where $m$ and $n$ are relatively prime positive integers. What is $m+n$
$\textbf{(A) } 16 \qquad \textbf{(B) } 17 \qquad \textbf{(C) } 19 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 36$
|
This solution is the same as Solution 1 but potentially clearer.
Clearly this is just summing over the reciprocals of the numbers of the form $2^i3^j5^k$ , where $i,j,k\in [0,\infty)$ . SO our desired sum is $\sum_{k=0}^{\infty}\sum_{j=0}^{\infty}\sum_{i=0}^{\infty}\frac{1}{2^i3^j5^k}$ . By the infinite geometric series formula, $\sum_{i=0}^{\infty}\frac{1}{2^i3^j5^k}$ is just $\frac{\frac{1}{3^j5^k}}{1-\frac{1}{2}}=\frac{2}{3^j5^k}$ . Applying the infinite geometric series formula again gives that $\sum_{j=0}^{\infty}\frac{2}{3^j5^k}=\frac{\frac{2}{5^k}}{1-\frac{1}{3}}=\frac{3}{5^k}$ . Applying the infinite geometric series formula again yields $\sum_{k=0}^{\infty}\frac{3}{5^k}=\frac{3}{1-\frac{1}{5}}=\frac{15}{4}$ . Hence our final answer is $15+4=\boxed{19}$
| 19
|
4,190
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_19
| 3
|
Let $A$ be the set of positive integers that have no prime factors other than $2$ $3$ , or $5$ . The infinite sum \[\frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} + \frac{1}{5} + \frac{1}{6} + \frac{1}{8} + \frac{1}{9} + \frac{1}{10} + \frac{1}{12} + \frac{1}{15} + \frac{1}{16} + \frac{1}{18} + \frac{1}{20} + \cdots\] of the reciprocals of the elements of $A$ can be expressed as $\frac{m}{n}$ , where $m$ and $n$ are relatively prime positive integers. What is $m+n$
$\textbf{(A) } 16 \qquad \textbf{(B) } 17 \qquad \textbf{(C) } 19 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 36$
|
Separate into $7$ separate infinite series's so we can calculate each and find the original sum:
The first infinite sequence shall be all the reciprocals of the powers of $2$ , the second shall be reciprocals of the powers of $3$ , and the third will consist of reciprocals of the powers of $5$ . We can easily calculate these to be $1, \frac{1}{2}, \frac{1}{4}$ respectively.
The fourth infinite series shall be all real numbers in the form $\frac{1}{2^a3^b}$ , where $a,b\geq1$
The fifth is all real numbers in the form $\frac{1}{2^a5^b}$ , where $a,b\geq1$
The sixth is all real numbers in the form $\frac{1}{3^a5^b}$ , where $a,b\geq1$
The seventh infinite series is all real numbers in the form $\frac{1}{2^a3^b5^c}$ , where $a,b,c\geq1$
Let us denote the first sequence as $a_{1}$ , the second as $a_{2}$ , etc. We know $a_{1}=1$ $a_{2}=\frac{1}{2}$ $a_{3}=\frac{1}{4}$ , let us find $a_{4}$ . factoring out $\frac{1}{6}$ from the terms in this subsequence, we would get $a_{4}=\frac{1}{6}(1+a_{1}+a_{2}+a_{4})$
Knowing $a_{1}$ and $a_{2}$ , we can substitute and solve for $a_{4}$ , and we get $\frac{1}{2}$ . If we do similar procedures for the fifth and sixth sequences, we can solve for them too, and we get after solving them $\frac{1}{4}$ and $\frac{1}{8}$
Finally, for the seventh sequence, we see $a_{7}=\frac{a_{8}}{30}$ , where $a_{8}$ is the infinite series the problem is asking us to solve for. The sum of all seven subsequences will equal the one we are looking for, and we need to add the $\frac11$ term back: $1+1+\frac{1}{2}+\frac{1}{4}+\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\frac{a_{8}}{30}=a_{8}$ . We solve this to get $\frac{29}{8}=\frac{29a_{8}}{30}$ , or $\frac{15}{4}=a_{8}$ . So our answer is $\frac{15}{4}$ , but we are asked to add the numerator and denominator, which sums up to $\boxed{19}$
| 19
|
4,191
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_20
| 1
|
Triangle $ABC$ is an isosceles right triangle with $AB=AC=3$ . Let $M$ be the midpoint of hypotenuse $\overline{BC}$ . Points $I$ and $E$ lie on sides $\overline{AC}$ and $\overline{AB}$ , respectively, so that $AI>AE$ and $AIME$ is a cyclic quadrilateral. Given that triangle $EMI$ has area $2$ , the length $CI$ can be written as $\frac{a-\sqrt{b}}{c}$ , where $a$ $b$ , and $c$ are positive integers and $b$ is not divisible by the square of any prime. What is the value of $a+b+c$
$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }11 \qquad \textbf{(D) }12 \qquad \textbf{(E) }13 \qquad$
|
Observe that $\triangle{EMI}$ is isosceles right ( $M$ is the midpoint of diameter arc $EI$ since $m\angle MEI = m\angle MAI = 45^\circ$ ), so $MI=2,MC=\frac{3}{\sqrt{2}}$ . With $\angle{MCI}=45^\circ$ , we can use Law of Cosines to determine that $CI=\frac{3\pm\sqrt{7}}{2}$ . The same calculations hold for $BE$ also, and since $CI<BE$ , we deduce that $CI$ is the smaller root, giving the answer of $\boxed{12}$
| 12
|
4,192
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_20
| 3
|
Triangle $ABC$ is an isosceles right triangle with $AB=AC=3$ . Let $M$ be the midpoint of hypotenuse $\overline{BC}$ . Points $I$ and $E$ lie on sides $\overline{AC}$ and $\overline{AB}$ , respectively, so that $AI>AE$ and $AIME$ is a cyclic quadrilateral. Given that triangle $EMI$ has area $2$ , the length $CI$ can be written as $\frac{a-\sqrt{b}}{c}$ , where $a$ $b$ , and $c$ are positive integers and $b$ is not divisible by the square of any prime. What is the value of $a+b+c$
$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }11 \qquad \textbf{(D) }12 \qquad \textbf{(E) }13 \qquad$
|
Like above, notice that $\triangle{EMI}$ is isosceles and right, which means that $\dfrac{ME \cdot MI}{2} = 2$ , so $MI^2=4$ and $MI = 2$ . Then construct $\overline{MF}\perp\overline{AB}$ and $\overline{MG}\perp\overline{AC}$ as well as $\overline{MI}$ . It's clear that $MG^2+GI^2 = MI^2$ by Pythagorean, so knowing that $MG = \dfrac{AB}{2} = \dfrac{3}{2}$ allows one to solve to get $GI = \dfrac{\sqrt{7}}{2}$ . By just looking at the diagram, $CI=AC-MF-GI=\dfrac{3-\sqrt{7}}{2}$ . The answer is thus $3+7+2=\boxed{12}$
| 12
|
4,193
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_20
| 4
|
Triangle $ABC$ is an isosceles right triangle with $AB=AC=3$ . Let $M$ be the midpoint of hypotenuse $\overline{BC}$ . Points $I$ and $E$ lie on sides $\overline{AC}$ and $\overline{AB}$ , respectively, so that $AI>AE$ and $AIME$ is a cyclic quadrilateral. Given that triangle $EMI$ has area $2$ , the length $CI$ can be written as $\frac{a-\sqrt{b}}{c}$ , where $a$ $b$ , and $c$ are positive integers and $b$ is not divisible by the square of any prime. What is the value of $a+b+c$
$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }11 \qquad \textbf{(D) }12 \qquad \textbf{(E) }13 \qquad$
|
Let $A$ lie on $(0,0)$ $E$ on $(0,y)$ $I$ on $(x,0)$ , and $M$ on $\left(\frac{3}{2},\frac{3}{2}\right)$ . Since ${AIME}$ is cyclic, $\angle EMI$ (which is opposite of another right angle) must be a right angle; therefore, $\overrightarrow{ME} \cdot \overrightarrow{MI} = \left<\frac{-3}{2}, y-\frac{3}{2}\right> \cdot \left<x-\frac{3}{2}, -\frac{3}{2}\right> = 0$ . Compute the dot product to arrive at the relation $y=3-x$ . We can set up another equation involving the area of $\triangle EMI$ using the Shoelace Theorem . This is \[2=\frac{1}{2}\left[\frac{3}{2}\left(y-\frac{3}{2}\right)-xy+\frac{3}{2}\left(x+\frac{3}{2}\right)\right].\] Multiplying, substituting $3-x$ for $y$ , and simplifying, we get $x^2 -3x + \frac{1}{2}=0$ . Thus, $(x,y)=\left(\frac{3 \pm \sqrt{7}}{2},\frac{3 \mp \sqrt{7}}{2}\right)$ . But $AI>AE$ , meaning $x=AI=\frac{3 + \sqrt{7}}{2}$ and $CI = 3-\frac{3 + \sqrt{7}}{2}=\frac{3 - \sqrt{7}}{2}$ , and the final answer is $3+7+2=\boxed{12}$
| 12
|
4,194
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_20
| 5
|
Triangle $ABC$ is an isosceles right triangle with $AB=AC=3$ . Let $M$ be the midpoint of hypotenuse $\overline{BC}$ . Points $I$ and $E$ lie on sides $\overline{AC}$ and $\overline{AB}$ , respectively, so that $AI>AE$ and $AIME$ is a cyclic quadrilateral. Given that triangle $EMI$ has area $2$ , the length $CI$ can be written as $\frac{a-\sqrt{b}}{c}$ , where $a$ $b$ , and $c$ are positive integers and $b$ is not divisible by the square of any prime. What is the value of $a+b+c$
$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }11 \qquad \textbf{(D) }12 \qquad \textbf{(E) }13 \qquad$
|
From $AIME$ cyclic we get $\angle{MEI} = \angle{MAI} = 45^\circ$ and $\angle{MIE} = \angle{MAE} = 45^\circ$ , so $\triangle{EMI}$ is an isosceles right triangle.
From $[EMI]=2$ we get $EM=MI=2$
Notice $\triangle{AEM} \cong \triangle{CIM}$ , because $\angle{AEM}=180-\angle{AIM}=\angle{CIM}$ $EM=IM$ , and $\angle{EAM}=\angle{ICM}=45^\circ$
Let $CI=AE=x$ , so $AI=3-x$
By Pythagoras on $\triangle{EAI}$ we have $x^2+(3-x)^2=EI^2=8$ , and solve this to get $x=CI=\dfrac{3-\sqrt{7}}{2}$ for a final answer of $3+7+2=\boxed{12}$
| 12
|
4,195
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_20
| 6
|
Triangle $ABC$ is an isosceles right triangle with $AB=AC=3$ . Let $M$ be the midpoint of hypotenuse $\overline{BC}$ . Points $I$ and $E$ lie on sides $\overline{AC}$ and $\overline{AB}$ , respectively, so that $AI>AE$ and $AIME$ is a cyclic quadrilateral. Given that triangle $EMI$ has area $2$ , the length $CI$ can be written as $\frac{a-\sqrt{b}}{c}$ , where $a$ $b$ , and $c$ are positive integers and $b$ is not divisible by the square of any prime. What is the value of $a+b+c$
$\textbf{(A) }9 \qquad \textbf{(B) }10 \qquad \textbf{(C) }11 \qquad \textbf{(D) }12 \qquad \textbf{(E) }13 \qquad$
|
Let $CI=a$ $BE=b$ . Because opposite angles in a cyclic quadrilateral are supplementary, we have $\angle EMI=90^{\circ}$ . By the law of cosines, we have $MI^2=a^2+\frac{9}{4}-\frac{3}{2}a$ , and $ME^2=b^2+\frac{9}{4}-\frac{3}{2}b$ . Notice that $EI=2MO$ , where $O$ is the origin of the circle mentioned in the problem. Thus $\frac{2MO*MO}{2}=2\implies MO=\sqrt{2}, EI=2\sqrt{2}$ . By the Pythagorean Theorem, we have $ME^2+MI^2=EI^2\implies a^2+\frac{9}{4}-\frac{3}{2}a+b^2+\frac{9}{4}-\frac{3}{2}b=(2\sqrt{2})^2=8$ . By the Pythagorean Theorem, we have $AE^2+AI^2=EI^2\implies (3-a)^2+(3-b)^2=(2\sqrt{2})^2=8\implies 18-6a-6b+a^2+b^2=8$ . Thus we have $18-6a-6b+a^2+b^2=a^2+\frac{9}{4}-\frac{3}{2}a+b^2+\frac{9}{4}-\frac{3}{2}b\implies 18-6a-6b=\frac{9}{2}-\frac{3}{2}a-\frac{3}{2}b\implies \frac{27}{2}$ $=\frac{9}{2}a+\frac{9}{2}b\implies a+b=3\implies 3-b=a$ . We know that \begin{align*} (3-a)^2+(3-b)^2&=8 \\ (3-a)^2+a^2&=8 \\ 2a^2-6a+9&=8 \\ 2a^2-6a+1&=0 \\ a&=\frac{6\pm \sqrt{36-8}}{2}=\frac{3\pm\sqrt{7}}{2}. \end{align*} We take the smaller solution because we have $AI>AE\implies 3-AI<3-AE\implies CI<CE$ , and we want $CI$ , not $CE$ , thus $CI=\frac{3-\sqrt{7}}{2}$ . Thus our final answer is $3+7+2=\boxed{12}$
| 12
|
4,196
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_22
| 1
|
The solutions to the equations $z^2=4+4\sqrt{15}i$ and $z^2=2+2\sqrt 3i,$ where $i=\sqrt{-1},$ form the vertices of a parallelogram in the complex plane. The area of this parallelogram can be written in the form $p\sqrt q-r\sqrt s,$ where $p,$ $q,$ $r,$ and $s$ are positive integers and neither $q$ nor $s$ is divisible by the square of any prime number. What is $p+q+r+s?$
$\textbf{(A) } 20 \qquad \textbf{(B) } 21 \qquad \textbf{(C) } 22 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 24$
|
We solve each equation separately:
Note that the problem is equivalent to finding the area of a parallelogram with consecutive vertices $(x_1,y_1)=\left(\sqrt{10}, \sqrt{6}\right),(x_2,y_2)=\left(\sqrt{3},1\right),(x_3,y_3)=\left(-\sqrt{10},-\sqrt{6}\right),$ and $(x_4,y_4)=\left(-\sqrt{3}, -1\right)$ in the coordinate plane. By the Shoelace Theorem, the area we seek is \[\frac{1}{2} \left|(x_1y_2 + x_2y_3 + x_3y_4 + x_4y_1) - (y_1x_2 + y_2x_3 + y_3x_4 + y_4x_1)\right| = 6\sqrt2-2\sqrt{10},\] so the answer is $6+2+2+10=\boxed{20}.$
| 20
|
4,197
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_22
| 2
|
The solutions to the equations $z^2=4+4\sqrt{15}i$ and $z^2=2+2\sqrt 3i,$ where $i=\sqrt{-1},$ form the vertices of a parallelogram in the complex plane. The area of this parallelogram can be written in the form $p\sqrt q-r\sqrt s,$ where $p,$ $q,$ $r,$ and $s$ are positive integers and neither $q$ nor $s$ is divisible by the square of any prime number. What is $p+q+r+s?$
$\textbf{(A) } 20 \qquad \textbf{(B) } 21 \qquad \textbf{(C) } 22 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 24$
|
We solve each equation separately:
We continue with the last paragraph of Solution 1 to get the answer $\boxed{20}.$
| 20
|
4,198
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_22
| 3
|
The solutions to the equations $z^2=4+4\sqrt{15}i$ and $z^2=2+2\sqrt 3i,$ where $i=\sqrt{-1},$ form the vertices of a parallelogram in the complex plane. The area of this parallelogram can be written in the form $p\sqrt q-r\sqrt s,$ where $p,$ $q,$ $r,$ and $s$ are positive integers and neither $q$ nor $s$ is divisible by the square of any prime number. What is $p+q+r+s?$
$\textbf{(A) } 20 \qquad \textbf{(B) } 21 \qquad \textbf{(C) } 22 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 24$
|
Let $z_1$ and $z_2$ be the solutions to the equation $z^2=4+4\sqrt{15}i,$ and $z_3$ and $z_4$ be the solutions to the equation $z^2=2+2\sqrt 3i.$ Clearly, $z_1$ and $z_2$ are opposite complex numbers, so are $z_3$ and $z_4.$ This solution refers to the results of De Moivre's Theorem in Solution 2.
From Solution 2, let $z_1=4\operatorname{cis}\phi$ for some $0<\phi<\frac{\pi}{4}.$ It follows that $z_2=4\operatorname{cis}(\phi+\pi).$ On the other hand, we have $z_3=2\operatorname{cis}\frac{\pi}{6}$ and $z_4=2\operatorname{cis}\frac{7\pi}{6}$ without the loss of generality. Since $\tan(2\phi)>\tan\frac{\pi}{3},$ we deduce that $2\phi>\frac{\pi}{3},$ from which $\phi>\frac{\pi}{6}.$
In the complex plane, the positions of $z_1,z_2,z_3,$ and $z_4$ are shown below: [asy] /* Made by MRENTHUSIASM */ size(200); int xMin = -5; int xMax = 5; int yMin = -5; int yMax = 5; int numRays = 24; //Draws a polar grid that goes out to a number of circles //equal to big, with numRays specifying the number of rays: void polarGrid(int big, int numRays) { for (int i = 1; i < big+1; ++i) { draw(Circle((0,0),i), gray+linewidth(0.4)); } for(int i=0;i<numRays;++i) draw(rotate(i*360/numRays)*((-big,0)--(big,0)), gray+linewidth(0.4)); } //Draws the horizontal gridlines void horizontalLines() { for (int i = yMin+1; i < yMax; ++i) { draw((xMin,i)--(xMax,i), mediumgray+linewidth(0.4)); } } //Draws the vertical gridlines void verticalLines() { for (int i = xMin+1; i < xMax; ++i) { draw((i,yMin)--(i,yMax), mediumgray+linewidth(0.4)); } } horizontalLines(); verticalLines(); polarGrid(xMax,numRays); draw((xMin,0)--(xMax,0),black+linewidth(1.5),EndArrow(5)); draw((0,yMin)--(0,yMax),black+linewidth(1.5),EndArrow(5)); label("Re",(xMax,0),(2,0)); label("Im",(0,yMax),(0,2)); pair Z1, Z2, Z3, Z4; Z1 = (sqrt(10),sqrt(6)); Z2 = (-sqrt(10),-sqrt(6)); Z3 = (sqrt(3),1); Z4 = (-sqrt(3),-1); label("$z_1$", Z1, dir(Z1), UnFill); label("$z_2$", Z2, dir(Z2), UnFill); label("$z_3$", Z3, (0.75,-0.75), UnFill); label("$z_4$", Z4, (-0.75,0.75), UnFill); draw(Z1--Z3--Z2--Z4--cycle,red); dot(Z1, linewidth(3.5)); dot(Z2, linewidth(3.5)); dot(Z3, linewidth(3.5)); dot(Z4, linewidth(3.5)); [/asy] Note that the diagonals of every parallelogram partition the shape into four triangles with equal areas. Therefore, to find the area of the parallelogram with vertices $z_1,z_2,z_3,$ and $z_4,$ we find the area of the triangle with vertices $0,z_1,$ and $z_3,$ then multiply by $4.$
Recall that $|z_1|=4, |z_2|=2, \sin\phi=\frac{\sqrt6}{4},$ and $\cos\phi=\frac{\sqrt{10}}{4}$ from Solution 2. The area of the parallelogram is \begin{align*} 4\cdot\left[\frac12\cdot|z_1|\cdot|z_3|\cdot\sin\left(\phi-\frac{\pi}{6}\right)\right] &= 16\sin\left(\phi-\frac{\pi}{6}\right) \\ &= 16\left[\sin\phi\cos\frac{\pi}{6}-\cos\phi\sin\frac{\pi}{6}\right] \\ &= 16\left[\frac{\sqrt3}{2}\sin\phi-\frac12\cos\phi\right] \\ &= 6\sqrt2-2\sqrt{10}, \end{align*} so the answer is $6+2+2+10=\boxed{20}.$
| 20
|
4,199
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_22
| 4
|
The solutions to the equations $z^2=4+4\sqrt{15}i$ and $z^2=2+2\sqrt 3i,$ where $i=\sqrt{-1},$ form the vertices of a parallelogram in the complex plane. The area of this parallelogram can be written in the form $p\sqrt q-r\sqrt s,$ where $p,$ $q,$ $r,$ and $s$ are positive integers and neither $q$ nor $s$ is divisible by the square of any prime number. What is $p+q+r+s?$
$\textbf{(A) } 20 \qquad \textbf{(B) } 21 \qquad \textbf{(C) } 22 \qquad \textbf{(D) } 23 \qquad \textbf{(E) } 24$
|
Rather than thinking about this with complex numbers, notice that if we take two solutions and think of them as vectors, the area of the parallelogram they form is half the desired area. Also, notice that the area of a parallelogram is $ab\sin \theta$ where $a$ and $b$ are the side lengths.
The side lengths are easily found since we are given the squares of $z$ . Thus, the magnitude of $z$ in the first equation is just $\sqrt{16} = 4$ and in the second equation is just $\sqrt{4} = 2$ . Now, we need $\sin \theta$
To find $\theta$ , think about what squaring is in complex numbers. The angle between the squares of the two solutions is twice the angle between the two solutions themselves. In addition, we can find $\cos$ of this angle by taking the dot product of those two complex numbers and dividing by their magnitudes. The vectors are $\Bigl\langle 4, 4\sqrt{15}\Bigr\rangle$ and $\Bigl\langle 2, 2\sqrt{3}\Bigr\rangle$ , so their dot product is $8 + 24\sqrt{5}$ . Dividing by the magnitudes yields: $\dfrac{8+24\sqrt{5}}{4 \cdot 16} = \dfrac{1 + 3\sqrt{5}}{8}$ . This is $\cos 2\theta$ , and recall the identity $\cos 2\theta = 1 - 2\sin^2 \theta$ . This means that $\sin^2 \theta = \dfrac{7 - 3\sqrt{5}}{16}$ , so $\sin \theta = \dfrac{\sqrt{7- 3\sqrt{5}}}{4}$ . Now, notice that $\sqrt{7- 3\sqrt{5}} = \dfrac{3\sqrt{2}-\sqrt{10}}{2}$ (which is not too hard to discover) so $\sin \theta = \dfrac{3\sqrt{2}-\sqrt{10}}{8}$ . Finally, putting everything together yields: $2\cdot 4 \cdot \dfrac{3\sqrt{2}-\sqrt{10}}{8} = 3\sqrt{2} - \sqrt{10}$ as the area of the parallelogram found by treating two of the solutions as vectors. However, drawing a picture out shows that we actually want twice this (each fourth of the parallelogram from the problem is one half of the parallelogram whose area was found above) so the desired area is actually $6\sqrt{2} - 2\sqrt{10}$ . Then, the answer is $\boxed{20}$
| 20
|
4,200
|
https://artofproblemsolving.com/wiki/index.php/2018_AMC_12A_Problems/Problem_23
| 1
|
In $\triangle PAT,$ $\angle P=36^{\circ},$ $\angle A=56^{\circ},$ and $PA=10.$ Points $U$ and $G$ lie on sides $\overline{TP}$ and $\overline{TA},$ respectively, so that $PU=AG=1.$ Let $M$ and $N$ be the midpoints of segments $\overline{PA}$ and $\overline{UG},$ respectively. What is the degree measure of the acute angle formed by lines $MN$ and $PA?$
$\textbf{(A) } 76 \qquad \textbf{(B) } 77 \qquad \textbf{(C) } 78 \qquad \textbf{(D) } 79 \qquad \textbf{(E) } 80$
|
Let $P$ be the origin, and $PA$ lie on the $x$ -axis.
We can find $U=\left(\cos(36), \sin(36)\right)$ and $G=\left(10-\cos(56), \sin(56)\right)$
Then, we have $M=(5, 0)$ and $N$ is the midpoint of $U$ and $G$ , or $\left(\frac{10+\cos(36)-\cos(56)}{2}, \frac{\sin(36)+\sin(56)}{2}\right)$
Notice that the tangent of our desired points is the the absolute difference between the $y$ -coordinates of the two points divided by the absolute difference between the $x$ -coordinates of the two points.
This evaluates to \[\frac{\sin(36)+\sin(56)}{\cos(36)-\cos(56)}\] Now, using sum to product identities, we have this equal to \[\frac{2\sin(46)\cos(10)}{-2\sin(46)\sin({-10})}=\frac{\sin(80)}{\cos(80)}=\tan(80)\] so the answer is $\boxed{80}.$
| 80
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.