problem
stringlengths
16
4.31k
answer
stringlengths
29
6.77k
Point $A$ has coordinates $(x,6)$. When Point $A$ is reflected over the $y$-axis it lands on Point $B$. What is the sum of the four coordinate values of points $A$ and $B$?
The coordinates of point $B$ are $(-x,6)$. The sum of all four coordinates is $x+6+(-x)+6=\boxed{12}$.
An isosceles triangle has side lengths 8 cm, 8 cm and 10 cm. The longest side of a similar triangle is 25 cm. What is the perimeter of the larger triangle, in centimeters?
The ratio of the length of the longest sides of the small triangle to the large triangle is $10/25 = 2/5$, which must hold constant for all sides of the two triangles since they are similar. Thus the perimeters of the two triangles are also in the ratio of $2/5$. The small triangle has perimeter $8+8+10=26$, so the large triangle has perimeter $\frac{5}{2}\cdot 26 = \boxed{65}$.
In triangle $ABC$, we have $\angle A = 90^\circ$ and $\sin B = \frac{4}{7}$. Find $\cos C$.
[asy] pair A,B,C; A = (0,0); B = (4,0); C = (0,sqrt(33)); draw(A--B--C--A); draw(rightanglemark(B,A,C,10)); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); [/asy] Since $\triangle ABC$ is a right triangle, we have $\sin B = \frac{AC}{BC}$ and $\cos C = \frac{AC}{BC}$, so $\cos C = \sin B = \boxed{\frac47}$.
Let $EFGH$, $EFDC$, and $EHBC$ be three adjacent square faces of a cube, for which $EC = 8$, and let $A$ be the eighth vertex of the cube. Let $I$, $J$, and $K$, be the points on $\overline{EF}$, $\overline{EH}$, and $\overline{EC}$, respectively, so that $EI = EJ = EK = 2$. A solid $S$ is obtained by drilling a tunnel through the cube. The sides of the tunnel are planes parallel to $\overline{AE}$, and containing the edges, $\overline{IJ}$, $\overline{JK}$, and $\overline{KI}$. The surface area of $S$, including the walls of the tunnel, is $m + n\sqrt {p}$, where $m$, $n$, and $p$ are positive integers and $p$ is not divisible by the square of any prime. Find $m + n + p$.
[asy] import three; currentprojection = perspective(5,-40,12); defaultpen(linewidth(0.7)); pen l = linewidth(0.5) + linetype("10 2"); triple S=(1,0,0), T=(2,0,2), U=(8,6,8), V=(8,8,6), W=(2,2,0), X=(6,8,8); draw((1,0,0)--(8,0,0)--(8,0,8)--(0,0,8)--(0,0,1)); draw((1,0,0)--(8,0,0)--(8,8,0)--(0,8,0)--(0,1,0),l); draw((0,8,0)--(0,8,8)); draw((0,8,8)--(0,0,8)--(0,0,1)); draw((8,8,0)--(8,8,6),l); draw((8,0,8)--(8,6,8)); draw((0,8,8)--(6,8,8)); draw(S--T--U--V--W--cycle); draw((0,0,1)--T--U--X--(0,2,2)--cycle); draw((0,1,0)--W--V--X--(0,2,2)--cycle); [/asy] [asy] import three; currentprojection = perspective(5,40,12); defaultpen(linewidth(0.7)); pen l = linewidth(0.5) + linetype("10 2"); triple S=(1,0,0), T=(2,0,2), U=(8,6,8), V=(8,8,6), W=(2,2,0), X=(6,8,8); draw((1,0,0)--(8,0,0)--(8,0,8),l); draw((8,0,8)--(0,0,8)); draw((0,0,8)--(0,0,1),l); draw((8,0,0)--(8,8,0)); draw((8,8,0)--(0,8,0)); draw((0,8,0)--(0,1,0),l); draw((0,8,0)--(0,8,8)); draw((0,0,8)--(0,0,1),l); draw((8,8,0)--(8,8,6)); draw((8,0,8)--(8,6,8)); draw((0,0,8)--(0,8,8)--(6,8,8)); draw(S--T--U--V--W--cycle); draw((0,0,1)--T--U--X--(0,2,2)--cycle); draw((0,1,0)--W--V--X--(0,2,2)--cycle); [/asy] Set the coordinate system so that vertex $E$, where the drilling starts, is at $(8,8,8)$. Using a little visualization (involving some similar triangles, because we have parallel lines) shows that the tunnel meets the bottom face (the xy plane one) in the line segments joining $(1,0,0)$ to $(2,2,0)$, and $(0,1,0)$ to $(2,2,0)$, and similarly for the other three faces meeting at the origin (by symmetry). So one face of the tunnel is the polygon with vertices (in that order), $S(1,0,0), T(2,0,2), U(8,6,8), V(8,8,6), W(2,2,0)$, and the other two faces of the tunnel are congruent to this shape. Observe that this shape is made up of two congruent trapezoids each with height $\sqrt {2}$ and bases $7\sqrt {3}$ and $6\sqrt {3}$. Together they make up an area of $\sqrt {2}(7\sqrt {3} + 6\sqrt {3}) = 13\sqrt {6}$. The total area of the tunnel is then $3\cdot13\sqrt {6} = 39\sqrt {6}$. Around the corner $E$ we're missing an area of $6$, the same goes for the corner opposite $E$ . So the outside area is $6\cdot 64 - 2\cdot 6 = 372$. Thus the the total surface area is $372 + 39\sqrt {6}$, and the answer is $372 + 39 + 6 = \boxed{417}$.
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$.
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}$.
In right triangle $ABC$, shown below, $\cos{C}=\frac{9\sqrt{130}}{130}$. Find $AC$. [asy] draw((0,0)--(7,0)--(0,9)--cycle,black+linewidth(1)); draw(rightanglemark((7,0),(0,0),(0,9),20),black+linewidth(1)); label("$A$",(0,0),W); label("$B$",(7,0),E); label("$C$",(0,9),W); label("$\sqrt{130}$",(7,0)--(0,9),NE); [/asy]
Since $\cos{C}=\frac{9\sqrt{130}}{130}$ and $\cos{C}=\frac{AC}{BC}$, we have $\frac{AC}{BC}=\frac{AC}{\sqrt{130}}=\frac{9\sqrt{130}}{130}$. This means that $AC=\frac{9\sqrt{130}}{130}\cdot\sqrt{130}=\frac{9\cdot\sqrt{130}\cdot\sqrt{130}}{130}=\boxed{9}$.
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?
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}$.
A regular octahedron is formed by joining the centers of adjoining faces of a cube. The ratio of the volume of the octahedron to the volume of the cube is $\mathrm{(A) \frac{\sqrt{3}}{12} } \qquad \mathrm{(B) \frac{\sqrt{6}}{16} } \qquad \mathrm{(C) \frac{1}{6} } \qquad \mathrm{(D) \frac{\sqrt{2}}{8} } \qquad \mathrm{(E) \frac{1}{4} }$
Call the length of a side of the cube x. Thus, the volume of the cube is $x^3$. We can then find that a side of this regular octahedron is the square root of $(\frac{x}{2})^2$+$(\frac{x}{2})^2$ which is equivalent to $\frac{x\sqrt{2}}{2}$. Using our general formula for the volume of a regular octahedron of side length a, which is $\frac{a^3\sqrt2}{3}$, we get that the volume of this octahedron is... $(\frac{x\sqrt{2}}{2})^3 \rightarrow \frac{x^3\sqrt{2}}{4} \rightarrow \frac{x^3\sqrt{2}}{4}*\frac{\sqrt{2}}{3} \rightarrow \frac{2x^3}{12}=\frac{x^3}{6}$ Comparing the ratio of the volume of the octahedron to the cube is… $\frac{\frac{x^3}{6}}{x^3} \rightarrow \boxed{\frac{1}{6}}$
Let $P_{1}: y=x^{2}+\frac{101}{100}$ and $P_{2}: x=y^{2}+\frac{45}{4}$ be two parabolas in the Cartesian plane. Let $\mathcal{L}$ be the common tangent line of $P_{1}$ and $P_{2}$ that has a rational slope. If $\mathcal{L}$ is written in the form $ax+by=c$ for positive integers $a,b,c$ where $\gcd(a,b,c)=1$, find $a+b+c$.
From the condition that $\mathcal L$ is tangent to $P_1$ we have that the system of equations $ax + by = c$ and ${y = x^2 + \frac{101}{100}}$ has exactly one solution, so $ax + b(x^2 + \frac{101}{100}) = c$ has exactly one solution. A quadratic equation with only one solution must have discriminant equal to zero, so we must have $a^2 - 4\cdot b \cdot (\frac{101}{100}b - c) = 0$ or equivalently $25a^2 -101b^2 + 100bc = 0$. Applying the same process to $P_2$, we have that $a(y^2 + \frac{45}4) + by = c$ has a unique root so $b^2 - 4\cdot a \cdot (\frac{45}4a - c) = 0$ or equivalently $b^2 - 45a^2 + 4ac = 0$. We multiply the first of these equations through by $a$ and the second through by $25b$ and subtract in order to eliminate $c$ and get $25a^3 + 1125 a^2b - 101ab^2 - 25b^3 = 0$. We know that the slope of $\mathcal L$, $-\frac b a$, is a rational number, so we divide this equation through by $-a^3$ and let $\frac b a = q$ to get $25q^3 +101q^2 - 1125q - 25 = 0$. Since we're searching for a rational root, we can use the Rational Root Theorem to search all possibilities and find that $q = 5$ is a solution. (The other two roots are the roots of the quadratic equation $25q^2 + 226q +5 = 0$, both of which are irrational.) Thus $b = 5a$. Now we go back to one of our first equations, say $b^2 - 45a^2 + 4ac = 0$, to get $25a^2 - 45a^2 + 4ac = 0 \Longrightarrow c = 5a$. (We can reject the alternate possibility $a = 0$ because that would give $a = b = 0$ and our "line" would not exist.) Then $a : b : c = 1 : 5 : 5$ and since the greatest common divisor of the three numbers is 1, $a = 1, b = 5, c = 5$ and $a + b + c = \boxed{11}$.
Two identical rectangular crates are packed with cylindrical pipes, using different methods. Each pipe has diameter $10\text{ cm}.$ A side view of the first four rows of each of the two different methods of packing is shown below. [asy] draw(circle((1,1),1),black+linewidth(1)); draw(circle((3,1),1),black+linewidth(1)); draw(circle((5,1),1),black+linewidth(1)); draw(circle((7,1),1),black+linewidth(1)); draw(circle((9,1),1),black+linewidth(1)); draw(circle((11,1),1),black+linewidth(1)); draw(circle((13,1),1),black+linewidth(1)); draw(circle((15,1),1),black+linewidth(1)); draw(circle((17,1),1),black+linewidth(1)); draw(circle((19,1),1),black+linewidth(1)); draw(circle((1,3),1),black+linewidth(1)); draw(circle((3,3),1),black+linewidth(1)); draw(circle((5,3),1),black+linewidth(1)); draw(circle((7,3),1),black+linewidth(1)); draw(circle((9,3),1),black+linewidth(1)); draw(circle((11,3),1),black+linewidth(1)); draw(circle((13,3),1),black+linewidth(1)); draw(circle((15,3),1),black+linewidth(1)); draw(circle((17,3),1),black+linewidth(1)); draw(circle((19,3),1),black+linewidth(1)); draw(circle((1,5),1),black+linewidth(1)); draw(circle((3,5),1),black+linewidth(1)); draw(circle((5,5),1),black+linewidth(1)); draw(circle((7,5),1),black+linewidth(1)); draw(circle((9,5),1),black+linewidth(1)); draw(circle((11,5),1),black+linewidth(1)); draw(circle((13,5),1),black+linewidth(1)); draw(circle((15,5),1),black+linewidth(1)); draw(circle((17,5),1),black+linewidth(1)); draw(circle((19,5),1),black+linewidth(1)); draw(circle((1,7),1),black+linewidth(1)); draw(circle((3,7),1),black+linewidth(1)); draw(circle((5,7),1),black+linewidth(1)); draw(circle((7,7),1),black+linewidth(1)); draw(circle((9,7),1),black+linewidth(1)); draw(circle((11,7),1),black+linewidth(1)); draw(circle((13,7),1),black+linewidth(1)); draw(circle((15,7),1),black+linewidth(1)); draw(circle((17,7),1),black+linewidth(1)); draw(circle((19,7),1),black+linewidth(1)); draw((0,15)--(0,0)--(20,0)--(20,15),black+linewidth(1)); dot((10,9)); dot((10,11)); dot((10,13)); label("Crate A",(10,0),S); [/asy] [asy] draw(circle((1,1),1),black+linewidth(1)); draw(circle((3,1),1),black+linewidth(1)); draw(circle((5,1),1),black+linewidth(1)); draw(circle((7,1),1),black+linewidth(1)); draw(circle((9,1),1),black+linewidth(1)); draw(circle((11,1),1),black+linewidth(1)); draw(circle((13,1),1),black+linewidth(1)); draw(circle((15,1),1),black+linewidth(1)); draw(circle((17,1),1),black+linewidth(1)); draw(circle((19,1),1),black+linewidth(1)); draw(circle((2,2.75),1),black+linewidth(1)); draw(circle((4,2.75),1),black+linewidth(1)); draw(circle((6,2.75),1),black+linewidth(1)); draw(circle((8,2.75),1),black+linewidth(1)); draw(circle((10,2.75),1),black+linewidth(1)); draw(circle((12,2.75),1),black+linewidth(1)); draw(circle((14,2.75),1),black+linewidth(1)); draw(circle((16,2.75),1),black+linewidth(1)); draw(circle((18,2.75),1),black+linewidth(1)); draw(circle((1,4.5),1),black+linewidth(1)); draw(circle((3,4.5),1),black+linewidth(1)); draw(circle((5,4.5),1),black+linewidth(1)); draw(circle((7,4.5),1),black+linewidth(1)); draw(circle((9,4.5),1),black+linewidth(1)); draw(circle((11,4.5),1),black+linewidth(1)); draw(circle((13,4.5),1),black+linewidth(1)); draw(circle((15,4.5),1),black+linewidth(1)); draw(circle((17,4.5),1),black+linewidth(1)); draw(circle((19,4.5),1),black+linewidth(1)); draw(circle((2,6.25),1),black+linewidth(1)); draw(circle((4,6.25),1),black+linewidth(1)); draw(circle((6,6.25),1),black+linewidth(1)); draw(circle((8,6.25),1),black+linewidth(1)); draw(circle((10,6.25),1),black+linewidth(1)); draw(circle((12,6.25),1),black+linewidth(1)); draw(circle((14,6.25),1),black+linewidth(1)); draw(circle((16,6.25),1),black+linewidth(1)); draw(circle((18,6.25),1),black+linewidth(1)); draw((0,15)--(0,0)--(20,0)--(20,15),black+linewidth(1)); dot((10,9)); dot((10,11)); dot((10,13)); label("Crate B",(10,0),S); [/asy] Three pipes from Crate $B$ are shown. Determine the height, $h,$ of this pile of $3$ pipes. [asy] draw(circle((10,10),10),black+linewidth(1)); draw(circle((30,10),10),black+linewidth(1)); draw(circle((20,27.5),10),black+linewidth(1)); draw((50,0)--(50,37.5),black+linewidth(1)); draw((49,0)--(51,0),black+linewidth(1)); draw((49,37.5)--(51,37.5),black+linewidth(1)); label("$h$",(50,0)--(50,37.5),E); [/asy]
Join the centres $A,$ $B,$ and $C$ of the three circles. The lines $AB,$ $BC,$ and $CA$ will pass through the points where the circles touch, so will each have length $10\text{ cm}$ (that is, twice the radius of one of the circles). We can break the height of the pile into three pieces: the distance from the bottom of the pile to the line $BC,$ the height of the equilateral triangle $ABC,$ and the distance $A$ to the top of the pile. [asy] draw(circle((10,10),10),black+linewidth(1)); draw(circle((30,10),10),black+linewidth(1)); draw(circle((20,27.5),10),black+linewidth(1)); draw((-10,0)--(50,0),black+linewidth(1)); draw((-10,37.5)--(50,37.5),black+linewidth(1)); draw((53,0)--(53,37.5),black+linewidth(1)); draw((52,0)--(54,0),black+linewidth(1)); draw((52,37.5)--(54,37.5),black+linewidth(1)); label("$h$",(53,0)--(53,37.5),E); draw((10,10)--(30,10)--(20,27.5)--cycle,black+linewidth(1)); draw((10,10)--(10,0),black+linewidth(1)); draw((20,27.5)--(20,37.5),black+linewidth(1)); label("$A$",(20,27.5),W); label("$B$",(10,10),W); label("$C$",(30,10),E); label("5",(10,10)--(10,0),E); label("5",(20,27.5)--(20,37.5),E); [/asy] The first and last of these distances are each equal to the radius of one of the circles, that is, $5\text{ cm}.$ So we must determine the height of $\triangle ABC,$ which is an equilateral triangle with side length $10\text{ cm}.$ There are many ways to do this. Drop a perpendicular from $A$ to $P$ on $BC.$ Since $AB = AC,$ we know that $P$ is the midpoint of $BC,$ so $BP=5\text{ cm}.$ [asy] draw((0,0)--(10,0)--(5,8.6603)--cycle,black+linewidth(1)); draw((5,0)--(5,8.6603),black+linewidth(1)); draw((5,0)--(4.5,0)--(4.5,0.5)--(5,0.5)--cycle,black+linewidth(1)); label("$A$",(5,8.6603),N); label("$B$",(0,0),W); label("$C$",(10,0),E); label("$P$",(5,0),S); label("5",(0,0)--(5,0),S); label("10",(0,0)--(5,8.6603),NW); [/asy] Then $\triangle ABP$ is a $30^\circ$-$60^\circ$-$90^\circ$ triangle, so $AP=\sqrt{3}BP=5\sqrt{3}\text{ cm}.$ Thus, the height of the pile is $$5 + 5\sqrt{3} + 5 = \boxed{10 + 5\sqrt{3}}\text{ cm.}$$
A regular polygon has exterior angles each measuring 15 degrees. How many sides does the polygon have?
The measure of each exterior angle in a regular $n$-gon is $360/n$ degrees. Setting this expression equal to 15, we find $n=\boxed{24}$.
Circles centered at $A$ and $B$ each have radius 2, as shown. Point $O$ is the midpoint of $\overline{AB}$, and $OA=2\sqrt{2}$. Segments $OC$ and $OD$ are tangent to the circles centered at $A$ and $B$, respectively, and $\overline{EF}$ is a common tangent. What is the area of the shaded region $ECODF$? [asy]unitsize(1cm); pair A,B,C,D,G,F,O; A=(-2.8,0); B=(2.8,0); C=(-1.4,1.4); D=(1.4,1.4); G=(-2.8,2); F=(2.8,2); O=(0,0); draw(A--B); draw(G--F); draw(O--C); draw(O--D); fill(O--D--F--G--C--cycle,gray(0.6)); draw(A--(-2.8,-2)); draw(B--(2.8,-2)); label("2",(-2.8,-1),W); label("2",(2.8,-1),E); dot(A); dot(B); dot(C); dot(D); dot(G); dot(F); dot(O); fill((-2,1.85)..C--G..cycle,white); fill((2,1.85)..D--F..cycle,white); label("$A$",A,W); label("$B$",B,E); label("$C$",C,SW); label("$D$",D,SE); label("$E$",G,N); label("$F$",F,N); label("$O$",O,S); draw(Circle(A,2)); draw(Circle(B,2)); [/asy]
Rectangle $ABFE$ has area $AE\cdot AB=2\cdot 4\sqrt{2}=8\sqrt{2}$. Right triangles $ACO$ and $BDO$ each have hypotenuse $2\sqrt{2}$ and one leg of length 2. [asy]unitsize(1cm); pair A,B,C,D,G,F,O; A=(-2.8,0); B=(2.8,0); C=(-1.4,1.4); D=(1.4,1.4); G=(-2.8,2); F=(2.8,2); O=(0,0); draw(A--B,linewidth(0.8)); draw(G--F,linewidth(0.8)); draw(O--C,linewidth(0.8)); draw(O--D,linewidth(0.8)); fill(O--D--F--G--C--cycle,gray(0.6)); dot(A); dot(B); dot(C); dot(D); dot(G); dot(F); dot(O); fill((-2,1.85)..C--G..cycle,white); fill((2,1.85)..D--F..cycle,white); label("$A$",A,W); label("$B$",B,E); label("$C$",C,NE); label("$D$",D,NW); label("$E$",G,N); label("$F$",F,N); label("$O$",O,S); draw(Circle(A,2),linewidth(0.8)); draw(Circle(B,2),linewidth(0.8)); draw(A--G); draw(A--C); draw(B--F); draw(B--D); label("2",(-2.1,0.7),SE); label("2",(2.1,0.7),SW); [/asy] Hence they are each isosceles, and each has area $(1/2)\left(2^2\right)=2$. Angles $CAE$ and $DBF$ are each $45^\circ$, so sectors $CAE$ and $DBF$ each have area \[ \frac{1}{8}\cdot \pi \cdot 2^2 = \frac{\pi}{2}. \] Thus the area of the shaded region is \[ 8\sqrt{2}-2\cdot 2 -2\cdot\frac{\pi}{2}=\boxed{8\sqrt{2}-4-\pi}. \]
Triangle $ABC$ has an inradius of $5$ and a circumradius of $16$. If $2\cos{B} = \cos{A} + \cos{C}$, then the area of triangle $ABC$ can be expressed as $\frac{a\sqrt{b}}{c}$, where $a, b,$ and $c$ are positive integers such that $a$ and $c$ are relatively prime and $b$ is not divisible by the square of any prime. Compute $a+b+c$.
Using the identity $\cos A + \cos B + \cos C = 1+\frac{r}{R}$, we have that $\cos A + \cos B + \cos C = \frac{21}{16}$. From here, combining this with $2\cos B = \cos A + \cos C$, we have that $\cos B = \frac{7}{16}$ and $\sin B = \frac{3\sqrt{23}}{16}$. Since $\sin B = \frac{b}{2R}$, we have that $b = 6\sqrt{23}$. By the Law of Cosines, we have that:\[b^2 = a^2 + c^2-2ac\cdot \cos B \implies a^2+c^2-\frac{7ac}{8} = 36 \cdot 23.\]But one more thing: noting that $\cos A = \frac{b^2+c^2-a^2}{2cb}$. and $\cos C = \frac{a^2+b^2-c^2}{2ab}$, we know that $\frac{36 \cdot 23 + b^2+c^2-a^2}{bc} + \frac{36 \cdot 23+a^2+b^2-c^2}{ab} = \frac{7}{4} \implies$ $\frac{36 \cdot 23 + c^2-a^2}{c} + \frac{36 \cdot 23 + a^2-c^2}{a} = \frac{21\sqrt{23}}{2} \implies$ $\frac{(a+c)(36 \cdot 23 + 2ac-c^2-a^2)}{ac} = \frac{21\sqrt{23}}{2}$. Combining this with the fact that $a^2+c^2 - \frac{7ac}{8} = 36 \cdot 23$, we have that: $\frac{(a+c)(-2ac \cdot \frac{7}{16}+2ac)}{ac} = \frac{21\sqrt{23}}{2} \implies$ $a+c = \frac{28 \sqrt{23}}{3}$. Therefore, $s$, our semiperimeter is $\frac{23\sqrt{23}}{3}$. Our area, $r \cdot s$ is equal to $\frac{115\sqrt{23}}{3}$, giving us a final answer of $\boxed{141}$.
In right $\Delta ABC$, $\angle CAB$ is a right angle. Point $M$ is the midpoint of $\overline{BC}$. What is the number of centimeters in the length of median $\overline{AM}$? Express your answer as a decimal to the nearest tenth. [asy] pair A,B,C,M; A = (0,0); B = (4,0); C = (0,3); M = (B+C)/2; draw(M--A--B--C--A); label("$A$",A,W); label("$B$",B,E); label("$C$",C,W); label("$M$",M,NE); label("3 cm",A--C,W); label("4 cm",A--B,S); [/asy]
The length of the median to the hypotenuse of a right triangle is half the hypotenuse. The hypotenuse of $\triangle ABC$ is $\sqrt{3^2+4^2} = 5$, so $AM = BC/2 = \boxed{2.5}$.
Two cylindrical cans have the same volume. The height of one can is triple the height of the other. If the radius of the narrower can is 12 units, how many units are in the length of the radius of the wider can? Express your answer in simplest radical form.
Let the height of the wide can be $h$ and the height of the narrow can be $3h$. Let the wide can have radius $x$ units. Since the two volumes are equal, we have \[\pi (12^2) (3h) = \pi (x^2) (h).\] Solving yields $x = 12\sqrt{3}$ so the wide can has radius $\boxed{12\sqrt{3}}$ units.
Jimmy owns a cube-shaped container that measures $10$ inches on each side. He fills this container with water until it is half full. Then he throws ten giant ice cubes that measure $2$ inches on each side into the container. In inches cubed, how much of the container is unoccupied by ice or water?
First let's compute the volume of the container. The container measures $10\times10\times10$ so its volume is $$10\cdot10\cdot10=10^3=1000$$inches cubed. Since the container is only half full, there are $$\frac{1}{2}\cdot10^3=500$$inches cubed of water in it. Additionally, there are ten ice cubes each with a volume of $2^3$. This means that the total volume of the ice cubes is $$10\cdot2^3=10\cdot8=80.$$Altogether, the water and the ice cubes occupy $500+80=580$ inches cubed. This means that there are $1000-580=\boxed{420}$ inches cubed of space in the container unoccupied by water and ice.
In triangle $PQR$, we have $\angle P = 90^\circ$, $QR = 20$, and $\tan R = 4\sin R$. What is $PR$?
[asy] pair P,Q,R; P = (0,0); Q = (5*sqrt(15),0); R = (0,5); draw(P--Q--R--P); draw(rightanglemark(Q,P,R,18)); label("$P$",P,SW); label("$Q$",Q,SE); label("$R$",R,N); label("$20$",(R+Q)/2,NE); [/asy] We have $\tan R = \frac{PQ}{PR}$ and $\sin R = \frac{PQ}{RQ} = \frac{PQ}{20}$, so $\tan R = 4\sin R$ gives us $\frac{PQ}{PR} = 4\cdot \frac{PQ}{20} = \frac{PQ}{5}$. From $\frac{PQ}{PR} = \frac{PQ}{5}$, we have $PR = \boxed{5}$.
In the following diagram, $AB=50$. Find $AX$. [asy] import markers; real t=.67; pair A=(0,0); pair B=(3,-2); pair C=(1.5,1.5); pair X=t*A+(1-t)*B; draw(C--A--B--C--X); label("$A$",A,SW); label("$B$",B,E); label("$C$",C,N); label("$X$",X,SW); markangle(n=1,radius=15,A,C,X,marker(markinterval(stickframe(n=1),true))); markangle(n=1,radius=15,X,C,B,marker(markinterval(stickframe(n=1),true))); //label("$24$",.5*(B+X),SE); label("$56$",.5*(B+C),E); label("$28$",.5*(A+C),NW); [/asy]
The Angle Bisector Theorem tells us that \[\frac{AX}{AC}=\frac{BX}{BC}\] so cross multiplying and substituting tells us \[56AX=28BX\] or $BX=2AX$. We want to find $AX$, so we write \[50=AB=AX+XB=AX+2AX=3AX.\] Solving gives us $AX=\boxed{\frac{50}3}$.
Let $ABC$ be a triangle with $\angle BAC = 90^\circ$. A circle is tangent to the sides $AB$ and $AC$ at $X$ and $Y$ respectively, such that the points on the circle diametrically opposite $X$ and $Y$ both lie on the side $BC$. Given that $AB = 6$, find the area of the portion of the circle that lies outside the triangle. [asy] import olympiad; import math; import graph; unitsize(4cm); pair A = (0,0); pair B = A + right; pair C = A + up; pair O = (1/3, 1/3); pair Xprime = (1/3,2/3); pair Yprime = (2/3,1/3); fill(Arc(O,1/3,0,90)--Xprime--Yprime--cycle,0.7*white); draw(A--B--C--cycle); draw(Circle(O, 1/3)); draw((0,1/3)--(2/3,1/3)); draw((1/3,0)--(1/3,2/3)); draw((1/16,0)--(1/16,1/16)--(0,1/16)); label("$A$",A, SW); label("$B$",B, down); label("$C$",C, left); label("$X$",(1/3,0), down); label("$Y$",(0,1/3), left); [/asy]
Let $O$ be the center of the circle, and $r$ its radius, and let $X'$ and $Y'$ be the points diametrically opposite $X$ and $Y$, respectively. We have $OX' = OY' = r$, and $\angle X'OY' = 90^\circ$. Since triangles $X'OY'$ and $BAC$ are similar, we see that $AB = AC$. Let $X''$ be the foot of the altitude from $Y'$ to $\overline{AB}$. Since $X''BY'$ is similar to $ABC$, and $X''Y' = r$, we have $X''B = r$. It follows that $AB = 3r$, so $r = 2$. [asy] import olympiad; import math; import graph; unitsize(4cm); pair A = (0,0); pair B = A + right; pair C = A + up; pair O = (1/3, 1/3); pair Xprime = (1/3,2/3); pair Yprime = (2/3,1/3); fill(Arc(O,1/3,0,90)--Xprime--Yprime--cycle,0.7*white); draw(A--B--C--cycle); draw(Circle(O, 1/3)); draw((0,1/3)--(2/3,1/3)); draw((1/3,0)--(1/3,2/3)); draw((2/3, 0)--(2/3, 1/3)); draw((1/16,0)--(1/16,1/16)--(0,1/16)); label("$A$",A, SW); label("$B$",B, down); label("$C$",C, left); label("$X$",(1/3,0), down); label("$Y$",(0,1/3), left); label("$X'$", (1/3, 2/3), NE); label("$Y'$", (2/3, 1/3), NE); label("$X''$", (2/3, 0), down); label("$O$", O, NE); [/asy] Then, the desired area is the area of the quarter circle minus that of the triangle $X'OY'$. And the answer is $\frac 1 4 \pi r^2 - \frac 1 2 r^2 = \boxed{\pi - 2}$.
Compute $\sin 300^\circ$.
Let $P$ be the point on the unit circle that is $300^\circ$ counterclockwise from $(1,0)$, and let $D$ be the foot of the altitude from $P$ to the $x$-axis, as shown below. [asy] pair A,C,P,O,D; draw((0,-1.2)--(0,1.2),p=black+1.2bp,Arrows(0.15cm)); draw((-1.2,0)--(1.2,0),p=black+1.2bp,Arrows(0.15cm)); A = (1,0); O= (0,0); label("$x$",(1.2,0),SE); label("$y$",(0,1.2),NE); P = rotate(300)*A; D = foot(P,A,-A); draw(O--P--D); draw(rightanglemark(O,D,P,2)); draw(Circle(O,1)); label("$O$",O,NW); label("$P$",P,SE); //label("$A$",A,SE); label("$D$",D,N); [/asy] Triangle $POD$ is a 30-60-90 triangle, so $DO = \frac{1}{2}$ and $DP = \frac{\sqrt{3}}{2}$. Therefore, the coordinates of $P$ are $\left(\frac12,-\frac{\sqrt{3}}{2}\right)$, so $\sin300^\circ = \boxed{-\frac{\sqrt{3}}{2}}$.
In parallelogram $ABCD$, $AB = 38$ cm, $BC = 3y^3$ cm, $CD = 2x +4$ cm, and $AD = 24$ cm. What is the product of $x$ and $y$?
Since opposite sides of a parallelogram have the same length, we have the equations $$AB=CD\qquad\Rightarrow \qquad38=2x+4\qquad\Rightarrow \qquad x=17$$and $$BC=AD\qquad\Rightarrow \qquad3y^3=24\qquad\Rightarrow\qquad y=2.$$The product of $x$ and $y$ is then $17\cdot2=\boxed{34}$.
A right pyramid has a square base that measures 10 cm on each side. Its peak is 12 cm above the center of its base. What is the sum of the lengths of the pyramid's eight edges? Express your answer to the nearest whole number. [asy] size(150); draw((0,0)--(3,3)--(13,3)--(10,0)--cycle,linewidth(1)); draw((0,0)--(6.5,15)--(3,3),linewidth(1)); draw((13,3)--(6.5,15)--(10,0),linewidth(1)); draw((6.5,15)--(6.5,1.5),linewidth(1)); label("12",(6.5,5),E); draw((6.6,15)..(6.7,14.9)..(6.8,14.7)--(6.8,5.3)..(6.9,5.2)..(7,5)..(6.9,4.8)..(6.8,4.7)--(6.8,1.8)..(6.7,1.6)..(6.6,1.5),linewidth(.7)); [/asy]
To start, we can draw in a line from where the altitude meets the base to one of the bottom corners as shown: [asy] size(150); draw((0,0)--(3,3)--(13,3)--(10,0)--cycle,linewidth(1)); draw((0,0)--(6.5,15)--(3,3),linewidth(1)); draw((13,3)--(6.5,15)--(10,0),linewidth(1)); draw((6.5,15)--(6.5,1.5),linewidth(1)); draw((6.5,1.5)--(10,0),linewidth(.7)); [/asy] The length of this segment will be half the length of the diagonal of the base. The base has side $10$, so the diagonal will satisfy: $$d^2=10^2+10^2=200$$ $$d=10\sqrt{2}$$ Half of this is $5\sqrt{2}$. Now we can look at the right triangle formed by the altitude from the vertex of the pyramid, the line just drawn in, and with hypotenuse as the edge we need to find the length of. The length of this edge is: $$\sqrt{12^2+(5\sqrt{2})^2}=\sqrt{144+50}=\sqrt{194}\approx 13.928$$ The total length of all edges is: $$4(10)+4(13.928)\approx \boxed{ 96}$$
In the triangle shown, $n$ is a positive integer, and $\angle A > \angle B > \angle C$. How many possible values of $n$ are there? [asy] draw((0,0)--(1,0)--(.4,.5)--cycle); label("$A$",(.4,.5),N); label("$B$",(1,0),SE); label("$C$",(0,0),SW); label("$2n + 12$",(.5,0),S); label("$3n - 3$",(.7,.25),NE); label("$2n + 7$",(.2,.25),NW); [/asy]
The sides of the triangle must satisfy the triangle inequality, so $AB + AC > BC$, $AB + BC > AC$, and $AC + BC > AB$. Substituting the side lengths, these inequalities turn into \begin{align*} (3n - 3) + (2n + 7) &> 2n + 12, \\ (3n - 3) + (2n + 12) &> 2n + 7, \\ (2n + 7) + (2n + 12) &> 3n - 3, \end{align*} which give us $n > 8/3$, $n > -2/3$, and $n > -22$, respectively. However, we also want $\angle A > \angle B > \angle C$, which means that $BC > AC$ and $AC > AB$. These inequalities turn into $2n + 12 > 2n + 7$ (which is always satisfied), and $2n + 7 > 3n - 3$, which gives us $n < 10$. Hence, $n$ must satisfy $n > 8/3$ and $n < 10$, which means \[3 \le n \le 9.\] The number of positive integers in this interval is $9 - 3 + 1 = \boxed{7}$.
In right triangle $ABC$, $AB=10$, $AC=6$ and $BC=8$ units. What is the distance from $C$ to the midpoint of segment $AB$?
The length of the median to the hypotenuse of a right triangle is half the length of the hypotenuse. Therefore, the desired distance is $10/2 = \boxed{5}$.
The region shown is bounded by the arcs of circles having radius 4 units, having a central angle measure of 60 degrees and intersecting at points of tangency. The area of the region can be expressed in the form $a\sqrt{b}+c\pi$ square units, where $\sqrt{b}$ is a radical in simplest form. What is the value of $a + b + c$? [asy] size(150); draw(arc((-2,0),2,0,60)); draw(arc((0,3.464),2,-60,-120)); draw(arc((2,0),2,120,180)); [/asy]
Consider point $A$ at the center of the diagram. Drawing in lines as shown below divides the region into 3 parts with equal areas. Because the full circle around point $A$ is divided into 3 angles of equal measure, each of these angles is 120 degrees in measure. [asy] size(150); pair A, B, C, D; A=(0,1.155); B=(0,0); C=(-1,1.732); D=(1,1.732); draw(arc((-2,0),2,0,60)); draw(arc((0,3.464),2,-60,-120)); draw(arc((2,0),2,120,180)); dot(A); label("A", A, N); draw(A--B); draw(A--C); draw(A--D); [/asy] Now consider a circle of radius 4 inscribed inside a regular hexagon: [asy] size(150); pair O, A, B, C, D, E, F, M; O=(0,0); A=(-4.619,0); B=(-2.309,4); C=(2.309,4); D=(4.619,0); E=(2.309,-4); F=(-2.309,-4); M=(A+B)/2; draw(circle(O,4)); draw(A--B--C--D--E--F--A); label("A", A, W); label("B", B, NW); label("O", O, SE); label("C", C, NE); label("D", D, E); label("E", E, SE); label("F", F, SW); label("M", M, NW); draw(A--O); draw(B--O); draw(M--O); label("$4$", 3M/4, NE); [/asy] Now, the pieces of area inside the hexagon but outside the circle are identical to the pieces of area the original region was divided into. There were 3 pieces in the original diagram, but there are 6 in the hexagon picture. Thus, the area of the original region is the half the area inside the hexagon but outside the circle. Because $ABO$ is equilateral, $BMO$ is a 30-60-90 right triangle, so $BM=\frac{4}{\sqrt{3}}$. Thus, the side length of the equilateral triangle is $AB=2BM=\frac{8}{\sqrt{3}}$. Now we know the base $AB$ and the height $MO$ so we can find the area of triangle $ABO$ to be $\frac{1}{2} \cdot \frac{8}{\sqrt{3}} \cdot 4=\frac{16}{\sqrt{3}}=\frac{16\sqrt{3}}{3}$. The entirety of hexagon $ABCDEF$ can be divided into 6 such triangles, so the area of $ABCDEF$ is $\frac{16\sqrt{3}}{3} \cdot 6 = 32\sqrt{3}$. The area of the circle is $\pi 4^2=16\pi$. Thus, the area inside the heagon but outside the circle is $32\sqrt{3}-16\pi$. Thus, the area of the original region is $\frac{32\sqrt{3}-16\pi}{2}=16\sqrt{3}-8\pi$. Now we have $a=16$, $b=3$ and $c=-8$. Adding, we get $16+3+(-8)=\boxed{11}$.
When each edge of a cube is increased by $50\%$, by what percent is the surface area of the cube increased?
Let $s$ represent the length of the edge of a cube. The surface area of the cube is 6 times the area of each face (since there are 6 faces), or $6s^2$. Increasing $s$ by $50\%$ gives us $1.5s$. The new surface area is $6(1.5s)^2=6s^2(2.25)$. Increasing the surface area by $x\%$ is $6s^2\left(1+\frac{x}{100}\right)$, so we solve for $x$ when the surface area is $6s^2(2.25)$. $$2.25=1+\frac{x}{100}\qquad\Rightarrow 1.25=\frac{x}{100}\qquad\Rightarrow 125=x$$ The surface area increases by $\boxed{125\%}$.
How many different isosceles triangles have integer side lengths and perimeter 23?
Because the perimeter of such a triangle is 23, and the sum of the two equal side lengths is even, the length of the base is odd. Also, the length of the base is less than the sum of the other two side lengths, so it is less than half of 23. Thus the $\boxed{6}$ possible triangles have side lengths 1, 11, 11; 3, 10, 10; 5, 9, 9; 7, 8, 8; 9, 7, 7 and 11, 6, 6.
A circle with radius 4 cm is tangent to three sides of a rectangle, as shown. The area of the rectangle is twice the area of the circle. What is the length of the longer side of the rectangle, in centimeters? Express your answer in terms of $\pi$. [asy] import graph; draw((0,0)--(30,0)--(30,20)--(0,20)--cycle); draw(Circle((10,10),10)); [/asy]
If the circle has radius 4, its area is $16\pi$. Thus, the area of the rectangle is $32\pi$. The length of the shorter side of the rectangle is equal to the diameter of the circle, so it is 8 centimeters long. This means that the length of the other side is $32\pi/8 = \boxed{4\pi}$.
What is the area, in square units, of a triangle whose vertices are at $(4, -1)$, $(10, 3)$ and $(4, 5)$?
Notice how two of the points, $(4,-1)$ and $(4,5)$, lie on the same line parallel through the $y$-axis with $x$-intercept $(4,0)$. Let these points lie on the base of the triangle, so the base has length $5-(-1)=6$. The height is the perpendicular distance from $(10,3)$ to this line, which is $10-4=6$. The area is thus $\frac{1}{2} (6)(6)=\boxed{18}$.
What is the area, in square units, of triangle $ABC$? [asy] unitsize(1.5mm); defaultpen(linewidth(.7pt)+fontsize(8pt)); dotfactor=4; pair A=(-3,1), B=(7,1), C=(5,-3); pair[] dots={A,B,C}; real[] xticks={-4,-3,-2,-1,1,2,3,4,5,6,7,8}; real[] yticks={3,2,1,-1,-2,-3,-4,-5,-6,-7}; draw(A--B--C--cycle); dot(dots); label("A(-3,1)",A,N); label("B(7,1)",B,N); label("C(5,-3)",C,S); xaxis(-5,9,Ticks(" ", xticks, 3),Arrows(4)); yaxis(-8,4,Ticks(" ", yticks, 3),Arrows(4)); [/asy]
Use the area formula $\frac{1}{2}(\text{base})(\text{height})$ with $AB$ as the base to find the area of triangle $ABC$. We find $AB=7-(-3)=10$ by subtracting the $x$-coordinates of $A$ and $B$. Let $D$ be the foot of the perpendicular line drawn from $C$ to line $AB$. We find a height of $CD=1-(-3)=4$ by subtracting the $y$-coordinates of $C$ and $D$. The area of the triangle is $\frac{1}{2}(10)(4)=\boxed{20\text{ square units}}$. [asy] unitsize(2mm); defaultpen(linewidth(.7pt)+fontsize(8pt)); dotfactor=4; pair A=(-3,1), B=(7,1), C=(5,-3), D=(5,1); pair[] dots={A,B,C,D}; real[] xticks={-4,-3,-2,-1,1,2,3,4,5,6,7,8}; real[] yticks={3,2,1,-1,-2,-3,-4,-5,-6,-7}; draw(A--B--C--cycle); dot(dots); label("A(-3,1)",A,N); label("B(7,1)",B,NE); label("C(5,-3)",C,S); label("D(5,1)",D,N); xaxis(-5,9,Ticks(" ", xticks, 3),Arrows(4)); yaxis(-8,4,Ticks(" ", yticks, 3),Arrows(4));[/asy]
What is the sum of the number of faces, edges and vertices of a triangular prism? [asy] draw((0,0)--(10,0)--(5,8.7)--cycle); draw((0,0)--(20,20),dashed); draw((10,0)--(30,20)); draw((5,8.7)--(25,28.7)); draw((25,28.7)--(30,20)--(20,20)--cycle,dashed); draw((25,28.7)--(30,20)); [/asy]
Faces: There are $3$ on the sides, a top face, and a bottom face, so $5$. Edges: There are $3$ on the top, $3$ on the bottom, and $3$ connecting them, for $9$. Vertices: There are $3$ on the top and $3$ on the bottom, for $6$. So $5+9+6=\boxed{20}$.
Compute $\cos 210^\circ$.
Let $P$ be the point on the unit circle that is $210^\circ$ counterclockwise from $(1,0)$, and let $D$ be the foot of the altitude from $P$ to the $x$-axis, as shown below. [asy] pair A,C,P,O,D; draw((0,-1.2)--(0,1.2),p=black+1.2bp,Arrows(0.15cm)); draw((-1.2,0)--(1.2,0),p=black+1.2bp,Arrows(0.15cm)); A = (1,0); O= (0,0); label("$x$",(1.2,0),SE); label("$y$",(0,1.2),NE); P = rotate(210)*A; D = foot(P,A,-A); draw(O--P--D); draw(rightanglemark(O,D,P,2)); draw(Circle(O,1)); label("$O$",O,SE); label("$P$",P,SW); //label("$A$",A,SE); label("$D$",D,N); [/asy] Triangle $POD$ is a 30-60-90 triangle, so $DO = \frac{\sqrt{3}}{2}$ and $DP = \frac12$. Therefore, the coordinates of $P$ are $\left(-\frac{\sqrt{3}}{2}, -\frac12\right)$, so $\cos 210^\circ = \boxed{-\frac{\sqrt{3}}{2}}$.
The diagonal of a particular square is 5 inches. The diameter of a particular circle is also 5 inches. By how many square inches is the area of the circle greater than the area of square? Express your answer as a decimal to the nearest tenth. [asy] draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw((2,0)--(0,2)); draw(circle((4.5,1),1.414)); draw((2+3.5,0)--(0+3.5,2)); [/asy]
Let the side length of the square be $s$, so the area of the square is $s^2$. [asy] size(75); draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw((2,0)--(0,2)); label("$s$",(1,0),S); label("$s$",(0,1),W); label("$5$",(1,1),NE); [/asy] By the Pythagorean Theorem, we have $s^2+s^2=5^2$, so $2s^2=25$ and $s^2=\frac{25}{2}$, so the area of the square is $\frac{25}{2}=12.5$. [asy] size(85); draw(circle((1,1),1.414)); draw((2,0)--(0,2)); label("$5$",(1,1),NE); [/asy] Since the diameter of the circle is $5$, its radius is $\frac{5}{2}$, and its area is $\pi \displaystyle\left(\frac{5}{2}\displaystyle\right)^2 = \frac{25}{4}\pi$, which is approximately $19.63$. The difference between the two areas is approximately $19.63 - 12.5 = 7.13$, which, to the nearest tenth, is $7.1$. Thus the area of the circle is greater than the area of the square by $\boxed{7.1}$ square inches.
In an isosceles triangle, one of the angles opposite an equal side is $40^{\circ}$. How many degrees are in the measure of the triangle's largest angle? [asy] draw((0,0)--(6,0)--(3,2)--(0,0)); label("$\backslash$",(1.5,1)); label("{/}",(4.5,1)); label("$40^{\circ}$",(.5,0),dir(45)); [/asy]
The two angles opposite the equal sides of an isosceles triangle are congruent, so in this case, both are $40^\circ$. Since the three angles of a triangle add up to $180^\circ$, the third angle in this triangle is $(180-40-40)^\circ = \boxed{100}^\circ$.
A pyramid with volume 40 cubic inches has a rectangular base. If the length of the base is doubled, the width tripled and the height increased by $50\%$, what is the volume of the new pyramid, in cubic inches?
Since the volume of a pyramid is linear in each of length, width, and height (in particular, $V = \frac{1}{3} lwh$), multiplying any of these dimensions by a scalar multiplies the volume by the same scalar. So the new volume is $2\cdot 3\cdot 1.50 = 9$ times the old one, or $\boxed{360}$ cubic inches.
Suppose $\cos Q = 0.4$ in the diagram below. What is $QR$? [asy] pair P,Q,R; P = (0,0); Q = (6,0); R = (0,6*tan(acos(0.4))); draw(P--Q--R--P); draw(rightanglemark(Q,P,R,18)); label("$P$",P,SW); label("$Q$",Q,SE); label("$R$",R,N); label("$12$",Q/2,S); [/asy]
Since $\cos Q = 0.4$ and $\cos Q = \frac{QP}{QR}=\frac{12}{QR}$, we have $\frac{12}{QR} = 0.4$, so $QR = \frac{12}{0.4} = \boxed{30}$.
[asy] draw((0,0)--(2,2)--(5/2,1/2)--(2,0)--cycle,dot); MP("A",(0,0),W);MP("B",(2,2),N);MP("C",(5/2,1/2),SE);MP("D",(2,0),S); MP("a",(1,0),N);MP("b",(17/8,1/8),N); [/asy] In the accompanying figure, segments $AB$ and $CD$ are parallel, the measure of angle $D$ is twice that of angle $B$, and the measures of segments $AD$ and $CD$ are $a$ and $b$ respectively. Then the measure of $AB$ is equal to $\text{(A) } \tfrac{1}{2}a+2b\quad \text{(B) } \tfrac{3}{2}b+\tfrac{3}{4}a\quad \text{(C) } 2a-b\quad \text{(D) } 4b-\tfrac{1}{2}a\quad \text{(E) } a+b$
With reference to the diagram above, let $E$ be the point on $AB$ such that $DE||BC$. Let $\angle ABC=\alpha$. We then have $\alpha =\angle AED = \angle EDC$ since $AB||CD$, so $\angle ADE=\angle ADC-\angle BDC=2\alpha-\alpha = \alpha$, which means $\triangle AED$ is isosceles. Therefore, $AB=AE+EB=\boxed{a+b}$.
Triangle $ABC$ is isosceles with $AC = BC$ and $\angle ACB = 106^\circ.$ Point $M$ is in the interior of the triangle so that $\angle MAC = 7^\circ$ and $\angle MCA = 23^\circ.$ Find the number of degrees in $\angle CMB.$ [asy] pointpen = black; pathpen = black+linewidth(0.7); size(220); /* We will WLOG AB = 2 to draw following */ pair A=(0,0), B=(2,0), C=(1,Tan(37)), M=IP(A--(2Cos(30),2Sin(30)),B--B+(-2,2Tan(23))); D(MP("A",A)--MP("B",B)--MP("C",C,N)--cycle); D(A--D(MP("M",M))--B); D(C--M); [/asy]
[asy] pointpen = black; pathpen = black+linewidth(0.7); size(220); /* We will WLOG AB = 2 to draw following */ pair A=(0,0), B=(2,0), C=(1,Tan(37)), M=IP(A--(2Cos(30),2Sin(30)),B--B+(-2,2Tan(23))), N=(2-M.x,M.y); D(MP("A",A)--MP("B",B)--MP("C",C,N)--cycle); D(A--D(MP("M",M))--B); D(C--M); D(C--D(MP("N",N))--B--N--M,linetype("6 6")+linewidth(0.7)); [/asy] Take point $N$ inside $\triangle ABC$ such that $\angle CBN = 7^\circ$ and $\angle BCN = 23^\circ$. $\angle MCN = 106^\circ - 2\cdot 23^\circ = 60^\circ$. Also, since $\triangle AMC$ and $\triangle BNC$ are congruent (by ASA), $CM = CN$. Hence $\triangle CMN$ is an equilateral triangle, so $\angle CNM = 60^\circ$. Then $\angle MNB = 360^\circ - \angle CNM - \angle CNB = 360^\circ - 60^\circ - 150^\circ = 150^\circ$. We now see that $\triangle MNB$ and $\triangle CNB$ are congruent. Therefore, $CB = MB$, so $\angle CMB = \angle MCB = \boxed{83^\circ}$.
The square with vertices $(-a, -a), (a, -a), (-a, a), (a, a)$ is cut by the line $y = x/2$ into congruent quadrilaterals. The perimeter of one of these congruent quadrilaterals divided by $a$ equals what? Express your answer in simplified radical form.
The line $y=\frac x2$ will intersect the two vertical sides of the square, as shown below: [asy] real f(real x) { return x/2; } import graph; size(6cm); real a = 8; pair A=(-a,a), B=(a,a), C=(a,-a), D=(-a,-a); draw(A--B--C--D--cycle); draw(graph(f,-11,11),Arrows); axes(Arrows(4)); dot("$(-a,a)$",A,N); dot("$(a,a)$",B,N); dot("$(a,-a)$",C,S); dot("$(-a,-a)$",D,S); real eps=0.2; dot((8,4)^^(-8,-4)); draw(shift((10,0))*"$2a$",(-a+eps,-a/2-.5)--(a-eps,-a/2-.5),Arrows); draw(shift((0,10))*"$a$",(a+2*eps,-a/2)--(a+2*eps,a/2),Arrows);[/asy] The equation of the right side of the square is $x=a,$ so we have $y= \frac x2 = \frac a2,$ which means that the intersection point with the right side of the square is $\left(a, \frac a2 \right).$ Similarly, the equation of the left side of the square is $x=-a,$ so we have $y= \frac x2 = -\frac a2,$ which means that the intersection point with the left side of the square is $\left(-a, -\frac a2 \right).$ It follows that the sides of each quadrilateral have lengths $\frac a2,$ $2a,$ $\frac{3a}2,$ and $\sqrt{a^2 + (2a)^2} = a\sqrt{5},$ by the Pythagorean theorem. Hence, the perimeter of the quadrilateral is \[\frac a2 + 2a + \frac{3a}2 + a\sqrt{5} = \left(4+\sqrt5\right)a,\]and when this is divided by $a,$ we get $\boxed{4+\sqrt{5}}.$
$ABCD$ is a regular tetrahedron (right triangular pyramid). If $M$ is the midpoint of $\overline{CD}$, then what is $\cos \angle AMB$?
The tetrahedron is shown below. In order to find $\cos \angle AMB$, we build a right triangle with $\angle AMB$ among its angles. The foot of the altitude from $A$ to face $BCD$ is the centroid, $G$, of triangle $BCD$. [asy] import three; currentprojection = orthographic(1.5,1.1,-1); triple A = (1,1,1); triple B = (1,0,0); triple C = (0,1,0); triple D = (0,0,1); draw(A--B--C--A); draw(A--D,dashed); draw(C--D--B,dashed); label("$A$",A,NW); label("$B$",B,W); label("$C$",C,S); label("$D$",D,NW); triple M = (0,0.5,0.5); draw(A--M--B,dashed); label("$M$",M,NE); triple G = B/3 + 2*M/3; draw(A--G,dashed); label("$G$",G,S); [/asy] Since $\overline{BM}$ is a median of $\triangle BCD$, point $G$ is on $\overline{BM}$ such that $GM = \frac13BM$. Furthermore, we have $AM = BM$, so \[\cos \angle AMB= \cos \angle AMG = \frac{GM}{AM} = \frac{(BM/3)}{BM}=\boxed{\frac{1}{3}}.\]
In $\triangle{ABC}$, $\angle ABC=120^\circ,AB=3$ and $BC=4$. If perpendiculars constructed to $\overline{AB}$ at $A$ and to $\overline{BC}$ at $C$ meet at $D$, then $CD=$ $\text{(A) } 3\quad \text{(B) } \frac{8}{\sqrt{3}}\quad \text{(C) } 5\quad \text{(D) } \frac{11}{2}\quad \text{(E) } \frac{10}{\sqrt{3}}$
We begin by drawing a diagram.[asy] import olympiad; import cse5; import geometry; size(150); defaultpen(fontsize(10pt)); defaultpen(0.8); dotfactor = 4; pair A = origin; pair C = A+dir(55); pair D = A+dir(0); pair B = extension(A,A+dir(90),C,C+dir(-155)); label("$A$",A,S); label("$C$",C,NE); label("$D$",D,SE); label("$B$",B,NW); label("$4$",B--C,NW); label("$3$",A--B,W); draw(A--C--D--cycle); draw(A--B--C); draw(rightanglemark(B,C,D,2)); draw(rightanglemark(B,A,D,2)); [/asy]We extend $CB$ and $DA$ to meet at $E.$ This gives us a couple right triangles in $CED$ and $BEA.$[asy] import olympiad; import cse5; import geometry; size(250); defaultpen(fontsize(10pt)); defaultpen(0.8); dotfactor = 4; pair A = origin; pair C = A+dir(55); pair D = A+dir(0); pair B = extension(A,A+dir(90),C,C+dir(-155)); pair E = extension(A,A+2*dir(180),B,B+2*dir(-155)); label("$A$",A,S); label("$C$",C,NE); label("$D$",D,SE); label("$B$",B,NW); label("$4$",B--C,NW); label("$3$",A--B,W); label("$E$",E,SW); draw(A--C--D--cycle); draw(A--B--C); draw(rightanglemark(B,C,D,2)); draw(rightanglemark(B,A,D,2)); draw(A--E--B,dashed); [/asy]We see that $\angle E = 30^\circ$. Hence, $\triangle BEA$ and $\triangle DEC$ are 30-60-90 triangles. Using the side ratios of 30-60-90 triangles, we have $BE=2BA=6$. This tells us that $CE=BC+BE=4+6=10$. Also, $EA=3\sqrt{3}$. Because $\triangle DEC\sim\triangle BEA$, we have\[\frac{10}{3\sqrt{3}}=\frac{CD}{3}.\]Solving the equation, we have\begin{align*} \frac{CD}3&=\frac{10}{3\sqrt{3}}\\ CD&=3\cdot\frac{10}{3\sqrt{3}}\\ CD&=\boxed{\frac{10}{\sqrt{3}}} \end{align*}
What is the ratio of the volume of cone $A$ to the volume of cone $B$? Express your answer as a common fraction. [asy] size(260); draw(ellipse((0,0),14.8,6),S); label("Cone $A$", (0,-6), S); draw((0,28.3)--(0,0),dashed); label("$28.3$",(0,14),SW); draw((-14.8,0)--(0,28.3)--(14.8,0)); draw("$14.8$",(-14.8,0)--(0,0),N,dashed); draw(ellipse((50,0),28.3,6),S); label("Cone $B$", (50,-6), S); draw((21.7,0)--(50,14.8)--(78.3,0)); draw("$14.8$",(50,14.8)--(50,0),W,dashed); draw("$28.3$", (21.7,0)--(50,0),N,dashed); [/asy]
Let $x = 14.8$ and $y = 28.3$. Then the volume of cone $A$ is \[\frac{1}{3} \pi x^2 y,\] and the volume of cone $B$ is \[\frac{1}{3} \pi y^2 x,\] so the desired ratio is \[\frac{\frac{1}{3} \pi x^2 y}{\frac{1}{3} \pi xy^2} = \frac{x}{y} = \frac{14.8}{28.3} = \boxed{\frac{148}{283}}.\]
For his birthday, Bert gets a box that holds $125$ jellybeans when filled to capacity. A few weeks later, Carrie gets a larger box full of jellybeans. Her box is twice as high, twice as wide and twice as long as Bert's. Approximately, how many jellybeans did Carrie get?
Since the exact dimensions of Bert's box do not matter, assume the box is $1 \times 2 \times 3$. Its volume is 6. Carrie's box is $2 \times 4 \times 6$, so its volume is 48 or 8 times the volume of Bert's box. Carrie has approximately $8(125) = \boxed{1000}$ jellybeans. $\textbf{Note:}$ Other examples may help to see that the ratio is always 8 to 1.
Joe has exactly enough paint to paint the surface of a cube whose side length is 2. It turns out that this is also exactly enough paint to paint the surface of a sphere. If the volume of this sphere is $\frac{K \sqrt{6}}{\sqrt{\pi}}$, then what is $K$?
Since the cube has six sides, each of area $2^2 = 4$, the surface area of the cube is 24. Since Joe's paint will exactly cover the cube and it will also exactly cover the sphere, the sphere also must have surface area 24. If $r$ is the radius of the sphere, this tells us that \[ 4 \pi r^2 = 24 , \]or $r^2 = 6/\pi$, so \[ r = \sqrt{6/\pi} = \sqrt{6}/\sqrt{\pi}. \]Therefore the volume of the sphere is \[ \frac{4}{3} \pi r^3 =\frac{4}{3} \pi \Bigl( \frac{\sqrt{6}}{\sqrt{\pi}} \Bigr)^3 = \frac{4}{3} \pi \cdot \frac{6 \sqrt{6}}{\pi \sqrt{\pi}} = \frac{8 \sqrt{6}}{\sqrt{\pi}} . \]Thus $\boxed{K=8}$.
In the figure shown, arc $ADB$ and arc $BEC$ are semicircles, each with a radius of one unit. Point $D$, point $E$ and point $F$ are the midpoints of arc $ADB$, arc $BEC$ and arc $DFE$, respectively. If arc $DFE$ is also a semicircle, what is the area of the shaded region? [asy] unitsize(0.5inch); path t=(1,1)..(2,0)--(0,0)..cycle; draw(t); path r=shift((2,0))*t; path s=shift((1,1))*t; draw(s); fill(s,gray(0.7)); fill((1,0)--(1,1)--(3,1)--(3,0)--cycle,gray(0.7)); fill(t,white); fill(r,white); draw(t); draw(r); dot((0,0)); dot((1,1)); dot((2,2)); dot((3,1)); dot((2,0)); dot((4,0)); label("$A$",(0,0),W); label("$B$",(2,0),S); label("$C$",(4,0),E); label("$D$",(1,1),NW); label("$E$",(3,1),NE); label("$F$",(2,2),N); [/asy]
Mark segments $BF$ and $DE$ and label their intersection $P$. Now, slide sector $FPE$ on to sector $DB$ and slide sector $FPD$ on to sector $EB$. The shaded region is now a rectangle with side lengths $1$ and $2$, thus the area of the shaded region is $\boxed{2}$.
Regions I, II and III are bounded by squares. The perimeter of region I is 12 units and the perimeter of region II is 24 units. What is the ratio of the area of region I to the area of region III? Express your answer as a common fraction. [asy] draw((0,0)--(9,0)--(9,9)--(0,9)--(0,0)--cycle,linewidth(2)); draw((9,0)--(15,0)--(15,6)--(9,6)--(9,0)--cycle,linewidth(2)); draw((9,6)--(12,6)--(12,9)--(9,9)--cycle,linewidth(2)); label("III",(4.5,4.5)); label("II",(12,3)); label("I",(10.5,7.5)); [/asy]
A side of square I has length 3, while a side of square II has length 6 (all sides have equal length). Therefore, a side of square III has length 9. Since the side length of square I is $\frac{1}{3}$ that of square III, and the ratio of their areas is the square of the ratio of their side lengths, the ratio of the area of square I to square III is $\left(\frac{1}{3}\right)^2 = \frac{1}{9}$. Alternately, you can just calculate the areas: square I has an area of 9, square III has an area of 81, thus, the ratio of their areas is $\boxed{\frac{1}{9}}$
A square sheet of paper has area $6 \text{ cm}^2$. The front is white and the back is black. When the sheet is folded so that point $A$ rests on the diagonal as shown, the visible black area is equal to the visible white area. How many centimeters is $A$ from its original position? Express your answer in simplest radical form.
Let $x$ be the length of a leg of the black isosceles triangle. Then the black area is $\frac{1}{2}(x)(x)=\frac{1}{2}x^2$. The white area is $6-x^2$. Solving $\frac{1}{2}x^2=6-x^2$, we find $x^2=4$, so $x=2$. The distance from A to its original position is the length of a hypotenuse of a right triangle whose legs have length $x$. Therefore, A is $\boxed{2\sqrt{2}}$ centimeters from its original position.
What is the number of square units in the area of the hexagon below? [asy] unitsize(0.5cm); defaultpen(linewidth(0.7)+fontsize(10)); dotfactor = 4; int i,j; for(i=0;i<=4;++i) { for(j=-3;j<=3;++j) { dot((i,j)); } } for(i=1;i<=4;++i) { draw((i,-1/3)--(i,1/3)); } for(j=1;j<=3;++j) { draw((-1/3,j)--(1/3,j)); draw((-1/3,-j)--(1/3,-j)); } real eps = 0.2; draw((3,3.5+eps)--(3,3.5-eps)); draw((4,3.5+eps)--(4,3.5-eps)); draw((3,3.5)--(4,3.5)); label("1 unit",(3.5,4)); draw((4.5-eps,2)--(4.5+eps,2)); draw((4.5-eps,3)--(4.5+eps,3)); draw((4.5,2)--(4.5,3)); label("1 unit",(5.2,2.5)); draw((-1,0)--(5,0)); draw((0,-4)--(0,4)); draw((0,0)--(1,3)--(3,3)--(4,0)--(3,-3)--(1,-3)--cycle,linewidth(2)); [/asy]
Each of the four shaded triangles in the diagram below has area $\frac{1}{2}(1)(3)=\frac{3}{2}$ square units, and the shaded triangles along with the hexagon form a rectangular region whose area is $6\cdot4=24$ square units. Therefore, the area of the hexagon is $24-4\cdot \frac{3}{2}=\boxed{18}$ square units. [asy] unitsize(1cm); defaultpen(linewidth(0.7)+fontsize(10)); dotfactor = 4; fill((4,0)--(4,3)--(3,3)--cycle,gray); fill((4,0)--(4,-3)--(3,-3)--cycle,gray); fill((0,0)--(0,3)--(1,3)--cycle,gray); fill((0,0)--(0,-3)--(1,-3)--cycle,gray); int i,j; for(i=0;i<=4;++i) { for(j=-3;j<=3;++j) { dot((i,j)); } } for(i=1;i<=4;++i) { draw((i,-1/3)--(i,1/3)); } for(j=1;j<=3;++j) { draw((-1/3,j)--(1/3,j)); draw((-1/3,-j)--(1/3,-j)); } real eps = 0.2; draw((3,3.5+eps)--(3,3.5-eps)); draw((4,3.5+eps)--(4,3.5-eps)); draw((3,3.5)--(4,3.5)); label("1 unit",(3.5,4)); draw((4.5-eps,2)--(4.5+eps,2)); draw((4.5-eps,3)--(4.5+eps,3)); draw((4.5,2)--(4.5,3)); label("1 unit",(5.2,2.5)); draw((-1,0)--(5,0)); draw((0,-4)--(0,4)); draw((0,0)--(1,3)--(3,3)--(4,0)--(3,-3)--(1,-3)--cycle,linewidth(1.5)); [/asy]
In triangle $ABC$, angle $ACB$ is 50 degrees, and angle $CBA$ is 70 degrees. Let $D$ be the foot of the perpendicular from $A$ to $BC$, $O$ the center of the circle circumscribed about triangle $ABC$, and $E$ the other end of the diameter which goes through $A$. Find the angle $DAE$, in degrees. [asy] unitsize(1.5 cm); pair A, B, C, D, E, O; A = dir(90); B = dir(90 + 100); C = dir(90 - 140); D = (A + reflect(B,C)*(A))/2; E = -A; O = (0,0); draw(Circle(O,1)); draw(A--B--C--cycle); draw(A--D); draw(A--E,dashed); label("$A$", A, N); label("$B$", B, W); label("$C$", C, SE); label("$D$", D, SW); label("$E$", E, S); dot("$O$", O, dir(0)); [/asy]
Since triangle $ACD$ is right, $\angle CAD = 90^\circ - \angle ACD = 90^\circ - 50^\circ = 40^\circ$. [asy] unitsize(2 cm); pair A, B, C, D, E, O; A = dir(90); B = dir(90 + 100); C = dir(90 - 140); D = (A + reflect(B,C)*(A))/2; E = -A; O = (0,0); draw(Circle(O,1)); draw(A--B--C--cycle); draw(A--D); draw(A--E); draw(O--C); label("$A$", A, N); label("$B$", B, W); label("$C$", C, SE); label("$D$", D, SW); label("$E$", E, S); dot("$O$", O, NE); [/asy] Also, $\angle AOC = 2 \angle ABC = 2 \cdot 70^\circ = 140^\circ$. Since triangle $ACO$ is isosceles with $AO = CO$, $\angle CAO = (180^\circ - \angle AOC)/2 = (180^\circ - 140^\circ)/2 = 20^\circ$. Hence, $\angle DAE = \angle CAD - \angle CAO = 40^\circ - 20^\circ = \boxed{20^\circ}$.
Triangle $ABC$ has $AB=21$, $AC=22$ and $BC=20$. Points $D$ and $E$ are located on $\overline{AB}$ and $\overline{AC}$, respectively, such that $\overline{DE}$ is parallel to $\overline{BC}$ and contains the center of the inscribed circle of triangle $ABC$. Then $DE=m/n$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
[asy] pointpen = black; pathpen = black+linewidth(0.7); pair B=(0,0), C=(20,0), A=IP(CR(B,21),CR(C,22)), I=incenter(A,B,C), D=IP((0,I.y)--(20,I.y),A--B), E=IP((0,I.y)--(20,I.y),A--C); D(MP("A",A,N)--MP("B",B)--MP("C",C)--cycle); D(MP("I",I,NE)); D(MP("E",E,NE)--MP("D",D,NW)); // D((A.x,0)--A,linetype("4 4")+linewidth(0.7)); D((I.x,0)--I,linetype("4 4")+linewidth(0.7)); D(rightanglemark(B,(A.x,0),A,30)); D(B--I--C); MP("20",(B+C)/2); MP("21",(A+B)/2,NW); MP("22",(A+C)/2,NE); [/asy] Let $I$ be the incenter of $\triangle ABC$, so that $BI$ and $CI$ are angle bisectors of $\angle ABC$ and $\angle ACB$ respectively. Then, $\angle BID = \angle CBI = \angle DBI,$ so $\triangle BDI$ is isosceles, and similarly $\triangle CEI$ is isosceles. It follows that $DE = DB + EC$, so the perimeter of $\triangle ADE$ is $AD + AE + DE = AB + AC = 43$. Hence, the ratio of the perimeters of $\triangle ADE$ and $\triangle ABC$ is $\frac{43}{63}$, which is the scale factor between the two similar triangles, and thus $DE = \frac{43}{63} \times 20 = \frac{860}{63}$. Thus, $m + n = \boxed{923}$.
Two rectangles have integer dimensions, and both have a perimeter of 144 cm. What is the greatest possible difference between the areas of two such rectangles?
Let the dimensions of the rectangle be $l$ and $w$. We are given $2l+2w=144$, which implies $l+w=72$. Solving for $w$, we have $w=72-l$. The area of the rectangle is $lw=l(72-l)$. As a function of $l$, this expression is a parabola whose zeros are at $l=0$ and $l=72$ (see graph). The $y$-coordinate of a point on the parabola is maximized when the $x$-coordinate is chosen as close to the $x$-coordinate of the vertex as possible. The $x$-coordinate of the vertex is halfway between the zeros at $x=(0+72)/2=36$, so the maximum area is $(36)(36)=1296$ square units. Similarly, to minimize the area we choose the length to be as far from $36$ as possible. The resulting dimensions are $1$ unit and $71$ units, so the minimum area is 71 square units. The difference between 1296 square units and 71 square units is $\boxed{1225}$ square units. [asy] import graph; defaultpen(linewidth(0.8)); size(150,IgnoreAspect); real f(real x) { return x*(15-x); } xaxis(Arrows(4)); yaxis(ymax=f(7.5),Arrows(4)); draw(graph(f,-3,18),Arrows(4)); label("Area",(0,f(7.5)),N); label("$l$",(18,0),S);[/asy]
In triangle $ABC,$ $AB = 13,$ $BC = 14,$ $AC = 15,$ and point $G$ is the intersection of the medians. Points $A',$ $B',$ and $C',$ are the images of $A,$ $B,$ and $C,$ respectively, after a $180^\circ$ rotation about $G.$ What is the area of the union of the two regions enclosed by the triangles $ABC$ and $A'B'C'?$
Since a $13-14-15$ triangle is a $5-12-13$ triangle and a $9-12-15$ triangle "glued" together on the $12$ side, $[ABC]=\frac{1}{2}\cdot12\cdot14=84$. There are six points of intersection between $\Delta ABC$ and $\Delta A'B'C'$. Connect each of these points to $G$. [asy] size(8cm); pair A,B,C,G,D,E,F,A_1,A_2,B_1,B_2,C_1,C_2; B=(0,0); A=(5,12); C=(14,0); E=(12.6667,8); D=(7.6667,-4); F=(-1.3333,8); G=(6.3333,4); B_1=(4.6667,0); B_2=(1.6667,4); A_1=(3.3333,8); A_2=(8,8); C_1=(11,4); C_2=(9.3333,0); dot(A); dot(B); dot(C); dot(G); dot(D); dot(E); dot(F); dot(A_1); dot(B_1); dot(C_1); dot(A_2); dot(B_2); dot(C_2); draw(B--A--C--cycle); draw(E--D--F--cycle); draw(B_1--A_2); draw(A_1--C_2); draw(C_1--B_2); label("$B$",B,WSW); label("$A$",A,N); label("$C$",C,ESE); label("$G$",G,S); label("$B'$",E,ENE); label("$A'$",D,S); label("$C'$",F,WNW); [/asy] There are $12$ smaller congruent triangles which make up the desired area. Also, $\Delta ABC$ is made up of $9$ of such triangles. Therefore, $\left[\Delta ABC \bigcup \Delta A'B'C'\right] = \frac{12}{9}[\Delta ABC]= \frac{4}{3}\cdot84=\boxed{112}$.
In triangle $ABC$, $AB=AC$ and $D$ is a point on $\overline{AC}$ so that $\overline{BD}$ bisects angle $ABC$. If $BD=BC$, what is the measure, in degrees, of angle $A$?
Since $AB=AC$, triangle $ABC$ must be an isosceles triangle and the measures of $\angle ABC$ and $\angle ACB$ must be equal. Continuing, since $\overline{BD}$ bisects angle $ABC$, we have that the measures of $\angle ABD$ and $\angle BDC$ are equal. Finally, since $BD=BC$, triangle $BDC$ must also be an isosceles triangle so the measures of $\angle BDC = \angle BCD$. Now if we consider triangle $BDC$, we know that angles $BDC$ and $BCD$ have equal angle measures and angle $DBC$ has an angle measure that is half that of the other two. Since these three angle measures must add up to $180^\circ$, we have that $\angle DBC$ has measure $36^\circ$ and angles $BDC$ and $BCD$ have measures $72 ^\circ$. Now, since $\angle ABC \cong \angle ACB$ and $\angle ACB$ has measure $72^\circ$, we know that $\angle A$ must have an angle measure of $180-72-72=\boxed{36}$ degrees.
A cube with an edge length of 4 units has the same volume as a square-based pyramid with base edge lengths of 8 units and a height of $h$ units. What is the value of $h$?
The cube has volume $4^3=64$. The pyramid has volume $\frac{1}{3}8^2h$. So $$64=\frac{64}{3}h\Rightarrow h=\boxed{3}$$
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]
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}$.
Point $D$ lies on side $AC$ of equilateral triangle $ABC$ such that the measure of angle $DBC$ is $45$ degrees. What is the ratio of the area of triangle $ADB$ to the area of triangle $CDB$? Express your answer as a common fraction in simplest radical form.
[asy] size(100); defaultpen(linewidth(0.7)); pen f = fontsize(10); pair A=(0,0),B=(0.5,0.5*3^.5),C=(1,0),D=(1/(2+3^.5),0),E=foot(D,B,C); draw(A--B--C--cycle); draw(B--D--E); draw(rightanglemark(D,E,B,2)); label("$A$",A,S,f); label("$B$",B,N,f); label("$C$",C,S,f); label("$D$",D,S,f); label("$E$",E,NE,f); label("$60^{\circ}$",C,(-1.8,1),f); label("$45^{\circ}$",B,(0.8,-6.2),f); [/asy] Let $s$ be the length of a side of equilateral triangle $ABC$, and let $E$ be the foot of the perpendicular from $D$ to $\overline{BC}$. It follows that $\triangle BDE$ is a $45-45-90$ triangle and $\triangle CDE$ is a $30-60-90$ triangle. It follows that $BE = DE$ and $CE = DE/\sqrt{3}$, so $$s = BC = BE + EC = DE + DE/\sqrt{3} = DE \cdot \left(1 + \frac{1}{\sqrt{3}}\right).$$It follows that $DE = \frac{s}{1 + \frac{1}{\sqrt{3}}} = \frac{s}{\frac{\sqrt{3} + 1}{\sqrt{3}}} = \frac{s\sqrt{3}}{1 + \sqrt{3}},$ so $CE = DE/\sqrt{3} = \frac{s}{1+\sqrt{3}}$ and $CD = 2CE = \frac{2s}{1+\sqrt{3}}$. Since triangles $ADB$ and $CDB$ share the same height, it follows that the ratio of their areas is equal to the ratio of their bases, namely $AD/CD$. Since $AD = s - CD$, then $$\frac{AD}{CD}= \frac{s}{CD} - 1 = \frac{s}{\frac{2s}{1+\sqrt{3}}} - 1 = \frac{1+\sqrt{3}}{2} - 1 = \frac{\sqrt{3}-1}{2}.$$Thus, the ratio of the area of triangle $ADB$ to the area of triangle $CDB$ is $\boxed{\frac{\sqrt{3}- 1}{2}}$.
In convex quadrilateral $ABCD, \angle A \cong \angle C, AB = CD = 180,$ and $AD \neq BC.$ The perimeter of $ABCD$ is $640$. Find $\lfloor 1000 \cos A \rfloor.$ (The notation $\lfloor x \rfloor$ means the greatest integer that is less than or equal to $x.$)
[asy] real x = 1.60; /* arbitrary */ pointpen = black; pathpen = black+linewidth(0.7); size(180); real BD = x*x + 1.80*1.80 - 2 * 1.80 * x * 7 / 9; pair A=(0,0),B=(1.8,0),D=IP(CR(A,x),CR(B,BD)),C=OP(CR(D,1.8),CR(B,2.80 - x)); D(MP("A",A)--MP("B",B)--MP("C",C)--MP("D",D,N)--B--A--D); MP("180",(A+B)/2); MP("180",(C+D)/2,NE); D(anglemark(B,A,D)); D(anglemark(D,C,B)); [/asy] By the Law of Cosines on $\triangle ABD$ at angle $A$ and on $\triangle BCD$ at angle $C$ (note $\angle C = \angle A$), \[180^2 + AD^2 - 360 \cdot AD \cos A = 180^2 + BC^2 - 360 \cdot BC \cos A\]\[(AD^2 - BC^2) = 360(AD - BC) \cos A\]\[(AD - BC)(AD + BC) = 360(AD - BC) \cos A\]\[(AD + BC) = 360 \cos A\]We know that $AD + BC = 640 - 360 = 280$. $\cos A = \dfrac{280}{360} = \dfrac{7}{9} = 0.777 \ldots$ $\lfloor 1000 \cos A \rfloor = \boxed{777}$.
A round pizza is $\frac13$ of an inch thick and has a diameter of 12 inches. It is cut into 12 congruent pieces. What is the number of cubic inches in the volume of one piece? Express your answer in terms of $\pi$.
The entire pizza has radius 6 inches and volume $\pi (6^2)(1/3) = 12\pi$ cubic inches. One slice has 1/12th this volume, or $\boxed{\pi}$ cubic inches.
In $\Delta ABC$, $\overline{DE} \parallel \overline{AB}, CD = 4$ cm, $DA = 10$ cm, and $CE = 6$ cm. What is the number of centimeters in the length of $\overline{CB}$? [asy]pair A,B,C,D,E; A = (-2,-4); B = (4,-4); C = (0,0); D = A/3; E = B/3; draw(E--D--C--B--A--D); label("A",A,W); label("B",B,dir(0)); label("C",C,N); label("D",D,W); label("E",E,dir(0)); [/asy]
Since $DE \parallel AB,$ we know that $\angle CDE = \angle CAB$ and $\angle CED = \angle CBA.$ Therefore, by AA similarity, we have $\triangle ABC \sim DEC.$ Then, we find: \begin{align*} \frac{CB}{CE} &= \frac{CA}{CD} = \frac{CD + DA}{CD}\\ \frac{CB}{6\text{ cm}} &= \frac{4\text{ cm} + 10\text{ cm}}{4\text{ cm}} = \frac{7}{2}\\ CB &= 6\text{cm} \cdot \frac{7}{2} = \boxed{21}\text{ cm}. \end{align*}
A cylinder has a radius of 3 cm and a height of 8 cm. What is the longest segment, in centimeters, that would fit inside the cylinder?
The longest segment stretches from the bottom to the top of the cylinder and across a diameter, and is thus the hypotenuse of a right triangle where one leg is the height $8$, and the other is a diameter of length $2(3)=6$. Thus its length is $$\sqrt{6^2+8^2}=\boxed{10}$$
What is the area of the triangle bounded by the lines $y=x,$ $y=-x,$ and $y=6$?
[asy] size(200); defaultpen(linewidth(0.8)); xlimits(-8,8); ylimits(-1,10); xaxis(Label("$x$"),-8,8,EndArrow(size=5)); yaxis(Label("$y$"),-2,8,EndArrow(size=5)); dot("$A(6,6)$",(6,6)); dot("$B(-6,6)$",(-6,6),W); dot("$O$",(0,0),SW); draw((0,0) -- (6,6)); draw((0,0) -- (-6,6)); draw((-6,6)--(6,6)); [/asy] Let $O = (0,0)$, and let $A$ and $B$ denote the points where $y=6$ intersects $y=x$ and $y=-x,$ respectively. The coordinates of $A$ and $B$ are $(6, 6)$ and $(-6, 6),$ respectively, so $AB = 6 - (-6) = 12.$ Also, the length of the altitude from $O$ to $AB$ is $6.$ Thus the area of $\triangle OAB$ is\[\frac{1}{2} \cdot 12 \cdot 6 = \boxed{36}.\]
A cube has a surface area of 216 square centimeters. What is the volume of the cube, in cubic centimeters?
There are 6 faces to a cube, meaning that each face has area 36, and the edge has length 6, for a total volume of $6^3 = \boxed{216}$ for the cube.
Medians are drawn from point $A$ and point $B$ in this right triangle to divide segments $\overline{BC}$ and $\overline{AC}$ in half, respectively. The lengths of the medians are 6 and $2\sqrt{11}$ units, respectively. How many units are in the length of segment $\overline{AB}$? [asy] draw((0,0)--(7,0)--(0,4)--(0,0)--cycle,linewidth(2)); draw((0,1/2)--(1/2,1/2)--(1/2,0),linewidth(1)); label("$A$",(0,4),NW); label("$B$",(7,0),E); label("$C$",(0,0),SW); [/asy]
We draw the medians as shown below. [asy] draw((0,0)--(7,0)--(0,4)--(0,0)--cycle,linewidth(2)); draw((0,1/2)--(1/2,1/2)--(1/2,0),linewidth(1)); draw((0,4)--(3.5,0)); draw((0,2)--(7,0)); label("$A$",(0,4),NW); label("$B$",(7,0),E); label("$C$",(0,0),SW); label("$M$",(3.5,0),S); label("$N$",(0,2),W); [/asy] From right triangles $ACM$ and $BCN$, we have \begin{align*} AC^2 + CM^2 &= 36,\\ BC^2 + CN^2 &= (2\sqrt{11})^2 = 44.\end{align*} However, we have $CM = BC/2$ and $CN = AC/2$, so the equations above become \begin{align*} AC^2 + \frac14BC^2 &= 36,\\ BC^2 + \frac14AC^2 &=44. \end{align*} Adding these equations gives \[\frac54(AC^2 + BC^2) = 80,\] so $AC^2 + BC^2 = 64$. But the Pythagorean Theorem gives us $AB^2 = AC^2 + BC^2$, so $AB^2 = 64$, which means $AB = \boxed{8}$.
A right pyramid with a square base has total surface area 432 square units. The area of each triangular face is half the area of the square face. What is the volume of the pyramid in cubic units?
Let $ABCD$ be the base of the pyramid and let $P$ be the pyramid's apex. [asy] import three; triple A = (0,0,0); triple B = (1,0,0); triple C = (1,1,0); triple D = (0,1,0); triple P = (0.5,0.5,1); draw(B--C--D--P--B); draw(P--C); draw(B--A--D,dashed); draw(P--A,dashed); label("$A$",A,NW); label("$B$",B,W); label("$C$",C,S); label("$D$",D,E); label("$P$",P,N); triple F= (0.5,0.5,0); triple M=(B+C)/2; draw(P--F--M,dashed); draw(P--M); label("$F$",F,S); label("$M$",M,SW); [/asy] Let $F$ be the center of the square base and $M$ be the midpoint of an edge of the square, as shown. There are four triangular faces, each with area half the area of the square face. So, the total surface area of the pyramid is 3 times the area of the square face. Therefore, the area of the square face is $432/3=144$ square units, which means that each side of the square has length 12. Since the area of the triangle is half the area of the square, we have $(BC)(PM)/2 = 72$, so $(BC)(PM) = 144$, which means $PM = 144/12 = 12$. Since $F$ is the center of the square base, we have $FM = 6$, so $PF = \sqrt{12^2 - 6^2} = 6\sqrt{3}$. Finally, the volume of the pyramid is \[\frac{[ABCD]\cdot PF}{3} = \frac{144\cdot 6\sqrt{3}}{3} = \boxed{288\sqrt{3}}.\]
Point $B$ is on $\overline{AC}$ with $AB = 9$ and $BC = 21.$ Point $D$ is not on $\overline{AC}$ so that $AD = CD,$ and $AD$ and $BD$ are integers. Let $s$ be the sum of all possible perimeters of $\triangle ACD$. Find $s.$
[asy] size(220); pointpen = black; pathpen = black + linewidth(0.7); pair O=(0,0),A=(-15,0),B=(-6,0),C=(15,0),D=(0,8); D(D(MP("A",A))--D(MP("C",C))--D(MP("D",D,NE))--cycle); D(D(MP("B",B))--D); D((0,-4)--(0,12),linetype("4 4")+linewidth(0.7)); MP("6",B/2); MP("15",C/2); MP("9",(A+B)/2); [/asy] Denote the height of $\triangle ACD$ as $h$, $x = AD = CD$, and $y = BD$. Using the Pythagorean theorem, we find that $h^2 = y^2 - 6^2$ and $h^2 = x^2 - 15^2$. Thus, $y^2 - 36 = x^2 - 225 \Longrightarrow x^2 - y^2 = 189$. The LHS is difference of squares, so $(x + y)(x - y) = 189$. As both $x,\ y$ are integers, $x+y,\ x-y$ must be integral divisors of $189$. The pairs of divisors of $189$ are $(1,189)\ (3,63)\ (7,27)\ (9,21)$. This yields the four potential sets for $(x,y)$ as $(95,94)\ (33,30)\ (17,10)\ (15,6)$. The last is not a possibility since it simply degenerates into a line. The sum of the three possible perimeters of $\triangle ACD$ is equal to $3(AC) + 2(x_1 + x_2 + x_3) = 90 + 2(95 + 33 + 17) = \boxed{380}$.
In the middle of a vast prairie, a firetruck is stationed at the intersection of two perpendicular straight highways. The truck travels at $50$ miles per hour along the highways and at $14$ miles per hour across the prairie. Consider the set of points that can be reached by the firetruck within six minutes. The area of this region is $m/n$ square miles, where $m$ and $n$ are relatively prime positive integers. Find $m + n$.
Let the intersection of the highways be at the origin $O$, and let the highways be the x and y axes. We consider the case where the truck moves in the positive x direction. After going $x$ miles, $t=\frac{d}{r}=\frac{x}{50}$ hours has passed. If the truck leaves the highway it can travel for at most $t=\frac{1}{10}-\frac{x}{50}$ hours, or $d=rt=14t=1.4-\frac{7x}{25}$ miles. It can end up anywhere off the highway in a circle with this radius centered at $(x,0)$. All these circles are homothetic with respect to a center at $(5,0)$. [asy] pair truck(pair P){ pair Q = IP(P--P+(7/10,24/10),(35/31,35/31)--(5,0)); D(P--Q,EndArrow(5)); D(CP(P,Q),linewidth(0.5)); return Q; } pointpen = black; pathpen = black+linewidth(0.7); size(250); pair B=(5,0), C=(35/31,35/31); D(D(B)--D(C)--D(B*dir(90))--D(C*dir(90))--D(B*dir(180))--D(C*dir(180))--D(B*dir(270))--D(C*dir(270))--cycle); D((-6,0)--(6,0),Arrows(4)); D((0,-6)--(0,6),Arrows(4)); truck((1,0)); truck((2,0)); truck((3,0)); truck((4,0)); [/asy] [asy] pointpen = black; pathpen = black+linewidth(0.7); size(250); pair O=(0,0), B=(5,0), A=1.4*expi(atan(24/7)), C=1.4*expi(atan(7/24)); D(D(B)--D(A)--D(O)); D(O--D(C)--D(B*dir(90))--D(A*dir(90))--O--D(C*dir(90))--D(B*dir(180))--D(A*dir(180))--O--D(C*dir(180))--D(B*dir(270))--D(A*dir(270))--O--D(C*dir(270))--B,linewidth(0.5)); D(CR(O,1.4)); D((-6,0)--(6,0),Arrows(4)); D((0,-6)--(0,6),Arrows(4)); MP("A",A,N); MP("B",B); MP("(5,0)",B,N); D(MP("\left(\frac{35}{31},\frac{35}{31}\right)",(35/31,35/31),NE)); D(rightanglemark(O,A,B)); [/asy] Now consider the circle at $(0,0)$. Draw a line tangent to it at $A$ and passing through $B (5,0)$. By the Pythagorean Theorem $AB^2+AO^2=OB^2 \Longrightarrow AB=\sqrt{OB^2-AO^2}=\sqrt{5^2-1.4^2}=\frac{24}{5}$. Then $\tan(\angle ABO)=\frac{OA}{AB}=\frac{7}{24}$, so the slope of line $AB$ is $\frac{-7}{24}$. Since it passes through $(5,0)$ its equation is $y=\frac{-7}{24}(x-5)$. This line and the x and y axis bound the region the truck can go if it moves in the positive x direction. Similarly, the line $y=5-\frac{24}{7}x$ bounds the region the truck can go if it moves in positive y direction. The intersection of these two lines is $\left(\frac{35}{31},\frac{35}{31}\right)$. The bounded region in Quadrant I is made up of a square and two triangles. $A=x^2+x(5-x)=5x$. By symmetry, the regions in the other quadrants are the same, so the area of the whole region is $20x=\frac{700}{31}$ so the answer is $700+31=\boxed{731}$.
Compute $\cos 90^\circ$.
Rotating the point $(1,0)$ about the origin by $90^\circ$ counterclockwise gives us the point $(0,1)$, so $\cos 90^\circ = \boxed{0}$.
Two of the altitudes of an acute triangle divide the sides into segments of lengths $5,3,2$ and $x$ units, as shown. What is the value of $x$? [asy] defaultpen(linewidth(0.7)); size(75); pair A = (0,0); pair B = (1,0); pair C = (74/136,119/136); pair D = foot(B, A, C); pair E = /*foot(A,B,C)*/ (52*B+(119-52)*C)/(119); draw(A--B--C--cycle); draw(B--D); draw(A--E); draw(rightanglemark(A,D,B,1.2)); draw(rightanglemark(A,E,B,1.2)); label("$3$",(C+D)/2,WNW+(0,0.3)); label("$5$",(A+D)/2,NW); label("$2$",(C+E)/2,E); label("$x$",(B+E)/2,NE); [/asy]
Let us label this diagram. [asy] defaultpen(linewidth(0.7)); size(120); pair A = (0,0); pair B = (1,0); pair C = (74/136,119/136); pair D = foot(B, A, C); pair E = /*foot(A, B, C)*/ (52*B+(119-52)*C)/(119); draw(A--B--C--cycle); draw(B--D); draw(A--E); draw(rightanglemark(A,D,B,1.2)); draw(rightanglemark(A,E,B,1.2)); label("$A$", A, S); label("$B$", B, S); label("$C$", C, N); label("$D$", D, NW); label("$E$", E, NE); label("$3$",(C+D)/2,WNW+(0,0.3)); label("$5$",(A+D)/2,NW); label("$2$",(C+E)/2,E); label("$x$",(B+E)/2,NE); [/asy] $\triangle ACE$ and $\triangle BCD$ are similar by AA since they share $\angle ACB$ and $\angle AEC$ and $\angle BDC$ are both right angles and hence congruent. So $$\frac{CE}{CD} = \frac{AC}{BC}.$$ Plugging in values, we have $$\frac23 = \frac{8}{x+2}.$$ Solving this gives $x+2 = 12,$ or $x = \boxed{10}.$
In the trapezoid shown, the ratio of the area of triangle $ABC$ to the area of triangle $ADC$ is $7:3$. If $AB + CD = 210$ cm, how long is segment $\overline{AB}$? [asy] import olympiad; size(150); defaultpen(linewidth(0.8)); pair A = (0,0), B = (5,0), C = (3,2), D = (1,2); draw(A--B--C--D--cycle--C); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,NE); label("$D$",D,NW); [/asy]
Let $h$ be the height of the trapezoid. The height of the trapezoid is also a height of $ABC$ and of $ADC$. Specifically, we have $[ABC] = (AB)(h)/2$ and $[ADC] = (CD)(h)/2$, so $[ABC]:[ADC] = AB:CD$. Since we are given that this area ratio equals $7:3$, we know that $AB:CD = 7:3$. Therefore, $AB = 7x$ and $CD = 3x$ for some value of $x$. Since $AB + CD = 210$ cm, we have $7x+3x=210$, so $10x=210$ and $x=21$. Therefore, $AB=7 \times 21 = \boxed{147\text{ cm}}$.
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?
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}}$.
Amy and Belinda each roll a sheet of 6-inch by 8-inch paper to form a cylindrical tube. Amy tapes the two 8-inch sides together without overlap. Belinda tapes the two 6-inch sides together without overlap. What is $\pi$ times the positive difference of the volumes of the two tubes?
Amy's cylinder has a height of 8 and a base circumference of 6. Let her cylinder have volume $V_A$ and radius $r_A$; we have $2\pi r_A = 6$ so $r_A = 3/\pi$ and $V_A = \pi r_A ^2 h = \pi (3/\pi)^2 (8) = 72/\pi$. Belinda's cylinder has a height of 6 and a base circumference of 8. Similarly, let her cylinder have volume $V_B$ and radius $r_B$; we have $2\pi r_B = 8$ so $r_B = 4/\pi$ and $V_B = \pi r_B^2 h = \pi (4/\pi)^2 (6) = 96/\pi$. The positive difference between the volume of the two tubes is $96/\pi - 72/\pi = 24/\pi$ cubic inches; $\pi$ times this difference is $\boxed{24}$ cubic inches.
Two congruent cylinders each have radius 8 inches and height 3 inches. The radius of one cylinder and the height of the other are both increased by the same nonzero number of inches. The resulting volumes are equal. How many inches is the increase? Express your answer as a common fraction.
Let the increase measure $x$ inches. The cylinder with increased radius now has volume \[\pi (8+x)^2 (3)\] and the cylinder with increased height now has volume \[\pi (8^2) (3+x).\] Setting these two quantities equal and solving yields \[3(64+16x+x^2)=64(3+x) \Rightarrow 3x^2-16x=x(3x-16)=0\] so $x=0$ or $x=16/3$. The latter is the valid solution, so the increase measures $\boxed{\frac{16}{3}}$ inches.
A hexagon is obtained by joining, in order, the points $(0,1)$, $(1,2)$, $(2,2)$, $(2,1)$, $(3,1)$, $(2,0)$, and $(0,1)$. The perimeter of the hexagon can be written in the form $a+b\sqrt{2}+c\sqrt{5}$, where $a$, $b$ and $c$ are whole numbers. Find $a+b+c$.
We must find the length of each side of the hexagon to find the perimeter. We can see that the distance between each pair of points $(1, 2)$ and $(2, 2)$, $(2, 2)$ and $(2, 1)$, and $(2, 1)$ and $(3, 1)$ is 1. Thus, these three sides have a total length of 3. We can see that the distance between $(0, 1)$ and $(1, 2)$ is $\sqrt 2$. The distance between $(3, 1)$ and $(2, 0)$ is also $\sqrt 2$. These two sides have a total length of $2\sqrt 2$. We can see that the distance between $(2, 0)$ and $(0, 1)$ is $\sqrt 5$. Thus, the last side has length of $\sqrt 5$. Summing all of these distances, we find that the perimeter is ${3 + 2\sqrt 2 + 1\sqrt 5}$, so $a+b+c=\boxed{6}$.
A tetrahedron with four equilateral triangular faces has a sphere inscribed within it and a sphere circumscribed about it. For each of the four faces, there is a sphere tangent externally to the face at its center and to the circumscribed sphere. A point $P$ is selected at random inside the circumscribed sphere. The probability that $P$ lies inside one of the five small spheres is closest to $\mathrm{(A) \ }0 \qquad \mathrm{(B) \ }0.1 \qquad \mathrm{(C) \ }0.2 \qquad \mathrm{(D) \ }0.3 \qquad \mathrm{(E) \ }0.4$
Let the radius of the large sphere be $R$, and of the inner sphere $r$. Label the vertices of the tetrahedron $ABCD$, and let $O$ be the center. Then pyramid $[OABC] + [OABD] + [OACD] + [OBCD] = [ABCD]$, where $[\ldots]$ denotes volume; thus $[OABC] = \frac{[ABCD]}{4}$. Since $OABC$ and $ABCD$ are both pyramids that share a common face $ABC$, the ratio of their volumes is the ratio of their altitudes to face $ABC$, so $r = \frac {h_{ABCD}}4$. However, $h_{ABCD} = r + R$, so it follows that $r = \frac {R}{3}$. Then the radius of an external sphere is $\frac{R-r}2 = \frac {R}{3} = r$. Since the five described spheres are non-intersecting, it follows that the ratio of the volumes of the spheres is $5 \cdot \left( \frac 13 \right)^3 = \frac{5}{27} \approx \boxed{.2}$.
A bowling ball cannot weigh more than 16 pounds and must have a diameter of $8 \frac{1}{2}$ inches. How many square inches are in the surface area of a bowling ball before the finger holes are drilled? Express your answer as a common fraction in terms of $\pi$.
The surface area of a sphere with radius $r$ is \[4\pi r^2.\] The sphere in question has diameter $8\frac{1}{2}=\frac{17}{2}$, radius $\frac{17}{4}$, and surface area \[4\pi\left(\frac{17}{4}\right)^2 = \frac{17^2}{4}\pi = \boxed{\frac{289\pi}{4}}.\]
A 6 cm by 8 cm rectangle is inscribed in a circle. What is the number of centimeters in the circumference of the circle? Express your answer in terms of $\pi$. [asy]import graph; defaultpen(linewidth(0.7)); draw(Circle((0,0),20)); draw((-16,-12)--(16,-12)--(16,12)--(-16,12)--cycle); [/asy]
Draw a diagonal of the rectangle. By the Pythagorean theorem, the length of the diagonal is $\sqrt{6^2+8^2}=10$ centimeters. Also, by symmetry the diagonal of the rectangle is a diameter of the circle. The circumference of the circle is $\pi\times (\text{diameter})=\boxed{10\pi}$ centimeters. [asy] import graph; defaultpen(linewidth(0.7)); draw(Circle((0,0),20)); draw((-16,-12)--(16,-12)--(16,12)--(-16,12)--cycle); draw((16,-12)--(-16,12)); draw(rightanglemark((16,-12),(16,12),(-16,12),45));[/asy]
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}$.
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}$.
How many cubic feet are in the volume of a round swimming pool which is 16 feet in diameter and 4 feet deep throughout? Express your answer in terms of $\pi$.
The radius of this pool is $16/2=8$ feet; the volume of this pool is thus $\pi(8^2)(4)=\boxed{256\pi}$ cubic feet.
Let $\overline{AB}$ be a diameter of circle $\omega$. Extend $\overline{AB}$ through $A$ to $C$. Point $T$ lies on $\omega$ so that line $CT$ is tangent to $\omega$. Point $P$ is the foot of the perpendicular from $A$ to line $CT$. Suppose $\overline{AB} = 18$, and let $m$ denote the maximum possible length of segment $BP$. Find $m^{2}$.
[asy] size(250); defaultpen(0.70 + fontsize(10)); import olympiad; pair O = (0,0), B = O - (9,0), A= O + (9,0), C=A+(18,0), T = 9 * expi(-1.2309594), P = foot(A,C,T); draw(Circle(O,9)); draw(B--C--T--O); draw(A--P); dot(A); dot(B); dot(C); dot(O); dot(T); dot(P); draw(rightanglemark(O,T,C,30)); draw(rightanglemark(A,P,C,30)); draw(anglemark(B,A,P,35)); draw(B--P, blue); label("\(A\)",A,NW); label("\(B\)",B,NW); label("\(C\)",C,NW); label("\(O\)",O,NW); label("\(P\)",P,SE); label("\(T\)",T,SE); label("\(9\)",(O+A)/2,N); label("\(9\)",(O+B)/2,N); label("\(x-9\)",(C+A)/2,N); [/asy] Let $x = OC$. Since $OT, AP \perp TC$, it follows easily that $\triangle APC \sim \triangle OTC$. Thus $\frac{AP}{OT} = \frac{CA}{CO} \Longrightarrow AP = \frac{9(x-9)}{x}$. By the Law of Cosines on $\triangle BAP$,\begin{align*}BP^2 = AB^2 + AP^2 - 2 \cdot AB \cdot AP \cdot \cos \angle BAP \end{align*}where $\cos \angle BAP = \cos (180 - \angle TOA) = - \frac{OT}{OC} = - \frac{9}{x}$, so:\begin{align*}BP^2 &= 18^2 + \frac{9^2(x-9)^2}{x^2} + 2(18) \cdot \frac{9(x-9)}{x} \cdot \frac 9x = 405 + 729\left(\frac{2x - 27}{x^2}\right)\end{align*}Let $k = \frac{2x-27}{x^2} \Longrightarrow kx^2 - 2x + 27 = 0$; this is a quadratic, and its discriminant must be nonnegative: $(-2)^2 - 4(k)(27) \ge 0 \Longleftrightarrow k \le \frac{1}{27}$. Thus,\[BP^2 \le 405 + 729 \cdot \frac{1}{27} = \boxed{432}\]Equality holds when $x = 27$.
A can is in the shape of a right circular cylinder. The circumference of the base of the can is 12 inches, and the height of the can is 5 inches. A spiral strip is painted on the can in such a way that it winds around the can exactly once as it reaches from the bottom of the can to the top. It reaches the top of the can directly above the spot where it left the bottom. What is the length in inches of the stripe? [asy] size(120); draw(shift(1.38,0)*yscale(0.3)*Circle((0,0), .38)); draw((1,0)--(1,-2)); draw((1.76,0)--(1.76,-2)); draw((1,-2)..(1.38,-2.114)..(1.76,-2)); path p =(1.38,-2.114)..(1.74,-1.5)..(1,-0.5)..(1.38,-.114); pair a=(1.38,-2.114), b=(1.76,-1.5); path q =subpath(p, 1, 2); path r=subpath(p,0,1); path s=subpath(p,2,3); draw(r); draw(s); draw(q, dashed); label("$5$",midpoint((1.76,0)--(1.76,-2)),E); [/asy]
We look at the lateral area of the cylinder as a rectangle (imagine a peeling the label off of a soup can and laying it flat). The length of the rectangle is the circumference of the base, $12$ inches in this case, and the width of the rectangle is the height of the cylinder, $5$ inches. The spiral strip goes from one corner of the rectangular lateral area to the other, so it is also the hypotenuse of a right triangle. We find the length of the hypotenuse with the Pythagorean Theorem, or we recognize that $5$ and $12$ are part of the Pythagorean triple $(5, 12, 13)$, so the length of the hypotenuse (the spiral strip) is $\boxed{13}$ inches. [asy] pair A=(0,0), B=(12,0), C=(12,5), D=(0,5); draw(A--B--C--D--cycle); draw(A--C); label("$12$", A--B, S); label("$5$", B--C,E); label("$13$", A--C, NW); draw(rightanglemark(A,B,C,15)); [/asy]
What is the number of square units in the area of trapezoid ABCD with vertices A(0,0), B(0,-2), C(4,0), and D(4,6)?
Plot the plots and observe that the bases of the trapezoid are $AB$ and $CD$. The area of the trapezoid is the average of the lengths of the bases times the height: $\frac{1}{2}(AB+CD)(AC)=\frac{1}{2}(2+6)(4)=\boxed{16}$ square units. [asy] size(6cm); import graph; defaultpen(linewidth(0.7)+fontsize(10)); pair A=(0,0), B=(0,-2), C=(4,0), D=(4,6); pair[] dots = {A,B,C,D}; dot(dots); draw(A--B--C--D--cycle); xaxis(-3,8,Arrows(4)); yaxis(-3,8,Arrows(4)); label("$D$",D,N); label("$C$",C,SSE); label("$B$",B,W); label("$A$",A,NW);[/asy]
Consider the parallelogram with vertices $(10,45)$, $(10,114)$, $(28,153)$, and $(28,84)$. A line through the origin cuts this figure into two congruent polygons. The slope of the line is $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
Let the first point on the line $x=10$ be $(10,45+a)$ where a is the height above $(10,45)$. Let the second point on the line $x=28$ be $(28, 153-a)$. For two given points, the line will pass the origin if the coordinates are proportional (such that $\frac{y_1}{x_1} = \frac{y_2}{x_2}$). Then, we can write that $\frac{45 + a}{10} = \frac{153 - a}{28}$. Solving for $a$ yields that $1530 - 10a = 1260 + 28a$, so $a=\frac{270}{38}=\frac{135}{19}$. The slope of the line (since it passes through the origin) is $\frac{45 + \frac{135}{19}}{10} = \frac{99}{19}$, and the solution is $m + n = \boxed{118}$.
In triangle $ABC$, $AB = 3$, $BC = 4$, $AC = 5$, and $BD$ is the angle bisector from vertex $B$. If $BD = k \sqrt{2}$, then find $k$.
By Pythagoras, $\angle ABC = 90^\circ$. Let $P$ and $Q$ be the projections of $D$ onto $BC$ and $AB$, respectively. [asy] unitsize(1 cm); pair A, B, C, D, P, Q; A = (0,3); B = (0,0); C = (4,0); D = (12/7,12/7); P = (12/7,0); Q = (0,12/7); draw(A--B--C--cycle); draw(B--D); draw(P--D--Q); label("$A$", A, NW); label("$B$", B, SW); label("$C$", C, SE); label("$D$", D, NE); label("$P$", P, S); label("$Q$", Q, W); label("$x$", (D + P)/2, E); label("$x$", (D + Q)/2, N); label("$x$", (B + P)/2, S); label("$x$", (B + Q)/2, W); label("$4 - x$", (C + P)/2, S); label("$3 - x$", (A + Q)/2, W); [/asy] We have that $\angle ABC = 90^\circ$ and $\angle PBD = 45^\circ$, so quadrilateral $BPDQ$ is a square. Let $x$ be the side length of this square. Then $PC = BC - BP = 4 - x$, and $AQ = AB - QB = 3 - x$. Triangles $AQD$ and $DPC$ are similar, so \[\frac{AQ}{QD} = \frac{DP}{PC},\]or \[\frac{3 - x}{x} = \frac{x}{4 - x}.\]Solving for $x$, we find $x = 12/7$. Then $BD = x \sqrt{2} = 12/7 \cdot \sqrt{2}$, so the answer is $\boxed{\frac{12}{7}}$.
The perimeter of triangle $APM$ is $152$, and the angle $PAM$ is a right angle. A circle of radius $19$ with center $O$ on $\overline{AP}$ is drawn so that it is tangent to $\overline{AM}$ and $\overline{PM}$. Given that $OP=m/n$ where $m$ and $n$ are relatively prime positive integers, find $m+n$.
Let the circle intersect $\overline{PM}$ at $B$. Then note $\triangle OPB$ and $\triangle MPA$ are similar. Also note that $AM = BM$ by power of a point. Using the fact that the ratio of corresponding sides in similar triangles is equal to the ratio of their perimeters, we have\[\frac{19}{AM} = \frac{152-2AM-19+19}{152} = \frac{152-2AM}{152}\]Solving, $AM = 38$. So the ratio of the side lengths of the triangles is 2. Therefore,\[\frac{PB+38}{OP}= 2 \text{ and } \frac{OP+19}{PB} = 2\]so $2OP = PB+38$ and $2PB = OP+19.$ Substituting for $PB$, we see that $4OP-76 = OP+19$, so $OP = \frac{95}3$ and the answer is $\boxed{98}$.
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.
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}$.
Quadrilateral $ABCD$ is inscribed in a circle with segment $AC$ a diameter of the circle. If $m\angle DAC = 30^\circ$ and $m\angle BAC = 45^\circ$, the ratio of the area of $ABCD$ to the area of the circle can be expressed as a common fraction in simplest radical form in terms of $\pi$ as $\frac{a+\sqrt{b}}{c\pi}$, where $a,$ $b,$ and $c$ are positive integers. What is the value of $a + b + c$?
[asy] size(150); pair A, B, C, D, O; O=(0,0); A=(-1,0); B=(0,-1); C=(1,0); D=(.5,.866); draw(circle(O, 1)); dot(O); draw(A--B--C--D--A--C); draw(circumcircle(A,B,C)); label("A", A, W); label("B", B, S); label("C", C, E); label("D", D, NE); label("O", O, N); label("$r$", (-.4,0), S); label("$r$", C/2, S); label("$30^\circ$", (-.55, 0), N); label("$45^\circ$", (-.7,0), S); [/asy] Let the radius of the circle be $r$. Then segment $AC$ has length $2r$. Recall that an inscribed angle is half the measure of the arc it cuts. Because $AC$ is a diameter of the circle, arcs $ADC$ and $ABC$ both have measure 180 degrees. Thus, angles $D$ and $B$ have measure half that, or 90 degrees. Thus, they are both right angles. Now we know that triangle $ADC$ is a 30-60-90 right triangle and that triangle $ABC$ is a 45-45-90 right triangle. We can use the ratios of the sides in these special triangles to determine that \begin{align*} CD&=\frac{AC}{2}=\frac{2r}{2}=r \\ AD&=DC\sqrt{3}=r\sqrt{3} \\ AB&=\frac{AC}{\sqrt{2}}=\frac{2r}{\sqrt{2}}=r\sqrt{2} \\ BC&=AB=r\sqrt{2}. \end{align*}Now we can find the areas of triangles $ADC$ and $ABC$. \begin{align*} A_{ADC}&=\frac{1}{2}(r)(r\sqrt{3})=\frac{r^2\sqrt{3}}{2} \\ A_{ABC} &=\frac{1}{2}(r\sqrt{2})(r\sqrt{2})=\frac{1}{2}(2r^2)=r^2. \end{align*}Thus, the area of quadrilateral $ABCD$ is the sum of the areas of triangles $ADC$ and $ABC$. \[A_{ABCD}=\frac{r^2\sqrt{3}}{2} + r^2=r^2\left(\frac{\sqrt{3}}{2}+1\right)=r^2\left(\frac{\sqrt{3}+2}{2}\right).\]The area of the circle is $\pi r^2$. Thus, the ratio of the area of $ABCD$ to the area of the circle is \[\frac{r^2\left(\frac{\sqrt{3}+2}{2}\right)}{\pi r^2}=\frac{\cancel{r^2}\left(\frac{\sqrt{3}+2}{2}\right)}{\pi \cancel{r^2}}=\frac{\sqrt{3}+2}{2\pi}.\]Thus, $a=2$, $b=3$, and $c=2$. Finally, we find $a+b+c=2+3+2=\boxed{7}$.
A bowling ball is a solid ball with a spherical surface and diameter 30 cm. To custom fit a bowling ball for each bowler, three holes are drilled in the ball. Bowler Kris has holes drilled that are 8 cm deep and have diameters of 2 cm, 2 cm, and 3 cm. Assuming the three holes are right circular cylinders, find the number of cubic centimeters in the volume of the fitted bowling ball. Express your answer in terms of $\pi$.
The untampered bowling ball has radius $30/2=15$ cm and volume \[\frac{4}{3}\pi(15^3)=4\cdot 15^2\cdot 5\pi=225\cdot 20\pi = 4500\pi\] cubic cm. The 2 cm cylindrical holes each have radius $2/2=1$ cm and volume \[\pi (1^2)(8)=8\pi\] cubic cm; the 3 cm cylindrical hole has radius $3/2$ cm and volume \[\pi\left(\frac{3}{2}\right)^2(8)=9\cdot 2 \pi = 18\pi\] cubic cm. Post hole-removal the fitted ball has volume \[4500\pi - 2\cdot 8\pi - 18\pi = \boxed{4466\pi}\] cubic cm.
Medians $\overline{AD}$ and $\overline{BE}$ of $\triangle ABC$ are perpendicular. If $AD= 15$ and $BE = 20$, then what is the area of $\triangle ABC$?
Let the medians intersect at point $G$ as shown below. We include the third median of the triangle in red; it passes through the intersection of the other two medians. [asy] pair D,EE,F,P,Q,G; G = (0,0); D = (-1,0); P= (0.5,0); EE = (0,4/3); Q = (0,-2/3); F = 2*Q - D; draw(P--D--EE--F--D); draw(EE--Q); label("$A$",D,W); label("$D$",P,NE); label("$E$",Q,SW); label("$B$",EE,N); label("$C$",F,SE); draw(rightanglemark(P,G,EE,3.5)); label("$G$",G,SW); draw(F--(D+EE)/2,red); [/asy] Point $G$ is the centroid of $\triangle ABC$, so $AG:GD = BG:GE = 2:1$. Therefore, $AG = \frac23(AD) = 10$ and $BG = \frac23(BE) = \frac{40}{3}$. Drawing all three medians of a triangle divides the triangle into six triangles with equal area. In $\triangle ABC$ above, $\triangle ABG$ consists of two of these six triangles, so the area of $\triangle ABC$ is 3 times the area of $\triangle ABG$: \[ [ABC] = 3[ABG] = 3\cdot \frac12 \cdot AG \cdot BG = \frac32\cdot 10 \cdot \frac{40}{3} = \boxed{200}.\]
In triangle $ABC$, $AB = 5$, $BC = 8$, and the length of median $AM$ is 4. Find $AC$.
Since $BC = 8$ and $M$ is the midpoint of $BC$, $BM = CM = 4$. But $AM = 4$, so $M$ is the circumcenter of triangle $ABC$. Furthermore, $BC$ is a diameter of the circle, so $\angle BAC = 90^\circ$. [asy] unitsize(2 cm); pair A, B, C, M; A = dir(110); B = (-1,0); C = (1,0); M = (0,0); draw(A--B--C--cycle); draw(A--M); draw(Circle(M,1)); label("$A$", A, dir(90)); label("$B$", B, SW); label("$C$", C, SE); dot("$M$", M, S); [/asy] Then by Pythagoras on right triangle $ABC$, $AC = \sqrt{BC^2 - AB^2} = \sqrt{8^2 - 5^2} = \sqrt{64 - 25} = \boxed{\sqrt{39}}$.
Altitudes $\overline{AX}$ and $\overline{BY}$ of acute triangle $ABC$ intersect at $H$. If $\angle BAC = 61^\circ$ and $\angle ABC = 73^\circ$, then what is $\angle CHX$?
First, we build a diagram: [asy] size(150); defaultpen(linewidth(0.8)); pair B = (0,0), C = (3,0), A = (1,2), P = foot(A,B,C), Q = foot(B,A,C),H = intersectionpoint(B--Q,A--P); draw(A--B--C--cycle); draw(A--P^^B--Q); pair Z; Z = foot(C,A,B); draw(C--Z); label("$A$",A,N); label("$B$",B,W); label("$C$",C,E); label("$X$",P,S); label("$Y$",Q,E); label("$H$",H+(0,-0.20),SW); label("$Z$",Z,NW); draw(rightanglemark(B,Z,H,3.5)); draw(rightanglemark(C,P,H,3.5)); draw(rightanglemark(H,Q,C,3.5)); [/asy] Since altitudes $\overline{AX}$ and $\overline{BY}$ intersect at $H$, point $H$ is the orthocenter of $\triangle ABC$. Therefore, the line through $C$ and $H$ is perpendicular to side $\overline{AB}$, as shown. Therefore, we have $$\angle CHX= 90^\circ - \angle HCX = 90^\circ - \angle ZCB = \angle ZBC = \boxed{73^\circ}.$$
An 8-foot by 10-foot floor is tiled with square tiles of size 1 foot by 1 foot. Each tile has a pattern consisting of four white quarter circles of radius 1/2 foot centered at each corner of the tile. The remaining portion of the tile is shaded. How many square feet of the floor are shaded? [asy] fill((5,5)--(5,-5)--(-5,-5)--(-5,5)--cycle,gray(0.7)); fill(Circle((-5,5),5),white); fill(Circle((5,5),5),white); fill(Circle((-5,-5),5),white); fill(Circle((5,-5),5),white); draw((-5,5)--(-5,-5)--(5,-5)--(5,5)--cycle); [/asy]
The four white quarter circles in each tile have the same area as a whole circle of radius $1/2$, that is, $\pi(1/2)^2 = \pi/4$ square feet. So the area of the shaded portion of each tile is $ 1 - \pi/4$ square feet. Since there are $8\cdot 10 = 80$ tiles in the entire floor, the area of the total shaded region in square feet is \[ 80\left(1 - \frac{\pi}{4}\right) = \boxed{80 - 20\pi}. \]
A circle with a radius of 2 units has its center at $(0, 0)$. A circle with a radius of 7 units has its center at $(15, 0)$. A line tangent to both circles intersects the $x$-axis at $(x, 0)$ to the right of the origin. What is the value of $x$? Express your answer as a common fraction.
To begin, we can draw a diagram as shown: [asy] size(150); draw((0,8)--(0,-8),linewidth(.5)); draw((-4,0)--(23,0),linewidth(.5)); draw(Circle((0,0),2),linewidth(.7)); draw(Circle((15,0),7),linewidth(.7)); draw((-2,-4)--(14,8),linewidth(.7)); draw((0,0)--(1.3,-1.5),linewidth(.7)); draw((15,0)--(10.7,5.5),linewidth(.7)); label("\tiny{2}",(-.5,-1)); label("\tiny{7}",(14,3)); [/asy] By drawing in radii to the tangent line, we have formed two right triangles, one with hypotenuse $x$ and the other with hypotenuse $15-x$. Notice that the angles at the $x$ axis are vertical angles and are also congruent. So, these two triangles are similar, and we can set up a ratio: $$\frac{x}{15-x}=\frac{2}{7}$$ $$7x=30-2x$$ $$9x=30$$ $$x=\boxed{\frac{10}{3}}$$
In square $ABCD$, points $E$ and $H$ lie on $\overline{AB}$ and $\overline{DA}$, respectively, so that $AE=AH.$ Points $F$ and $G$ lie on $\overline{BC}$ and $\overline{CD}$, respectively, and points $I$ and $J$ lie on $\overline{EH}$ so that $\overline{FI} \perp \overline{EH}$ and $\overline{GJ} \perp \overline{EH}$. See the figure below. Triangle $AEH$, quadrilateral $BFIE$, quadrilateral $DHJG$, and pentagon $FCGJI$ each has area $1.$ What is $FI^2$? [asy] real x=2sqrt(2); real y=2sqrt(16-8sqrt(2))-4+2sqrt(2); real z=2sqrt(8-4sqrt(2)); pair A, B, C, D, E, F, G, H, I, J; A = (0,0); B = (4,0); C = (4,4); D = (0,4); E = (x,0); F = (4,y); G = (y,4); H = (0,x); I = F + z * dir(225); J = G + z * dir(225); draw(A--B--C--D--A); draw(H--E); draw(J--G^^F--I); draw(rightanglemark(G, J, I), linewidth(.5)); draw(rightanglemark(F, I, E), linewidth(.5)); dot("$A$", A, S); dot("$B$", B, S); dot("$C$", C, dir(90)); dot("$D$", D, dir(90)); dot("$E$", E, S); dot("$F$", F, dir(0)); dot("$G$", G, N); dot("$H$", H, W); dot("$I$", I, SW); dot("$J$", J, SW); [/asy] $\textbf{(A) } \frac{7}{3} \qquad \textbf{(B) } 8-4\sqrt2 \qquad \textbf{(C) } 1+\sqrt2 \qquad \textbf{(D) } \frac{7}{4}\sqrt2 \qquad \textbf{(E) } 2\sqrt2$
Since the total area is $4$, the side length of square $ABCD$ is $2$. We see that since triangle $HAE$ is a right isosceles triangle with area 1, we can determine sides $HA$ and $AE$ both to be $\sqrt{2}$. Now, consider extending $FB$ and $IE$ until they intersect. Let the point of intersection be $K$. We note that $EBK$ is also a right isosceles triangle with side $2-\sqrt{2}$ and find it's area to be $3-2\sqrt{2}$. Now, we notice that $FIK$ is also a right isosceles triangle and find it's area to be $\frac{1}{2}$$FI^2$. This is also equal to $1+3-2\sqrt{2}$ or $4-2\sqrt{2}$. Since we are looking for $FI^2$, we want two times this. That gives $\boxed{8-4\sqrt{2}}$.
In the diagram below, we have $\sin \angle RPQ = \frac{7}{25}$. What is $\sin \angle RPS$? [asy] pair R,P,Q,SS; SS = (-2,0); P = (0,0); Q = (2,0); R = rotate(aSin(7/25))*(1.5,0); dot("$S$",SS,S); dot("$Q$",Q,S); dot("$R$",R,N); dot("$P$",P,S); draw(Q--SS); draw(P--R); [/asy]
For any angle $x$, we have $\sin (180^\circ - x)=\sin x$, so $\sin RPS = \sin(180^\circ - \angle RPS) = \sin \angle RPQ = \boxed{\frac{7}{25}}$.
Three circles, each of radius $3$, are drawn with centers at $(14, 92)$, $(17, 76)$, and $(19, 84)$. A line passing through $(17,76)$ is such that the total area of the parts of the three circles to one side of the line is equal to the total area of the parts of the three circles to the other side of it. What is the absolute value of the slope of this line?
First of all, we can translate everything downwards by $76$ and to the left by $14$. Then, note that a line passing through a given point intersecting a circle with a center as that given point will always cut the circle in half, so we can re-phrase the problem: Two circles, each of radius $3$, are drawn with centers at $(0, 16)$, and $(5, 8)$. A line passing through $(3,0)$ is such that the total area of the parts of the three circles to one side of the line is equal to the total area of the parts of the three circles to the other side of it. What is the absolute value of the slope of this line? Note that this is equivalent to finding a line such that the distance from $(0,16)$ to the line is the same as the distance from $(5,8)$ to the line. Let the line be $y - ax - b = 0$. Then, we have that:\[\frac{|-5a + 8 - b|}{\sqrt{a^2+1}}= \frac{|16 - b|}{\sqrt{a^2+1}} \Longleftrightarrow |-5a+8-b| = |16-b|\]We can split this into two cases. Case 1: $16-b = -5a + 8 - b \Longleftrightarrow a = -\frac{8}{5}$ In this case, the absolute value of the slope of the line won’t be an integer, and since this is an AIME problem, we know it’s not possible. Case 2: $b-16 = -5a + 8 - b \Longleftrightarrow 2b + 5a = 24$ But we also know that it passes through the point $(3,0)$, so $-3a-b = 0 \Longleftrightarrow b = -3a$. Plugging this in, we see that $2b + 5a = 24 \Longleftrightarrow a = -24$. $\boxed{24}$.
Six boys stood equally spaced on a circle of radius 40 feet. Each boy walked to all of the other non-adjacent persons on the circle, shook their hands and then returned to his original spot on the circle before the next boy started his trip to shake hands with all of the other non-adjacent boys on the circle. After all six boys had done this, what is the least distance in feet that could have been traveled? Express your answer in simplest radical form.
The thicker solid line in the diagram shows the shortest path that one person could travel. The circle is equally divided into six 60-degree arcs, so the short distance is 40 feet, the same as a radius. The dotted line is a diameter that separates the quadrilateral into two 30-60-90 triangles. The longer leg is $(80\sqrt {3})/2$, or $40\sqrt{3}$ feet. Each person travels $40\sqrt{3} + 40 + 40 + 40\sqrt{3} = 80 + 80\sqrt{3}$ feet. After all six people did this, $6(80 + 80\sqrt{3}) = \boxed{480 + 480\sqrt{3}\text{ feet}}$ had been traveled. [asy] import olympiad; import geometry; size(100); defaultpen(linewidth(0.8)); dotfactor=4; draw(unitcircle); for(int i = 0; i <= 6; ++i){ dot(dir(60*i + 30)); } draw(dir(30)--dir(90)--dir(150)--dir(270)--cycle); draw(dir(90)--dir(270),dotted); [/asy]
A cylindrical glass is half full of lemonade. The ratio of lemon juice to water in the lemonade is 1:11. If the glass is 6 inches tall and has a diameter of 2 inches, what is the volume of lemon juice in the glass? Express your answer as a decimal to the nearest hundredth.
We can begin by calculating the volume of the liquid in the glass. Since the glass is half full, the portion filled with liquid has height 3 inches. The volume will be $\pi r^2 h=\pi\cdot 1^2 \cdot 3 = 3\pi$. Now, since the ratio of lemon juice to water is 1:11, the ratio of lemon juice to the liquid will be 1:(1+11) which is 1:12. So, the volume of lemon juice in the glass is: $$3\pi \cdot \frac{1}{12}=\frac{\pi}{4}\approx .7854$$ So, the answer is $\boxed{.79}$ to the nearest hundredth.
Given that $m \angle A= 60^\circ$, $BC=12$ units, $\overline{BD} \perp \overline{AC}$, $\overline{CE} \perp \overline{AB}$ and $m \angle DBC = 3m \angle ECB$, the length of segment $EC$ can be expressed in the form $a(\sqrt{b}+\sqrt{c})$ units where $b$ and $c$ have no perfect-square factors. What is the value of $a+b+c$? [asy] draw((0,0)--(8,.7)--(2.5,5)--cycle); draw((0,0)--(4.2,3.7)); draw((8,.7)--(1.64,3.2)); label("$B$",(0,0),W); label("$C$",(8,.7),E); label("$D$",(4.2,3.7),NE); label("$E$",(1.64,3.2),NW); label("$A$",(2.5,5),N); [/asy]
The diagram the problem gives is drawn very out of scale so we redraw the diagram, this time with $\overline{AC}$ as the base: [asy] draw((0,0)--(1+sqrt(3),0)--(1,sqrt(3))--cycle); label("$A$",(0,0),SW); label("$C$",(1+sqrt(3),0),SE); label("$B$",(1,sqrt(3)),N); draw((1,0)--(1,sqrt(3))); label("$D$",(1,0),S); draw((1+sqrt(3),0)--(.75,1.3)); label("$E$",(.75,1.3),W); label("$y$",(2.2,.4),NW); label("$3y$",(.95,1.55),SE); label("$60^\circ$",(.1,0),NE); [/asy] All angles are given in degrees. Let $\angle ECB = y$, so $\angle DBC=3y$. From $\triangle AEC$ we have $\angle ACE = 180^\circ-60^\circ-90^\circ= 30^\circ$. Now let $EC$ and $BD$ intersect at $F$. $\angle BFE=\angle DFC$ by vertical angles and $\angle BEF=\angle CDF=90^\circ$, so $\angle FBE=\angle FCD$, which is equal to 30 degrees. Now summing the angles in $\triangle ABC$, we have $60^\circ+30^\circ+3y+y+30^\circ=180$, solving yields $4y=60$ so $y=15$ and we see $\triangle BDC$ is a 45-45-90 triangle. Also, $\triangle ABD$ is a 30-60-90 triangle. Let $ AD = x$, so $AB = 2x$ and $DB = DC = x\sqrt{3}$. $BC = x\sqrt{3}\sqrt{2} = x\sqrt{6}$. We are given that this equals 12, so we find $x = 12/\sqrt{6} = 2\sqrt{6}$. It follows that the area of $\triangle ABC$ can be found via \[(1/2)(AC)(BD)=(1/2)(x+x\sqrt{3})(x\sqrt{3})=12\sqrt{3}+36.\] To find $EC$, notice that the area of $\triangle ABC$ can also be written as $(1/2)(AB)(EC)$. Thus, \[(1/2)(4\sqrt{6})(EC)=12\sqrt{3}+36 \Rightarrow EC = 3(\sqrt{2}+\sqrt{6}).\] Hence $a=3$, $b=2$, and $c=6$, so $a+b+c=\boxed{11}$.
Two boards, one four inches wide and the other six inches wide, are nailed together to form an X. The angle at which they cross is 60 degrees. If this structure is painted and the boards are separated what is the area of the unpainted region on the four-inch board? (The holes caused by the nails are negligible.) Express your answer in simplest radical form. [asy] draw(6dir(150)--15dir(-30),linewidth(1)); draw((6dir(150)+12/sqrt(3)*dir(30))--(15dir(-30)+12/sqrt(3)*dir(30)),linewidth(1)); draw(6dir(210)--(0,0),linewidth(1)); draw((9dir(210)+8/sqrt(3)*dir(-30))--8/sqrt(3)*dir(-30),linewidth(1)); draw(12/sqrt(3)*dir(30)--(12/sqrt(3)+6)*dir(30),linewidth(1)); draw(12/sqrt(3)*dir(30)+8/sqrt(3)*dir(-30)--(12/sqrt(3)+9)*dir(30)+8/sqrt(3)*dir(-30),linewidth(1)); draw(2dir(150)--2dir(150)+6dir(60),dashed); draw(2dir(210)--2dir(210)+4dir(-60),dashed); dot((2,0)); dot((4,-1)); dot((8,1)); dot((6,2)); label("$60^{\circ}$", (11,1), E); label(rotate(30)*"$4^{\prime\prime}$", .5*(2dir(210)+2dir(210)+4dir(-60))+(0,-.5),W); label(rotate(-30)*"$6^{\prime\prime}$", .5*(2dir(150)+2dir(150)+6dir(60))+(1,1),W); [/asy]
Note that the unpainted region forms a parallelogram with heights between bases of 4 inches and 6 inches and with one angle 60 degree, as shown. [asy] size(150); unitsize(7.5,7.5); import olympiad; draw(6dir(150)--15dir(-30),dashed); draw((6dir(150)+12/sqrt(3)*dir(30))--(15dir(-30)+12/sqrt(3)*dir(30)),dashed); draw(6dir(210)--(0,0),dashed); draw((9dir(210)+8/sqrt(3)*dir(-30))--8/sqrt(3)*dir(-30),dashed); draw(12/sqrt(3)*dir(30)--(12/sqrt(3)+6)*dir(30),dashed); draw(12/sqrt(3)*dir(30)+8/sqrt(3)*dir(-30)--(12/sqrt(3)+9)*dir(30)+8/sqrt(3)*dir(-30),dashed); label("$60^{\circ}$",+(11,1),+E,fontsize(8pt)); label("$60^{\circ}$",+(9,1),+W,fontsize(8pt)); draw((0,0)--6/sin(pi/3)*dir(30)--(6/sin(pi/3)*dir(30)+4/sin(pi/3)*dir(-30))--4/sin(pi/3)*dir(-30)--cycle, linewidth(1)); draw(4/sin(pi/3)*dir(-30) -- (4/sin(pi/3)*dir(-30) + 6*dir(60))); draw(rightanglemark(4/sin(pi/3)*dir(-30),4/sin(pi/3)*dir(-30) + 6*dir(60), (6/sin(pi/3)*dir(30)+4/sin(pi/3)*dir(-30)))); label("6",(4/sin(pi/3)*dir(-30) + 4/sin(pi/3)*dir(-30) + 6*dir(60))/2,NW,fontsize(8pt)); [/asy] The right triangle formed by drawing the height shown is a 30-60-90 triangle, and hence the hypotenuse has length $\frac{6}{\sqrt{3}/2} = 4\sqrt{3}$ inches. Now considering the hypotenuse as the base of the paralleogram, our new height is 4, and thus the area of this parallelogram is $4\cdot 4\sqrt{3} = \boxed{16\sqrt{3}}$.
The lengths of the three sides of a triangle are $7$, $x+4$ and $2x+1$. The perimeter of the triangle is 36. What is the length of the longest side of the triangle?
Since the perimeter of the triangle is 36, then $7+(x+4)+(2x+1)=36$ or $3x+12=36$ or $3x=24$ or $x=8$. Thus, the lengths of the three sides of the triangle are $7$, $8+4=12$ and $2(8)+1=17$, of which the longest is $\boxed{17}.$