problem
stringlengths
21
2.65k
level
stringclasses
6 values
solution
stringlengths
55
5.51k
type
stringclasses
5 values
One of the five faces of the triangular prism shown here will be used as the base of a new pyramid. The numbers of exterior faces, vertices and edges of the resulting shape (the fusion of the prism and pyramid) are added. What is the maximum value of this sum? [asy] draw((0,0)--(9,12)--(25,0)--cycle); draw((9,12)--(12,14)--(28,2)--(25,0)); draw((12,14)--(3,2)--(0,0),dashed); draw((3,2)--(28,2),dashed); [/asy]
Level 5
The original prism has 5 faces, 9 edges, and 6 vertices. If the new pyramid is added to a triangular face, it will cover one of these faces while adding 1 new vertex, 3 new edges, and 3 new faces. If instead the new pyramid is added to a quadrilateral face, it will cover one of these faces while adding 1 new vertex, 4 new edges, and 4 new faces. So, we maximize the sum by adding a pyramid to a quadrilateral face. This gives us a solid with $5-1+4 = 8$ faces, $9+4=13$ edges, and $6 + 1 = 7$ vertices. The sum of these is $\boxed{28}$.
Geometry
Let $a,b,c$ be the roots of $x^3-9x^2+11x-1=0$, and let $s=\sqrt{a}+\sqrt{b}+\sqrt{c}$. Find $s^4-18s^2-8s$.
Level 4
By Vieta's Formulas, we have $a + b + c = 9$, $ab + ac + bc = 11$, and $abc = 1$, so $\sqrt{abc} = 1$. (Note that the roots $a$, $b$, and $c$ are positive.) We have \[s^2 = a + b + c + 2 \sqrt{ab} + 2 \sqrt{ac} + 2 \sqrt{bc} = 9 + 2(\sqrt{ab} + \!\sqrt{ac} + \!\sqrt{bc}),\]so $s^2 - 9 = 2(\sqrt{ab} + \!\sqrt{ac} + \!\sqrt{bc})$. Squaring, we get \begin{align*} s^4 - 18s^2 + 81 &= 4(ab + ac + bc + 2 \sqrt{ab} \sqrt{ac} + 2 \sqrt{ab} \sqrt{bc} + 2 \sqrt{ac} \sqrt{bc}) \\ &= 4[ab + ac + bc + 2 \sqrt{abc} (\sqrt{a} + \!\sqrt{b} + \!\sqrt{c})] = 4(11 + 2s) = 44 + 8s, \end{align*}so $s^4 - 18s^2 - 8s + 37 = 0$. Therefore, $s^4 - 18s^2 - 8s = \boxed{-37}$.
Intermediate Algebra
Let $a_0 = 2,$ $b_0 = 3,$ and \[a_{n + 1} = \frac{a_n^2}{b_n} \quad \text{and} \quad b_{n + 1} = \frac{b_n^2}{a_n}\]for all $n \ge 0.$ Then $b_8 = \frac{3^m}{2^n}$ for some integers $m$ and $n.$ Enter the ordered pair $(m,n).$
Level 5
We re-write the given recursion as \[a_n = \frac{a_{n - 1}^2}{b_{n - 1}}, \quad b_n = \frac{b_{n - 1}^2}{a_{n - 1}}.\]Then \[a_n b_n = \frac{a_{n - 1}^2}{b_n} \cdot \frac{b_{n - 1}^2}{a_n} = a_{n - 1} b_{n - 1}.\]Solving for $a_{n - 1}$ in $b_n = \frac{b_{n - 1}^2}{a_{n - 1}},$ we find $a_{n - 1} = \frac{b_{n - 1}^2}{b_n}.$ Then $a_n = \frac{b_n^2}{b_{n + 1}}.$ Substituting into the equation above, we get \[\frac{b_n^2}{b_{n - 1}} \cdot b_n = \frac{b_{n - 1}^2}{b_{n + 1}} \cdot b_{n - 1}.\]Isolating $b_{n + 1},$ we find \[b_{n + 1} = \frac{b_{n - 1}^4}{b_n^3}.\]We know that $b_0 = 3$ and $b_1 = \frac{b_0^2}{a_0} = \frac{9}{2}.$ Let \[b_n = \frac{3^{s_n}}{2^{t_n}}.\]Then $s_0 = 1,$ $s_1 = 2,$ $t_0 = 0,$ and $t_1 = 1.$ From the equation $b_{n + 1} = \frac{b_{n - 1}^4}{b_n^3},$ \[\frac{3^{s_{n + 1}}}{2^{t_{n + 1}}} = \frac{\left( \dfrac{3^{s_n}}{2^{t_n}} \right)^4}{\left( \dfrac{3^{s_{n - 1}}}{2^{t_{n - 1}}} \right)^3} = \frac{3^{4s_n - 3s_{n - 1}}}{2^{4t_n - 3t_{n - 1}}},\]so $s_{n + 1} = 4s_n - 3s_{n - 1}$ and $t_{n + 1} = 4t_n - 3t_{n - 1}.$ We can then use these equations to crank out the first few terms with a table: \[ \begin{array}{c|c|c} n & s_n & t_n \\ \hline 0 & 1 & 0 \\ 1 & 2 & 1 \\ 2 & 5 & 4 \\ 3 & 14 & 13 \\ 4 & 41 & 40 \\ 5 & 122 & 121 \\ 6 & 365 & 364 \\ 7 & 1094 & 1093 \\ 8 & 3281 & 3280 \end{array} \]Hence, $(m,n) = \boxed{(3281,3280)}.$
Intermediate Algebra
A triangle is made of wood sticks of lengths 8, 15 and 17 inches joined end-to-end. Pieces of the same integral length are cut from each of the sticks so that the three remaining pieces can no longer form a triangle. How many inches are in the length of the smallest piece that can be cut from each of the three sticks to make this happen?
Level 4
Our current triangle lengths are 8, 15, and 17. Let us say that $x$ is the length of the piece that we cut from each of the three sticks. Then, our lengths will be $8 - x,$ $15 - x,$ and $17 - x.$ These lengths will no longer form a triangle when the two shorter lengths added together is shorter than or equal to the longest length. In other words, $(8 - x) + (15 - x) \leq (17 - x).$ Then, we have $23 - 2x \leq 17 - x,$ so $6 \leq x.$ Therefore, the length of the smallest piece that can be cut from each of the three sticks is $\boxed{6}$ inches.
Geometry
Quadrilateral $ABCD$ has right angles at $B$ and $D$, and $AC=3$. If $ABCD$ has two sides with distinct integer lengths, then what is the area of $ABCD$? Express your answer in simplest radical form.
Level 5
Triangles $\triangle ABC$ and $\triangle ADC$ are both right and share hypotenuse $AC$, which has length $3$. Thus we have $$AB^2+BC^2 = AD^2+DC^2 = 3^2 = 9.$$The only possible integer values for $AB,$ $BC,$ $AD,$ or $DC$ are $1$ and $2$. Thus we may assume that one leg of $\triangle ABC$ has length $1$ and one leg of $\triangle ADC$ has length $2$ (it doesn't matter if the labels $B$ and $D$ have to be swapped to make this true). If one leg of $\triangle ABC$ has length $1,$ then the other leg has length $\sqrt{3^2-1^2} = \sqrt{8} = 2\sqrt{2}$. If one leg of $\triangle ADC$ has length $2,$ then the other leg has length $\sqrt{3^2-2^2}= \sqrt{5}$. Thus, quadrilateral $ABCD$ is divided by its diagonal $AC$ into right triangles of area $\frac{1\cdot2\sqrt 2}{2}=\sqrt 2$ and $\frac{2\cdot\sqrt 5}{2}=\sqrt 5$. So, the area of quadrilateral $ABCD$ is $\boxed{\sqrt 2+\sqrt 5}$.
Geometry
Compute $\sin 270^\circ$.
Level 2
Rotating the point $(1,0)$ about the origin by $270^\circ$ counterclockwise gives us the point $(0,-1)$, so $\sin 270^\circ = \boxed{-1}$.
Geometry
An isosceles, obtuse triangle has one angle with a degree measure that is 50$\%$ larger than the measure of a right angle. What is the measure, in degrees, of one of the two smallest angles in the triangle? Express your answer as a decimal to the nearest tenth.
Level 1
An angle with measure $50\%$ larger than the measure of a right angle has measure $\frac{3}{2}\cdot 90^{\circ}=135^{\circ}$. Thus the other two angles have a combined measure of $45^{\circ}$. Each one has a measure of $$\frac{45^{\circ}}{2}=\boxed{22.5^{\circ}}.$$
Geometry
The graph of $y = f(x)$ is shown below. [asy] unitsize(0.5 cm); real func(real x) { real y; if (x >= -3 && x <= 0) {y = -2 - x;} if (x >= 0 && x <= 2) {y = sqrt(4 - (x - 2)^2) - 2;} if (x >= 2 && x <= 3) {y = 2*(x - 2);} return(y); } int i, n; for (i = -5; i <= 5; ++i) { draw((i,-5)--(i,5),gray(0.7)); draw((-5,i)--(5,i),gray(0.7)); } draw((-5,0)--(5,0),Arrows(6)); draw((0,-5)--(0,5),Arrows(6)); label("$x$", (5,0), E); label("$y$", (0,5), N); draw(graph(func,-3,3),red); label("$y = f(x)$", (3,-2), UnFill); [/asy] Which is the graph of $y = |f(x)|$? [asy] unitsize(0.5 cm); picture[] graf; int i, n; real func(real x) { real y; if (x >= -3 && x <= 0) {y = -2 - x;} if (x >= 0 && x <= 2) {y = sqrt(4 - (x - 2)^2) - 2;} if (x >= 2 && x <= 3) {y = 2*(x - 2);} return(y); } real funca(real x) { return(func(abs(x))); } real funcb(real x) { real y = max(0,func(x)); return(y); } real funcd(real x) { return(abs(func(x))); } real funce(real x) { return(abs(func(-x))); } for (n = 1; n <= 5; ++n) { graf[n] = new picture; for (i = -5; i <= 5; ++i) { draw(graf[n],(i,-5)--(i,5),gray(0.7)); draw(graf[n],(-5,i)--(5,i),gray(0.7)); } draw(graf[n],(-5,0)--(5,0),Arrows(6)); draw(graf[n],(0,-5)--(0,5),Arrows(6)); label(graf[n],"$x$", (5,0), E); label(graf[n],"$y$", (0,5), N); } draw(graf[1],graph(funca,-3,3),red); draw(graf[2],graph(funcb,-3,3),red); draw(graf[3],reflect((0,0),(0,1))*graph(func,-3,3),red); draw(graf[4],graph(funcd,-3,3),red); draw(graf[5],graph(funce,-3,3),red); label(graf[1], "A", (0,-6)); label(graf[2], "B", (0,-6)); label(graf[3], "C", (0,-6)); label(graf[4], "D", (0,-6)); label(graf[5], "E", (0,-6)); add(graf[1]); add(shift((12,0))*(graf[2])); add(shift((24,0))*(graf[3])); add(shift((6,-12))*(graf[4])); add(shift((18,-12))*(graf[5])); [/asy] Enter the letter of the graph of $y = |f(x)|.$
Level 1
If $f(x) \ge 0,$ then $|f(x)| = f(x).$ And if $f(x) < 0,$ then $|f(x)| = -f(x).$ Thus, the graph of $y = |f(x)|$ is obtained by taking the graph of $y = f(x),$ and reflecting everything below the $x$-axis about the $x$-axis. The correct graph is $\boxed{\text{D}}.$
Intermediate Algebra
Points $A$, $B$, $C$, and $T$ are in space such that each of $\overline{TA}$, $\overline{TB}$, and $\overline{TC}$ is perpendicular to the other two. If $TA = TB = 12$ and $TC = 6$, then what is the distance from $T$ to face $ABC$?
Level 5
[asy] import three; triple A = (4,8,0); triple B= (4,0,0); triple C = (0,0,0); triple D = (0,8,0); triple P = (4,8,6); draw(B--P--D--A--B); draw(A--P); draw(B--D,dashed); label("$T$",A,S); label("$B$",B,W); label("$C$",D,E); label("$A$",P,N); label("$M$",(P+B)/2,NW); draw(D--((P+B)/2),dashed); [/asy] We can think of $TAB$ as the base of the pyramid, and $\overline{CT}$ as the height from apex $C$ to the base, since $\overline{CT}$ is perpendicular to face $ABT$. The area of right triangle $ABT$ is $(12)(12)/2 = 72$ square units, so the volume of the pyramid is $\frac13([ABT])(CT) = \frac13(72)(6) = 144$ cubic units. Letting the distance from $T$ to face $ABC$ be $h$, the volume of $TABC$ can also be expressed as $\frac{h}{3}([ABC])$, so $\frac{h}{3}([ABC]) = 144$, from which we have \[h = \frac{432}{[ABC]}.\]Applying the Pythagorean Theorem to triangles $TAB$, $TAC$, and $TBC$, we have \begin{align*} AB&= 12\sqrt{2},\\ AC &= BC = \sqrt{12^2 + 6^2} = \sqrt{6^2(2^2 + 1^2)} = 6\sqrt{5}. \end{align*}Therefore, $\triangle ABC$ is isosceles. Altitude $\overline{CM}$ of $\triangle ABC$ bisects $\overline{AB}$, so we have $AM = 6\sqrt{2}$. Applying the Pythagorean Theorem to $\triangle ACM$ gives us $CM = 6\sqrt{3}$, so \[[ABC] = \frac{(AB)(CM)}{2} = 36\sqrt{6}.\]Substituting this into our equation for $h$ above, we have \[h = \frac{432}{[ABC]} = \frac{432}{36\sqrt{6}} = \frac{36\cdot 12}{36\sqrt{6}} = \frac{12}{\sqrt{6}} = \boxed{2\sqrt{6}}.\]
Geometry
Let $r,$ $s,$ and $t$ be the roots of the equation $x^3 - 20x^2 + 18x - 7 = 0.$ Find the value of $(1+r)(1+s)(1+t).$
Level 3
Expanding, we have \[(1+r)(1+s)(1+t) = 1 + (r+s+t) + (rs+st+tr) + rst.\]By Vieta's formulas, this comes out to \[1 + 20 + 18 + 7 = \boxed{46}.\]
Intermediate Algebra
A large sphere has a volume of $288\pi$ cubic units. A smaller sphere has a volume which is $12.5\%$ of the volume of the larger sphere. What is the ratio of the radius of the smaller sphere to the radius of the larger sphere? Express your answer as a common fraction.
Level 3
We know that the two spheres are similar (in the same sense that triangles are similar) because corresponding parts are in proportion. We will prove that for two spheres that are similar in the ratio $1:k$, their volumes have the ratio $1:k^3$. Let the radius of the first sphere be $r$, so the radius of the other sphere is $kr$. The volume of the first sphere is $\frac{4}{3}\pi r^3$ and the volume of the second sphere is $\frac{4}{3}\pi (kr)^3$. The ratio between the two volumes is \[\frac{\frac{4}{3}\pi r^3}{\frac{4}{3}\pi (kr)^3}=\frac{r^3}{k^3r^3}=\frac{1}{k^3}\] Thus, the ratio of the volumes of the two spheres is $1:k^3$. In this problem, since the smaller sphere has $12.5\%=\frac{1}{8}$ of the volume of the larger sphere, the radius is $\sqrt[3]{\frac{1}{8}}=\frac{1}{2}$ that of the larger sphere. Thus, the ratio between the two radii is $\boxed{\frac{1}{2}}$. (In general, the ratio of the volumes of two similar 3-D shapes is the cube of the ratio of the lengths of corresponding sides.)
Geometry
What is the radius of the circle inscribed in triangle $ABC$ if $AB = 22, AC=12,$ and $BC=14$? Express your answer in simplest radical form.
Level 4
Let $r$ be the radius of the inscribed circle. Let $s$ be the semiperimeter of the triangle, that is, $s=\frac{AB+AC+BC}{2}=24$. Let $K$ denote the area of $\triangle ABC$. Heron's formula tells us that \begin{align*} K &= \sqrt{s(s-AB)(s-AC)(s-BC)} \\ &= \sqrt{24\cdot 2\cdot 12\cdot 10} \\ &= \sqrt{24^2\cdot 10} \\ &= 24\sqrt{10}. \end{align*}The area of a triangle is equal to its semiperimeter multiplied by the radius of its inscribed circle ($K=rs$), so we have $$24\sqrt{10} = r\cdot 24,$$which yields the radius $r=\boxed{\sqrt{10}}$.
Geometry
The lengths of the sides of a non-degenerate triangle are $x$, 13 and 37 units. How many integer values of $x$ are possible?
Level 3
By the triangle inequality, \begin{align*} x + 13 &> 37, \\ x + 37 &> 13, \\ 13 + 37 &> x, \end{align*} which tell us that $x > 24$, $x > -24$, and $x < 50$. Hence, the possible values of $x$ are $25, 26, \dots, 49$, for a total of $49 - 25 + 1 = \boxed{25}$.
Geometry
Circles $A,B$, and $C$ are externally tangent to each other and internally tangent to circle $D$. Circles $B$ and $C$ are congruent. Circle $A$ has radius 1 and passes through the center of $D$. What is the radius of circle $B$? [asy]unitsize(1cm); pair A,B,C,D; A=(-1,0); B=(0.66,0.88); C=(0.66,-0.88); D=(0,0); draw(Circle(A,1),linewidth(0.7)); draw(Circle(B,0.88),linewidth(0.7)); draw(Circle(C,0.88),linewidth(0.7)); draw(Circle(D,2),linewidth(0.7)); label("$A$",A,A); label("$B$",B,B); label("$C$",C,C); label("$D$",(-1.2,1.6),NW); [/asy]
Level 5
Let $E,H$, and $F$ be the centers of circles $A,B$, and $D$, respectively, and let $G$ be the point of tangency of circles $B$ and $C$. Let $x=FG$ and $y=GH$. Since the center of circle $D$ lies on circle $A$ and the circles have a common point of tangency, the radius of circle $D$ is $2$, which is the diameter of circle $A$. Applying the Pythagorean Theorem to right triangles $EGH$ and $FGH$ gives \[ (1+y)^{2}= (1+x)^{2} + y^{2} \quad\text{and}\quad (2-y)^{2}= x^{2} + y^{2}, \] from which it follows that \[ y= x + \frac{x^2}{2} \quad\text{and}\quad y= 1 - \frac{x^2}{4}. \] The solutions of this system are $(x,y)=(2/3, 8/9)$ and $(x,y)=(-2, 0)$. The radius of circle $B$ is the positive solution for $y$, which is $\boxed{\frac{8}{9}}$. [asy]unitsize(2.2cm); pair A,B,C,D; A=(-1,0); B=(0.66,0.88); C=(0.66,-0.88); D=(0,0); draw(Circle(A,1),linewidth(0.7)); draw(Circle(B,0.88),linewidth(0.7)); draw(Circle(C,0.88),linewidth(0.7)); draw(Circle(D,2),linewidth(0.7)); label("$E$",A,W); label("$H$",B,N); label("$y$",(1,1.2),S); label("$y$",(0.66,0.44),E); label("$G$",(0.66,0),S); label("$y$",(0.2,0.6),N); label("$x$",(0.45,-0.1),S); draw((0,0)--(1.2,1.6),linewidth(0.7)); label(scale(0.7)*rotate(55)*"$2-y$",(0.33,0.44),E); label("1",(-0.8,0.2),N); label("1",(-0.7,0),S); draw((-1,0)--(0.66,0.88)--(0.66,0)--cycle,linewidth(0.7)); [/asy]
Geometry
Triangle $ABC$ has sides $\overline{AB}$, $\overline{BC}$, and $\overline{CA}$ of length 43, 13, and 48, respectively. Let $\omega$ be the circle circumscribed around $\triangle ABC$ and let $D$ be the intersection of $\omega$ and the perpendicular bisector of $\overline{AC}$ that is not on the same side of $\overline{AC}$ as $B$. The length of $\overline{AD}$ can be expressed as $m\sqrt{n}$, where $m$ and $n$ are positive integers and $n$ is not divisible by the square of any prime. Find the greatest integer less than or equal to $m + \sqrt{n}$.
Level 5
The perpendicular bisector of any chord of any circle passes through the center of that circle. Let $M$ be the midpoint of $\overline{AC}$, and $R$ be the length of the radius of $\omega$. By the Power of a Point Theorem, $MD \cdot (2R - MD) = AM \cdot MC = 24^2$ or $0 = MD^2 -2R\cdot MD 24^2$. By the Pythagorean Theorem, $AD^2 = MD^2 + AM^2 = MD^2 + 24^2$. Let's compute the circumradius $R$: By the Law of Cosines, $\cos B = \frac{AB^2 + BC^2 - CA^2}{2\cdot AB\cdot BC} = \frac{43^2 + 13^2 - 48^2}{2\cdot43\cdot13} = -\frac{11}{43}$. By the Law of Sines, $2R = \frac{AC}{\sin B} = \frac{48}{\sqrt{1 - \left(-\frac{11}{43}\right)^2}} = \frac{86}{\sqrt 3}$ so $R = \frac{43}{\sqrt 3}$. Now we can use this to compute $MD$ and thus $AD$. By the quadratic formula, $MD = \frac{2R + \sqrt{4R^2 - 4\cdot24^2}}{2} = \frac{43}{\sqrt 3} + \frac{11}{\sqrt3} = 18\sqrt{3}$. (We only take the positive sign because angle $B$ is obtuse so $\overline{MD}$ is the longer of the two segments into which the chord $\overline{AC}$ divides the diameter.) Then $AD^2 = MD^2 + 24^2 = 1548$ so $AD = 6\sqrt{43}$, and $12 < 6 + \sqrt{43} < 13$ so the answer is $\boxed{12}$.
Geometry
A frustum of a right circular cone is formed by cutting a small cone off of the top of a larger cone. If a particular frustum has an altitude of $24$ centimeters, the area of its lower base is $225\pi$ sq cm and the area of its upper base is $25\pi$ sq cm, what is the altitude of the small cone that was cut off? [asy]size(200); import three; defaultpen(linewidth(1)); currentprojection = orthographic(0,-3,0.5); pen dots = linetype("0 3") + linewidth(1); real h = 2.3, ratio = (91-24)/(171-24); picture p1, p2; /* p1 is left-hand picture */ triple A = (0,0,0), B = (0,0,h); draw(p1,(-1,0,0)..(0,-1,0)..(1,0,0)); draw(p1,(-1,0,0)..(0,1,0)..(1,0,0),dots); draw(p1,(-1,0,0)--B--(1,0,0)); add(p1); triple vlift = (0,0,0.5); path3 toparc1 = shift((0,0,h*(1-ratio)))*scale3(ratio)*((-1,0,0)..(0,1,0)..(1,0,0)), toparc2 = shift((0,0,h*(1-ratio)))*scale3(ratio)*((1,0,0)..(0,-1,0)..(-1,0,0)); draw(p2,(-1,0,0)..(0,-1,0)..(1,0,0)); draw(p2,(-1,0,0)..(0,1,0)..(1,0,0),dots); draw(p2,(-1,0,0)--ratio*(-1,0,0)+(1-ratio)*B^^ratio*(1,0,0)+(1-ratio)*B--(1,0,0)); draw(p2,shift(vlift)*(ratio*(-1,0,0)+(1-ratio)*B--B--ratio*(1,0,0)+(1-ratio)*B)); draw(p2,toparc1--toparc2); draw(p2,shift(vlift)*toparc1,dots); draw(p2,shift(vlift)*toparc2); draw(p2,shift(vlift)*((1-ratio)*B--B),linewidth(0.7)); dot(p2,shift(vlift)*((1-ratio)*B),linewidth(1.5)); label(p2,"frustum",(0,0,h/4)); label(p2,"$x$",(1-ratio/2)*B+vlift,SW); add(shift((3.4,0,0))*p2); [/asy]
Level 5
The two bases are circles, and the area of a circle is $\pi r^2$. If the area of the upper base (which is also the base of the small cone) is $25\pi$ sq cm, then its radius is $5$ cm, and the radius of the lower base is $15$ cm. The upper base, therefore, has a radius that is $\frac{1}{3}$ the size of the radius of the smaller base. Because the slope of the sides of a cone is uniform, the frustum must have been cut off $\frac{2}{3}$ of the way up the cone, so $x$ is $\frac13$ of the total height of the cone, $H$. We can now solve for $x$, because we know that the height of the frustum, $24$ cm is $\frac23$ of the total height. \begin{align*} \frac{2}{3}H&=24\\ H&=36\\ x&=H\times\frac{1}{3}\\ x&=36\times\frac{1}{3}\\ x&=12 \end{align*} Therefore, the height of the small cone is $\boxed{12}$ centimeters.
Geometry
Triangle $ABC$ with vertices $A(-2, 0)$, $B(1, 4)$ and $C(-3, 2)$ is reflected over the $y$-axis to form triangle $A'B'C'$. What is the length of a segment drawn from $C$ to $C'$?
Level 1
Reflecting a point over the $y$-axis negates the $x$-coordinate. So if $C$ is $(-3,2)$, $C'$ will be $(3,2)$. The segment is a horizontal line of length $3+3=\boxed{6}$.
Geometry
What is the least positive three-digit multiple of 7?
Level 1
We notice that 77 is a multiple of 7. We can skip-count from here: \[77,84,91,98,105,\ldots.\] The least three-digit multiple of 7 is $\boxed{105}$.
Prealgebra
A wire is cut into two pieces, one of length $a$ and the other of length $b$. The piece of length $a$ is bent to form an equilateral triangle, and the piece of length $b$ is bent to form a regular hexagon. The triangle and the hexagon have equal area. What is $\frac{a}{b}$?
Level 5
The side length of the triangle and hexagon are $\frac{a}{3}$ and $\frac{b}{6},$ respectively, so their areas are \[\frac{\sqrt{3}}{4} \left(\frac{a}{3}\right)^2 = \frac{a^2 \sqrt3}{36} \quad \text{and} \quad \frac{3\sqrt3}{2} \left(\frac{b}{6}\right)^2 = \frac{b^2\sqrt3}{24},\]respectively. Therefore, we have \[\frac{a^2\sqrt3}{36} = \frac{b^2\sqrt3}{24},\]so \[\frac{a^2}{b^2} = \frac{36}{24} = \frac{3}{2}.\]Taking the square root of both sides, we get \[\frac{a}{b} = \frac{\sqrt3}{\sqrt2} = \boxed{\frac{\sqrt6}2}.\]
Geometry
A sector with acute central angle $\theta$ is cut from a circle of radius 6. The radius of the circle circumscribed about the sector is $\textbf{(A)}\ 3\cos\theta \qquad \textbf{(B)}\ 3\sec\theta \qquad \textbf{(C)}\ 3 \cos \frac12 \theta \qquad \textbf{(D)}\ 3 \sec \frac12 \theta \qquad \textbf{(E)}\ 3$
Level 5
Let $O$ be the center of the circle and $A,B$ be two points on the circle such that $\angle AOB = \theta$. If the circle circumscribes the sector, then the circle must circumscribe $\triangle AOB$. [asy] draw((-120,-160)--(0,0)--(120,-160)); draw((-60,-80)--(0,-125)--(60,-80),dotted); draw((0,0)--(0,-125)); draw(arc((0,0),200,233.13,306.87)); dot((0,0)); label("O",(0,0),N); dot((-120,-160)); label("A",(-120,-160),SW); dot((120,-160)); label("B",(120,-160),SE); [/asy] Draw the perpendicular bisectors of $OA$ and $OB$ and mark the intersection as point $C$, and draw a line from $C$ to $O$. By HL Congruency and CPCTC, $\angle AOC = \angle BOC = \theta /2$. Let $R$ be the circumradius of the triangle. Using the definition of cosine for right triangles,\[\cos (\theta /2) = \frac{3}{R}\]\[R = \frac{3}{\cos (\theta /2)}\]\[R = 3 \sec (\theta /2)\]Answer choices A, C, and E are smaller, so they are eliminated. However, as $\theta$ aproaches $90^\circ$, the value $3\sec\theta$ would approach infinity while $3\sec \tfrac12 \theta$ would approach $\tfrac{3\sqrt{2}}{2}$. A super large circle would definitely not be a circumcircle if $\theta$ is close to $90^\circ$, so we can confirm that the answer is $\boxed{3 \sec \frac{1}{2} \theta}$.
Geometry
What is the radius of the circle inscribed in triangle $ABC$ if $AB = 22, AC=12,$ and $BC=14$? Express your answer in simplest radical form.
Level 4
Let $r$ be the radius of the inscribed circle. Let $s$ be the semiperimeter of the triangle, that is, $s=\frac{AB+AC+BC}{2}=24$. Let $K$ denote the area of $\triangle ABC$. Heron's formula tells us that \begin{align*} K &= \sqrt{s(s-AB)(s-AC)(s-BC)} \\ &= \sqrt{24\cdot 2\cdot 12\cdot 10} \\ &= \sqrt{24^2\cdot 10} \\ &= 24\sqrt{10}. \end{align*}The area of a triangle is equal to its semiperimeter multiplied by the radius of its inscribed circle ($K=rs$), so we have $$24\sqrt{10} = r\cdot 24,$$which yields the radius $r=\boxed{\sqrt{10}}$.
Geometry
A designer has 3 fabric colors he may use for a dress: red, green, and blue. Four different patterns are available for the dress. If each dress design requires exactly one color and one pattern, how many different dress designs are possible?
Level 1
For each fabric color, the designer can choose one of four patterns. Thus, as there are three potential fabric colors, the designer can create $3 \cdot 4 = \boxed{12}$ different dress designs.
Prealgebra
Which of the following could NOT be the lengths of the external diagonals of a right regular prism [a "box"]? (An $\textit{external diagonal}$ is a diagonal of one of the rectangular faces of the box.) $\text{(A) }\{4,5,6\} \quad \text{(B) } \{4,5,7\} \quad \text{(C) } \{4,6,7\} \quad \text{(D) } \{5,6,7\} \quad \text{(E) } \{5,7,8\}$
Level 5
Let $a,$ $b,$ and $c$ be the side lengths of the rectangular prism. By Pythagoras, the lengths of the external diagonals are $\sqrt{a^2 + b^2},$ $\sqrt{b^2 + c^2},$ and $\sqrt{a^2 + c^2}.$ If we square each of these to obtain $a^2 + b^2,$ $b^2 + c^2,$ and $a^2 + c^2,$ we observe that since each of $a,$ $b,$ and $c$ are positive, then the sum of any two of the squared diagonal lengths must be larger than the square of the third diagonal length. For example, $(a^2 + b^2) + (b^2 + c^2) = (a^2 + c^2) + 2b^2 > a^2 + c^2$ because $2b^2 > 0.$ Thus, we test each answer choice to see if the sum of the squares of the two smaller numbers is larger than the square of the largest number. Looking at choice (B), we see that $4^2 + 5^2 = 41 < 7^2 = 49,$ so the answer is $\boxed{\{4,5,7\}}.$
Geometry
Either increasing the radius or the height of a cylinder by six inches will result in the same volume. The original height of the cylinder is two inches. What is the original radius in inches?
Level 4
Let the original radius be $r$. The volume of the cylinder with the increased radius is $\pi \cdot (r+6)^2 \cdot 2$. The volume of the cylinder with the increased height is $\pi \cdot r^2 \cdot 8$. Since we are told these two volumes are the same, we have the equation $\pi \cdot (r+6)^2 \cdot 2 = \pi \cdot r^2 \cdot 8$. Simplifying, we have $(r+6)^2=4r^2 \Rightarrow r^2+12r+36=4r^2 \Rightarrow r^2-4r-12=0$. Factoring, we have $(r-6)(r+2)=0$, so $r=\boxed{6}$ (it cannot be negative because it is a physical length).
Geometry
A frequency distribution of the scores for Mr. Sampson's algebra class is shown. What percent of the class received a score in the $60\%$-$69\%$ range? \begin{tabular}{|c|c|} Test Scores & Frequencies\\ \hline $90\% - 100\%$& IIII\\ $80\% - 89\%$& IIII IIII\\ $70\% - 79\%$& IIII II\\ $60\% - 69\%$ & IIII I\\ Below $60\%$ & II \end{tabular}
Level 3
We count the tallies to see that $5$ students scored in the $60\%-69\%$ range. Now we count tallies to find that there are $4+8+6+5+2=25$ students in the class. The percent of the class that received a score in the $60\%-69\%$ range is $\frac{5}{25}\times\frac44=\frac{20}{100}=\boxed{20\%}$.
Prealgebra
A certain circle's area is $x$ square units, and its circumference is $y$ units. The value of $x + y$ is $80\pi$. What is the radius of the circle, in units?
Level 2
If $r$ is the radius of the circle, we know that $x = \pi r^2$ and $y = 2\pi r$. Thus, we have \begin{align*} x + y &= 80\pi\\ \pi r^2 + 2\pi r &= 80\pi\\ r(r + 2) &= 80. \end{align*} We want to find two integers whose product is 80, such that one integer is two more than the other. We note that 80 can be factored as $8\cdot 10$. Therefore, $r = \boxed{8}$.
Geometry
In triangle $ABC$, $BC = 23$, $CA = 27$, and $AB = 30$. Points $V$ and $W$ are on $\overline{AC}$ with $V$ on $\overline{AW}$, points $X$ and $Y$ are on $\overline{BC}$ with $X$ on $\overline{CY}$, and points $Z$ and $U$ are on $\overline{AB}$ with $Z$ on $\overline{BU}$. In addition, the points are positioned so that $\overline{UV}\parallel\overline{BC}$, $\overline{WX}\parallel\overline{AB}$, and $\overline{YZ}\parallel\overline{CA}$. Right angle folds are then made along $\overline{UV}$, $\overline{WX}$, and $\overline{YZ}$. The resulting figure is placed on a level floor to make a table with triangular legs. Let $h$ be the maximum possible height of a table constructed from triangle $ABC$ whose top is parallel to the floor. Then $h$ can be written in the form $\frac{k\sqrt{m}}{n}$, where $k$ and $n$ are relatively prime positive integers and $m$ is a positive integer that is not divisible by the square of any prime. Find $k+m+n$. [asy] unitsize(1 cm); pair translate; pair[] A, B, C, U, V, W, X, Y, Z; A[0] = (1.5,2.8); B[0] = (3.2,0); C[0] = (0,0); U[0] = (0.69*A[0] + 0.31*B[0]); V[0] = (0.69*A[0] + 0.31*C[0]); W[0] = (0.69*C[0] + 0.31*A[0]); X[0] = (0.69*C[0] + 0.31*B[0]); Y[0] = (0.69*B[0] + 0.31*C[0]); Z[0] = (0.69*B[0] + 0.31*A[0]); translate = (7,0); A[1] = (1.3,1.1) + translate; B[1] = (2.4,-0.7) + translate; C[1] = (0.6,-0.7) + translate; U[1] = U[0] + translate; V[1] = V[0] + translate; W[1] = W[0] + translate; X[1] = X[0] + translate; Y[1] = Y[0] + translate; Z[1] = Z[0] + translate; draw (A[0]--B[0]--C[0]--cycle); draw (U[0]--V[0],dashed); draw (W[0]--X[0],dashed); draw (Y[0]--Z[0],dashed); draw (U[1]--V[1]--W[1]--X[1]--Y[1]--Z[1]--cycle); draw (U[1]--A[1]--V[1],dashed); draw (W[1]--C[1]--X[1]); draw (Y[1]--B[1]--Z[1]); dot("$A$",A[0],N); dot("$B$",B[0],SE); dot("$C$",C[0],SW); dot("$U$",U[0],NE); dot("$V$",V[0],NW); dot("$W$",W[0],NW); dot("$X$",X[0],S); dot("$Y$",Y[0],S); dot("$Z$",Z[0],NE); dot(A[1]); dot(B[1]); dot(C[1]); dot("$U$",U[1],NE); dot("$V$",V[1],NW); dot("$W$",W[1],NW); dot("$X$",X[1],dir(-70)); dot("$Y$",Y[1],dir(250)); dot("$Z$",Z[1],NE);[/asy]
Level 5
Note that the area is given by Heron's formula and it is $20\sqrt{221}$. Let $h_i$ denote the length of the altitude dropped from vertex i. It follows that $h_b = \frac{40\sqrt{221}}{27}, h_c = \frac{40\sqrt{221}}{30}, h_a = \frac{40\sqrt{221}}{23}$. From similar triangles we can see that $\frac{27h}{h_a}+\frac{27h}{h_c} \le 27 \rightarrow h \le \frac{h_ah_c}{h_a+h_c}$. We can see this is true for any combination of a,b,c and thus the minimum of the upper bounds for h yields $h = \frac{40\sqrt{221}}{57} \rightarrow \boxed{318}$.
Geometry
Find all real numbers $x$ such that \[\frac{8^x + 27^x}{12^x + 18^x} = \frac{7}{6}.\]Enter all the solutions, separated by commas.
Level 4
Let $a = 2^x$ and $b = 3^x.$ Then the given equation becomes \[\frac{a^3 + b^3}{a^2 b + ab^2} = \frac{7}{6}.\]We can factor, to get \[\frac{(a + b)(a^2 - ab + b^2)}{ab(a + b)} = \frac{7}{6}.\]Since $a$ and $b$ are positive, $a + b$ must be positive, so we can safely cancel the factors of $a + b,$ to get \[\frac{a^2 - ab + b^2}{ab} = \frac{7}{6}.\]Then $6a^2 - 6ab + 6b^2 = 7ab,$ which simplifies to $6a^2 - 13ab + 6b^2 = 0.$ This equation factors as $(2a - 3b)(3a - 2b) = 0,$ so $2a = 3b$ or $3a = 2b.$ If $2a = 3b,$ then $2^{x + 1} = 3^{x + 1},$ or \[\frac{2^{x + 1}}{3^{x + 1}} = \left( \frac{2}{3} \right)^{x + 1} = 1.\]The only solution here is $x = -1.$ If $3a = 2b,$ then $3 \cdot 2^x = 2 \cdot 3^x,$ or \[\frac{3 \cdot 2^x}{2 \cdot 3^x} = \left( \frac{2}{3} \right)^{x - 1} = 1.\]The only solution here is $x = 1.$ Therefore, the solutions are $\boxed{-1,1}.$
Intermediate Algebra
One leg of a right triangle is 12 inches, and the measure of the angle opposite that leg is $30^\circ$. What is the number of inches in the hypotenuse of the triangle?
Level ?
A right triangle with a $30^\circ$ angle is a 30-60-90 triangle. In such a triangle, the hypotenuse has twice the length of the leg opposite the $30^\circ$ angle, so the hypotenuse of the triangle in the problem has length $2\cdot 12 = \boxed{24}$ inches.
Geometry
Find the minimum value of \[2x^2 + 2xy + y^2 - 2x + 2y + 4\]over all real numbers $x$ and $y.$
Level 5
We can write \begin{align*} 2x^2 + 2xy + y^2 - 2x + 2y + 4 &= (x^2 + y^2 + 1 + 2x + 2y + 2xy) + (x^2 - 4x + 4) - 1 \\ &= (x + y + 1)^2 + (x - 2)^2 - 1. \end{align*}Thus, the minimum value is $\boxed{-1},$ which occurs when $x + y + 1 = 0$ and $x - 2 = 0,$ or $x = 2$ and $y = -3.$
Intermediate Algebra
Inside a square with side length 10, two congruent equilateral triangles are drawn such that they share one side and each has one vertex on a vertex of the square. What is the side length of the largest square that can be inscribed in the space inside the square and outside of the triangles? [asy] size(100); pair A, B, C, D, E, F; B=(0,0); A=(0,10); D=(10,10); C=(10,0); real x = 5 -5/sqrt(3); pair E = (x,x); pair F = (10-x, 10-x); draw(A--B--C--D--cycle); draw(A--E--C--F--cycle); draw(E--F); [/asy]
Level 5
The largest possible square is the square with one vertex on the triangles' coincident vertices and with sides parallel to and coincident with those of the big square. There are two of them. We draw them in and label the diagram as shown: [asy] size(150); pair A, B, C, D, E, F; B=(0,0); A=(0,10); D=(10,10); C=(10,0); real x = 5 -5/sqrt(3); pair E = (x,x); pair F = (10-x, 10-x); draw(A--B--C--D--cycle); draw(A--E--C--F--cycle); draw(B--D,dashed); pair P=(0,x); pair Q=(x,0); draw(P--E--Q); label("$A$",A,NW); label("$B$",B,SW); label("$C$",C,SE); label("$D$",D,NE); label("$E$",E,NNE); label("$F$",F,SSW); label("$P$",P,W); label("$Q$",Q,S); draw((10,10-x)--(10-x,10-x)--(10-x,10)); draw(A--C,dashed); label("$M$",(5,5),W); [/asy] First, we find the side length of the equilateral triangle. $M$ is the midpoint of $EF$; let $MF=x$, so $AM=MC=x\sqrt{3}$ and $AC=2x\sqrt{3}$. $AC$ is the diagonal of $ABCD$ and thus has length $10\sqrt{2}$. So we have \[2x\sqrt{3}=10\sqrt{2}.\] It follows that the side length of the triangle is $2x=\frac{10\sqrt{2}}{\sqrt{3}}$. Now, look at diagonal $BD$ and notice that it is made up of twice the diagonal of the small square plus the side length of the triangle. Let the side length of the small square be $y$, so we have \[BD=BE+EF+FD=y\sqrt{2}+\frac{10\sqrt{2}}{\sqrt{3}}+y\sqrt{2}=10\sqrt{2}.\] Solving yields $y\sqrt{2}=5\sqrt{2}-\frac{5\sqrt{2}}{\sqrt{3}}$ so $y=\boxed{5-\frac{5\sqrt{3}}{3}}$.
Geometry
There are 4 representatives from each of 4 companies at a convention. At the start of the convention, every person shakes hands once with every person except the other representatives from their company. How many handshakes are there?
Level 5
All 16 people shake hands with 12 other people (everyone except themselves and the other representatives from their company). In multiplying $16 \times 12$, each handshake is counted twice, so we divide by two to get the answer of $\dfrac{16 \times 12}{2} = \boxed{96}$ handshakes.
Prealgebra
The volume of a cylinder is $54\pi$ $\text{cm}^3$. How many cubic centimeters are in the volume of a cone with the same radius and height as the cylinder? Express your answer in terms of $\pi$. [asy] import solids; currentprojection=orthographic(0,100,25); defaultpen(linewidth(0.8)); revolution cyl = cylinder((5,0,0),1,5,Z); revolution cone = cone((0,0,0),1,5,Z); draw(cyl,backpen=dashed); draw(cone,backpen=dashed); [/asy]
Level 2
A cone with radius $r$ and height $h$ has volume $(1/3)\pi r^2 h$; a cylinder with the same radius and height has volume $\pi r^2 h$. Thus we see the volume of the corresponding cone has 1/3 the volume of the cylinder, which is $(1/3)(54\pi = \boxed{18\pi}$ cubic cm.
Geometry
Evaluate the infinite series $\sum_{k = 1}^\infty \frac{k^2}{2^k}.$
Level 4
Let \[S = \sum_{k = 1}^\infty \frac{k^2}{2^k} = \frac{1^2}{2} + \frac{2^2}{2^2} + \frac{3^2}{2^3} + \frac{4^2}{2^4} + \dotsb.\]Then \[2S = 1 + \frac{2^2}{2} + \frac{3^2}{2^2} + \frac{4^2}{2^3} + \frac{5^2}{2^4} + \dotsb.\]Subtracting these equations, we get \[S = 1 + \frac{3}{2} + \frac{5}{2^2} + \frac{7}{2^3} + \frac{9}{2^4} + \dotsb.\]Then \[2S = 2 + 3 + \frac{5}{2} + \frac{7}{2^2} + \frac{9}{2^3} + \frac{11}{2^4} + \dotsb.\]Subtracting these equations, we get \[S = 4 + \frac{2}{2} + \frac{2}{2^2} + \frac{2}{2^3} + \frac{2}{2^4} + \dotsb = 4 + \frac{1}{1 - 1/2} = \boxed{6}.\]
Intermediate Algebra
Two concentric circles are centered at point P. The sides of a 45 degree angle at P form an arc on the smaller circle that is the same length as an arc on the larger circle formed by the sides of a 36 degree angle at P. What is the ratio of the area of the smaller circle to the area of the larger circle? Express your answer as a common fraction.
Level 4
Let $C_1$ and $C_2$ be the circumferences of the smaller and larger circle, respectively. The length of the $45^\circ$ arc on the smaller circle is $\left(\frac{45^\circ}{360^\circ}\right)C_1$, and the length of the $36^\circ$ arc on the larger circle is $\left(\frac{36^\circ}{360^\circ}\right)C_2$. Setting these two lengths equal we find \[ \frac{C_1}{C_2}=\frac{36}{45}=\frac{4}{5}. \]The ratio of the areas of the two circles is the square of the ratio of their circumferences: \[ \frac{\pi r_1^2}{\pi r_2^2}=\left(\frac{r_1}{r_2}\right)^2=\left(\frac{2\pi r_1}{2\pi r_2}\right)^2=\left(\frac{C_1}{C_2}\right)^2=\left(\frac{4}{5}\right)^2=\boxed{\frac{16}{25}}. \]
Geometry
Compute $\sin 0^\circ$.
Level 1
Rotating the point $(1,0)$ by $0^\circ$ counterclockwise about the origin gives us the point $(1,0)$, so $\sin 0^\circ = \boxed{0}$.
Geometry
Triangle $ABC$ has side lengths $AB = 12$, $BC = 25$, and $CA = 17$. Rectangle $PQRS$ has vertex $P$ on $\overline{AB}$, vertex $Q$ on $\overline{AC}$, and vertices $R$ and $S$ on $\overline{BC}$. In terms of the side length $PQ = \omega$, the area of $PQRS$ can be expressed as the quadratic polynomial\[Area(PQRS) = \alpha \omega - \beta \omega^2.\] Then the coefficient $\beta = \frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
Level 5
If $\omega = 25$, the area of rectangle $PQRS$ is $0$, so \[\alpha\omega - \beta\omega^2 = 25\alpha - 625\beta = 0\] and $\alpha = 25\beta$. If $\omega = \frac{25}{2}$, we can reflect $APQ$ over $PQ$, $PBS$ over $PS$, and $QCR$ over $QR$ to completely cover rectangle $PQRS$, so the area of $PQRS$ is half the area of the triangle. Using Heron's formula, since $s = \frac{12 + 17 + 25}{2} = 27$, \[[ABC] = \sqrt{27 \cdot 15 \cdot 10 \cdot 2} = 90\] so \[45 = \alpha\omega - \beta\omega^2 = \frac{625}{2} \beta - \beta\frac{625}{4} = \beta\frac{625}{4}\] and \[\beta = \frac{180}{625} = \frac{36}{125}\] so the answer is $m + n = 36 + 125 = \boxed{161}$.
Geometry
Triangle $ABC$ with vertices $A(1, -3)$, $B(-2, 0)$ and $C(4, 3)$ is reflected over the $y$-axis to form triangle $A'B'C'$. What is the length of a segment drawn from $A$ to $A'$?
Level 2
Reflecting a point over the $y$-axis negates the $x$-coefficient. So if $A$ is $(1,-3)$, $A'$ will be $(-1, -3)$. The segment is a horizontal line of length $1+1=\boxed{2}$.
Geometry
In triangle $ABC$, $BC = 4$, $AC = 3 \sqrt{2}$, and $\angle C = 45^\circ$. Altitudes $AD$, $BE$, and $CF$ intersect at the orthocenter $H$. Find $AH:HD$.
Level 5
Since $\angle C = 45^\circ$, triangle $ACD$ is a $45^\circ$-$45^\circ$-$90^\circ$ triangle, which means $AD = CD = AC/\sqrt{2} = 3$. Then $BD = BC - CD = 4 - 3 = 1$. [asy] unitsize(1 cm); pair A, B, C, D, E, F, H; A = (1,3); B = (0,0); C = (4,0); D = (A + reflect(B,C)*(A))/2; E = (B + reflect(C,A)*(B))/2; F = (C + reflect(A,B)*(C))/2; H = extension(B,E,C,F); draw(A--B--C--cycle); draw(A--D); draw(B--E); draw(C--F); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, SE); label("$D$", D, S); label("$E$", E, NE); label("$F$", F, NW); label("$H$", H, SE); [/asy] Also, $\angle EBC = 90^\circ - \angle BCE = 45^\circ$, so triangle $BHD$ is a $45^\circ$-$45^\circ$-$90^\circ$ triangle. Hence, $HD = BD = 1$. Then $AH = AD - HD = 3 - 1 = 2$, so $AH:HD = \boxed{2}$.
Geometry
In the graph of $\frac{x^2+3x+2}{x^3+x^2-2x}$, let $a$ be the number of holes in the graph, $b$ be the number of vertical asympotes, $c$ be the number of horizontal asymptotes, and $d$ be the number of oblique asymptotes. Find $a+2b+3c+4d$.
Level 4
We can factor the numerator and denominator to get $$\frac{x^2+3x+2}{x^3+x^2-2x} = \frac{(x+1)(x+2)}{x(x-1)(x+2)}.$$In this representation we can immediately see that there is a hole at $x=-2$, and vertical asymptotes at $x=1$ and $x=0$. There are no more holes or vertical asymptotes, so $a=1$ and $b=2$. If we cancel out the common factors we have $$\frac{(x+1)(x+2)}{x(x-1)(x+2)} =\frac{x+1}{x^2-x}.$$We can now see that as $x$ becomes very large, the $x^2$ term in the denominator dominates and the graph tends towards $0$, giving us a horizontal asymptote. Since the graph cannot have more than one horizontal asymptote, or a horizontal asymptote and a slant asymptote, we have that $c=1$ and $d=0$. Therefore, $a+2b+3c+4d = 1+2\cdot 2+3+0 = \boxed{8}.$
Intermediate Algebra
Find the quadratic polynomial, with real coefficients, which has $-2 - 3i$ as a root, and where the coefficient of $x$ is $-4$.
Level 4
Since the coefficients are real, the other roots must be $-2 + 3i.$ Thus, the quadratic is a constant multiple of \[(x + 2 + 3i)(x + 2 - 3i) = (x + 2)^2 - (3i)^2 = (x + 2)^2 + 9 = x^2 + 4x + 13.\]We want the coefficient of $x$ to be $-4,$ so we simply multiply this quadratic by $-1,$ to get $\boxed{-x^2 - 4x - 13}.$
Intermediate Algebra
Find a monic polynomial of degree $4,$ in $x,$ with rational coefficients such that $\sqrt{2} +\sqrt{3}$ is a root of the polynomial.
Level 4
We start by constructing a quadratic polynomial with $\sqrt{2} +\sqrt{3}$ and $\sqrt{2} - \sqrt{3}$ as roots. The sum of the roots is $\sqrt{2} +\sqrt{3}+\sqrt{2} -\sqrt{3}=2\sqrt{2}.$ The product of the roots is $(\sqrt{2} +\sqrt{3})(\sqrt{2} -\sqrt{3})=2-3=-1.$ Thus a quadratic with the roots $\sqrt{2} +\sqrt{3}$ and $\sqrt{2} -\sqrt{3}$ is $$x^2-2\sqrt{2}x-1.$$Next, we want to get rid of the irrational coefficients. We can write $x^2-2\sqrt{2}x-1$ as $x^2-1-2\sqrt{2}x$. Then, multiplying by $x^2-1+2\sqrt{2}x$ gives us $$(x^2-1-2\sqrt{2}x)(x^2-1+2\sqrt{2}x)=(x^2-1)^2-(2\sqrt{2}x)^2=\boxed{x^4-10x^2+1}$$which is a monic polynomial of degree $4$ with rational coefficients that has $\sqrt{2} +\sqrt{3}$ as a root.
Intermediate Algebra
An isosceles trapezoid is circumscribed around a circle. The longer base of the trapezoid is $16$, and one of the base angles is $\arcsin(.8)$. Find the area of the trapezoid. $\textbf{(A)}\ 72\qquad \textbf{(B)}\ 75\qquad \textbf{(C)}\ 80\qquad \textbf{(D)}\ 90\qquad \textbf{(E)}\ \text{not uniquely determined}$
Level 5
Let the trapezium have diagonal legs of length $x$ and a shorter base of length $y$. Drop altitudes from the endpoints of the shorter base to the longer base to form two right-angled triangles, which are congruent since the trapezium is isosceles. Thus using the base angle of $\arcsin(0.8)$ gives the vertical side of these triangles as $0.8x$ and the horizontal side as $0.6x$. Now notice that the sides of the trapezium can be seen as being made up of tangents to the circle, and thus using the fact that "the tangents from a point to a circle are equal in length" gives $2y + 0.6x + 0.6x = 2x$. Also, using the given length of the longer base tells us that $y + 0.6x + 0.6x = 16$. Solving these equations simultaneously gives $x=10$ and $y=4$, so the height of the trapezium is $0.8 \times 10 = 8$. Thus the area is $\frac{1}{2}(4+16)(8) = \boxed{80}$.
Geometry
Circles of radius $3$ and $6$ are externally tangent to each other and are internally tangent to a circle of radius $9$. The circle of radius $9$ has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord. [asy] pointpen = black; pathpen = black + linewidth(0.7); size(150); pair A=(0,0), B=(6,0), C=(-3,0), D=C+6*expi(acos(1/3)), F=B+3*expi(acos(1/3)), P=IP(F--F+3*(D-F),CR(A,9)), Q=IP(F--F+3*(F-D),CR(A,9)); D(CR(A,9)); D(CR(B,3)); D(CR(C,6)); D(P--Q); [/asy]
Level 5
We label the points as following: the centers of the circles of radii $3,6,9$ are $O_3,O_6,O_9$ respectively, and the endpoints of the chord are $P,Q$. Let $A_3,A_6,A_9$ be the feet of the perpendiculars from $O_3,O_6,O_9$ to $\overline{PQ}$ (so $A_3,A_6$ are the points of tangency). Then we note that $\overline{O_3A_3} \parallel \overline{O_6A_6} \parallel \overline{O_9A_9}$, and $O_6O_9 : O_9O_3 = 3:6 = 1:2$. Thus, $O_9A_9 = \frac{2 \cdot O_6A_6 + 1 \cdot O_3A_3}{3} = 5$ (consider similar triangles). Applying the Pythagorean Theorem to $\triangle O_9A_9P$, we find that\[PQ^2 = 4(A_9P)^2 = 4[(O_9P)^2-(O_9A_9)^2] = 4[9^2-5^2] = \boxed{224}\] [asy] pointpen = black; pathpen = black + linewidth(0.7); size(150); pair A=(0,0), B=(6,0), C=(-3,0), D=C+6*expi(acos(1/3)), F=B+3*expi(acos(1/3)),G=5*expi(acos(1/3)), P=IP(F--F+3*(D-F),CR(A,9)), Q=IP(F--F+3*(F-D),CR(A,9)); D(CR(D(MP("O_9",A)),9)); D(CR(D(MP("O_3",B)),3)); D(CR(D(MP("O_6",C)),6)); D(MP("P",P,NW)--MP("Q",Q,NE)); D((-9,0)--(9,0)); D(A--MP("A_9",G,N)); D(B--MP("A_3",F,N)); D(C--MP("A_6",D,N)); D(A--P); D(rightanglemark(A,G,P,12)); [/asy]
Geometry
Find $x^2+y^2$ if $x$ and $y$ are positive integers such that \[\begin{aligned} xy+x+y&=71 \\ x^2y+xy^2 &= 880.\end{aligned}\]
Level 2
Let $s=x+y$ and $p=xy$. Then the first equation reads $s+p=71$, and the second equation reads \[x^2y+xy^2=(x+y)xy = sp = 880.\]Therefore $s$ and $p$ are the roots of \[t^2 - 71t+ 880 = 0.\]This factors as \[(t-16)(t-55) = 0,\]so $s$ and $p$ are the numbers $16$ and $55$ in some order. If $s = 16$ and $p = 55$, then \[x^2+y^2 = (x+y)^2 - 2xy = s^2 - 2p = 16^2 -2 \cdot 55 =146.\]If $s = 55$ and $p = 16$, then from $x+y=55$, we see that $p = xy \ge 1 \cdot 54 = 54$, which is a contradiction. Therefore the answer is $\boxed{146}$.
Intermediate Algebra
Find the maximum value of \[f(x) = 3x - x^3\]for $0 \le x \le \sqrt{3}.$
Level 3
Graphing the function, or trying different values of $x,$ we may think that the function is maximized at $x = 1,$ which would make the maximum value 2. To confirm this, we can consider the expression \[2 - f(x) = x^3 - 3x + 2.\]We know that this is zero at $x = 1,$ so $x - 1$ is a factor: \[2 - f(x) = (x - 1)(x^2 + x - 2) = (x - 1)^2 (x + 2).\]Since $0 \le x \le \sqrt{3},$ $x + 2$ is always positive. Hence, $f(x) \le 2$ for all $x,$ which confirms that the maximum value is $\boxed{2}.$
Intermediate Algebra
Find the area of the ellipse given by $x^2 + 6x + 4y^2 - 8y + 9 = 0.$
Level 2
Completing the square in $x$ and $y,$ we get \[(x + 3)^2 + 4(y - 1)^2 = 4.\]Then \[\frac{(x + 3)^2}{4} + \frac{(y - 1)^2}{1} = 1,\]so the semi-major axis is 2, the semi-minor axis is 1, and the area is then $\boxed{2 \pi}.$
Intermediate Algebra
On square $ABCD$, point $E$ lies on side $AD$ and point $F$ lies on side $BC$, so that $BE=EF=FD=30$. Find the area of the square $ABCD$.
Level 5
Drawing the square and examining the given lengths,[asy] size(2inch, 2inch); currentpen = fontsize(8pt); pair A = (0, 0); dot(A); label("$A$", A, plain.SW); pair B = (3, 0); dot(B); label("$B$", B, plain.SE); pair C = (3, 3); dot(C); label("$C$", C, plain.NE); pair D = (0, 3); dot(D); label("$D$", D, plain.NW); pair E = (0, 1); dot(E); label("$E$", E, plain.W); pair F = (3, 2); dot(F); label("$F$", F, plain.E); label("$\frac x3$", E--A); label("$\frac x3$", F--C); label("$x$", A--B); label("$x$", C--D); label("$\frac {2x}3$", B--F); label("$\frac {2x}3$", D--E); label("$30$", B--E); label("$30$", F--E); label("$30$", F--D); draw(B--C--D--F--E--B--A--D); [/asy]you find that the three segments cut the square into three equal horizontal sections. Therefore, ($x$ being the side length), $\sqrt{x^2+(x/3)^2}=30$, or $x^2+(x/3)^2=900$. Solving for $x$, we get $x=9\sqrt{10}$, and $x^2=810.$ Area of the square is $\boxed{810}$.
Geometry
Circles of radius 2 and 3 are externally tangent and are circumscribed by a third circle, as shown in the figure. Find the area of the shaded region. Express your answer in terms of $\pi$. [asy] fill(Circle((-1,0),5),gray(0.7)); fill(Circle((-3,0),3),white); fill(circle((2,0),2),white); dot((-3,0)); dot((2,0)); draw(Circle((-1,0),5)); draw((-3,0)--(0,0)); draw((2,0)--(4,0)); label("3",(-1.5,0),N); label("2",(3,0),N); draw(Circle((-3,0),3)); draw(Circle((2,0),2)); [/asy]
Level 2
The diameter of the large circle is $6+4=10$, so its radius is 5. Hence, the area of the shaded region is $$ \pi(5^2)-\pi(3^2)-\pi(2^2)=\pi(25-9-4)=\boxed{12\pi}. $$
Geometry
At 11:00 a.m. how many degrees are in the smaller angle formed by the minute hand and the hour hand of the clock?
Level 1
The minute hand is pointing directly at the 12 and the hour hand is pointing directly at the 11. Therefore, the angle they form is $\frac{1}{12}$ of a full revolution, which is $\frac{1}{12}\times 360^\circ=\boxed{30}$ degrees.
Prealgebra
Triangle $ABC$ has sides $\overline{AB}$, $\overline{BC}$, and $\overline{CA}$ of length 43, 13, and 48, respectively. Let $\omega$ be the circle circumscribed around $\triangle ABC$ and let $D$ be the intersection of $\omega$ and the perpendicular bisector of $\overline{AC}$ that is not on the same side of $\overline{AC}$ as $B$. The length of $\overline{AD}$ can be expressed as $m\sqrt{n}$, where $m$ and $n$ are positive integers and $n$ is not divisible by the square of any prime. Find the greatest integer less than or equal to $m + \sqrt{n}$.
Level 5
The perpendicular bisector of any chord of any circle passes through the center of that circle. Let $M$ be the midpoint of $\overline{AC}$, and $R$ be the length of the radius of $\omega$. By the Power of a Point Theorem, $MD \cdot (2R - MD) = AM \cdot MC = 24^2$ or $0 = MD^2 -2R\cdot MD 24^2$. By the Pythagorean Theorem, $AD^2 = MD^2 + AM^2 = MD^2 + 24^2$. Let's compute the circumradius $R$: By the Law of Cosines, $\cos B = \frac{AB^2 + BC^2 - CA^2}{2\cdot AB\cdot BC} = \frac{43^2 + 13^2 - 48^2}{2\cdot43\cdot13} = -\frac{11}{43}$. By the Law of Sines, $2R = \frac{AC}{\sin B} = \frac{48}{\sqrt{1 - \left(-\frac{11}{43}\right)^2}} = \frac{86}{\sqrt 3}$ so $R = \frac{43}{\sqrt 3}$. Now we can use this to compute $MD$ and thus $AD$. By the quadratic formula, $MD = \frac{2R + \sqrt{4R^2 - 4\cdot24^2}}{2} = \frac{43}{\sqrt 3} + \frac{11}{\sqrt3} = 18\sqrt{3}$. (We only take the positive sign because angle $B$ is obtuse so $\overline{MD}$ is the longer of the two segments into which the chord $\overline{AC}$ divides the diameter.) Then $AD^2 = MD^2 + 24^2 = 1548$ so $AD = 6\sqrt{43}$, and $12 < 6 + \sqrt{43} < 13$ so the answer is $\boxed{12}$.
Geometry
The corner of a unit cube is chopped off such that the cut runs through the three vertices adjacent to the vertex of the chosen corner. What is the height of the remaining cube when the freshly-cut face is placed on a table?
Level 5
The major diagonal has a length of $\sqrt{3}$. The volume of the pyramid is $1/6$, and so its height $h$ satisfies $\frac{1}{3}\cdot h\cdot \frac{\sqrt{3}}{4}(\sqrt{2})^2=1/6$ since the freshly cut face is an equilateral triangle of side length $\sqrt{2}$. Thus $h=\sqrt{3}/3$, and the answer is $\boxed{\frac{2\sqrt{3}}{3}}$.
Geometry
In a circle, parallel chords of lengths 2, 3, and 4 determine central angles of $\alpha$, $\beta$, and $\alpha + \beta$ radians, respectively, where $\alpha + \beta < \pi$. If $\cos \alpha$, which is a positive rational number, is expressed as a fraction in lowest terms, what is the sum of its numerator and denominator?
Level 5
[asy] size(200); pointpen = black; pathpen = black + linewidth(0.8); real r = 8/15^0.5, a = 57.91, b = 93.135; pair O = (0,0), A = r*expi(pi/3), A1 = rotate(a/2)*A, A2 = rotate(-a/2)*A, A3 = rotate(-a/2-b)*A; D(CR(O,r)); D(O--A1--A2--cycle); D(O--A2--A3--cycle); D(O--A1--A3--cycle); MP("2",(A1+A2)/2,NE); MP("3",(A2+A3)/2,E); MP("4",(A1+A3)/2,E); D(anglemark(A2,O,A1,5)); D(anglemark(A3,O,A2,5)); D(anglemark(A2,A3,A1,18)); label("\(\alpha\)",(0.07,0.16),NE,fontsize(8)); label("\(\beta\)",(0.12,-0.16),NE,fontsize(8)); label("\(\alpha\)/2",(0.82,-1.25),NE,fontsize(8)); [/asy] It’s easy to see in triangle which lengths 2, 3, and 4, that the angle opposite the side 2 is $\frac{\alpha}{2}$, and using the Law of Cosines, we get:\[2^2 = 3^2 + 4^2 - 2\cdot3\cdot4\cos\frac{\alpha}{2}\]Which, rearranges to:\[21 = 24\cos\frac{\alpha}{2}\]And, that gets us:\[\cos\frac{\alpha}{2} = 7/8\]Using $\cos 2\theta = 2\cos^2 \theta - 1$, we get that:\[\cos\alpha = 17/32\]Which gives an answer of $\boxed{49}$.
Geometry
Find $\tan G$ in the right triangle shown below. [asy] pair H,F,G; H = (0,0); G = (15,0); F = (0,8); draw(F--G--H--F); draw(rightanglemark(F,H,G,20)); label("$H$",H,SW); label("$G$",G,SE); label("$F$",F,N); label("$17$",(F+G)/2,NE); label("$15$",G/2,S); [/asy]
Level 2
The Pythagorean Theorem gives us $FH= \sqrt{FG^2 - GH^2} = \sqrt{289-225} = \sqrt{64}=8$, so $\tan G = \frac{FH}{HG} = \ \boxed{\frac{8}{15}}$.
Geometry
A rectangular field is half as wide as it is long, and it is completely enclosed by 54 meters of fencing. What is the number of square meters in the area of the field?
Level 3
Let the rectangle's width be $w$, then its length is $2w$. So its perimeter is $2(w + 2w) = 6w = 54$. Thus $w = 9$, and the rectangle's area is $9(2\cdot 9) = \boxed{162}$ square meters.
Prealgebra
A sphere is inscribed in a right cone with base radius $12$ cm and height $24$ cm, as shown. The radius of the sphere can be expressed as $a\sqrt{c} - a$ cm. What is the value of $a + c$? [asy] import three; size(120); defaultpen(linewidth(1)); pen dashes = linetype("2 2") + linewidth(1); currentprojection = orthographic(0,-1,0.16); void drawticks(triple p1, triple p2, triple tickmarks) { draw(p1--p2); draw(p1 + tickmarks-- p1 - tickmarks); draw(p2 + tickmarks -- p2 - tickmarks); } real r = 6*5^.5-6; triple O = (0,0,0), A = (0,0,-24); draw(scale3(12)*unitcircle3); draw((-12,0,0)--A--(12,0,0)); draw(O--(12,0,0),dashes); draw(O..(-r,0,-r)..(0,0,-2r)..(r,0,-r)..cycle); draw((-r,0,-r)..(0,-r,-r)..(r,0,-r)); draw((-r,0,-r)..(0,r,-r)..(r,0,-r),dashes); drawticks((0,0,2.8),(12,0,2.8),(0,0,0.5)); drawticks((-13,0,0),(-13,0,-24),(0.5,0,0)); label("$12$", (6,0,3.5), N); label("$24$",(-14,0,-12), W); [/asy]
Level 5
Consider a cross-section of the cone that passes through the apex of the cone and the center of the circular base. It looks as follows: [asy] defaultpen(linewidth(1) + fontsize(10)); size(120); pen dashes = linetype("2 2") + linewidth(1); real r = 6*5^.5 - 6; pair A = (0,-24), O = (0,0), C = (0,-r), P = foot(C,(12,0),A); draw(circle(C,r)); draw((-12,0)--A--(12,0)--cycle); draw(O--A, dashes); dot(C); draw(C--P,dashes); draw(rightanglemark(C,P,A)); label("$A$",A,S); label("$B$",(-12,0),N); label("$C$",(12,0),N); label("$D$",O,N); label("$O$",C,W); label("$P$",P,SE); [/asy] Let $O$ be the center of the sphere (or the center of the circle in the cross-section), let the triangle be $\triangle ABC$, so that $D$ is the midpoint of $BC$ and $A$ is the apex (as $\triangle ABC$ is isosceles, then $\overline{AD}$ is an altitude). Let $P$ be the point of tangency of the circle with $\overline{AC}$, so that $OP \perp AC$. It follows that $\triangle AOP \sim \triangle ACD$. Let $r$ be the radius of the circle. It follows that $$\frac{OP}{AO} = \frac{CD}{AC} \implies OP \cdot AC = AO \cdot CD.$$We know that $CD = 12$, $AC = \sqrt{12^2 + 24^2} = 12\sqrt{5}$, $OP = r$, and $AO = AD - OP = 24 - r$. Thus, $$12r\sqrt{5} = 12(24-r) = 12^2 \cdot 2 - 12r \implies 12r(1 + \sqrt{5}) = 12^2 \cdot 2.$$Thus, $r = \frac{24}{1+\sqrt{5}}$. Multiplying the numerator and denominator by the conjugate, we find that $$r = \frac{24}{1+\sqrt{5}} \cdot \frac{\sqrt{5} - 1}{\sqrt{5} - 1} = \frac{24(\sqrt{5} - 1)}{5 - 1} = 6\sqrt{5} - 6.$$It follows that $a+c = \boxed{11}$.
Geometry
Wei has designed a logo for his new company using circles and a large square, as shown. Each circle is tangent to two sides of the square and its two adjacent circles. If he wishes to create a version of this logo that is 20 inches on each side, how many square inches will be shaded? [asy] size(100); draw((0,0)--(4,0)--(4,4)--(0,4)--cycle); fill((0,0)--(4,0)--(4,4)--(0,4)--cycle,grey); draw(circle((1,1),1)); draw(circle((3,1),1)); draw(circle((1,3),1)); draw(circle((3,3),1)); fill(circle((1,1),1),white); fill(circle((3,1),1),white); fill(circle((1,3),1),white); fill(circle((3,3),1),white); [/asy]
Level 2
The shaded area is equal to the area of the square minus the area of the four circles. Since the side length of the square is $20$ inches, the radius of the circles is $20/4 = 5$ inches. The square has area $20^2 = 400$ square inches, and each circle has area $5^2 \pi = 25\pi$ square inches, so the shaded area, in square inches, is equal to \[400 - 4 \cdot 25\pi = \boxed{400 - 100\pi}.\]
Geometry
The points $(1, 7), (13, 16)$ and $(5, k)$, where $k$ is an integer, are vertices of a triangle. What is the sum of the values of $k$ for which the area of the triangle is a minimum?
Level 4
We begin by finding the equation of the line $\ell$ containing $(1,7)$ and $(13,16)$. The slope of $\ell$ is $\frac{16-7}{13-1} = \frac{9}{12} = \frac 34$, so the line has the point-slope form $y - 7 = \frac 34 (x - 1)$. Substituting the value $x = 5$, we obtain that $y = 7 + \frac 34 (5-1) = 10$. It follows that the point $(5,10)$ lies on the line containing $(1,7)$ and $(13,16)$ (for $k = 10$, we obtain a degenerate triangle). To minimize the area of the triangle, it follows that $k$ must either be equal to $9$ or $11$. Indeed, we claim that both such triangles have the same area. Dropping the perpendiculars from $(5,9)$ and $(5,11)$ to $\ell$, we see that the perpendiculars, $\ell$, and the line segment connecting $(5,9)$ to $(5,11)$ form two right triangles. By vertical angles, they are similar, and since they both have a hypotenuse of length $1$, they must be congruent. Then, the height of both triangles must be the same, so both $k = 9$ and $k = 11$ yield triangles with minimal area. The answer is $9 + 11 = \boxed{20}$.
Geometry
Find the remainder when $2x^6-x^4+4x^2-7$ is divided by $x^2+4x+3$.
Level 4
Since $x^2+4x+3 = (x+1)(x+3)$ has degree $2$, the remainder must be of the form $ax+b$ for some constants $a$ and $b$. Let $q(x)$ be the quotient of the division, so $$2x^6-x^4+4x^2-7= (x+1)(x+3)q(x)+ax+b.$$Plugging in $x=-1$ gives us: $$2(-1)^6-(-1)^4+4(-1)^2-7 = 0+a(-1)+b,$$which simplifies to $$b-a = -2.$$Plugging in $x=-3$ gives us: $$2(-3)^6-(-3)^4+4(-3)^2-7 = 0+a(-3)+b,$$which simplifies to $$b-3a = 1406.$$Solving this system of equations gives us $a=-704$ and $b=-706$, and so our remainder is $\boxed{-704x-706}$.
Intermediate Algebra
There are exactly three integers $x$ satisfying the inequality \[x^2 + bx + 2 \le 0.\]How many integer values of $b$ are possible?
Level 3
The roots of the corresponding equation $x^2 + bx + 2 = 0$ are \[\frac{-b \pm \sqrt{b^2 - 8}}{2}.\](Note that these roots must be real, otherwise, the inequality $x^2 + bx + 2 \le 0$ has no real solutions.) Thus, the solution to this inequality $x^2 + bx + 2 \le 0$ is \[\frac{-b - \sqrt{b^2 - 8}}{2} \le x \le \frac{-b + \sqrt{b^2 - 8}}{2}.\]If the length of this interval is at least 4, then it must contain at least 4 integers, so the width of this interval must be less than 4. Thus, \[\sqrt{b^2 - 8} < 4.\]Then $b^2 - 8 < 16,$ so $b^2 < 24.$ We must also have $b^2 > 8.$ The only possible values of $b$ are then $-4,$ $-3,$ 3, and 4. We can look at each case. \[ \begin{array}{c|c} b & \text{Integer solutions to $x^2 + bx + 2 \le 0$} \\ \hline -4 & 1, 2, 3 \\ -3 & 1, 2 \\ 3 & -2, -1 \\ 4 & -3, -2, -1 \end{array} \]Thus, there are $\boxed{2}$ values of $b$ that work, namely $-4$ and 4.
Intermediate Algebra
Compute all values of $b$ for which the following system has a solution $(x,y)$ in real numbers: \begin{align*} \sqrt{xy} &= b^b, \\ \log_b (x^{\log_b y}) + \log_b (y^{\log_b x}) &= 4b^4. \end{align*}
Level 5
Let $m = \log_b x$ and $n = \log_b y.$ Then $x = b^m$ and $y = b^n.$ Substituting into the first equation, we get \[\sqrt{b^m \cdot b^n} = b^b,\]so $b^{m + n} = b^{2b},$ which implies $m + n = 2b.$ The second equation becomes \[\log_b (b^{mn}) + \log_b (b^{mn}) = 4b^4,\]so $2mn = 4b^4,$ or $mn = 2b^4.$ By the Trivial Inequality, $(m - n)^2 \ge 0,$ so $m^2 - 2mn + n^2 \ge 0,$ which implies \[m^2 + 2mn + n^2 \ge 4mn.\]Then $(2b)^2 \ge 8b^4,$ or $4b^2 \ge 8b^4.$ Then $b^2 \le \frac{1}{2},$ so the set of possible values of $b$ is $\boxed{\left( 0, \frac{1}{\sqrt{2}} \right]}.$
Intermediate Algebra
Suppose we roll a standard fair 6-sided die. What is the probability that a perfect square is rolled?
Level 2
A 1 or 4 can be rolled for success, which is 2 out of 6 possible outcomes, so its probability is $\dfrac26 = \boxed{\dfrac13}$.
Prealgebra
The ratio of the measures of the acute angles of a right triangle is $8:1$. In degrees, what is the measure of the largest angle of the triangle?
Level 3
The actual degree measures of the acute angles don't matter. A right triangle consists of a right angle of $90^\circ$ and two acute angles that add up to $90^\circ$, so each of the two acute angles is smaller than the right angle. Also recall that the definition of an acute angle is that its degree measure is less than $90^\circ$. So the largest angle of the triangle is the right angle, which has a measure of $\boxed{90^\circ}$.
Prealgebra
The sum of the lengths of the twelve edges of a rectangular box is $140$, and the distance from one corner of the box to the farthest corner is $21$. What is the total surface area of the box?
Level 4
Let $a$, $b$, and $c$ be the dimensions of the box. It is given that \[140=4a+4b+4c{\qquad \rm and \qquad}21=\sqrt{a^2+b^2+c^2}\] hence \[35=a+b+c{\qquad (1)\qquad \rm and\qquad}441=a^2+b^2+c^2{\qquad (2)}.\] Square both sides of $(1)$ and combine with $(2)$ to obtain \begin{align*} 1225 & = (a+b+c)^2 \\ &= a^2+b^2+c^2+2ab+2bc+2ca \\ &= 441+2ab+2bc+2ca. \end{align*} Thus the surface area of the box is \[ 2ab+2bc+2ca=1225-441=\boxed{784}.\]
Geometry
Let $\triangle ABC$ be a right triangle such that $B$ is a right angle. A circle with diameter of $BC$ meets side $AC$ at $D.$ If the area of $\triangle ABC$ is $150$ and $AC = 25,$ then what is $BD$?
Level 5
We might try sketching a diagram: [asy] pair pA, pB, pC, pO, pD; pA = (-15, 0); pB = (0, 0); pC = (0, 20); pO = (0, 10); pD = (-9.6, 7.2); draw(pA--pB--pC--pA); draw(pD--pB); draw(circle(pO, 10)); label("$A$", pA, SW); label("$B$", pB, S); label("$C$", pC, N); label("$D$", pD, W); [/asy] Since $BC$ is a diameter of the circle, that makes $\angle BDC$ a right angle. That means that $BD$ is an altitude of $\triangle ABC.$ Then, we use the area formula to find $150 = \frac{1}{2} \cdot AC \cdot BD,$ where $AC = 25.$ Solving, we have $BD = \boxed{12}.$
Geometry
Find all $x$ such that $\lfloor \lfloor 2x \rfloor - 1/2 \rfloor = \lfloor x + 2 \rfloor.$
Level 5
Observe that $\lfloor 2x \rfloor$ is an integer, so it follows that $\lfloor \lfloor 2x \rfloor - 1/2 \rfloor = \lfloor 2x \rfloor - 1$. Also, $\lfloor x + 2 \rfloor = \lfloor x \rfloor + 2$. Thus, our equation becomes $$\lfloor 2x \rfloor = \lfloor x \rfloor + 3.$$Let $n = \lfloor x \rfloor,$ so $n \le x < n + 1.$ If $x < n + \frac{1}{2},$ then $2n \le x < 2n + 1,$ so $\lfloor 2x \rfloor = 2n,$ and \[2n = n + 3,\]which means $n = 3.$ If $x \ge n + \frac{1}{2},$ then $2n + 1 \le x < 2n + 2,$ so $\lfloor 2x \rfloor = 2n + 1,$ and \[2n + 1 = n + 3,\]which means $n = 2.$ Therefore, the set of solutions is $x \in \boxed{\left[ \frac{5}{2}, \frac{7}{2} \right)}.$
Intermediate Algebra
Given that $\alpha$ and $\beta$ are the roots of $x^2 - 2x - 1 = 0,$ find $5 \alpha^4 + 12 \beta^3.$
Level 3
If $x$ satisfies $x^2 - 2x - 1 = 0,$ then \begin{align*} x^2 &= 2x + 1, \\ x^3 &= x(2x + 1) = 2x^2 + x = 2(2x + 1) + x = 5x + 2, \\ x^4 &= x(5x + 2) = 5x^2 + 2x = 5(2x + 1) + 2x = 12x + 5. \end{align*}Hence, \begin{align*} 5 \alpha^4 + 12 \beta^3 &= 5(12 \alpha + 5) + 12 (5 \beta + 2) \\ &= 60 \alpha + 25 + 60 \beta + 24 \\ &= 60 (\alpha + \beta) + 49 \\ &= 60 \cdot 2 + 49 \\ &= \boxed{169}. \end{align*}
Intermediate Algebra
The coordinates of the vertices of isosceles trapezoid $ABCD$ are all integers, with $A=(20,100)$ and $D=(21,107)$. The trapezoid has no horizontal or vertical sides, and $\overline{AB}$ and $\overline{CD}$ are the only parallel sides. The sum of the absolute values of all possible slopes for $\overline{AB}$ is $m/n$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
Level 5
For simplicity, we translate the points so that $A$ is on the origin and $D = (1,7)$. Suppose $B$ has integer coordinates; then $\overrightarrow{AB}$ is a vector with integer parameters (vector knowledge is not necessary for this solution). We construct the perpendicular from $A$ to $\overline{CD}$, and let $D' = (a,b)$ be the reflection of $D$ across that perpendicular. Then $ABCD'$ is a parallelogram, and $\overrightarrow{AB} = \overrightarrow{D'C}$. Thus, for $C$ to have integer coordinates, it suffices to let $D'$ have integer coordinates.[1] [asy] pathpen = linewidth(0.7); pair A=(0,0), D=(1,7), Da = MP("D'",D((-7,1)),N), B=(-8,-6), C=B+Da, F=foot(A,C,D); D(MP("A",A)--MP("B",B)--MP("C",C,N)--MP("D",D,N)--cycle); D(F--A--Da,linetype("4 4")); [/asy] Let the slope of the perpendicular be $m$. Then the midpoint of $\overline{DD'}$ lies on the line $y=mx$, so $\frac{b+7}{2} = m \cdot \frac{a+1}{2}$. Also, $AD = AD'$ implies that $a^2 + b^2 = 1^2 + 7^2 = 50$. Combining these two equations yields \[a^2 + \left(7 - (a+1)m\right)^2 = 50\] Since $a$ is an integer, then $7-(a+1)m$ must be an integer. There are $12$ pairs of integers whose squares sum up to $50,$ namely $( \pm 1, \pm 7), (\pm 7, \pm 1), (\pm 5, \pm 5)$. We exclude the cases $(\pm 1, \pm 7)$ because they lead to degenerate trapezoids (rectangle, line segment, vertical and horizontal sides). Thus we have \[7 - 8m = \pm 1, \quad 7 + 6m = \pm 1, \quad 7 - 6m = \pm 5, 7 + 4m = \pm 5\] These yield $m = 1, \frac 34, -1, -\frac 43, 2, \frac 13, -3, - \frac 12$, and the sum of their absolute values is $\frac{119}{12}$. The answer is $m+n= \boxed{131}$.
Geometry
Let $z$ be a complex number such that $|z| = 13.$ Find $z \times \overline{z}.$
Level 2
In general, \[z \overline{z} = |z|^2\]for all complex numbers $z.$ So, if $|z| = 13,$ then $z \overline{z} = 13^2 = \boxed{169}.$
Intermediate Algebra
If $\sqrt{5+n}=7$, then what is the value of $n$?
Level 2
Since $\sqrt{5+n}=7$ and $7=\sqrt{49}$, then $5+n=49$, so $n=\boxed{44}$.
Prealgebra
Rounded to 2 decimal places, what is $\frac{7}{9}$?
Level 4
Calculating, $\frac{7}{9}=7\div 9=0.7777\cdots=0.\overline{7}$. Rounded to 2 decimal places, $\frac{7}{9}$ is $\boxed{0.78}$.
Prealgebra
Find $s$ given that \[3 \log_2 s = \log_2 (3s).\]
Level 2
By logarithm identities, we have \[\log_2 (s^3) = \log_2 (3s).\]Thus, $s^3 = 3s$, and since $s$ must be positive, we can divide by $s$ to get $s^2 = 3.$ Thus, $s = \boxed{\sqrt{3}}.$
Intermediate Algebra
An equilateral triangle and a square have the same perimeter of 12 inches. What is the ratio of the side length of the triangle to the side length of the square? Express your answer as a common fraction.
Level 2
They have the same perimeter, but that is divided among 4 sides for a square, and 3 sides for an equilateral triangle, and thus, the triangle's side length is $\frac{4}{3}$ times as long as that of the square. To be more precise, you can call $t$ the side length of the equilateral triangle, and $s$ the side length of the square, and set up the equations: $3t = 12$, and $4s = 12$, which yields $t = 4$, and $s = 3$, from which it is clear that the ratio of the side length of the triangle to that of the square is $\boxed{\frac{4}{3}}$.
Prealgebra
Let $x$ and $y$ be complex numbers such that \[\frac{x + y}{x - y} + \frac{x - y}{x + y} = 1.\]Find \[\frac{x^4 + y^4}{x^4 - y^4} + \frac{x^4 - y^4}{x^4 + y^4}.\]
Level 5
Putting $\frac{x + y}{x - y} + \frac{x - y}{x + y}$ over a common denominator, we get \[\frac{2x^2 + 2y^2}{x^2 - y^2} = 1.\]Then $2x^2 + 2y^2 = x^2 - y^2,$ so $x^2 = -3y^2.$ Then \begin{align*} \frac{x^4 + y^4}{x^4 - y^4} + \frac{x^4 - y^4}{x^4 + y^4} &= \frac{9y^4 + y^4}{9y^4 - y^4} + \frac{9y^4 - y^4}{9y^4 + y^4} \\ &= \frac{10}{8} + \frac{8}{10} \\ &= \frac{5}{4} + \frac{4}{5} \\ &= \boxed{\frac{41}{20}}. \end{align*}
Intermediate Algebra
Let $f(x) = x^4 + ax^3 + bx^2 + cx + d$ be a polynomial whose roots are all negative integers. If $a + b + c + d = 2009,$ find $d.$
Level 5
Let the roots be $-r_1,$ $-r_2,$ $-r_3,$ $-r_4,$ so all the $r_i$ are positive integers. Then \[f(x) = (x + r_1)(x + r_2)(x + r_3)(x + r_4),\]and $f(1) = (1 + r_1)(1 + r_2)(1 + r_3)(1 + r_4).$ Also, $f(1) = 1 + a + b + c + d = 2010.$ The prime factorization of 2010 is $2 \cdot 3 \cdot 5 \cdot 67,$ so $1 + r_1,$ $1 + r_2,$ $1 + r_3$, and $1 + r_4$ are equal to 2, 3, 5, and 67, in some order. Therefore, \[f(x) = (x + 1)(x + 2)(x + 4)(x + 66),\]and $d = 1 \cdot 2 \cdot 4 \cdot 66 = \boxed{528}.$
Intermediate Algebra
Let $S$ be the set of positive real numbers. Let $f : S \to \mathbb{R}$ be a function such that \[f(x) f(y) = f(xy) + 2005 \left( \frac{1}{x} + \frac{1}{y} + 2004 \right)\]for all $x,$ $y > 0.$ Let $n$ be the number of possible values of $f(2),$ and let $s$ be the sum of all possible values of $f(2).$ Find $n \times s.$
Level 5
Setting $y = 1,$ we get \[f(x) f(1) = f(x) + \frac{2005}{x} + 2005^2.\]The value $f(1)$ cannot be 1, and so we can solve for $f(x)$ to get \[f(x) = \frac{2005/x + 2005^2}{f(1) - 1}.\]In particular, \[f(1) = \frac{2005 + 2005^2}{f(1) - 1}.\]Then $f(1)^2 - f(1) - 2005^2 - 2005 = 0,$ which factors as $(f(1) - 2006)(f(1) + 2005) = 0.$ Hence, $f(1) = 2006$ or $f(1) = -2005.$ If $f(1) = 2006,$ then \[f(x) = \frac{2005/x + 2005^2}{2005} = \frac{1}{x} + 2005.\]We can check that this function works. If $f(1) = -2005,$ then \[f(x) = \frac{2005/x + 2005^2}{-2006}.\]We can check that this function does not work. Therefore, \[f(x) = \frac{1}{x} + 2005,\]so $n = 1$ and $s = \frac{1}{2} + 2005 = \frac{4011}{2},$ so $n \times s = \boxed{\frac{4011}{2}}.$
Intermediate Algebra
Let $f(x)$ and $g(x)$ be two monic cubic polynomials, and let $r$ be a real number. Two of the roots of $f(x)$ are $r + 1$ and $r + 7.$ Two of the roots of $g(x)$ are $r + 3$ and $r + 9,$ and \[f(x) - g(x) = r\]for all real numbers $x.$ Find $r.$
Level 5
By Factor Theorem, \[f(x) = (x - r - 1)(x - r - 7)(x - a)\]and \[g(x) = (x - r - 3)(x - r - 9)(x - b)\]for some real numbers $a$ and $b.$ Then \[f(x) - g(x) = (x - r - 1)(x - r - 7)(x - a) - (x - r - 3)(x - r - 9)(x - b) = r\]for all $x.$ Setting $x = r + 3,$ we get \[(2)(-4)(r + 3 - a) = r.\]Setting $x = r + 9,$ we get \[(8)(2)(r + 9 - a) = r.\]Then $-8r - 24 + 8a = r$ and $16r + 144 - 16a = r,$ so \begin{align*} 8a - 9r &= 24, \\ -16a + 15r &= -144. \end{align*}Solving, we find $r = \boxed{32}.$
Intermediate Algebra
Given that $2+\sqrt{3}$ is a root of the equation \[x^3 + ax^2 + bx + 10 = 0\]and that $a$ and $b$ are rational numbers, compute $b.$
Level 4
Because the coefficients of the polynomial are rational, the radical conjugate $2-\sqrt{3}$ must also be a root of the polynomial. By Vieta's formulas, the product of the roots of this polynomial is $-10,$ and the product of these two roots is $(2+\sqrt3)(2-\sqrt3) = 1,$ so the remaining root must be $\frac{-10}{1} = -10.$ Then by Vieta's formulas again, we have \[b = (-10)(2-\sqrt3) + (-10)(2+\sqrt3) + (2+\sqrt3)(2-\sqrt3) = \boxed{-39}.\]
Intermediate Algebra
In convex quadrilateral $ABCD$, $AB=8$, $BC=4$, $CD=DA=10$, and $\angle CDA=60^\circ$. If the area of $ABCD$ can be written in the form $\sqrt{a}+b\sqrt{c}$ where $a$ and $c$ have no perfect square factors (greater than 1), what is $a+b+c$?
Level 5
We begin by drawing a diagram: [asy] pair A,B,C,D; A=(0,5*sqrt(3)); B=(10-13/5,5*sqrt(3)+(1/5)*sqrt(231)); C=(10,5*sqrt(3)); D=(5,0); draw(A--B--C--D--cycle); label("$A$",A,W); label("$B$",B,N); label("$C$",C,E); label("$D$",D,S); draw(A--C); label("$60^\circ$",(5,1.8)); label("$8$",(A--B),NW); label("$4$",(B--C),NE); label("$10$",(C--D),SE); label("$10$",(D--A),SW); [/asy] Since $\angle CDA=60^\circ$ and $AD=DC$, $\triangle ACD$ is an equilateral triangle, so $AC=10$ and \[[\triangle ACD]=\frac{10^2\sqrt{3}}{4}=25\sqrt{3}.\]Now we want to find $[\triangle ABC]$. To find the height of this triangle, we drop a perpendicular from $B$ to $AC$ and label the intersection point $E$: [asy] pair A,B,C,E; A=(0,5*sqrt(3)); B=(10-13/5,5*sqrt(3)+(1/5)*sqrt(231)); C=(10,5*sqrt(3)); E=(10-13/5,5*sqrt(3)); draw(A--B--C--cycle); label("$A$",A,SW); label("$B$",B,N); label("$C$",C,SE); label("$E$",E,S); draw(B--E,dashed); label("$8$",(A--B),NW); label("$4$",(B--C),NE); [/asy] Let $BE=h$, $CE=x$, and $EA=10-x$. Using the Pythagorean Theorem on $\triangle BCE$ yields \[x^2+h^2=16\]and on $\triangle ABE$ yields \[(10-x)^2+h^2=64.\]Expanding the second equation yields $x^2-20x+100+h^2=64$; substituting $16$ for $x^2+h^2$ yields $16+100-20x=64$. Solving yields $x=\frac{13}{5}$ and $h=\sqrt{16-x^2}=\frac{\sqrt{231}}{5}$. It follows that \[[\triangle ABC]= \frac{1}{2}(BE)(AC)=\frac{1}{2} \cdot \frac{\sqrt{231}}{5}\cdot 10 = \sqrt{231}.\]Finally, \[[ABCD]=[\triangle ADC]+[\triangle ABC]=25\sqrt{3}+\sqrt{231}=\sqrt{a}+b\sqrt{c}.\]Thus we see $a=231$, $b=25$, and $c=3$, so $a+b+c=\boxed{259}$.
Geometry
Let $ a$, $ b$, $ c$ be nonzero real numbers such that $ a+b+c=0$ and $ a^3+b^3+c^3=a^5+b^5+c^5$. Find the value of $ a^2+b^2+c^2$.
Level 5
From the factorization \[a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - ac - bc),\]we know that $a^3 + b^3 + c^3 = 3abc.$ Since $a + b + c = 0,$ $c = -a - b,$ so \begin{align*} a^5 + b^5 + c^5 &= a^5 + b^5 - (a + b)^5 \\ &= -5a^4 b - 10a^3 b^2 - 10a^2 b^3 - 5ab^4 \\ &= -5ab(a^3 + 2a^2 b + 2ab^2 + b^3) \\ &= -5ab[(a^3 + b^3) + (2a^2 b + 2ab^2)] \\ &= -5ab[(a + b)(a^2 - ab + b^2) + 2ab(a + b)] \\ &= -5ab(a + b)(a^2 + ab + b^2) \\ &= 5abc(a^2 + ab + b^2), \end{align*}so \[3abc = 5abc(a^2 + ab + b^2).\]Since $a,$ $b,$ $c$ are all nonzero, we can write \[a^2 + ab + b^2 = \frac{3}{5}.\]Hence, \begin{align*} a^2 + b^2 + c^2 &= a^2 + b^2 + (a + b)^2 \\ &= a^2 + b^2 + a^2 + 2ab + b^2 \\ &= 2a^2 + 2ab + 2b^2 \\ &= 2(a^2 + ab + b^2) = \boxed{\frac{6}{5}}. \end{align*}
Intermediate Algebra
What is the smallest possible perimeter, in units, of a triangle whose side-length measures are consecutive integer values?
Level 3
The smallest such triangle has lengths 1, 2, and 3. However, this triangle doesn't work since the sum of any two side lengths must be greater than the third side length (by the Triangle Inequality). The next smallest triangle has lengths 2, 3, and 4, which works. Thus, the smallest possible perimeter is $2+3+4=\boxed{9}$ units.
Geometry
Tetrahedron $ABCD$ has $AD=BC=28$, $AC=BD=44$, and $AB=CD=52$. For any point $X$ in space, suppose $f(X)=AX+BX+CX+DX$. The least possible value of $f(X)$ can be expressed as $m\sqrt{n}$, where $m$ and $n$ are positive integers, and $n$ is not divisible by the square of any prime. Find $m+n$.
Level 5
Let $M$ and $N$ be midpoints of $\overline{AB}$ and $\overline{CD}$. The given conditions imply that $\triangle ABD\cong\triangle BAC$ and $\triangle CDA\cong\triangle DCB$, and therefore $MC=MD$ and $NA=NB$. It follows that $M$ and $N$ both lie on the common perpendicular bisector of $\overline{AB}$ and $\overline{CD}$, and thus line $MN$ is that common perpendicular bisector. Points $B$ and $C$ are symmetric to $A$ and $D$ with respect to line $MN$. If $X$ is a point in space and $X'$ is the point symmetric to $X$ with respect to line $MN$, then $BX=AX'$ and $CX=DX'$, so $f(X) = AX+AX'+DX+DX'$. Let $Q$ be the intersection of $\overline{XX'}$ and $\overline{MN}$. Then $AX+AX'\geq 2AQ$, from which it follows that $f(X) \geq 2(AQ+DQ) = f(Q)$. It remains to minimize $f(Q)$ as $Q$ moves along $\overline{MN}$. Allow $D$ to rotate about $\overline{MN}$ to point $D'$ in the plane $AMN$ on the side of $\overline{MN}$ opposite $A$. Because $\angle DNM$ is a right angle, $D'N=DN$. It then follows that $f(Q) = 2(AQ+D'Q)\geq 2AD'$, and equality occurs when $Q$ is the intersection of $\overline{AD'}$ and $\overline{MN}$. Thus $\min f(Q) = 2AD'$. Because $\overline{MD}$ is the median of $\triangle ADB$, the Length of Median Formula shows that $4MD^2 = 2AD^2 + 2BD^2 - AB^2 = 2\cdot 28^2 + 2 \cdot 44^2 - 52^2$ and $MD^2 = 684$. By the Pythagorean Theorem $MN^2 = MD^2 - ND^2 = 8$. Because $\angle AMN$ and $\angle D'NM$ are right angles,\[(AD')^2 = (AM+D'N)^2 + MN^2 = (2AM)^2 + MN^2 = 52^2 + 8 = 4\cdot 678.\]It follows that $\min f(Q) = 2AD' = 4\sqrt{678}$. The requested sum is $4+678=\boxed{682}$.
Geometry
The average of four different positive whole numbers is $4.$ If the difference between the largest and smallest of these numbers is as large as possible, what is the average of the other two numbers?
Level 5
Since the average of four numbers is $4,$ their sum is $4 \times 4 = 16.$ For the difference between the largest and smallest of these numbers to be as large as possible, we would like one of the numbers to be as small as possible (so equal to $1$) and the other (call it $B$ for big) to be as large as possible. Since one of the numbers is $1,$ the sum of the other three numbers is $16-1=15.$ For the $B$ to be as large as possible, we must make the remaining two numbers (which must be different and not equal to $1$) as small as possible. So these other two numbers must be equal to $2$ and $3,$ which would make $B$ equal to $15-2-3 = 10.$ So the average of these other two numbers is $\dfrac{2+3}{2}=\dfrac{5}{2}$ or $\boxed{2\frac{1}{2}}.$
Prealgebra
A frustum of a right circular cone is formed by cutting a small cone off of the top of a larger cone. If a particular frustum has an altitude of $24$ centimeters, the area of its lower base is $225\pi$ sq cm and the area of its upper base is $25\pi$ sq cm, what is the altitude of the small cone that was cut off? [asy]size(200); import three; defaultpen(linewidth(1)); currentprojection = orthographic(0,-3,0.5); pen dots = linetype("0 3") + linewidth(1); real h = 2.3, ratio = (91-24)/(171-24); picture p1, p2; /* p1 is left-hand picture */ triple A = (0,0,0), B = (0,0,h); draw(p1,(-1,0,0)..(0,-1,0)..(1,0,0)); draw(p1,(-1,0,0)..(0,1,0)..(1,0,0),dots); draw(p1,(-1,0,0)--B--(1,0,0)); add(p1); triple vlift = (0,0,0.5); path3 toparc1 = shift((0,0,h*(1-ratio)))*scale3(ratio)*((-1,0,0)..(0,1,0)..(1,0,0)), toparc2 = shift((0,0,h*(1-ratio)))*scale3(ratio)*((1,0,0)..(0,-1,0)..(-1,0,0)); draw(p2,(-1,0,0)..(0,-1,0)..(1,0,0)); draw(p2,(-1,0,0)..(0,1,0)..(1,0,0),dots); draw(p2,(-1,0,0)--ratio*(-1,0,0)+(1-ratio)*B^^ratio*(1,0,0)+(1-ratio)*B--(1,0,0)); draw(p2,shift(vlift)*(ratio*(-1,0,0)+(1-ratio)*B--B--ratio*(1,0,0)+(1-ratio)*B)); draw(p2,toparc1--toparc2); draw(p2,shift(vlift)*toparc1,dots); draw(p2,shift(vlift)*toparc2); draw(p2,shift(vlift)*((1-ratio)*B--B),linewidth(0.7)); dot(p2,shift(vlift)*((1-ratio)*B),linewidth(1.5)); label(p2,"frustum",(0,0,h/4)); label(p2,"$x$",(1-ratio/2)*B+vlift,SW); add(shift((3.4,0,0))*p2); [/asy]
Level 5
The two bases are circles, and the area of a circle is $\pi r^2$. If the area of the upper base (which is also the base of the small cone) is $25\pi$ sq cm, then its radius is $5$ cm, and the radius of the lower base is $15$ cm. The upper base, therefore, has a radius that is $\frac{1}{3}$ the size of the radius of the smaller base. Because the slope of the sides of a cone is uniform, the frustum must have been cut off $\frac{2}{3}$ of the way up the cone, so $x$ is $\frac13$ of the total height of the cone, $H$. We can now solve for $x$, because we know that the height of the frustum, $24$ cm is $\frac23$ of the total height. \begin{align*} \frac{2}{3}H&=24\\ H&=36\\ x&=H\times\frac{1}{3}\\ x&=36\times\frac{1}{3}\\ x&=12 \end{align*} Therefore, the height of the small cone is $\boxed{12}$ centimeters.
Geometry
Triangle $ABC$ with vertices $A(1, -3)$, $B(-2, 0)$ and $C(4, 3)$ is reflected over the $y$-axis to form triangle $A'B'C'$. What is the length of a segment drawn from $A$ to $A'$?
Level 2
Reflecting a point over the $y$-axis negates the $x$-coefficient. So if $A$ is $(1,-3)$, $A'$ will be $(-1, -3)$. The segment is a horizontal line of length $1+1=\boxed{2}$.
Geometry
One of the roots of \[ax^3 + 3x^2 + bx - 65 = 0,\]is $-2 - 3i,$ where $a$ and $b$ are real numbers. Find the real root of this cubic polynomial.
Level 5
Since $-2 - 3i$ is a root \[a (-2 - 3i)^3 + 3 (-2 - 3i)^2 + b (-2 - 3i) - 65 = 0.\]Expanding, we get \[(-80 + 46a - 2b) + (36 - 9a - 3b)i = 0.\]Then $-80 + 46a - 2b = 0$ and $36 - 9a - 3b = 0.$ Solving, we find $a = 2$ and $b = 6.$ The cubic polynomial is then $2x^3 + 3x^2 + 6x - 65 = 0,$ which factors as $(2x - 5)(x^2 + 4x + 13) = 0.$ Therefore, the real root is $\boxed{\frac{5}{2}}.$
Intermediate Algebra
If $60^a = 3$ and $60^b = 5,$ then find $12^{(1 - a - b)/(2(1 - b))}.$
Level 2
We have that $a = \log_{60} 3$ and $b = \log_{60} 5,$ so \[1 - a - b = \log_{60} 60 - \log_{60} 3 - \log_{60} 5 = \log_{60} \frac{60}{3 \cdot 5} = \log_{60} 4 = 2 \log_{60} 2\]and \[2 (1 - b) = 2 (\log_{60} 60 - \log_{60} 5) = 2 \log_{60} 12,\]so \[\frac{1 - a - b}{2(1 - b)} = \frac{2 \log_{60} 2}{2 \log_{60} 12} = \log_{12} 2.\]Therefore, \[12^{(1 - a - b)/(2(1 - b))} = \boxed{2}.\]
Intermediate Algebra
Let \[f(x) = x^3 + 6x^2 + 16x + 28.\]The graphs of $y = f(x)$ and $y = f^{-1}(x)$ intersect at exactly one point $(a,b).$ Enter the ordered pair $(a,b).$
Level 3
We know that the graphs of $y = f(x)$ and $y = f^{-1}(x)$ are reflections of each other across the line $y = x.$ If they intersect at some point $(a,b),$ where $a \neq b,$ then they must also intersect at the point $(b,a),$ which is the reflection of the point $(a,b)$ in the line $y = x.$ But we are told that the graphs have exactly one point of intersection, so it must be of the form $(a,a).$ Since this point lies on the graph of $y = f(x),$ $a = f(a).$ In other words, \[a = a^3 + 6a^2 + 16a + 28.\]Then $a^3 + 6a^2 + 15a + 28 = 0,$ which factors as $(a + 4)(a^2 + 2a + 7) = 0.$ The quadratic factor does not have any real roots, so $a = -4.$ The point of intersection is then $\boxed{(-4,-4)}.$
Intermediate Algebra
Kim earned scores of 87, 83 and 88 on her first three mathematics examinations. If Kim receives a score of 90 on the fourth exam, then by how much will her average increase?
Level 2
After Kim receives a 90 on her fourth exam, the average changes from $\dfrac{87+83+88}{3} = 86$ to $\dfrac{87+83+88+90}{4} = 87$, an increase of $\boxed{1}$.
Prealgebra
Line segment $\overline{AB}$ is a diameter of a circle with $AB = 24$. Point $C$, not equal to $A$ or $B$, lies on the circle. As point $C$ moves around the circle, the centroid (center of mass) of $\triangle ABC$ traces out a closed curve missing two points. To the nearest positive integer, what is the area of the region bounded by this curve? $\textbf{(A)} \indent 25 \qquad \textbf{(B)} \indent 32 \qquad \textbf{(C)} \indent 50 \qquad \textbf{(D)} \indent 63 \qquad \textbf{(E)} \indent 75$
Level 5
Draw the Median connecting C to the center O of the circle. Note that the centroid is $\frac{1}{3}$ of the distance from O to C. Thus, as C traces a circle of radius 12, the Centroid will trace a circle of radius $\frac{12}{3}=4$. The area of this circle is $\pi\cdot4^2=16\pi \approx \boxed{50}$.
Geometry
A rectangular prism has dimensions 8 inches by 2 inches by 32 inches. If a cube has the same volume as the prism, what is the surface area of the cube, in square inches?
Level 2
The cube has volume $8\cdot2\cdot32$ cubic inches, so its edge length is $\sqrt[3]{8\cdot2\cdot32}=\sqrt[3]{8\cdot64}=\sqrt[3]{8}\sqrt[3]{64}=2\cdot4=8$ inches. The surface area of a cube with edge length 8 inches is $6(8\text{ in.})^2=\boxed{384}$ square inches.
Geometry
The graphs of the equations $y=k, \qquad y=\sqrt{3}x+2k, \qquad y=-\sqrt{3}x+2k,$ are drawn in the coordinate plane for $k=-10,-9,-8,\ldots,9,10.\,$ These 63 lines cut part of the plane into equilateral triangles of side $2/\sqrt{3}.\,$ How many such triangles are formed?
Level 5
We note that the lines partition the hexagon of the six extremal lines into disjoint unit regular triangles, and forms a series of unit regular triangles along the edge of the hexagon. [asy] size(200); picture pica, picb, picc; int i; for(i=-10;i<=10;++i){ if((i%10) == 0){draw(pica,(-20/sqrt(3)-abs((0,i))/sqrt(3),i)--(20/sqrt(3)+abs((0,i))/sqrt(3),i),black+0.7);} else{draw(pica,(-20/sqrt(3)-abs((0,i))/sqrt(3),i)--(20/sqrt(3)+abs((0,i))/sqrt(3),i));} } picb = rotate(120,origin)*pica; picc = rotate(240,origin)*pica; add(pica);add(picb);add(picc); [/asy] Solving the above equations for $k=\pm 10$, we see that the hexagon in question is regular, with side length $\frac{20}{\sqrt{3}}$. Then, the number of triangles within the hexagon is simply the ratio of the area of the hexagon to the area of a regular triangle. Since the ratio of the area of two similar figures is the square of the ratio of their side lengths, we see that the ratio of the area of one of the six equilateral triangles composing the regular hexagon to the area of a unit regular triangle is just $\left(\frac{20/\sqrt{3}}{2/\sqrt{3}}\right)^2 = 100$. Thus, the total number of unit triangles is $6 \times 100 = 600$. There are $6 \cdot 10$ equilateral triangles formed by lines on the edges of the hexagon. Thus, our answer is $600+60 = \boxed{660}$.
Geometry
Let $P(z)=x^3+ax^2+bx+c$, where $a,$ $b,$ and $c$ are real. There exists a complex number $w$ such that the three roots of $P(z)$ are $w+3i$, $w+9i$, and $2w-4$, where $i^2=-1$. Find $a+b+c$.
Level 4
Let $w = x + yi,$ where $x$ and $y$ are real numbers. Then the sum of the three roots is \[(w + 3i) + (w + 9i) + (2w - 4) = 4w - 4 + 12i = 4x + 4yi - 4 + 12i.\]By Vieta's formulas, the sum of the roots is $-a,$ are real number. Hence, $(4x - 4) + (4y + 12)i$ must be a real number, which means $y = -3.$ Thus, the three roots are $w + 3i = x,$ $w + 9i = x + 6i,$ and $2w - 4 = 2x - 4 - 6i.$ Since the coefficients of $P(z)$ are all real, the nonreal roots must come in conjugate pairs. Thus, $x + 6i$ must be the conjugate of $2x - 4 - 6i,$ which means $x = 2x - 4.$ Hence, $x = 4,$ so \[P(z) = (z - 4)(z - 4 - 6i)(z - 4 + 6i).\]In particular, \[P(1) = (1 - 4)(1 - 4 - 6i)(1 - 4 + 6i) = -135.\]But $P(1) = 1 + a + b + c,$ so $a + b + c = \boxed{-136}.$
Intermediate Algebra
Simplify $((5p+1)-2p\cdot4)(3)+(4-1\div3)(6p-9)$ to a much simpler expression of the form $ap-b$ , where $a$ and $b$ are positive integers.
Level 5
We need to simplify the given expression. Let's start by simplifying the inside of the parenthesis on the left part of the expression. \begin{align*} ((5p+1)&-2p\cdot4)(3)+(4-1\div3)(6p-9)\\ &=(5p+1-8p)(3)+(4-1\div3)(6p-9)\\ &=(-3p+1)(3)+(4-1\div3)(6p-9) \end{align*} Next we can distribute the 3 to get $$3\cdot(-3p)+3\cdot1+(4-1\div3)(6p-9),$$ which equals $-9p+3+(4-1\div3)(6p-9)$ . The left part looks simplified so now we can focus on the right part. Let's subtract what's in the left parentheses then distribute. \begin{align*} -9p+3+(4-1\div3)(6p-9)&=-9p+3+(\frac{4\cdot3}{3}-\frac{1}{3})(6p-9)\\ &=-9p+3+\frac{11}{3}(6p-9)\\ &=-9p+3+\frac{11}{3}\cdot6p-\frac{11}{3}\cdot9\\ &=-9p+3+\frac{11\cdot6p}{3}-\frac{11\cdot9}{3}\\ &=-9p+3+\frac{66p}{3}-\frac{99}{3}\\ &=-9p+3+\frac{3\cdot22p}{3}-\frac{3\cdot33}{3}\\ &=-9p+3+22p-33\\ &=22p-9p+3-33\\ &=\boxed{13p-30}\\ \end{align*}
Prealgebra
In triangle $ABC$, $A'$, $B'$, and $C'$ are on the sides $BC$, $AC$, and $AB$, respectively. Given that $AA'$, $BB'$, and $CC'$ are concurrent at the point $O$, and that $\frac{AO}{OA'}+\frac{BO}{OB'}+\frac{CO}{OC'}=92$, find $\frac{AO}{OA'}\cdot \frac{BO}{OB'}\cdot \frac{CO}{OC'}$.
Level 5
Let $K_A=[BOC], K_B=[COA],$ and $K_C=[AOB].$ Due to triangles $BOC$ and $ABC$ having the same base,\[\frac{AO}{OA'}+1=\frac{AA'}{OA'}=\frac{[ABC]}{[BOC]}=\frac{K_A+K_B+K_C}{K_A}.\]Therefore, we have\[\frac{AO}{OA'}=\frac{K_B+K_C}{K_A}\]\[\frac{BO}{OB'}=\frac{K_A+K_C}{K_B}\]\[\frac{CO}{OC'}=\frac{K_A+K_B}{K_C}.\]Thus, we are given\[\frac{K_B+K_C}{K_A}+\frac{K_A+K_C}{K_B}+\frac{K_A+K_B}{K_C}=92.\]Combining and expanding gives\[\frac{K_A^2K_B+K_AK_B^2+K_A^2K_C+K_AK_C^2+K_B^2K_C+K_BK_C^2}{K_AK_BK_C}=92.\]We desire $\frac{(K_B+K_C)(K_C+K_A)(K_A+K_B)}{K_AK_BK_C}.$ Expanding this gives\[\frac{K_A^2K_B+K_AK_B^2+K_A^2K_C+K_AK_C^2+K_B^2K_C+K_BK_C^2}{K_AK_BK_C}+2=\boxed{94}.\]
Geometry
An equilateral triangle $ABC$ shares a common side $BC$ with a square $BCDE,$ as pictured. What is the number of degrees in $\angle DAE$ (not pictured)? [asy] pair pA, pB, pC, pD, pE; pA = (0, 0); pB = pA + dir(300); pC = pA + dir(240); pD = pC + dir(270); pE = pB + dir(270); draw(pA--pB--pC--pA); draw(pB--pC--pD--pE--pB); label("$A$", pA, N); label("$B$", pB, E); label("$C$", pC, W); label("$D$", pD, SW); label("$E$", pE, SE); [/asy]
Level 2
First of all, for our benefit, we should draw in the desired angle: [asy] pair pA, pB, pC, pD, pE; pA = (0, 0); pB = pA + dir(300); pC = pA + dir(240); pD = pC + dir(270); pE = pB + dir(270); draw(pA--pB--pC--pA); draw(pB--pC--pD--pE--pB); draw(pD--pA--pE, red); label("$A$", pA, N); label("$B$", pB, E); label("$C$", pC, W); label("$D$", pD, SW); label("$E$", pE, SE); [/asy] We can see that $AB = BC = EB,$ thus $\triangle ABE$ is an isosceles triangle, where $\angle ABE = 90^\circ + 60^\circ = 150^\circ.$ Since the other two angles are equal and add up to $30^\circ$, we have that $\angle BAE = 15^\circ.$ Likewise, $\angle CAD = 15^\circ.$ Then, $\angle DAE = \angle CAB - \angle CAD - \angle BAE = 60^\circ - 15^\circ - 15^\circ = \boxed{30^\circ.}$
Geometry
Determine the value of the expression \[\log_2 (27 + \log_2 (27 + \log_2 (27 + \cdots))),\]assuming it is positive.
Level 3
Let \[x = \log_2 (27 + \log_2 (27 + \log_2 (27 + \dotsb))).\]Then \[x = \log_2 (27 + x),\]so $2^x = x + 27.$ To solve this equation, we plot $y = 2^x$ and $y = x + 27.$ [asy] unitsize(0.15 cm); real func (real x) { return(2^x); } draw(graph(func,-30,log(40)/log(2)),red); draw((-30,-3)--(13,40),blue); draw((-30,0)--(13,0)); draw((0,-5)--(0,40)); dot("$(5,32)$", (5,32), SE); label("$y = 2^x$", (10,16)); label("$y = x + 27$", (-18,18)); [/asy] By inspection, the graphs intersect at $(5,32).$ Beyond this point, the graph of $y = 2^x$ increases much faster than the graph of $y = x + 27,$ so the only positive solution is $x = \boxed{5}.$
Intermediate Algebra
The graph of $y = f(x)$ is shown below. [asy] unitsize(0.5 cm); real func(real x) { real y; if (x >= -3 && x <= 0) {y = -2 - x;} if (x >= 0 && x <= 2) {y = sqrt(4 - (x - 2)^2) - 2;} if (x >= 2 && x <= 3) {y = 2*(x - 2);} return(y); } int i, n; for (i = -5; i <= 5; ++i) { draw((i,-5)--(i,5),gray(0.7)); draw((-5,i)--(5,i),gray(0.7)); } draw((-5,0)--(5,0),Arrows(6)); draw((0,-5)--(0,5),Arrows(6)); label("$x$", (5,0), E); label("$y$", (0,5), N); draw(graph(func,-3,3),red); label("$y = f(x)$", (3,-2), UnFill); [/asy] Which is the graph of $y = |f(x)|$? [asy] unitsize(0.5 cm); picture[] graf; int i, n; real func(real x) { real y; if (x >= -3 && x <= 0) {y = -2 - x;} if (x >= 0 && x <= 2) {y = sqrt(4 - (x - 2)^2) - 2;} if (x >= 2 && x <= 3) {y = 2*(x - 2);} return(y); } real funca(real x) { return(func(abs(x))); } real funcb(real x) { real y = max(0,func(x)); return(y); } real funcd(real x) { return(abs(func(x))); } real funce(real x) { return(abs(func(-x))); } for (n = 1; n <= 5; ++n) { graf[n] = new picture; for (i = -5; i <= 5; ++i) { draw(graf[n],(i,-5)--(i,5),gray(0.7)); draw(graf[n],(-5,i)--(5,i),gray(0.7)); } draw(graf[n],(-5,0)--(5,0),Arrows(6)); draw(graf[n],(0,-5)--(0,5),Arrows(6)); label(graf[n],"$x$", (5,0), E); label(graf[n],"$y$", (0,5), N); } draw(graf[1],graph(funca,-3,3),red); draw(graf[2],graph(funcb,-3,3),red); draw(graf[3],reflect((0,0),(0,1))*graph(func,-3,3),red); draw(graf[4],graph(funcd,-3,3),red); draw(graf[5],graph(funce,-3,3),red); label(graf[1], "A", (0,-6)); label(graf[2], "B", (0,-6)); label(graf[3], "C", (0,-6)); label(graf[4], "D", (0,-6)); label(graf[5], "E", (0,-6)); add(graf[1]); add(shift((12,0))*(graf[2])); add(shift((24,0))*(graf[3])); add(shift((6,-12))*(graf[4])); add(shift((18,-12))*(graf[5])); [/asy] Enter the letter of the graph of $y = |f(x)|.$
Level 1
If $f(x) \ge 0,$ then $|f(x)| = f(x).$ And if $f(x) < 0,$ then $|f(x)| = -f(x).$ Thus, the graph of $y = |f(x)|$ is obtained by taking the graph of $y = f(x),$ and reflecting everything below the $x$-axis about the $x$-axis. The correct graph is $\boxed{\text{D}}.$
Intermediate Algebra
Carla rotated point $A$ 420 degrees clockwise about point $B$ and it landed at point $C$. Devon rotated the original point $A$ $x$ degrees counterclockwise about point $B$ and it also landed at point $C$. If $x<360$, what is the value of $x$?
Level 3
Carla's rotation was equivalent to one of $60^{\circ}$ clockwise. To get to the same point by going counter-clockwise, we have to go $360^{\circ}$ minus Carla's rotation, or $\boxed{300^{\circ}}$.
Geometry
The triangle shown is an equilateral triangle with side length 12 cm. A side of the triangle is the diameter of the circle. If the sum of the areas of the two small shaded regions in square centimeters in simplest radical form is $a\pi - b\sqrt{c}$, what is $a+b+c$? [asy] import graph; size(2inch); pair A = dir(60); pair B = dir(240); pair C = dir(0); pair D = dir(300); pair E = extension(A, C, B, D); draw(A--B); draw(A--E); draw(B--E); draw(Circle( (0,0), 1)); fill(Arc((0,0), C, A)--cycle, gray); fill(Arc((0,0), B, D)--cycle, gray); [/asy]
Level 5
[asy] import graph; size(2inch); pair A = dir(60); pair B = dir(240); pair C = dir(0); pair D = dir(300); pair E = extension(A, C, B, D); fill(Arc((0,0), C, A)--cycle, gray); fill(Arc((0,0), B, D)--cycle, gray); draw(A--B); draw(A--E); draw(B--E); draw(Circle( (0,0), 1)); draw((0,0)--C); draw((0,0)--D); dot(A);dot(B);dot(C);dot(D);dot(E);dot((0,0)); label("$A$",A,NE); label("$B$",B,SW); label("$C$",C,NE); label("$D$",D,S); label("$E$",E,SE); label("$O$",(0,0),NW); [/asy] First, observe that the radius of the circle is $12/2=6$ units. Also, $\angle AEB$ cuts off the two arcs $\widehat{AB}$ and $\widehat{CD}$, so $m\angle AEB=(m\,\widehat{AB}-m\,\widehat{CD}) / 2$. Subsituting $m\, \widehat{AB}=180^\circ$ and $m\angle AEB=60^\circ$ into this equation, we find $m\,\widehat{CD}=60^\circ$. By symmetry, $\angle AOC$ and $\angle DOB$ are congruent, so each one measures $(180-60)/2=60$ degrees. It follows that $AOC$ and $DOB$ are equilateral triangles. Therefore, we can find the area of each shaded region by subtracting the area of an equilateral triangle from the area of a sector. The area of sector $AOC$ is $\left(\frac{m\angle AOC}{360^\circ}\right)\pi (\text{radius})^2=\frac{1}{6}\pi(6)^2=6\pi$. The area of an equilateral triangle with side length $s$ is $s^2\sqrt{3}/4,$ so the area of triangle $AOC$ is $9\sqrt{3}$. In total, the area of the shaded region is $2(6\pi-9\sqrt{3})=12\pi-18\sqrt{3}.$ Therefore, $(a,b,c)=(12,18,3)$ and $a+b+c=\boxed{33}$.
Geometry