problem
stringlengths
16
4.31k
level
stringclasses
6 values
type
stringclasses
7 values
solution
stringlengths
29
6.77k
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]
Level 3
Geometry
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}. \]
The sides of triangle $CAB$ are in the ratio of $2:3:4$. Segment $BD$ is the angle bisector drawn to the shortest side, dividing it into segments $AD$ and $DC$. What is the length, in inches, of the longer subsegment of side $AC$ if the length of side $AC$ is $10$ inches? Express your answer as a common fraction.
Level 4
Geometry
Without loss of generality, suppose that $BA < BC$. Since $BD$ is the angle bisector of $\angle B$, by the Angle Bisector Theorem, it follows that $$\frac{AD}{CD} = \frac{BA}{BC} = \frac 34.$$ Thus, $AD < CD$, so $CD$ is the longer subsegment of $AC$. Solving for $AD$, it follows that $AD = \frac{3CD}{4}$. Also, we know that $AD + CD = AC = 10$, and substituting our previous value for $AD$, we find that $\frac{3CD}{4} + CD = \frac {7CD}4 = 10 \Longrightarrow CD = \boxed{\frac {40}7}$ inches.
Five points $A$, $B$, $C$, $D$, and $O$ lie on a flat field. $A$ is directly north of $O$, $B$ is directly west of $O$, $C$ is directly south of $O$, and $D$ is directly east of $O$. The distance between $C$ and $D$ is 140 m. A hot-air balloon is positioned in the air at $H$ directly above $O$. The balloon is held in place by four ropes $HA$, $HB$, $HC$, and $HD$. Rope $HC$ has length 150 m and rope $HD$ has length 130 m. How high is the balloon above the field (that is, the length of $OH$)? [asy] size(200); pair A, B, C, D, O, H, W, X, Y, Z; O=(0,0); A=(1,1); D=(1.5,-.3); B=(-1.5,.3); C=(-1,-1); H=(0,2.5); W=(5/3)*(A+D); X=(5/3)*(A+B); Y=(-1)*(W); Z=(-1)*(X); draw(W--X--Y--Z--W); draw(A--C); draw(B--D); draw(O--H, linewidth(1)); draw(A--H, dashed); draw(B--H, dashed); draw(C--H, dashed); draw(D--H, dashed); dot(A); dot(B); dot(C); dot(D); dot(O); dot(H); label("A", A, NE); label("B", B, SW); label("C", C, SE); label("D", D, NE); label("O", O, SE); label("H", H, NW); [/asy]
Level 5
Geometry
Let $OC=c$, $OD=d$ and $OH=h$. [asy] size(200); pair A, B, C, D, O, H, W, X, Y, Z; O=(0,0); A=(1,1); D=(1.5,-.3); B=(-1.5,.3); C=(-1,-1); H=(0,2.5); W=(5/3)*(A+D); X=(5/3)*(A+B); Y=(-1)*(W); Z=(-1)*(X); draw(W--X--Y--Z--W); draw(A--C); draw(B--D); draw(O--H, linewidth(1)); draw(C--D, dashed); draw(C--H, dashed); draw(D--H, dashed); dot(C); dot(D); dot(O); dot(H); label("C", C, SE); label("D", D, NE); label("O", O, SE); label("H", H, NW); label("$c$", (C+O)/2, N); label("$d$", (D+O)/2, N); label("$h$", (O+H)/2, E); label("130", (H+D)/2, NE); label("140", (C+D)/2, S); label("150", (C+H)/2, NW); [/asy] Note that $OH$ is perpendicular to the field, so $OH$ is perpendicular to $OC$ and to $OD$. Also, since $OD$ points east and $OC$ points south, then $OD$ is perpendicular to $OC$. Since $HC=150$, we have $$h^2+c^2=150^2$$ by the Pythagorean Theorem. Since $HD=130$, we have $$h^2+d^2=130^2.$$ Since $CD=140$, we have $$c^2+d^2 = 140^2.$$. Adding the first two equations, we obtain $$2h^2+c^2+d^2=150^2+130^2.$$ Since $c^2+d^2=140^2$, we have \begin{align*} 2h^2 + 140^2 &= 150^2+130^2\\ 2h^2 & = 150^2 + 130^2 - 140^2 \\ 2h^2 & = 19800 \\ h^2 & = 9900\\ h & = \sqrt{9900}=30\sqrt{11} \end{align*} Therefore, the height of the balloon above the field is $\boxed{30\sqrt{11}}$ meters.
Compute $\cos 90^\circ$.
Level 2
Geometry
Rotating the point $(1,0)$ about the origin by $90^\circ$ counterclockwise gives us the point $(0,1)$, so $\cos 90^\circ = \boxed{0}$.
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$.
Level 4
Geometry
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}}.\]
Compute $\sin 60^\circ$.
Level 2
Geometry
Let $P$ be the point on the unit circle that is $60^\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(60)*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,NE); //label("$A$",A,SE); label("$D$",D,S); [/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(\frac{1}{2}, \frac{\sqrt{3}}{2}\right)$, so $\sin 60^\circ = \boxed{\frac{\sqrt{3}}{2}}$.
The lengths of two sides of a triangle are 33 units and 42 units. The third side also has an integral length. What is the least possible number of units in the perimeter of the triangle?
Level 3
Geometry
The sum of the smaller two sides must exceed the greatest side, so if $x$ is the missing side then $x+33>42\implies x>9$. The smallest integer greater than 9 is 10, so the least perimeter is $10+33+42=\boxed{85}$ units.
Let $S$ be a square of side length $1$. Two points are chosen independently at random on the sides of $S$. The probability that the straight-line distance between the points is at least $\dfrac{1}{2}$ is $\dfrac{a-b\pi}{c}$, where $a$, $b$, and $c$ are positive integers with $\gcd(a,b,c)=1$. What is $a+b+c$? $\textbf{(A) }59\qquad\textbf{(B) }60\qquad\textbf{(C) }61\qquad\textbf{(D) }62\qquad\textbf{(E) }63$
Level 5
Geometry
Divide the boundary of the square into halves, thereby forming $8$ segments. Without loss of generality, let the first point $A$ be in the bottom-left segment. Then, it is easy to see that any point in the $5$ segments not bordering the bottom-left segment will be distance at least $\dfrac{1}{2}$ apart from $A$. Now, consider choosing the second point on the bottom-right segment. The probability for it to be distance at least $0.5$ apart from $A$ is $\dfrac{0 + 1}{2} = \dfrac{1}{2}$ because of linearity of the given probability. (Alternatively, one can set up a coordinate system and use geometric probability.) If the second point $B$ is on the left-bottom segment, then if $A$ is distance $x$ away from the left-bottom vertex, then $B$ must be up to $\dfrac{1}{2} - \sqrt{0.25 - x^2}$ away from the left-middle point. Thus, using an averaging argument we find that the probability in this case is\[\frac{1}{\left( \frac{1}{2} \right)^2} \int_0^{\frac{1}{2}} \dfrac{1}{2} - \sqrt{0.25 - x^2} dx = 4\left( \frac{1}{4} - \frac{\pi}{16} \right) = 1 - \frac{\pi}{4}.\] (Alternatively, one can equate the problem to finding all valid $(x, y)$ with $0 < x, y < \dfrac{1}{2}$ such that $x^2 + y^2 \ge \dfrac{1}{4}$, i.e. $(x, y)$ is outside the unit circle with radius $0.5.$) Thus, averaging the probabilities gives\[P = \frac{1}{8} \left( 5 + \frac{1}{2} + 1 - \frac{\pi}{4} \right) = \frac{1}{32} \left( 26 - \pi \right).\] Our answer is $\boxed{59}$.
Square $ABCD$ has sides of length 2. Set $S$ is the set of all line segments that have length 2 and whose endpoints are on adjacent sides of the square. The midpoints of the line segments in set $S$ enclose a region whose area to the nearest hundredth is $k$. Find $100k$.
Level 5
Geometry
Without loss of generality, let $(0,0)$, $(2,0)$, $(0,2)$, and $(2,2)$ be the vertices of the square. Suppose the endpoints of the segment lie on the two sides of the square determined by the vertex $(0,0)$. Let the two endpoints of the segment have coordinates $(x,0)$ and $(0,y)$. Because the segment has length 2, $x^2+y^2=4$. Using the midpoint formula, we find that the midpoint of the segment has coordinates $\left(\frac{x}{2},\frac{y}{2}\right)$. Let $d$ be the distance from $(0,0)$ to $\left(\frac{x}{2},\frac{y}{2}\right)$. Using the distance formula we see that $d=\sqrt{\left(\frac{x}{2}\right)^2+\left(\frac{y}{2}\right)^2}= \sqrt{\frac{1}{4}\left(x^2+y^2\right)}=\sqrt{\frac{1}{4}(4)}=1$. Thus the midpoints lying on the sides determined by vertex $(0,0)$ form a quarter-circle with radius 1. [asy] size(100); pointpen=black;pathpen = black+linewidth(0.7); pair A=(0,0),B=(2,0),C=(2,2),D=(0,2); D(A--B--C--D--A); picture p; draw(p,CR(A,1));draw(p,CR(B,1));draw(p,CR(C,1));draw(p,CR(D,1)); clip(p,A--B--C--D--cycle); add(p); [/asy] The set of all midpoints forms a quarter circle at each corner of the square. The area enclosed by all of the midpoints is $4-4\cdot \left(\frac{\pi}{4}\right)=4-\pi \approx .86$ to the nearest hundredth. Thus $100\cdot k=\boxed{86}$.
In triangle $PQR$, we have $\angle P = 90^\circ$, $QR = 20$, and $\tan R = 4\sin R$. What is $PR$?
Level 3
Geometry
[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 triangle $ABC$, $AX = XY = YB = BC$ and the measure of angle $ABC$ is 120 degrees. What is the number of degrees in the measure of angle $BAC$? [asy] pair A,X,Y,B,C; X = A + dir(30); Y = X + dir(0); B = Y + dir(60); C = B + dir(-30); draw(B--Y--X--B--C--A--X); label("$A$",A,W); label("$X$",X,NW); label("$Y$",Y,S); label("$B$",B,N); label("$C$",C,E); [/asy]
Level 4
Geometry
Let $t$ be the number of degrees in the measure of angle $BAC$ (which is what we want to compute). Since $AX=XY$, we have $\angle AYX = \angle YAX = \angle BAC = t^\circ$. Then, since the sum of angles in $\triangle AXY$ is $180^\circ$, we have $\angle AXY = (180-2t)^\circ$. Angles $\angle AXY$ and $\angle BXY$ add to form a straight angle, so they are supplementary; $\angle BXY = (180-(180-2t))^\circ = (2t)^\circ$. Since $XY=YB$, we have $\angle XBY = \angle BXY = (2t)^\circ$. Since the sum of angles in $\triangle XYB$ is $180^\circ$, we have $\angle XYB = (180-4t)^\circ$. Angles $\angle AYX$, $\angle XYB$, and $\angle BYC$ add to form a straight angle, so their sum is $180^\circ$. Therefore, $\angle BYC = (180-t-(180-4t))^\circ = (3t)^\circ$. Since $YB=BC$, we have $\angle YCB = \angle BYC = (3t)^\circ$. Since the sum of angles in $\triangle YBC$ is $180^\circ$, we have $\angle YBC = (180-6t)^\circ$. Finally, $\angle ABC = \angle XBY + \angle YBC = (2t)^\circ + (180-6t)^\circ = (180-4t)^\circ$. We know this is equal to $120^\circ$, so we solve the equation $$180-4t = 120$$ to obtain $t=\boxed{15}$.
In $\triangle ABC$ the ratio $AC:CB$ is $3:4$. The bisector of the exterior angle at $C$ intersects $BA$ extended at $P$ ($A$ is between $P$ and $B$). The ratio $PA:AB$ is: $\textbf{(A)}\ 1:3 \qquad \textbf{(B)}\ 3:4 \qquad \textbf{(C)}\ 4:3 \qquad \textbf{(D)}\ 3:1 \qquad \textbf{(E)}\ 7:1$
Level 5
Geometry
[asy] draw((0,0)--(40,0)--(16,18)--(0,0)); draw((40,0)--(64,72)--(16,18)); draw((40,0)--(160,0)--(64,72),dotted); dot((0,0)); label("B",(0,0),SW); dot((16,18)); label("A",(16,18),NW); dot((40,0)); label("C",(40,0),S); dot((64,72)); label("P",(64,72),N); dot((160,0)); label("X",(160,0),SE); label("$4n$",(20,0),S); label("$3n$",(33,17)); label("$4an-4n$",(100,0),S); label("$3an$",(112,36),NE); [/asy]Let $AC = 3n$ and $BC = 4n$. Draw $X$, where $X$ is on $BC$ and $AC \parallel PX$. By AA Similarity, $\triangle ABC \sim \triangle PBX$, so $PX = 3an$, $BX = 4an$, and $CX = 4an - 4n$. Also, let $\angle ABC = a$ and $\angle BAC = b$. Since the angles of a triangle add up to $180^{\circ}$, $\angle BCA = 180-a-b$. By Exterior Angle Theorem, $\angle ACX = a+b$, and since $CP$ bisects $\angle ACX$, $\angle PCX = \frac{a+b}{2}$. Because $AC \parallel PX$, $\angle BXP = 180 - a - b$. Thus, $\angle CPX = \frac{a+b}{2}$, making $\triangle CPX$ an isosceles triangle. Because $\triangle CPX$ is isosceles, $PX = CX$, so $4an - 4n = 3an$. That means $a = 4$, so $PB = 4 \cdot AB$. Thus, $PA = PB - AB = 3 \cdot AB$, so $PA : AB = \boxed{3:1}$.
Given that $O$ is a regular octahedron, that $C$ is the cube whose vertices are the centers of the faces of $O,$ and that the ratio of the volume of $O$ to that of $C$ is $\frac mn,$ where $m$ and $n$ are relatively prime integers, find $m+n.$
Level 5
Geometry
[asy] import three; currentprojection = perspective(4,-15,4); defaultpen(linewidth(0.7)); draw(box((-1,-1,-1),(1,1,1))); draw((-3,0,0)--(0,0,3)--(0,-3,0)--(-3,0,0)--(0,0,-3)--(0,-3,0)--(3,0,0)--(0,0,-3)--(0,3,0)--(0,0,3)--(3,0,0)--(0,3,0)--(-3,0,0)); [/asy] Let the side of the octahedron be of length $s$. Let the vertices of the octahedron be $A, B, C, D, E, F$ so that $A$ and $F$ are opposite each other and $AF = s\sqrt2$. The height of the square pyramid $ABCDE$ is $\frac{AF}2 = \frac s{\sqrt2}$ and so it has volume $\frac 13 s^2 \cdot \frac s{\sqrt2} = \frac {s^3}{3\sqrt2}$ and the whole octahedron has volume $\frac {s^3\sqrt2}3$. Let $M$ be the midpoint of $BC$, $N$ be the midpoint of $DE$, $G$ be the centroid of $\triangle ABC$ and $H$ be the centroid of $\triangle ADE$. Then $\triangle AMN \sim \triangle AGH$ and the symmetry ratio is $\frac 23$ (because the medians of a triangle are trisected by the centroid), so $GH = \frac{2}{3}MN = \frac{2s}3$. $GH$ is also a diagonal of the cube, so the cube has side-length $\frac{s\sqrt2}3$ and volume $\frac{2s^3\sqrt2}{27}$. The ratio of the volumes is then $\frac{\left(\frac{2s^3\sqrt2}{27}\right)}{\left(\frac{s^3\sqrt2}{3}\right)} = \frac29$ and so the answer is $\boxed{11}$.
In the diagram, each of the three identical circles touch the other two. The circumference of each circle is 36. What is the perimeter of the shaded region? [asy] defaultpen(1); path p = (1, 0){down}..{-dir(30)}dir(-60){dir(30)}..{dir(-30)}((2, 0) + dir(-120)){-dir(-30)}..{up}(1, 0)--cycle; fill(p, gray(0.75)); draw(unitcircle); draw(shift(2 * dir(-60)) * unitcircle); draw(shift(2) * unitcircle); [/asy]
Level 4
Geometry
Join the centre of each circle to the centre of the other two. Since each circle touches each of the other two, then these line segments pass through the points where the circles touch, and each is of equal length (that is, is equal to twice the length of the radius of one of the circles). [asy] import olympiad; defaultpen(1); path p = (1, 0){down}..{-dir(30)}dir(-60){dir(30)}..{dir(-30)}((2, 0) + dir(-120)){-dir(-30)}..{up}(1, 0)--cycle; fill(p, gray(0.75)); draw(unitcircle); draw(shift(2 * dir(-60)) * unitcircle); draw(shift(2) * unitcircle); // Add lines draw((0, 0)--(2, 0)--(2 * dir(-60))--cycle); // Add ticks add(pathticks((0, 0)--(1, 0), s=4)); add(pathticks((1, 0)--(2, 0), s=4)); add(pathticks((0, 0)--dir(-60), s=4)); add(pathticks(dir(-60)--(2 * dir(-60)), s=4)); add(pathticks((2 * dir(-60))--(2 * dir(-60) + dir(60)), s=4)); add(pathticks((2, 0)--(2 * dir(-60) + dir(60)), s=4)); [/asy] Since each of these line segments have equal length, then the triangle that they form is equilateral, and so each of its angles is equal to $60^\circ$. Now, the perimeter of the shaded region is equal to the sum of the lengths of the three circular arcs which enclose it. Each of these arcs is the arc of one of the circles between the points where this circle touches the other two circles. Thus, each arc is a $60^\circ$ arc of one of the circles (since the radii joining either end of each arc to the centre of its circle form an angle of $60^\circ$), so each arc is $\frac{60^\circ}{360^\circ} = \frac{1}{6}$ of the total circumference of the circle, so each arc has length $\frac{1}{6}(36)=6$. Therefore, the perimeter of the shaded region is $3(6) = \boxed{18}$.
In triangle $\triangle JKL$ shown, $\tan K = \frac{3}{2}$. What is $KL$? [asy] pair J,K,L; L = (0,0); J = (0,3); K = (2,3); draw(L--J--K--L); draw(rightanglemark(L,J,K,7)); label("$L$",L,SW); label("$J$",J,NW); label("$K$",K,NE); label("$2$",(J+K)/2,N); [/asy]
Level 2
Geometry
Because $\triangle JKL$ is a right triangle, $\tan K = \frac{JL}{JK}$. So $\tan K = \frac{3}{2} = \frac{JL}{2}$. Then $JL = 3$. By the Pythagorean Theorem, $KL = \sqrt{JL^2 + JK^2} = \sqrt{3^2 + 2^2} = \boxed{\sqrt{13}}$.
Triangle $ABC$ has side lengths $AB = 12$, $BC = 25$, and $CA = 17$. Rectangle $PQRS$ has vertex $P$ on $\overline{AB}$, vertex $Q$ on $\overline{AC}$, and vertices $R$ and $S$ on $\overline{BC}$. In terms of the side length $PQ = \omega$, the area of $PQRS$ can be expressed as the quadratic polynomial\[Area(PQRS) = \alpha \omega - \beta \omega^2.\] Then the coefficient $\beta = \frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
Level 5
Geometry
If $\omega = 25$, the area of rectangle $PQRS$ is $0$, so \[\alpha\omega - \beta\omega^2 = 25\alpha - 625\beta = 0\] and $\alpha = 25\beta$. If $\omega = \frac{25}{2}$, we can reflect $APQ$ over $PQ$, $PBS$ over $PS$, and $QCR$ over $QR$ to completely cover rectangle $PQRS$, so the area of $PQRS$ is half the area of the triangle. Using Heron's formula, since $s = \frac{12 + 17 + 25}{2} = 27$, \[[ABC] = \sqrt{27 \cdot 15 \cdot 10 \cdot 2} = 90\] so \[45 = \alpha\omega - \beta\omega^2 = \frac{625}{2} \beta - \beta\frac{625}{4} = \beta\frac{625}{4}\] and \[\beta = \frac{180}{625} = \frac{36}{125}\] so the answer is $m + n = 36 + 125 = \boxed{161}$.
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.
Level 5
Geometry
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 right triangle has a side length of 21 inches and a hypotenuse of 29 inches. A second triangle is similar to the first and has a hypotenuse of 87 inches. What is the length of the shortest side of the second triangle?
Level 2
Geometry
Using the Pythagorean Theorem, we calculate that the other leg of the original right triangle must be $$\sqrt{29^2 - 21^2} = \sqrt{841 - 441} = \sqrt{400} = 20$$ inches. Since 87 is 3 times 29, the length of the shortest side of the second triangle must be $3 \times 20 = \boxed{60\text{ inches}}$.
A large sphere has a volume of $288\pi$ cubic units. A smaller sphere has a volume which is $12.5\%$ of the volume of the larger sphere. What is the ratio of the radius of the smaller sphere to the radius of the larger sphere? Express your answer as a common fraction.
Level 3
Geometry
We know that the two spheres are similar (in the same sense that triangles are similar) because corresponding parts are in proportion. We will prove that for two spheres that are similar in the ratio $1:k$, their volumes have the ratio $1:k^3$. Let the radius of the first sphere be $r$, so the radius of the other sphere is $kr$. The volume of the first sphere is $\frac{4}{3}\pi r^3$ and the volume of the second sphere is $\frac{4}{3}\pi (kr)^3$. The ratio between the two volumes is \[\frac{\frac{4}{3}\pi r^3}{\frac{4}{3}\pi (kr)^3}=\frac{r^3}{k^3r^3}=\frac{1}{k^3}\] Thus, the ratio of the volumes of the two spheres is $1:k^3$. In this problem, since the smaller sphere has $12.5\%=\frac{1}{8}$ of the volume of the larger sphere, the radius is $\sqrt[3]{\frac{1}{8}}=\frac{1}{2}$ that of the larger sphere. Thus, the ratio between the two radii is $\boxed{\frac{1}{2}}$. (In general, the ratio of the volumes of two similar 3-D shapes is the cube of the ratio of the lengths of corresponding sides.)
The endpoints of a diameter of circle $M$ are $(-1,-4)$ and $(-7,6)$. What are the coordinates of the center of circle $M$? Express your answer as an ordered pair.
Level 2
Geometry
The midpoint of a diameter of a circle is its center. Thus, $M$ is the midpoint of the segment from $(-1,-4)$ to $(-7,6),$ so $M$ has coordinates \[\left(\frac{-1+(-7)}{2},\frac{-4+6}{2} \right)=\boxed{(-4,1)}.\]
A wire is cut into two pieces, one of length $a$ and the other of length $b$. The piece of length $a$ is bent to form an equilateral triangle, and the piece of length $b$ is bent to form a regular hexagon. The triangle and the hexagon have equal area. What is $\frac{a}{b}$?
Level 5
Geometry
The side length of the triangle and hexagon are $\frac{a}{3}$ and $\frac{b}{6},$ respectively, so their areas are \[\frac{\sqrt{3}}{4} \left(\frac{a}{3}\right)^2 = \frac{a^2 \sqrt3}{36} \quad \text{and} \quad \frac{3\sqrt3}{2} \left(\frac{b}{6}\right)^2 = \frac{b^2\sqrt3}{24},\]respectively. Therefore, we have \[\frac{a^2\sqrt3}{36} = \frac{b^2\sqrt3}{24},\]so \[\frac{a^2}{b^2} = \frac{36}{24} = \frac{3}{2}.\]Taking the square root of both sides, we get \[\frac{a}{b} = \frac{\sqrt3}{\sqrt2} = \boxed{\frac{\sqrt6}2}.\]
If a triangle has two sides of lengths 5 and 7 units, then how many different integer lengths can the third side be?
Level 3
Geometry
Let $n$ be the length of the third side. Then by the triangle inequality, \begin{align*} n + 5 &> 7, \\ n + 7 &> 5, \\ 5 + 7 &> n, \end{align*} which tell us that $n > 2$, $n > -2$, and $n < 12$. Hence, the possible values of $n$ are 3, 4, 5, 6, 7, 8, 9, 10, and 11, for a total of $\boxed{9}$.
A rectangular prism measures 10-inches by 20-inches by 10-inches. What is the length, in inches, of the diagonal connecting point A and point B? Express your answer in simplest radical form. [asy] unitsize(0.75cm); defaultpen(linewidth(0.7pt)+fontsize(10pt)); dotfactor=4; draw((0,1)--(1,1)--(1,0)--(0,0)--(0,1)--(1,2)--(2,2)--(1,1)); draw((1,0)--(2,1)--(2,2)); dot((0,1)); label("$A$",(0,1),W); dot((2,1)); label("$B$",(2,1),E); [/asy]
Level 3
Geometry
Let $D$ be the vertex opposite $B$ on the bottom face, and let $C$ be one of the other two vertices on the bottom face. Because $BCD$ is a right triangle, we can use the Pythagorean theorem to get $BD=\sqrt{10^2+20^2}$. Then applying the Pythagorean theorem to right triangle $BDA$, we find \begin{align*} AB&=\sqrt{10^2+\left(\sqrt{10^2+20^2}\right)^2}\\&=\sqrt{10^2+10^2+20^2}\\&=\sqrt{600}=\boxed{10\sqrt{6}} \text{ inches}.\end{align*} [asy] size(150); defaultpen(linewidth(0.7pt)+fontsize(10pt)); dotfactor=4; draw((0,1)--(1,1)--(1,0)--(0,0)--(0,1)--(1,2)--(2,2)--(1,1)); draw((1,0)--(2,1)--(2,2)); dot((1,0)); label("$C$",(1,0),SE); dot((0,0)); label("$D$",(0,0),SW); dot((0,1)); label("$A$",(0,1),W); dot((2,1)); label("$B$",(2,1),E); [/asy]
A circle is circumscribed about an equilateral triangle with side lengths of $9$ units each. What is the area of the circle, in square units? Express your answer in terms of $\pi$.
Level 4
Geometry
[asy] size(100); defaultpen(linewidth(.8)); draw((0,0)--(4.5,7.794)--(9,0)--cycle); draw(Circle((4.5,2.598),5.196)); draw((4.5,7.794)--(4.5,0)); dot((4.5,2.598)); label("$O$",(4.5,2.598),W); label("$A$",(4.5,7.794),N); label("$B$",(9,0),E); label("$M$",(4.5,0),S); [/asy] Above is the diagram implied by the problem, with some added lines ($O$ is the center of the circle). Since $\triangle AMB$ is a 30-60-90 triangle and $AB=9$, $AM=4.5\sqrt{3}$. Since $AO$ is $2/3$ of $AM$, $AO=3\sqrt{3}$. Thus, the area of the circle is $\pi(3\sqrt{3})^2=\boxed{27\pi}$.
The numbers $\sqrt{2u-1}$, $\sqrt{2u+1}$ and $2\sqrt{u}$ are the side lengths of a triangle. How many degrees are in the measure of the largest angle?
Level 2
Geometry
Square each side length to obtain $2u-1$, $2u+1$, and $4u$. Notice that the first two expressions, $2u-1$, $2u+1$, sum to give the third. Therefore, the sides of the triangle satisfy the Pythagorean theorem, and the triangle is a right triangle. The measure of the largest angle in a right triangle is $\boxed{90}$ degrees.
Compute $\sin(-60^\circ)$.
Level 3
Geometry
Rotating $60^\circ$ clockwise is the same as rotating $360^\circ - 60^\circ = 300^\circ$ counterclockwise, so $\sin(-60^\circ) = \sin (360^\circ - 60^\circ) = \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 $\sin(-60^\circ) = \sin300^\circ = \boxed{-\frac{\sqrt{3}}{2}}$.
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]
Level 4
Geometry
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}$$
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?
Level 3
Geometry
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]
Medians $\overline{DP}$ and $\overline{EQ}$ of $\triangle DEF$ are perpendicular. If $DP= 18$ and $EQ = 24$, then what is ${DF}$?
Level 5
Geometry
[asy] pair D,EE,F,P,Q,G; G = (0,0); D = (1.2,0); P= (-0.6,0); EE = (0,1.6); Q = (0,-0.8); F = 2*Q - D; draw(P--D--EE--F--D); draw(EE--Q); label("$D$",D,E); label("$P$",P,NW); label("$Q$",Q,SE); label("$E$",EE,N); label("$F$",F,SW); draw(rightanglemark(Q,G,D,3.5)); label("$G$",G,SW); [/asy] Point $G$ is the centroid of $\triangle DEF$, so $DG:GP = EG:GQ = 2:1$. Therefore, $DG = \frac23(DP) = 12$ and $QG = \frac13(EQ) =8$, so applying the Pythagorean Theorem to $\triangle QGD$ gives us $QD = \sqrt{QG^2 + GD^2} = \sqrt{64+144} = \sqrt{16(4+9)} = 4\sqrt{13}$, which means $DF = 2 QD = \boxed{8\sqrt{13}}$.
In $\triangle XYZ$, we have $\angle X = 90^\circ$ and $\tan Z = 3$. What is $\cos Z$?
Level 4
Geometry
[asy] pair X,Y,Z; X = (0,0); Y = (15,0); Z = (0,5); draw(X--Y--Z--X); draw(rightanglemark(Y,X,Z,23)); label("$X$",X,SW); label("$Y$",Y,SE); label("$Z$",Z,N); //label("$100$",(Y+Z)/2,NE); label("$k$",(Z)/2,W); label("$3k$",Y/2,S); [/asy] Since $\triangle XYZ$ is a right triangle with $\angle X = 90^\circ$, we have $\tan Z = \frac{XY}{XZ}$. Since $\tan Z = 3$, we have $XY = 3k$ and $XZ = k$ for some value of $k$, as shown in the diagram. Applying the Pythagorean Theorem gives $YZ^2 = (3k)^2 + k^2 = 10k^2$, so $YZ = k\sqrt{10}$. Finally, we have $\cos Z = \frac{XZ}{YZ} = \frac{k}{k\sqrt{10}} = \frac{1}{\sqrt{10}} = \boxed{\frac{\sqrt{10}}{10}}$.
Let $AB$ be a diameter of a circle centered at $O$. Let $E$ be a point on the circle, and let the tangent at $B$ intersect the tangent at $E$ and $AE$ at $C$ and $D$, respectively. If $\angle BAE = 43^\circ$, find $\angle CED$, in degrees. [asy] import graph; unitsize(2 cm); pair O, A, B, C, D, E; O = (0,0); A = (0,1); B = (0,-1); E = dir(-6); D = extension(A,E,B,B + rotate(90)*(B)); C = extension(E,E + rotate(90)*(E),B,B + rotate(90)*(B)); draw(Circle(O,1)); draw(B--A--D--cycle); draw(B--E--C); label("$A$", A, N); label("$B$", B, S); label("$C$", C, S); label("$D$", D, SE); label("$E$", E, dir(0)); dot("$O$", O, W); [/asy]
Level 4
Geometry
Both angles $\angle BAD$ and $\angle CBE$ subtend arc $BE$, so $\angle CBE = \angle BAE = 43^\circ$. Triangle $BCE$ is isosceles with $BC = CE$, since these are tangent from the same point to the same circle, so $\angle CEB = \angle CBE = 43^\circ$. Finally, $\angle AEB = 90^\circ$ since $AB$ is a diameter, so $\angle BED = 90^\circ$. Therefore, $\angle CED = \angle BED - \angle BEC = 90^\circ - 43^\circ = \boxed{47^\circ}$.
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]
Level 5
Geometry
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}$.
Let $\overline{CH}$ be an altitude of $\triangle ABC$. Let $R\,$ and $S\,$ be the points where the circles inscribed in the triangles $ACH\,$ and $BCH$ are tangent to $\overline{CH}$. If $AB = 1995\,$, $AC = 1994\,$, and $BC = 1993\,$, then $RS\,$ can be expressed as $m/n\,$, where $m\,$ and $n\,$ are relatively prime integers. Find $m + n\,$.
Level 5
Geometry
[asy] unitsize(48); pair A,B,C,H; A=(8,0); B=origin; C=(3,4); H=(3,0); draw(A--B--C--cycle); draw(C--H); label("$A$",A,SE); label("$B$",B,SW); label("$C$",C,N); label("$H$",H,NE); draw(circle((2,1),1)); pair [] x=intersectionpoints(C--H,circle((2,1),1)); dot(x[0]); label("$S$",x[0],SW); draw(circle((4.29843788128,1.29843788128),1.29843788128)); pair [] y=intersectionpoints(C--H,circle((4.29843788128,1.29843788128),1.29843788128)); dot(y[0]); label("$R$",y[0],NE); label("$1993$",(1.5,2),NW); label("$1994$",(5.5,2),NE); label("$1995$",(4,0),S); [/asy] From the Pythagorean Theorem, $AH^2+CH^2=1994^2$, and $(1995-AH)^2+CH^2=1993^2$. Subtracting those two equations yields $AH^2-(1995-AH)^2=3987$. After simplification, we see that $2*1995AH-1995^2=3987$, or $AH=\frac{1995}{2}+\frac{3987}{2*1995}$. Note that $AH+BH=1995$. Therefore we have that $BH=\frac{1995}{2}-\frac{3987}{2*1995}$. Therefore $AH-BH=\frac{3987}{1995}$. Now note that $RS=|HR-HS|$, $RH=\frac{AH+CH-AC}{2}$, and $HS=\frac{CH+BH-BC}{2}$. Therefore we have $RS=\left| \frac{AH+CH-AC-CH-BH+BC}{2} \right|=\frac{|AH-BH-1994+1993|}{2}$. Plugging in $AH-BH$ and simplifying, we have $RS=\frac{1992}{1995*2}=\frac{332}{665} \rightarrow 332+665=\boxed{997}$.
Suppose $ABC$ is a scalene right triangle, and $P$ is the point on hypotenuse $\overline{AC}$ such that $\angle{ABP} = 45^{\circ}$. Given that $AP = 1$ and $CP = 2$, compute the area of $ABC$.
Level 5
Geometry
[asy] pair A,B,C,P; B = (0,0); A = (0,1); C = (2,0); P = A + (C-A)/3; draw(P--B--A--C--B); label("$B$",B,SW); label("$A$",A,NW); label("$C$",C,SE); label("$P$",P,NE); [/asy] Notice that $\overline{BP}$ bisects the right angle at $B$. Thus, the Angle Bisector Theorem tells us that $AB/BC = AP/PC = 1/2$. So, we have $AB = x$ and $BC = 2x$ for some $x$. By the Pythagorean theorem, we have $5x^2 =AC^2 = 9$, so $x^2 = \frac95$. Finally, the desired area $\frac{1}{2}(x)(2x) = x^2 = \boxed{\frac{9}{5}}$.
Triangle $\triangle ABC$ has a right angle at $C$, $\angle A = 60^\circ$, and $AC=10$. Find the radius of the incircle of $\triangle ABC$.
Level 5
Geometry
We begin by drawing a diagram: [asy] size(100); pair A,B,C; real x = sqrt(3); C=(0,0); A=(10,0); B=(0,10*x); draw(A--B--C--cycle); draw(rightanglemark(B,C,A,30)); label("$A$",A,SE); label("$C$",C,SW); label("$B$",B,NW); label("10",(A+C)/2,S); real r = 5*sqrt(3) - 5; draw(Circle((r,r),r)); [/asy] Since $\angle A = 60^\circ$, we have $\angle B = 180^\circ - 90^\circ - 60^\circ = 30^\circ$. Then $\triangle ABC$ is a $30 - 60 - 90$ triangle, so $BC=AC\sqrt{3}=10\sqrt{3}$ and $AB=2AC=20$. We can compute the area of $\triangle ABC$ as \[ [\triangle ABC] = \frac{1}{2}(AC)(BC)=\frac{1}{2}(10)(10\sqrt{3}) = 50\sqrt{3}.\]Let the incircle of $\triangle ABC$ have radius $r$. A triangle with inradius $r$ and semiperimeter $s$ has \[\text{area} = rs,\]so we have \[ [\triangle ABC] = r \left( \frac{10+10\sqrt{3}+20}{2} \right) = r(15+5\sqrt{3}).\]Setting these two area expressions equal gives \[50\sqrt{3}=r(15+5\sqrt{3}).\]Solving for $r$ gives \[r = \frac{10\sqrt{3}}{3+\sqrt{3}} = \frac{10\sqrt{3}(3-\sqrt{3})}{9-3} = \boxed{5(\sqrt{3}-1)}.\]
A square has sides of length 10, and a circle centered at one of its vertices has radius 10. What is the area of the union of the regions enclosed by the square and the circle? Express your answer in terms of $\pi$.
Level 5
Geometry
The areas of the regions enclosed by the square and the circle are $10^{2}=100$ and $\pi(10)^{2}= 100\pi$, respectively. One quarter of the second region is also included in the first, so the area of the union is \[ 100+ 100\pi -25\pi= \boxed{100+75\pi}. \]
What is the area of the shaded region in the figure below? Round your answer to the nearest square centimeter. [asy] draw((0,0) -- (3,0) -- (3,3) -- (0,3)--cycle) ; draw((3,0)-- (12,0) -- (12,9) -- (3, 9)--cycle); label ( "3 cm", (0,1.5), W); label ( "3 cm", (1.5 ,0), S); label ( "9 cm", (3+9/2 ,0), S);label ( "9 cm", (12 ,9/2), E); draw( rightanglemark( (3, 9) , (3,0) , (12,0) ,31 )); draw( rightanglemark( (3,0), (12,0), (12, 9) ,31 )); draw( rightanglemark( (3,0), (3,3), (0, 3) ,21 )); draw( rightanglemark( (3,3), (0, 3) , (0,0) ,21 )); draw( (0,0) -- (12, 9)); fill( (3, 9/4) -- (12, 9) -- (3,9)-- cycle , darkgray); draw( rightanglemark( (12,9) , (3, 9), (3,0), 31 )); [/asy]
Level 4
Geometry
Label points $O,A,B,C,D,E$ as follows. [asy] draw((0,0) -- (3,0) -- (3,3) -- (0,3)--cycle) ; draw((3,0)-- (12,0) -- (12,9) -- (3, 9)--cycle); label ( "3", (0,1.5), W); label ( "3", (1.5 ,0), S); label ( "9", (3+9/2 ,0), S);label ( "9", (12 ,9/2), E); draw( (0,0) -- (12, 9)); fill( (3, 9/4) -- (12, 9) -- (3,9)-- cycle , darkgray); label("$O$",(0,0),SW); label("$A$",(3,0),S); label("$B$",(12,0),SE); label("$C$",(12,9),NE); label("$D$",(3,9),NW); label("$E$",(3,2.25),E); [/asy] The shaded area is the area of $\triangle CDE$. To find this area, we examine pairs of similar triangles to find desired side lengths. First, we have $\triangle EOA \sim \triangle COB$, so we have \[\frac{EA}{CB}=\frac{OA}{OB}=\frac{3}{3+9}=\frac{1}{4},\] and since we know $CB=9$, we can find that $EA=9/4$. This means that $DE=9-9/4=27/4$. Since we know $DE$ and $DC$, we can now find the area of triangle $CDE$. The desired area is $\frac{27/4 \cdot 9}{2}=\frac{243}{8}=30.375$. This value, rounded to the nearest integer as requested, is $\boxed{30}$.
A two-inch cube ($2\times2\times2$) of silver weighs 3 pounds and is worth $\$200$. How much is a three-inch cube of silver worth? Round your answer to the nearest dollar.
Level 3
Geometry
The volume of a two-inch cube is $2^3=8$ cu inches, while that of a three-inch cube is 27 cu inches. Therefore, the weight and value of the larger cube is $\frac{27}{8}$ times that of the smaller. $\$200(\frac{27}{8})=\boxed{\$675}$.
In triangle $ABC$, $AB = 13$, $AC = 15$, and $BC = 14$. Let $I$ be the incenter. The incircle of triangle $ABC$ touches sides $BC$, $AC$, and $AB$ at $D$, $E$, and $F$, respectively. Find the length of $BI$.
Level 5
Geometry
Since $AE$ and $AF$ are tangents from the same point to the same circle, $AE = AF$. Let $x = AE = AF$. Similarly, let $y = BD = BF$ and $z = CD = CE$. [asy] import geometry; unitsize(2 cm); pair A, B, C, D, E, F, I; A = (1,2); B = (0,0); C = (3,0); I = incenter(A,B,C); D = (I + reflect(B,C)*(I))/2; E = (I + reflect(C,A)*(I))/2; F = (I + reflect(A,B)*(I))/2; draw(A--B--C--cycle); draw(incircle(A,B,C)); label("$A$", A, N); label("$B$", B, SW); label("$C$", C, SE); label("$D$", D, S); label("$E$", E, NE); label("$F$", F, NW); label("$x$", (A + E)/2, NE); label("$x$", (A + F)/2, NW); label("$y$", (B + F)/2, NW); label("$y$", (B + D)/2, S); label("$z$", (C + D)/2, S); label("$z$", (C + E)/2, NE); [/asy] Then $x + y = AB = 13$, $x + z = AC = 15$, and $y + z = BC = 14$. Adding all these equations, we get $2x + 2y + 2z = 42$, so $x + y + z = 21$. Subtracting the equation $x + z = 15$, we get $y = 6$. By Heron's formula, the area of triangle $ABC$ is \[K = \sqrt{21(21 - 14)(21 - 15)(21 - 13)} = 84,\]so the inradius is $r = K/s = 84/21 = 4$. Hence, by Pythagoras on right triangle $BDI$, \[BI = \sqrt{BD^2 + DI^2} = \sqrt{y^2 + r^2} = \sqrt{6^2 + 4^2} = \sqrt{52} = \boxed{2 \sqrt{13}}.\]
A spiral staircase turns $270^\circ$ as it rises 10 feet. The radius of the staircase is 3 feet. What is the number of feet in the length of the handrail? Express your answer as a decimal to the nearest tenth.
Level 5
Geometry
The handrail encases a right circular cylinder with radius 3 feet and height 10 feet. Its lateral area is a rectangle with height 10 feet and width equal to its base circumference, or $2\pi\cdot 3 = 6\pi$ feet. A staircase that turns $360^\circ$ would, when unrolled and lain flat, span the diagonal of this rectangle. However, our staircase does not make a full turn, so it spans a rectangle with a shorter width. A $270^\circ$ sector of a circle with radius 3 has arc length $\frac{270^\circ}{360^\circ}\cdot 2\pi\cdot 3 = 4.5\pi$. Thus, when unrolled and lain flat, our handrail spans the diagonal of a rectangle with height 10 feet and width $4.5\pi$ feet. Our handrail has length $\sqrt{10^2+(4.5\pi)^2} \approx 17.317$ feet. To the nearest tenth, this value is $\boxed{17.3}$ feet.
Let $C$ be a point not on line $AE$ and $D$ a point on line $AE$ such that $CD \perp AE.$ Meanwhile, $B$ is a point on line $CE$ such that $AB \perp CE.$ If $AB = 4,$ $CD = 8,$ and $AE = 5,$ then what is the length of $CE?$
Level 5
Geometry
We first draw a diagram: [asy] pair A, C, E, B, D; A = (0, 4); B = (0, 0); C = (-7, 0); D = (-0.6, 4.8); E = (3, 0); draw(A--B); draw(C--D); draw(A--E); draw(C--E); draw(C--E); draw(D--E, dotted); label("$A$", A, SW); label("$B$", B, S); label("$C$", C, SW); label("$D$", D, NE); label("$E$", E, SE); draw(rightanglemark(C,D,E,8)); draw(rightanglemark(A,B,E,8)); [/asy] This is a bit hard to comprehend, so let us add $\overline{AC}.$ [asy] pair A, C, E, B, D; A = (0, 4); B = (0, 0); C = (-7, 0); D = (-0.6, 4.8); E = (3, 0); draw(A--B); draw(C--D); draw(A--E); draw(C--E); draw(C--E); draw(D--E, dotted); draw(A--C); label("$A$", A, E); label("$B$", B, S); label("$C$", C, SW); label("$D$", D, NE); label("$E$", E, SE); draw(rightanglemark(C,D,E,8)); draw(rightanglemark(A,B,E,8)); [/asy] Now we can see that $\overline{AB}$ and $\overline{CD}$ are altitudes to the triangle $ACE.$ That means we can come up with two different ways to find the area of $ACE.$ Setting them equal, we have: \begin{align*} \frac{1}{2} \cdot AB \cdot CE &= \frac{1}{2} \cdot CD \cdot AE \\ AB \cdot CE &= CD \cdot AE \\ 4 \cdot CE &= 8 \cdot 5 \\ CE &= \boxed{10}. \end{align*}
In pentagon $ABCDE$, $BC=CD=DE=2$ units, $\angle E$ is a right angle and $m \angle B = m \angle C = m \angle D = 135^\circ$. The length of segment $AE$ can be expressed in simplest radical form as $a+2\sqrt{b}$ units. What is the value of $a+b$?
Level 5
Geometry
We draw the pentagon as follows, and draw altitude $\overline{BG}$ from $B$ to $\overline{AE}$. Since $\angle BAG = 45^\circ$, $AG=GB$. [asy] import olympiad; draw((0,0)--(1,0)--(1+1/sqrt(2),1/sqrt(2))--(1+1/sqrt(2),1+1/sqrt(2))--(-1-1/sqrt(2),1+1/sqrt(2))--cycle); draw((0,1+1/sqrt(2))--(0,0)); draw(rightanglemark((0,0),(0,1+1/sqrt(2)),(-1-1/sqrt(2),1+1/sqrt(2)))); label("$B$",(0,0),SW); label("$G$",(0,1+1/sqrt(2)),N); label("$C$",(1,0),SE); label("$D$",(1+1/sqrt(2),1/sqrt(2)),E); label("$E$",(1+1/sqrt(2),1+1/sqrt(2)),NE); label("$A$",(-1-1/sqrt(2),1+1/sqrt(2)),NW); label("2",(.5,0),S); label("2",(1.7,1.2),E); label("2",(1.3,.5)); draw((1,0)--(1+1/sqrt(2),0)--(1+1/sqrt(2),1/sqrt(2)),dashed); label("$F$",(1+1/sqrt(2),0),SE); [/asy] We extend lines $BC$ and $ED$ past points $C$ and $D$ respectively until they intersect at $F$. $\triangle CFD$ is a 45-45-90 triangle with $CF=FD=\frac{2}{\sqrt{2}}=\sqrt{2}$. So $GBFE$ is a square with side length $2+\sqrt{2}$, and $AG = BG = 2+\sqrt{2}$. It follows that $AE = AG + GE = 2(2+\sqrt{2}) = 4+2\sqrt{2}$, and finally $a+b = \boxed{6}$.
Circle $B$ has its center at $(-6, 2)$ and a radius of $10$ units. What is the sum of the $y$-coordinates of the two points on circle $B$ that are also on the $y$-axis?
Level 4
Geometry
Note that if the $y$-coordinate of one of the two points is $2+c$, then the $y$-coordinate of the other point must be $2-c$ because the two points must be equidistant from the line $y=2$. Therefore, the sum of the $y$-coordinates of the two points on circle $B$ that are also on the $y$-axis is $\boxed{4}$.
Point $P$ is inside equilateral $\triangle ABC$. Points $Q$, $R$, and $S$ are the feet of the perpendiculars from $P$ to $\overline{AB}$, $\overline{BC}$, and $\overline{CA}$, respectively. Given that $PQ=1$, $PR=2$, and $PS=3$, what is $AB$ in terms of radicals?
Level 5
Geometry
Let the side length of $\triangle ABC$ be $s$. Then the areas of $\triangle APB$, $\triangle BPC$, and $\triangle CPA$ are, respectively, $s/2$, $s$, and $3s/2$. The area of $\triangle ABC$ is the sum of these, which is $3s$. The area of $\triangle ABC$ may also be expressed as $(\sqrt{3}/4)s^2$, so $3s = (\sqrt{3}/4)s^2$. The unique positive solution for $s$ is $\boxed{4\sqrt{3}}$.
In a circle with center $O$, $AD$ is a diameter, $ABC$ is a chord, $BO = 5$, and $\angle ABO = \text{arc } CD = 60^\circ$. Find the length of $BC$. [asy] import graph; unitsize(2 cm); pair O, A, B, C, D; O = (0,0); A = dir(30); C = dir(160); B = (2*C + A)/3; D = -A; draw(Circle(O,1)); draw(C--A--D); draw(B--O); label("$A$", A, NE); label("$B$", B, N); label("$C$", C, W); label("$D$", D, SW); label("$O$", O, SE); [/asy]
Level 4
Geometry
Since arc $CD$ is $60^\circ$, $\angle CAD = 60^\circ/2 = 30^\circ$. Since triangle $AOC$ is isosceles with $AO = CO$, $\angle OCA = \angle OAC = 30^\circ$. [asy] import graph; unitsize(2 cm); pair O, A, B, C, D; O = (0,0); A = dir(30); C = dir(160); B = (2*C + A)/3; D = -A; draw(Circle(O,1)); draw(C--A--D); draw(B--O); draw(C--O); label("$A$", A, NE); label("$B$", B, N); label("$C$", C, W); label("$D$", D, SW); label("$O$", O, SE); [/asy] Since $\angle ABO = 60^\circ$, and this angle is external to triangle $BCO$, $\angle BOC = \angle ABO - \angle BCO = 60^\circ - 30^\circ = 30^\circ$. Hence, triangle $BCO$ is isosceles, and $BC = BO = \boxed{5}$.
Let $ABCDE$ be a convex pentagon with $AB \parallel CE, BC \parallel AD, AC \parallel DE, \angle ABC=120^\circ, AB=3, BC=5,$ and $DE = 15.$ Given that the ratio between the area of triangle $ABC$ and the area of triangle $EBD$ is $m/n,$ where $m$ and $n$ are relatively prime positive integers, find $m+n.$
Level 5
Geometry
Let the intersection of $\overline{AD}$ and $\overline{CE}$ be $F$. Since $AB \parallel CE, BC \parallel AD,$ it follows that $ABCF$ is a parallelogram, and so $\triangle ABC \cong \triangle CFA$. Also, as $AC \parallel DE$, it follows that $\triangle ABC \sim \triangle EFD$. [asy] pointpen = black; pathpen = black+linewidth(0.7); pair D=(0,0), E=(15,0), F=IP(CR(D, 75/7), CR(E, 45/7)), A=D+ (5+(75/7))/(75/7) * (F-D), C = E+ (3+(45/7))/(45/7) * (F-E), B=IP(CR(A,3), CR(C,5)); D(MP("A",A,(1,0))--MP("B",B,N)--MP("C",C,NW)--MP("D",D)--MP("E",E)--cycle); D(D--A--C--E); D(MP("F",F)); MP("5",(B+C)/2,NW); MP("3",(A+B)/2,NE); MP("15",(D+E)/2); [/asy] By the Law of Cosines, $AC^2 = 3^2 + 5^2 - 2 \cdot 3 \cdot 5 \cos 120^{\circ} = 49 \Longrightarrow AC = 7$. Thus the length similarity ratio between $\triangle ABC$ and $\triangle EFD$ is $\frac{AC}{ED} = \frac{7}{15}$. Let $h_{ABC}$ and $h_{BDE}$ be the lengths of the altitudes in $\triangle ABC, \triangle BDE$ to $AC, DE$ respectively. Then, the ratio of the areas $\frac{[ABC]}{[BDE]} = \frac{\frac 12 \cdot h_{ABC} \cdot AC}{\frac 12 \cdot h_{BDE} \cdot DE} = \frac{7}{15} \cdot \frac{h_{ABC}}{h_{BDE}}$. However, $h_{BDE} = h_{ABC} + h_{CAF} + h_{EFD}$, with all three heights oriented in the same direction. Since $\triangle ABC \cong \triangle CFA$, it follows that $h_{ABC} = h_{CAF}$, and from the similarity ratio, $h_{EFD} = \frac{15}{7}h_{ABC}$. Hence $\frac{h_{ABC}}{h_{BDE}} = \frac{h_{ABC}}{2h_{ABC} + \frac {15}7h_{ABC}} = \frac{7}{29}$, and the ratio of the areas is $\frac{7}{15} \cdot \frac 7{29} = \frac{49}{435}$. The answer is $m+n = \boxed{484}$.
Circle $T$ has its center at point $T(-2,6)$. Circle $T$ is reflected across the $y$-axis and then translated 8 units down. What are the coordinates of the image of the center of circle $T$?
Level 2
Geometry
Since the image is reflected across the $y$-axis first, we will just change the sign of the $x$-coordinate, which will give us $(2, 6)$. Next the image is shifted down 8 units so we will subtract 8 from the $y$-coordinate, giving our image a final center of $\boxed{(2, -2)}$.
Parallelogram $ABCD$ has vertices $A(3,3)$, $B(-3,-3)$, $C(-9,-3)$, and $D(-3,3)$. If a point is selected at random from the region determined by the parallelogram, what is the probability that the point is not above the $x$-axis? Express your answer as a common fraction.
Level 3
Geometry
Let us first call the point where the $x$-axis intersects side $\overline{AB}$ point $E$ and where it intersects $\overline{CD}$ point $F$. [asy] draw((-12,0)--(6,0),Arrows); draw((0,-6)--(0,6),Arrows); for(int i = -11; i < 6; ++i) { draw((i,.5)--(i,-.5)); } for(int i = -5; i < 6; ++i) { draw((.5,i)--(-.5,i)); } dot((3,3)); dot((-3,-3)); dot((-9,-3)); dot((-3,3)); dot((0,0)); dot((-6,0)); draw((3,3)--(-3,-3)--(-9,-3)--(-3,3)--cycle, linewidth(.65)); draw((0,0)--(-6,0), linewidth(.65)); label("A",(3,3),NE); label("B",(-3,-3),SE); label("C",(-9,-3),SW); label("D",(-3,3),NW); label("F",(-6,0),NW); label("E",(0,0),NW); [/asy] Now, since the $x$-axis is parallel to bases $\overline{AD}$ and $\overline{BC}$ of the parallelogram, $\overline{EF}$ is parallel to the two bases and splits parallelogram $ABCD$ into two smaller parallelograms $AEFD$ and $EBCF$. Since the height of each of these parallelograms is $3$ and the length of their bases equals $AD=BC=6$, both parallelograms must have the same area. Half of parallelogram $ABCD$'s area is above the $x$-axis and half is below, so there is a $\boxed{\frac{1}{2}}$ probability that the point selected is not above the $x$-axis.
What is the volume, in cubic units, of a cube whose surface area is 600 square units?
Level 1
Geometry
The surface area of a cube equals 6 times the area of each face (since there are 6 faces). If the cube has a sidelength of $s$, then the surface area equals $6s^2$. We set that equal to 600 and solve for $s$, which must be positive. $$600=6s^2\qquad\Rightarrow 100=s^2\qquad\Rightarrow 10=s$$ The volume of the cube is $s^3=10^3=\boxed{1000}$ cubic units.
In the diagram, $\triangle ABE$, $\triangle BCE$ and $\triangle CDE$ are right-angled, with $\angle AEB=\angle BEC = \angle CED = 60^\circ$, and $AE=24$. [asy] pair A, B, C, D, E; A=(0,20.785); B=(0,0); C=(9,-5.196); D=(13.5,-2.598); E=(12,0); draw(A--B--C--D--E--A); draw(B--E); draw(C--E); label("A", A, N); label("B", B, W); label("C", C, SW); label("D", D, dir(0)); label("E", E, NE); [/asy] Find the area of quadrilateral $ABCD$.
Level 4
Geometry
All of our triangles in this diagram are 30-60-90 triangles. We know that the ratio of the side lengths in a 30-60-90 triangle is $1:\sqrt{3}:2.$ Since $AE = 24$ and $\angle AEB = 60^\circ$ and $AEB$ is a right triangle, then we can see that $AE$ is the hypotenuse and $BE$ is the shorter leg, so $BE = \dfrac{1}{2} \cdot 24 = 12.$ Likewise, since $BE = 12$ and $\angle BEC = 60^\circ$, then $CE = \dfrac{1}{2} \cdot 12 = 6$. Then, $AB = 24 \left(\frac{\sqrt{3}}{2}\right) = 12\sqrt{3}$ and $BC = 12 \left(\frac{\sqrt{3}}{2}\right) = 6\sqrt{3}.$ Continuing, we find that $CD = 6 \left(\frac{\sqrt{3}}{2}\right) = 3\sqrt{3}$ and $ED = 6 \left(\frac{1}{2}\right) = 3.$ The area of quadrilateral $ABCD$ is equal to the sum of the areas of triangles $ABE$, $BCE$ and $CDE$. Thus, \begin{align*} \mbox{Area} & = \frac{1}{2}(BE)(BA) + \frac{1}{2}(CE)(BC)+\frac{1}{2}(DE)(DC) \\ & = \frac{1}{2}(12)(12\sqrt{3})+\frac{1}{2}(6)(6\sqrt{3}) + \frac{1}{2}(3)(3\sqrt{3})\\ & = 72\sqrt{3}+18\sqrt{3} + \frac{9}{2}\sqrt{3}\\ & = \boxed{\frac{189}{2}\sqrt{3}} \end{align*}
What is the area, in square units, of a triangle with vertices at $(0,0)$, $(0,5)$, and $(7,12)$? Express your answer as a decimal to the nearest tenth.
Level 3
Geometry
The base of the triangle lies on the $y$-axis, and is 5 units long. The height of the triangle is the horizontal distance from the point $(7,12)$ to the $y$-axis, and is 7 units long. Thus, the area of the triangle is $\frac{5\cdot7}{2}=\boxed{17.5}$ square units.
The adjoining figure shows two intersecting chords in a circle, with $B$ on minor arc $AD$. Suppose that the radius of the circle is $5$, that $BC=6$, and that $AD$ is bisected by $BC$. Suppose further that $AD$ is the only chord starting at $A$ which is bisected by $BC$. It follows that the sine of the central angle of minor arc $AB$ is a rational number. If this number is expressed as a fraction $\frac{m}{n}$ in lowest terms, what is the product $mn$? [asy]size(100); defaultpen(linewidth(.8pt)+fontsize(11pt)); dotfactor=1; pair O1=(0,0); pair A=(-0.91,-0.41); pair B=(-0.99,0.13); pair C=(0.688,0.728); pair D=(-0.25,0.97); path C1=Circle(O1,1); draw(C1); label("$A$",A,W); label("$B$",B,W); label("$C$",C,NE); label("$D$",D,N); draw(A--D); draw(B--C); pair F=intersectionpoint(A--D,B--C); add(pathticks(A--F,1,0.5,0,3.5)); add(pathticks(F--D,1,0.5,0,3.5)); [/asy]
Level 5
Geometry
Firstly, we note the statement in the problem that "$AD$ is the only chord starting at $A$ and bisected by $BC$" – what is its significance? What is the criterion for this statement to be true? We consider the locus of midpoints of the chords from $A$. It is well-known that this is the circle with diameter $AO$, where $O$ is the center of the circle. The proof is simple: every midpoint of a chord is a dilation of the endpoint with scale factor $\frac{1}{2}$ and center $A$. Thus, the locus is the result of the dilation with scale factor $\frac{1}{2}$ and centre $A$ of circle $O$. Let the center of this circle be $P$. Now, $AD$ is bisected by $BC$ if they cross at some point $N$ on the circle. Moreover, since $AD$ is the only chord, $BC$ must be tangent to the circle $P$. The rest of this problem is straightforward. Our goal is to find $\sin \angle AOB = \sin{\left(\angle AOM - \angle BOM\right)}$, where $M$ is the midpoint of $BC$. We have $BM=3$ and $OM=4$. Let $R$ be the projection of $A$ onto $OM$, and similarly let $Q$ be the projection of $P$ onto $OM$. Then it remains to find $AR$ so that we can use the addition formula for $\sin$. As $PN$ is a radius of circle $P$, $PN=2.5$, and similarly, $PO=2.5$. Since $OM=4$, we have $OQ=OM-QM=OM-PN=4-2.5=1.5$. Thus $PQ=\sqrt{2.5^2-1.5^2}=2$. Further, we see that $\triangle OAR$ is a dilation of $\triangle OPQ$ about center $O$ with scale factor $2$, so $AR=2PQ=4$. Lastly, we apply the formula:\[\sin{\left(\angle AOM - \angle BOM\right)} = \sin \angle AOM \cos \angle BOM - \sin \angle BOM \cos \angle AOM = \left(\frac{4}{5}\right)\left(\frac{4}{5}\right)-\left(\frac{3}{5}\right)\left(\frac{3}{5}\right)=\frac{7}{25}\]Thus the answer is $7\cdot25=\boxed{175}$.
The congruent sides of an isosceles triangle are each 5 cm long, and the perimeter is 17 cm. In centimeters, what is the length of the base?
Level 1
Geometry
If the length of the base is $b$ centimeters, then the perimeter of the triangle is $5+5+b$ cm. Solving $5+5+b=17$ we find $b=\boxed{7}$.
A rectangular box has interior dimensions 6-inches by 5-inches by 10-inches. The box is filled with as many solid 3-inch cubes as possible, with all of the cubes entirely inside the rectangular box. What percent of the volume of the box is taken up by the cubes?
Level 4
Geometry
Three-inch cubes can fill a rectangular box only if the edge lengths of the box are all integer multiples of 3 inches. The largest such box whose dimensions are less than or equal to those of the $6''\times5''\times10''$ box is a $6''\times3''\times9''$ box. The ratio of the volumes of these two boxes is \[ \frac{6\cdot3\cdot9}{6\cdot5\cdot10}=\frac{3\cdot9}{5\cdot10}=\frac{27}{50}, \] which is $\boxed{54}$ percent.
$ABCD$ is a rectangular sheet of paper. $E$ and $F$ are points on $AB$ and $CD$ respectively such that $BE < CF$. If $BCFE$ is folded over $EF$, $C$ maps to $C'$ on $AD$ and $B$ maps to $B'$ such that $\angle{AB'C'} \cong \angle{B'EA}$. If $AB' = 5$ and $BE = 23$, then the area of $ABCD$ can be expressed as $a + b\sqrt{c}$ square units, where $a, b,$ and $c$ are integers and $c$ is not divisible by the square of any prime. Compute $a + b + c$.
Level 5
Geometry
Let $\angle{AB'C'} = \theta$. By some angle chasing in $\triangle{AB'E}$, we find that $\angle{EAB'} = 90^{\circ} - 2 \theta$. Before we apply the law of sines, we're going to want to get everything in terms of $\sin \theta$, so note that $\sin \angle{EAB'} = \sin(90^{\circ} - 2 \theta) = \cos 2 \theta = 1 - 2 \sin^2 \theta$. Now, we use law of sines, which gives us the following: $\frac{\sin \theta}{5}=\frac{1 - 2 \sin^2 \theta}{23} \implies \sin \theta = \frac{-23 \pm 27}{20}$, but since $\theta < 180^{\circ}$, we go with the positive solution. Thus, $\sin \theta = \frac15$. Denote the intersection of $B'C'$ and $AE$ with $G$. By another application of the law of sines, $B'G = \frac{23}{\sqrt{24}}$ and $AE = 10\sqrt{6}$. Since $\sin \theta = \frac15, GE = \frac{115}{\sqrt{24}}$, and $AG = AE - GE = 10\sqrt{6} - \frac{115}{\sqrt{24}} = \frac{5}{\sqrt{24}}$. Note that $\triangle{EB'G} \sim \triangle{C'AG}$, so $\frac{EG}{B'G}=\frac{C'G}{AG} \implies C'G = \frac{25}{\sqrt{24}}$. Now we have that $AB = AE + EB = 10\sqrt{6} + 23$, and $B'C' = BC = B'G + C'G = \frac{23}{\sqrt{24}} + \frac{25}{\sqrt{24}} = \frac{48}{\sqrt{24}}=4\sqrt{6}$. Thus, the area of $ABCD$ is $(10\sqrt{6} + 23)(4\sqrt{6}) = 92\sqrt{6} + 240$, and our final answer is $92 + 6 + 240 = \boxed{338}$.
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.
Level 5
Geometry
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.
Let $ABCD$ be an isosceles trapezoid with bases $AB=92$ and $CD=19$. Suppose $AD=BC=x$ and a circle with center on $\overline{AB}$ is tangent to segments $\overline{AD}$ and $\overline{BC}$. If $m$ is the smallest possible value of $x$, then $m^2$= $\text{(A) } 1369\quad \text{(B) } 1679\quad \text{(C) } 1748\quad \text{(D) } 2109\quad \text{(E) } 8825$
Level 5
Geometry
Note that the center of the circle is the midpoint of $AB$, call it $M$. When we decrease $x$, the limiting condition is that the circle will eventually be tangent to segment $AD$ at $D$ and segment $BC$ at $C$. That is, $MD\perp AD$ and $MC\perp BC$. From here, we drop the altitude from $D$ to $AM$; call the base $N$. Since $\triangle DNM \sim \triangle ADM$, we have\[\frac{DM}{19/2}=\frac{46}{DM}.\]Thus, $DM=\sqrt{19\cdot 23}$. Furthermore, $x^2=AM^2-DM^2=46^2-19\cdot 23=\boxed{1679}.$
Triangle $ABC$ has side-lengths $AB = 12, BC = 24,$ and $AC = 18.$ The line through the incenter of $\triangle ABC$ parallel to $\overline{BC}$ intersects $\overline{AB}$ at $M$ and $\overline{AC}$ at $N.$ What is the perimeter of $\triangle AMN?$ $\textbf{(A)}\ 27 \qquad \textbf{(B)}\ 30 \qquad \textbf{(C)}\ 33 \qquad \textbf{(D)}\ 36 \qquad \textbf{(E)}\ 42$
Level 5
Geometry
Let $O$ be the incenter of $\triangle{ABC}$. Because $\overline{MO} \parallel \overline{BC}$ and $\overline{BO}$ is the angle bisector of $\angle{ABC}$, we have \[\angle{MBO} = \angle{CBO} = \angle{MOB} = \frac{1}{2}\angle{MBC}\] It then follows due to alternate interior angles and base angles of isosceles triangles that $MO = MB$. Similarly, $NO = NC$. The perimeter of $\triangle{AMN}$ then becomes\begin{align*} AM + MN + NA &= AM + MO + NO + NA \\ &= AM + MB + NC + NA \\ &= AB + AC \\ &= \boxed{30} \end{align*}
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.
Level 5
Geometry
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}}$$
The points $(1, 7), (13, 16)$ and $(5, k)$, where $k$ is an integer, are vertices of a triangle. What is the sum of the values of $k$ for which the area of the triangle is a minimum?
Level 4
Geometry
We begin by finding the equation of the line $\ell$ containing $(1,7)$ and $(13,16)$. The slope of $\ell$ is $\frac{16-7}{13-1} = \frac{9}{12} = \frac 34$, so the line has the point-slope form $y - 7 = \frac 34 (x - 1)$. Substituting the value $x = 5$, we obtain that $y = 7 + \frac 34 (5-1) = 10$. It follows that the point $(5,10)$ lies on the line containing $(1,7)$ and $(13,16)$ (for $k = 10$, we obtain a degenerate triangle). To minimize the area of the triangle, it follows that $k$ must either be equal to $9$ or $11$. Indeed, we claim that both such triangles have the same area. Dropping the perpendiculars from $(5,9)$ and $(5,11)$ to $\ell$, we see that the perpendiculars, $\ell$, and the line segment connecting $(5,9)$ to $(5,11)$ form two right triangles. By vertical angles, they are similar, and since they both have a hypotenuse of length $1$, they must be congruent. Then, the height of both triangles must be the same, so both $k = 9$ and $k = 11$ yield triangles with minimal area. The answer is $9 + 11 = \boxed{20}$.
Circle $A$ has its center at $A(4, 4)$ and has a radius of 4 units. Circle $B$ has its center at $B(12, 4)$ and has a radius of 4 units. What is the area of the gray region bound by the circles and the $x$-axis? Express your answer in terms of $\pi$. [asy] import olympiad; size(150); defaultpen(linewidth(0.8)); xaxis(0,16,Ticks("%",1.0)); yaxis(0,8,Ticks("%",1.0)); fill((4,4)--(12,4)--(12,0)--(4,0)--cycle,gray(0.7)); filldraw(circle((4,4),4),fillpen=white); filldraw(circle((12,4),4),fillpen=white); dot("$A$",(4,4),S); dot("$B$",(12,4),S); [/asy]
Level 3
Geometry
Draw a 4 by 8 rectangle with the vertices at $(4, 4), (12, 4), (12, 0)$ and $(4, 0)$. The area of that box is $4 \times 8 = 32$ square units. From that we can subtract the area of the sectors of the 2 circles that are binding our shaded region. The area of each sector is $(1/4)4^2\pi = 4\pi$; therefore, we need to subtract $2(4\pi) = 8\pi$. This gives us $\boxed{32 - 8\pi}$ square units.
In the diagram, point $E$ lies on line segment $AB$, and triangles $AED$ and $BEC$ are isosceles. Also, $\angle DEC$ is twice $\angle ADE$. What is the measure of $\angle EBC$ in degrees? [asy] import olympiad; import math; size(7cm); // Draw triangles pair a = (-2 * Cos(70), 0); pair b = (1, 0); pair c = dir(30); pair d = dir(110); pair e = (0, 0); draw(a--d--e--cycle); draw(e--b--c--cycle); // Labels label("$A$", a, W); label("$B$", b, E); label("$C$", c, N); label("$D$", d, N); label("$E$", e, S); label("$70^\circ$", a, 2 * NE+ 0.5 * E); // Ticks add(pathticks(a--d, s=2)); add(pathticks(d--e, s=2)); add(pathticks(e--c, 2, spacing=0.7, s=2)); add(pathticks(e--b, 2, spacing=0.7, s=2)); [/asy]
Level 1
Geometry
Since $\triangle ADE$ is isosceles, then $\angle AED=\angle EAD=70^\circ$. Since the angles in $\triangle ADE$ add to $180^\circ$, then $\angle ADE = 180^\circ - 2(70^\circ) = 40^\circ$. Since $\angle DEC=2(\angle ADE)$, then $\angle DEC = 2(40^\circ)=80^\circ$. Since $AEB$ is a straight line, then $\angle CEB = 180^\circ - 80^\circ - 70^\circ = 30^\circ$. Since $\triangle EBC$ is isosceles, then $\angle ECB=\angle EBC$. Thus, in $\triangle EBC$, $30^\circ + 2(\angle EBC)=180^\circ$ or $2(\angle EBC)=150^\circ$ or $\angle EBC=\boxed{75^\circ}$.
In triangle $ABC$, $AB=13$, $BC=15$ and $CA=17$. Point $D$ is on $\overline{AB}$, $E$ is on $\overline{BC}$, and $F$ is on $\overline{CA}$. Let $AD=p\cdot AB$, $BE=q\cdot BC$, and $CF=r\cdot CA$, where $p$, $q$, and $r$ are positive and satisfy $p+q+r=2/3$ and $p^2+q^2+r^2=2/5$. The ratio of the area of triangle $DEF$ to the area of triangle $ABC$ can be written in the form $m/n$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
Level 5
Geometry
[asy] /* -- arbitrary values, I couldn't find nice values for pqr please replace if possible -- */ real p = 0.5, q = 0.1, r = 0.05; /* -- arbitrary values, I couldn't find nice values for pqr please replace if possible -- */ pointpen = black; pathpen = linewidth(0.7) + black; pair A=(0,0),B=(13,0),C=IP(CR(A,17),CR(B,15)), D=A+p*(B-A), E=B+q*(C-B), F=C+r*(A-C); D(D(MP("A",A))--D(MP("B",B))--D(MP("C",C,N))--cycle); D(D(MP("D",D))--D(MP("E",E,NE))--D(MP("F",F,NW))--cycle); [/asy] We let $[\ldots]$ denote area; then the desired value is $\frac mn = \frac{[DEF]}{[ABC]} = \frac{[ABC] - [ADF] - [BDE] - [CEF]}{[ABC]}$ Using the formula for the area of a triangle $\frac{1}{2}ab\sin C$, we find that $\frac{[ADF]}{[ABC]} = \frac{\frac 12 \cdot p \cdot AB \cdot (1-r) \cdot AC \cdot \sin \angle CAB}{\frac 12 \cdot AB \cdot AC \cdot \sin \angle CAB} = p(1-r)$ and similarly that $\frac{[BDE]}{[ABC]} = q(1-p)$ and $\frac{[CEF]}{[ABC]} = r(1-q)$. Thus, we wish to find\begin{align*}\frac{[DEF]}{[ABC]} &= 1 - \frac{[ADF]}{[ABC]} - \frac{[BDE]}{[ABC]} - \frac{[CEF]}{[ABC]} \\ &= 1 - p(1-r) - q(1-p) - r(1-q)\\ &= (pq + qr + rp) - (p + q + r) + 1 \end{align*}We know that $p + q + r = \frac 23$, and also that $(p+q+r)^2 = p^2 + q^2 + r^2 + 2(pq + qr + rp) \Longleftrightarrow pq + qr + rp = \frac{\left(\frac 23\right)^2 - \frac 25}{2} = \frac{1}{45}$. Substituting, the answer is $\frac 1{45} - \frac 23 + 1 = \frac{16}{45}$, and $m+n = \boxed{61}$.
Two angles of a triangle measure 30 and 45 degrees. If the side of the triangle opposite the 30-degree angle measures $6\sqrt2$ units, what is the sum of the lengths of the two remaining sides? Express your answer as a decimal to the nearest tenth.
Level 4
Geometry
Let $A$, $B$, and $C$ be the vertices of the triangle so that angle $A$ measures 45 degrees and angle $C$ measures 30 degrees. Define $D$ to be the foot of the perpendicular from $B$ to side $AC$. Because angle $A$ measures 45 degrees and angle $ADB$ is a right angle, triangle $ADB$ is a 45-45-90 triangle. Since the length of a leg of a 45-45-90 triangle is $\frac{1}{\sqrt{2}}$ times the length of the hypotenuse, $AD=BD=\frac{1}{\sqrt{2}}\cdot 6\sqrt{2}=6$ units. Also, $CDB$ is a 30-60-90 triangle, so we can multiply the short leg $BD$ by 2 to find the length of the hypotenuse and by $\sqrt{3}$ to find the length of the longer leg. This gives $BC=12$ units and $CD=6\sqrt{3}$ units. The sum of the lengths of sides $AC$ and $BC$ is $6+6\sqrt{3}+12=18+6\sqrt{3}$. To the nearest tenth of a unit, this is $\boxed{28.4}$ units. [asy] unitsize(2mm); defaultpen(linewidth(.7pt)+fontsize(8pt)); dotfactor=4; pair A = (0,0), B = (6*sqrt(2),0), C = (3(sqrt(2)+sqrt(6)),3(sqrt(2)+sqrt(6))), D = (3sqrt(2),3sqrt(2)); pair[] dots = {A,B,C,D}; dot(dots); draw(A--B--C--cycle); draw(D--B); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,NE); label("$D$",D,NW); label("$6\sqrt{2}$",(A+B)/2,S); label("$6$",(A+D)/2,NW); label("$6$",(B+D)/2,NE); label("$6\sqrt{3}$",(C+D)/2,NW); label("$6\sqrt{3}$",(C+D)/2,NW); label("$12$",(C+B)/2,E);[/asy]
Let $\triangle ABC$ be a right triangle such that $B$ is a right angle. A circle with diameter of $BC$ meets side $AC$ at $D.$ If $AD = 1$ and $BD = 4,$ then what is $CD$?
Level 5
Geometry
We might try sketching a diagram: [asy] pair pA, pB, pC, pO, pD; pA = (-5, 0); pB = (0, 0); pC = (0, 20); pO = (0, 10); pD = (-80/17, 20/17); draw(pA--pB--pC--pA); draw(pD--pB); draw(circle(pO, 10)); label("$A$", pA, SW); label("$B$", pB, S); label("$C$", pC, N); label("$D$", pD, NE); [/asy] Since $BC$ is a diameter of the circle, that makes $\angle BDC$ a right angle. Then, by $AA$ similarity, we see that $\triangle ADB \sim \triangle BDC \sim \triangle ABC.$ Then, $\frac{BD}{AD} = \frac{CD}{BD},$ so $CD = \frac{BD^2}{AD} = \frac{4^2}{1} = \boxed{16}.$
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$.
Level 4
Geometry
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.
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]
Level 5
Geometry
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}$.
Circle $\Gamma$ is the incircle of $\triangle ABC$ and is also the circumcircle of $\triangle XYZ$. The point $X$ is on $\overline{BC}$, point $Y$ is on $\overline{AB}$, and the point $Z$ is on $\overline{AC}$. If $\angle A=40^\circ$, $\angle B=60^\circ$, and $\angle C=80^\circ$, what is the measure of $\angle AYX$?
Level 5
Geometry
This question has a sincere need for a diagram! [asy] size(200); pair X=(1,0); pair Y=dir(120)*(1,0); pair Z=dir(-100)*(1,0); real t =60; pair B=dir(t)*(2.0,0); pair A=dir(t+130)*(2.86,0); pair C=dir(t+250)*(1.6,0); draw(unitcircle); draw(A--B--C--A); draw(X--Y--Z--X); label("$A$",A,W); label("$B$",B,NE); label("$C$",C,SE); label("$X$",X,E); label("$Y$",Y,NW); label("$Z$",Z,SW); label("$40^\circ$",A+(.2,.06),E); label("$60^\circ$",B-(0,.2),SW); label("$80^\circ$",C+(0,.15),NW); [/asy] Since we are considering the incenter, $\triangle BYX$ is isosceles, and indeed is equilateral. Therefore $\angle BYX=60^\circ$. This tells us \[180^\circ=\angle AYB=\angle AYX+\angle BYX=\angle AYX+60^\circ.\]Solving gives $\angle AYX=\boxed{120^\circ}$.
The point $O$ is the center of the circle circumscribed about $\triangle ABC$, with $\angle BOC = 120^{\circ}$ and $\angle AOB = 140^{\circ}$, as shown. What is the degree measure of $\angle ABC$? [asy] pair A,B,C; draw(Circle((0,0),20),linewidth(0.7)); label("$O$",(0,0),S); A=(-16,-12); C=(16,-12); B=(3,19.7); draw(A--B--C--cycle,linewidth(0.7)); label("$140^{\circ}$",(0,0),W); label("$120^{\circ}$",(0,0.3),E); draw(C--(0,0)--B); draw(A--(0,0)); label("$A$",A,SW); label("$B$",B,NE); label("$C$",C,SE); [/asy]
Level 2
Geometry
Since $OA=OB=OC$, triangles $AOB$, $BOC$, and $COA$ are all isosceles. Hence \[ \angle ABC = \angle ABO + \angle OBC = \frac{180^{\circ}-140^{\circ}}{2}+ \frac{180^{\circ}-120^{\circ}}{2}=\boxed{50^{\circ}}. \]OR Since \[ \angle AOC = 360^{\circ}-140^{\circ}-120^{\circ}=100^{\circ}, \]the Central Angle Theorem implies that \[ \angle ABC = \frac{1}{2}\angle AOC = \boxed{50^{\circ}}. \]
The figure drawn is not to scale. Which of the five segments shown is the longest? [asy] pair A = (-3,0), B=(0,2), C=(3,0), D=(0,-1); draw(D(MP("A", A, W))--D(MP("B", B, N))--D(MP("C", C, E))--D(MP("D", D, S))--A); draw(B--D); MP("55^\circ", (0,-0.75), NW); MP("55^\circ", (0,-0.75), NE); MP("40^\circ", (0,1.5), SW); MP("75^\circ", (0,1.5), SE); [/asy]
Level 4
Geometry
Looking at triangle $ABD$, we see that $\angle BAD = 180^\circ - \angle ABD - \angle ADB = 180^\circ - 40^\circ - 55^\circ = 85^\circ$. Then $\angle ABD < \angle ADB < \angle BAD$, so $AD < AB < BD$. Looking at triangle $BCD$, we see that $\angle BCD = 180^\circ - \angle CBD - \angle BDC = 180^\circ - 75^\circ - 55^\circ = 50^\circ$. Then $\angle BCD < \angle BDC < \angle CBD$, so $BD < BC < CD$. Combining both inequalities, we see that \[AD < AB < BD < BC < CD.\]Therefore, the longest segment is $\boxed{CD}$.
A machine-shop cutting tool has the shape of a notched circle, as shown. The radius of the circle is $\sqrt{50}$ cm, the length of $AB$ is $6$ cm and that of $BC$ is $2$ cm. The angle $ABC$ is a right angle. Find the square of the distance (in centimeters) from $B$ to the center of the circle. [asy] size(150); defaultpen(linewidth(0.6)+fontsize(11)); real r=10; pair O=(0,0), A=r*dir(45),B=(A.x,A.y-r),C; path P=circle(O,r); C=intersectionpoint(B--(B.x+r,B.y),P); draw(P); draw(C--B--A--B); dot(A); dot(B); dot(C); label("$A$",A,NE); label("$B$",B,S); label("$C$",C,SE); [/asy]
Level 5
Geometry
We use coordinates. Let the circle have center $(0,0)$ and radius $\sqrt{50}$; this circle has equation $x^2 + y^2 = 50$. Let the coordinates of $B$ be $(a,b)$. We want to find $a^2 + b^2$. $A$ and $C$ with coordinates $(a,b+6)$ and $(a+2,b)$, respectively, both lie on the circle. From this we obtain the system of equations $a^2 + (b+6)^2 = 50$ $(a+2)^2 + b^2 = 50$ Solving, we get $a=5$ and $b=-1$, so the distance is $a^2 + b^2 = \boxed{26}$.
In the figure, $m\angle A = 28^{\circ}$, $m\angle B = 74^\circ$ and $m\angle C = 26^{\circ}$. If $x$ and $y$ are the measures of the angles in which they are shown, what is the value of $x + y$? [asy] size(150); draw((0,5)--(0,0)--(15,0)--(15,5),linewidth(1)); draw((0,5)--(2,2)--(5,5)--(12,-2)--(15,5),linewidth(.7)); label("A",(0,5),N); draw("B",(5,5),N); draw("C",(15,5),N); draw("$x^{\circ}$",(2.5,2.5),N); draw("$y^{\circ}$",(12,-2),N); draw((0,.5)--(.5,.5)--(.5,0),linewidth(.7)); draw((15,.5)--(14.5,.5)--(14.5,0),linewidth(.7)); [/asy]
Level 5
Geometry
Starting from the right triangle that contains angle $C$, we can see the third angle in this triangle is $90-26=64$ degrees. By vertical angles, this makes the rightmost angle in the triangle containing angle $y$ also equal to 64 degrees. Thus, the third angle in that triangle has measure $180-(y+64)=116-y$ degrees. Now, we can turn our attention to the five sided figure that contains angles $A$, $B$, and $x$. By vertical angles the right most angle will be $116-y$ degrees. The angle with exterior measure of $x$ degrees will have an interior measure of $360-x$ degrees. Finally, the sum of the angles in a five sided polygon will be equal to $(5-2)180=540$ degrees. So, we can write $$A+B+360-x+90+116-y=540$$ $$28+74+360-x+90+116-y=540$$ $$\boxed{128}=x+y$$
Let $A$, $B$, $C$, and $D$ be points on a circle such that $AB = 11$ and $CD = 19.$ Point $P$ is on segment $AB$ with $AP = 6$, and $Q$ is on segment $CD$ with $CQ = 7$. The line through $P$ and $Q$ intersects the circle at $X$ and $Y$. If $PQ = 27$, find $XY$.
Level 5
Geometry
First of all, suppose $X, P, Q, Y$ lie in that order. We make a sketch (diagram not to scale!): [asy] import graph; defaultpen(linewidth(0.7)); pair A,B,C,D,X,Y; A=dir(100)*(20,0); B=dir(40)*(20,0); C=dir(200)*(20,0); D=dir(320)*(20,0); X=dir(80)*(20,0); Y=dir(280)*(20,0); draw(circle((0,0),20)); draw(A--B); draw(C--D); draw(X--Y); label("$A$",A,NW); label("$B$",B,NE); label("$C$",C,SW); label("$D$",D,SE); label("$X$",X,N); label("$Y$",Y,S); label("$P$",(1,15)); label("$Q$",(5.5,-8.5)); [/asy] Let $PX = x$ and $QY = y$. By power of a point from $P$, $x\cdot(27+y) = 30$, and by power of a point from $Q$, $y\cdot(27+x) = 84$. Subtracting the first from the second, $27\cdot(y-x) = 54$, so $y = x+2$. Now, $x\cdot(29+x) = 30$, and we find $x = 1, -30$. Since $-30$ makes no sense, we take $x = 1$ and obtain $XY = 1 + 27 + 3 = \boxed{31}.$
Given a point $P$ on a triangular piece of paper $ABC,\,$ consider the creases that are formed in the paper when $A, B,\,$ and $C\,$ are folded onto $P.\,$ Let us call $P$ a fold point of $\triangle ABC\,$ if these creases, which number three unless $P$ is one of the vertices, do not intersect. Suppose that $AB=36, AC=72,\,$ and $\angle B=90^\circ.\,$ Then the area of the set of all fold points of $\triangle ABC\,$ can be written in the form $q\pi-r\sqrt{s},\,$ where $q, r,\,$ and $s\,$ are positive integers and $s\,$ is not divisible by the square of any prime. What is $q+r+s\,$?
Level 5
Geometry
Let $O_{AB}$ be the intersection of the perpendicular bisectors (in other words, the intersections of the creases) of $\overline{PA}$ and $\overline{PB}$, and so forth. Then $O_{AB}, O_{BC}, O_{CA}$ are, respectively, the circumcenters of $\triangle PAB, PBC, PCA$. According to the problem statement, the circumcenters of the triangles cannot lie within the interior of the respective triangles, since they are not on the paper. It follows that $\angle APB, \angle BPC, \angle CPA > 90^{\circ}$; the locus of each of the respective conditions for $P$ is the region inside the (semi)circles with diameters $\overline{AB}, \overline{BC}, \overline{CA}$. We note that the circle with diameter $AC$ covers the entire triangle because it is the circumcircle of $\triangle ABC$, so it suffices to take the intersection of the circles about $AB, BC$. We note that their intersection lies entirely within $\triangle ABC$ (the chord connecting the endpoints of the region is in fact the altitude of $\triangle ABC$ from $B$). Thus, the area of the locus of $P$ (shaded region below) is simply the sum of two segments of the circles. If we construct the midpoints of $M_1, M_2 = \overline{AB}, \overline{BC}$ and note that $\triangle M_1BM_2 \sim \triangle ABC$, we see that thse segments respectively cut a $120^{\circ}$ arc in the circle with radius $18$ and $60^{\circ}$ arc in the circle with radius $18\sqrt{3}$. [asy] pair project(pair X, pair Y, real r){return X+r*(Y-X);} path endptproject(pair X, pair Y, real a, real b){return project(X,Y,a)--project(X,Y,b);} pathpen = linewidth(1); size(250); pen dots = linetype("2 3") + linewidth(0.7), dashes = linetype("8 6")+linewidth(0.7)+blue, bluedots = linetype("1 4") + linewidth(0.7) + blue; pair B = (0,0), A=(36,0), C=(0,36*3^.5), P=D(MP("P",(6,25), NE)), F = D(foot(B,A,C)); D(D(MP("A",A)) -- D(MP("B",B)) -- D(MP("C",C,N)) -- cycle); fill(arc((A+B)/2,18,60,180) -- arc((B+C)/2,18*3^.5,-90,-30) -- cycle, rgb(0.8,0.8,0.8)); D(arc((A+B)/2,18,0,180),dots); D(arc((B+C)/2,18*3^.5,-90,90),dots); D(arc((A+C)/2,36,120,300),dots); D(B--F,dots); D(D((B+C)/2)--F--D((A+B)/2),dots); D(C--P--B,dashes);D(P--A,dashes); pair Fa = bisectorpoint(P,A), Fb = bisectorpoint(P,B), Fc = bisectorpoint(P,C); path La = endptproject((A+P)/2,Fa,20,-30), Lb = endptproject((B+P)/2,Fb,12,-35); D(La,bluedots);D(Lb,bluedots);D(endptproject((C+P)/2,Fc,18,-15),bluedots);D(IP(La,Lb),blue); [/asy] The diagram shows $P$ outside of the grayed locus; notice that the creases [the dotted blue] intersect within the triangle, which is against the problem conditions. The area of the locus is the sum of two segments of two circles; these segments cut out $120^{\circ}, 60^{\circ}$ angles by simple similarity relations and angle-chasing. Hence, the answer is, using the $\frac 12 ab\sin C$ definition of triangle area, $\left[\frac{\pi}{3} \cdot 18^2 - \frac{1}{2} \cdot 18^2 \sin \frac{2\pi}{3} \right] + \left[\frac{\pi}{6} \cdot \left(18\sqrt{3}\right)^2 - \frac{1}{2} \cdot (18\sqrt{3})^2 \sin \frac{\pi}{3}\right] = 270\pi - 324\sqrt{3}$, and $q+r+s = \boxed{597}$.
What is the total volume in cubic feet of three boxes if each box is a cube with edge length 4 feet?
Level 1
Geometry
Each box has volume $4^3=64$ cubic feet. Thus, three boxes have volume $64\cdot3=\boxed{192}$ cubic feet.
Points $A$ and $B$ are selected on the graph of $y = -\frac{1}{2}x^2$ so that triangle $ABO$ is equilateral. Find the length of one side of triangle $ABO$. [asy] size(150); draw( (-4, -8) -- (-3.4641, -6)-- (-3, -9/2)-- (-5/2, -25/8)-- (-2,-2)-- (-3/2, -9/8) -- (-1, -1/2) -- (-3/4, -9/32) -- (-1/2, -1/8) -- (-1/4, -1/32) -- (0,0) -- (1/4, -1/32) -- (1/2, -1/8) -- (3/4, -9/32) -- (1, -1/2) -- (3/2, -9/8)-- (2,-2)-- (5/2, -25/8)--(3, -9/2)-- (3.4641, -6) -- (4, -8) , Arrows); draw( (-3.4641, -6) -- (0,0) -- (3.4641, -6)--cycle); dot((-3.4641, -6)); dot((0,0)); dot((3.4641, -6)); label("$B$", (-3.4641, -6), NW); label("$A$", (3.4641, -6), NE); label("$O$", (0,0), NW); draw( (-6,0) -- (6,0), EndArrow); label("$y$", (0,5), N); label("$x$", (6,0), E); draw( (0,-7) -- (0,5), EndArrow); [/asy]
Level 5
Geometry
Let the coordinates of $A$ be $(a_1,a_2)$. Then since $A$ is on the graph of $y=-\frac{1}{2}x^2$, we know that $a_2 = -\frac{1}{2}a_1^2$. We can also use our knowledge of special right triangles to write $a_2$ in terms of $a_1$. Let $C$ be the midpoint of $A$ and $B$ and let $O$ be the origin. Then $OCA$ is a 30-60-90 right triangle, so the ratio of the length of $OC$ to the length of $CA$ is $\sqrt{3}:1$. Now the coordinates of C are $(0, a_2)$, so the length of $OC$ is just $-a_2$ (since $a_2$ is negative) and the length of $CA$ is $a_1$. This means $\dfrac{-a_2}{a_1}=\sqrt{3} \Longrightarrow a_2=-\sqrt{3}a_1$. We can now set our two equations for $a_2$ equal to each other and get $-\sqrt{3}a_1 = -\frac{1}{2}a_1^2$. Multiplying both sides by $-\frac{2}{a_1}$ immediately gives $a_1=2\sqrt{3}$. From here we could solve for $a_2$ using one of our equations and then use the Pythagorean Theorem to solve for the side length of the equilateral triangle, but there's a better way. We remember that the hypotenuse of our special triangle is twice as long as the shortest side of it, which has length $a_1=2\sqrt{3}$. Therefore our answer is $\boxed{4\sqrt{3}}$.
A unit cube is cut twice to form three triangular prisms, two of which are congruent, as shown in Figure 1. The cube is then cut in the same manner along the dashed lines shown in Figure 2. This creates nine pieces. What is the volume of the piece that contains vertex $W$? [asy] path a=(0,0)--(10,0)--(10,10)--(0,10)--cycle; path b = (0,10)--(6,16)--(16,16)--(16,6)--(10,0); path c= (10,10)--(16,16); path d= (0,0)--(3,13)--(13,13)--(10,0); path e= (13,13)--(16,6); draw(a,linewidth(0.7)); draw(b,linewidth(0.7)); draw(c,linewidth(0.7)); draw(d,linewidth(0.7)); draw(e,linewidth(0.7)); draw(shift((20,0))*a,linewidth(0.7)); draw(shift((20,0))*b,linewidth(0.7)); draw(shift((20,0))*c,linewidth(0.7)); draw(shift((20,0))*d,linewidth(0.7)); draw(shift((20,0))*e,linewidth(0.7)); draw((20,0)--(25,10)--(30,0),dashed); draw((25,10)--(31,16)--(36,6),dashed); draw((15,0)--(10,10),Arrow); draw((15.5,0)--(30,10),Arrow); label("$W$",(15.2,0),S); label("Figure 1",(5,0),S); label("Figure 2",(25,0),S); [/asy]
Level 5
Geometry
The piece that contains $W$ is shown. It is a pyramid with vertices $V, W, X,Y$, and $Z$. Its base $WXYZ$ is a square with sides of length $1/2$ and its altitude $VW$ is 1. Hence the volume of this pyramid is \[ \frac{1}{3}\left(\frac{1}{2}\right)^2(1)=\boxed{\frac{1}{12}}. \][asy] unitsize(0.3cm); draw((0,0)--(10,0)--(15,5)--(7.5,12.5)--cycle); draw((10,0)--(7.5,12.5)); fill((-3,7)--(7,7)--(4.5,19.5)--(2,17)--cycle,white); draw((-3,7)--(7,7)--(4.5,19.5)--(2,17)--cycle); draw((2,17)--(7,7)); label("$X$",(2,17),E); label("$V$",(10,0),SE); draw((13,10)--(15.5,22.5)--(10.5,22.5)--(8,20)--cycle); fill((13,10)--(15.5,22.5)--(10.5,22.5)--(8,20)--cycle,gray(0.7)); fill((23,10)--(25.5,22.5)--(20.5,22.5)--(18,20)--cycle,gray(0.7)); draw((13,10)--(13,20)--(15.5,22.5)); draw((13,20)--(8,20)); draw((23,10)--(23,20)--(25.5,22.5)); draw((23,20)--(18,20)); label("$W$",(13,20),NW); draw((23,10)--(25.5,22.5)--(20.5,22.5)--(18,20)--cycle); label("$W$",(23,20),SW); label("$X$",(18,20),W); label("$V$",(23,10),S); label("$Z$",(25.5,22.5),NE); label("$Y$",(20.5,22.5),N); draw((17,23)--(14.5,33)--(9.5,33)--cycle); draw((9.5,33)--(12,35.5)--(17,35.5)); draw((17,23)--(17,35.5)--(14.5,33)); label("$Y$",(9.5,33),W); label("$Z$",(14.5,33),E); [/asy]
An equilateral triangle is inscribed in the ellipse whose equation is $x^2+4y^2=4$. One vertex of the triangle is $(0,1)$, one altitude is contained in the y-axis, and the square of the length of each side is $\frac{m}{n}$, where $m$ and $n$ are relatively prime positive integers. Find $m+n$.
Level 5
Geometry
[asy] pointpen = black; pathpen = black + linewidth(0.7); path e = xscale(2)*unitcircle; real x = -8/13*3^.5; D((-3,0)--(3,0)); D((0,-2)--(0,2)); /* axes */ D(e); D(D((0,1))--(x,x*3^.5+1)--(-x,x*3^.5+1)--cycle); [/asy] Denote the vertices of the triangle $A,B,$ and $C,$ where $B$ is in quadrant 4 and $C$ is in quadrant $3.$ Note that the slope of $\overline{AC}$ is $\tan 60^\circ = \sqrt {3}.$ Hence, the equation of the line containing $\overline{AC}$ is\[y = x\sqrt {3} + 1.\]This will intersect the ellipse when\begin{eqnarray*}4 = x^{2} + 4y^{2} & = & x^{2} + 4(x\sqrt {3} + 1)^{2} \\ & = & x^{2} + 4(3x^{2} + 2x\sqrt {3} + 1) \implies x(13x+8\sqrt 3)=0\implies x = \frac { - 8\sqrt {3}}{13}. \end{eqnarray*}We ignore the $x=0$ solution because it is not in quadrant 3. Since the triangle is symmetric with respect to the y-axis, the coordinates of $B$ and $C$ are now $\left(\frac {8\sqrt {3}}{13},y_{0}\right)$ and $\left(\frac { - 8\sqrt {3}}{13},y_{0}\right),$ respectively, for some value of $y_{0}.$ It is clear that the value of $y_{0}$ is irrelevant to the length of $BC$. Our answer is\[BC = 2*\frac {8\sqrt {3}}{13}=\sqrt {4\left(\frac {8\sqrt {3}}{13}\right)^{2}} = \sqrt {\frac {768}{169}}\implies m + n = \boxed{937}.\]
An isosceles trapezoid has legs of length 30 cm each, two diagonals of length 40 cm each and the longer base is 50 cm. What is the trapezoid's area in sq cm?
Level 5
Geometry
We can pick a diagonal and a leg of the trapezoid such that, along with the longer base, these lines form a triangle with sides of length 30, 40, and 50. This is a Pythagorean triple, so the triangle is a right triangle. It follows that the altitude to the longer base of the trapezoid is $30\cdot 40/50 = 24$. This altitude is the same length as the height of the trapezoid. We now look at the right triangle formed by this altitude, the adjacent leg of the trapezoid, and part of the longer base. These three sides form a right triangle, with hypotenuse of 30 and one leg (the altitude) of length 24. It follows that the other leg has length 18. Because this is an isosceles trapezoid, we can now calculate the shorter base to have length $50 - 2\cdot 18 = 14$. Therefore, the area of the trapezoid is $\dfrac{(50 + 14)(24)}{2} = \boxed{768}$.
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$.
Level 5
Geometry
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}$.
Two of the altitudes of the scalene triangle $ABC$ have length $4$ and $12$. If the length of the third altitude is also an integer, what is the biggest it can be? $\textbf{(A)}\ 4\qquad \textbf{(B)}\ 5\qquad \textbf{(C)}\ 6\qquad \textbf{(D)}\ 7\qquad \textbf{(E)}\ \text{none of these}$
Level 5
Geometry
Assume we have a scalene triangle $ABC$. Arbitrarily, let $12$ be the height to base $AB$ and $4$ be the height to base $AC$. Due to area equivalences, the base $AC$ must be three times the length of $AB$. Let the base $AB$ be $x$, thus making $AC = 3x$. Thus, setting the final height to base $BC$ to $h$, we note that (by area equivalence) $\frac{BC \cdot h}{2} = \frac{3x \cdot 4}{2} = 6x$. Thus, $h = \frac{12x}{BC}$. We note that to maximize $h$ we must minimize $BC$. Using the triangle inequality, $BC + AB > AC$, thus $BC + x > 3x$ or $BC > 2x$. The minimum value of $BC$ is $2x$, which would output $h = 6$. However, because $BC$ must be larger than $2x$, the minimum integer height must be $\boxed{5}$.
A right circular cone has base radius $r$ and height $h$. The cone lies on its side on a flat table. As the cone rolls on the surface of the table without slipping, the point where the cone's base meets the table traces a circular arc centered at the point where the vertex touches the table. The cone first returns to its original position on the table after making $17$ complete rotations. The value of $h/r$ can be written in the form $m\sqrt {n}$, where $m$ and $n$ are positive integers and $n$ is not divisible by the square of any prime. Find $m + n$.
Level 5
Geometry
The path is a circle with radius equal to the slant height of the cone, which is $\sqrt {r^{2} + h^{2}}$. Thus, the length of the path is $2\pi\sqrt {r^{2} + h^{2}}$. Also, the length of the path is 17 times the circumference of the base, which is $34r\pi$. Setting these equal gives $\sqrt {r^{2} + h^{2}} = 17r$, or $h^{2} = 288r^{2}$. Thus, $\dfrac{h^{2}}{r^{2}} = 288$, and $\dfrac{h}{r} = 12\sqrt {2}$, giving an answer of $12 + 2 = \boxed{14}$.
Rectangle $ABCD$ has sides $\overline {AB}$ of length 4 and $\overline {CB}$ of length 3. Divide $\overline {AB}$ into 168 congruent segments with points $A=P_0, P_1, \ldots, P_{168}=B$, and divide $\overline {CB}$ into 168 congruent segments with points $C=Q_0, Q_1, \ldots, Q_{168}=B$. For $1 \le k \le 167$, draw the segments $\overline {P_kQ_k}$. Repeat this construction on the sides $\overline {AD}$ and $\overline {CD}$, and then draw the diagonal $\overline {AC}$. Find the sum of the lengths of the 335 parallel segments drawn.
Level 5
Geometry
[asy] real r = 0.35; size(220); pointpen=black;pathpen=black+linewidth(0.65);pen f = fontsize(8); pair A=(0,0),B=(4,0),C=(4,3),D=(0,3); D(A--B--C--D--cycle); pair P1=A+(r,0),P2=A+(2r,0),P3=B-(r,0),P4=B-(2r,0); pair Q1=C-(0,r),Q2=C-(0,2r),Q3=B+(0,r),Q4=B+(0,2r); D(A--C);D(P1--Q1);D(P2--Q2);D(P3--Q3);D(P4--Q4); MP("A",A,f);MP("B",B,SE,f);MP("C",C,NE,f);MP("D",D,W,f); MP("P_1",P1,f);MP("P_2",P2,f);MP("P_{167}",P3,f);MP("P_{166}",P4,f);MP("Q_1",Q1,E,f);MP("Q_2",Q2,E,f);MP("Q_{167}",Q3,E,f);MP("Q_{166}",Q4,E,f); MP("4",(A+B)/2,N,f);MP("\cdots",(A+B)/2,f); MP("3",(B+C)/2,W,f);MP("\vdots",(C+B)/2,E,f); [/asy] The length of the diagonal is $\sqrt{3^2 + 4^2} = 5$ (a 3-4-5 right triangle). For each $k$, $\overline{P_kQ_k}$ is the hypotenuse of a $3-4-5$ right triangle with sides of $3 \cdot \frac{168-k}{168}, 4 \cdot \frac{168-k}{168}$. Thus, its length is $5 \cdot \frac{168-k}{168}$. Let $a_k=\frac{5(168-k)}{168}$. We want to find $2\sum\limits_{k=1}^{168} a_k-5$ since we are over counting the diagonal. $2\sum\limits_{k=1}^{168} \frac{5(168-k)}{168}-5 =2\frac{(0+5)\cdot169}{2}-5 =168\cdot5 =\boxed{840}$.
In $\triangle{ABC}$ with $AB = 12$, $BC = 13$, and $AC = 15$, let $M$ be a point on $\overline{AC}$ such that the incircles of $\triangle{ABM}$ and $\triangle{BCM}$ have equal radii. Then $\frac{AM}{CM} = \frac{p}{q}$, where $p$ and $q$ are relatively prime positive integers. Find $p + q$.
Level 5
Geometry
[asy] import graph; defaultpen(linewidth(0.7)+fontsize(10)); size(200); /* segments and figures */ draw((0,0)--(15,0)); draw((15,0)--(6.66667,9.97775)); draw((6.66667,9.97775)--(0,0)); draw((7.33333,0)--(6.66667,9.97775)); draw(circle((4.66667,2.49444),2.49444)); draw(circle((9.66667,2.49444),2.49444)); draw((4.66667,0)--(4.66667,2.49444)); draw((9.66667,2.49444)--(9.66667,0)); /* points and labels */ label("r",(10.19662,1.92704),SE); label("r",(5.02391,1.8773),SE); dot((0,0)); label("$A$",(-1.04408,-0.60958),NE); dot((15,0)); label("$C$",(15.41907,-0.46037),NE); dot((6.66667,9.97775)); label("$B$",(6.66525,10.23322),NE); label("$15$",(6.01866,-1.15669),NE); label("$13$",(11.44006,5.50815),NE); label("$12$",(2.28834,5.75684),NE); dot((7.33333,0)); label("$M$",(7.56053,-1.000),NE); label("$H_1$",(3.97942,-1.200),NE); label("$H_2$",(9.54741,-1.200),NE); dot((4.66667,2.49444)); label("$I_1$",(3.97942,2.92179),NE); dot((9.66667,2.49444)); label("$I_2$",(9.54741,2.92179),NE); clip((-3.72991,-6.47862)--(-3.72991,17.44518)--(32.23039,17.44518)--(32.23039,-6.47862)--cycle); [/asy] Let $AM = x$, then $CM = 15 - x$. Also let $BM = d$ Clearly, $\frac {[ABM]}{[CBM]} = \frac {x}{15 - x}$. We can also express each area by the rs formula. Then $\frac {[ABM]}{[CBM]} = \frac {p(ABM)}{p(CBM)} = \frac {12 + d + x}{28 + d - x}$. Equating and cross-multiplying yields $25x + 2dx = 15d + 180$ or $d = \frac {25x - 180}{15 - 2x}.$ Note that for $d$ to be positive, we must have $7.2 < x < 7.5$. By Stewart's Theorem, we have $12^2(15 - x) + 13^2x = d^215 + 15x(15 - x)$ or $432 = 3d^2 + 40x - 3x^2.$ Brute forcing by plugging in our previous result for $d$, we have $432 = \frac {3(25x - 180)^2}{(15 - 2x)^2} + 40x - 3x^2.$ Clearing the fraction and gathering like terms, we get $0 = 12x^4 - 340x^3 + 2928x^2 - 7920x.$ Aside: Since $x$ must be rational in order for our answer to be in the desired form, we can use the Rational Root Theorem to reveal that $12x$ is an integer. The only such $x$ in the above-stated range is $\frac {22}3$. Legitimately solving that quartic, note that $x = 0$ and $x = 15$ should clearly be solutions, corresponding to the sides of the triangle and thus degenerate cevians. Factoring those out, we get $0 = 4x(x - 15)(3x^2 - 40x + 132) = x(x - 15)(x - 6)(3x - 22).$ The only solution in the desired range is thus $\frac {22}3$. Then $CM = \frac {23}3$, and our desired ratio $\frac {AM}{CM} = \frac {22}{23}$, giving us an answer of $\boxed{45}$.
In right triangle $XYZ$ with $\angle YXZ = 90^\circ$, we have $XY = 24$ and $YZ = 25$. Find $\tan Y$.
Level 2
Geometry
[asy] pair X,Y,Z; X = (0,0); Y = (24,0); Z = (0,7); draw(X--Y--Z--X); draw(rightanglemark(Y,X,Z,23)); label("$X$",X,SW); label("$Y$",Y,SE); label("$Z$",Z,N); label("$25$",(Y+Z)/2,NE); label("$24$",Y/2,S); [/asy] The Pythagorean Theorem gives us $XZ= \sqrt{YZ^2 - XY^2} = \sqrt{625-576} = \sqrt{49}=7$, so $\tan Y = \frac{XZ}{XY} = \ \boxed{\frac{7}{24}}$.
Triangle $ABC$ has vertices at $A(5,8)$, $B(3,-2)$, and $C(6,1)$. The point $D$ with coordinates $(m,n)$ is chosen inside the triangle so that the three small triangles $ABD$, $ACD$ and $BCD$ all have equal areas. What is the value of $10m + n$?
Level 5
Geometry
If $D$ is the centroid of triangle $ABC$, then $ABD$, $ACD$, and $BCD$ would all have equal areas (to see this, remember that the medians of a triangle divide the triangle into 6 equal areas). There is only one point with this property (if we move around $D$, the area of one of the small triangles will increase and will no longer be $1/3$ of the total area). So $D$ must be the centroid of triangle $ABC$. The $x$ and $y$ coordinates of the centroid are found by averaging the $x$ and $y$ coordinates, respectively, of the vertices, so $(m,n) = \left( \frac{5+3+6}{3}, \frac{8+(-2)+1}{3} \right) = \left( \frac{14}{3}, \frac{7}{3} \right)$, and $10m + n = 10 \left(\frac{14}{3}\right) + \frac{7}{3} = \boxed{49}$.
Let $ABCD$ be an isosceles trapezoid, whose dimensions are $AB = 6, BC=5=DA,$and $CD=4.$ Draw circles of radius 3 centered at $A$ and $B,$ and circles of radius 2 centered at $C$ and $D.$ A circle contained within the trapezoid is tangent to all four of these circles. Its radius is $\frac{-k+m\sqrt{n}}p,$ where $k, m, n,$ and $p$ are positive integers, $n$ is not divisible by the square of any prime, and $k$ and $p$ are relatively prime. Find $k+m+n+p.$
Level 5
Geometry
Let the radius of the center circle be $r$ and its center be denoted as $O$. [asy] pointpen = black; pathpen = black+linewidth(0.7); pen d = linewidth(0.7) + linetype("4 4"); pen f = fontsize(8); real r = (-60 + 48 * 3^.5)/23; pair A=(0,0), B=(6,0), D=(1, 24^.5), C=(5,D.y), O = (3,(r^2 + 6*r)^.5); D(MP("A",A)--MP("B",B)--MP("C",C,N)--MP("D",D,N)--cycle); D(CR(A,3));D(CR(B,3));D(CR(C,2));D(CR(D,2));D(CR(O,r)); D(O); D((3,0)--(3,D.y),d); D(A--O--D,d); MP("3",(3/2,0),S,f);MP("2",(2,D.y),N,f); [/asy] Clearly line $AO$ passes through the point of tangency of circle $A$ and circle $O$. Let $y$ be the height from the base of the trapezoid to $O$. From the Pythagorean Theorem,\[3^2 + y^2 = (r + 3)^2 \Longrightarrow y = \sqrt {r^2 + 6r}.\] We use a similar argument with the line $DO$, and find the height from the top of the trapezoid to $O$, $z$, to be $z = \sqrt {r^2 + 4r}$. Now $y + z$ is simply the height of the trapezoid. Let $D'$ be the foot of the perpendicular from $D$ to $AB$; then $AD' = 3 - 2 = 1$. By the Pythagorean Theorem, $(AD')^2 + (DD')^2 = (AD)^2 \Longrightarrow DD' = \sqrt{24}$ so we need to solve the equation $\sqrt {r^2 + 4r} + \sqrt {r^2 + 6r} = \sqrt {24}$. We can solve this by moving one radical to the other side, and squaring the equation twice to end with a quadratic equation. Solving this, we get $r = \frac { - 60 + 48\sqrt {3}}{23}$, and the answer is $k + m + n + p = 60 + 48 + 3 + 23 = \boxed{134}$.
Either increasing the radius or the height of a cylinder by six inches will result in the same volume. The original height of the cylinder is two inches. What is the original radius in inches?
Level 4
Geometry
Let the original radius be $r$. The volume of the cylinder with the increased radius is $\pi \cdot (r+6)^2 \cdot 2$. The volume of the cylinder with the increased height is $\pi \cdot r^2 \cdot 8$. Since we are told these two volumes are the same, we have the equation $\pi \cdot (r+6)^2 \cdot 2 = \pi \cdot r^2 \cdot 8$. Simplifying, we have $(r+6)^2=4r^2 \Rightarrow r^2+12r+36=4r^2 \Rightarrow r^2-4r-12=0$. Factoring, we have $(r-6)(r+2)=0$, so $r=\boxed{6}$ (it cannot be negative because it is a physical length).
Two similar right triangles have areas of 6 square inches and 150 square inches. The length of the hypotenuse of the smaller triangle is 5 inches. What is the sum of the lengths of the legs of the larger triangle?
Level 3
Geometry
Since the smaller triangle has hypotenuse 5, we guess that it is a 3-4-5 triangle. Sure enough, the area of a right triangle with legs of lengths 3 and 4 is $(3)(4)/2 = 6$, so this works. The area of the larger triangle is $150/6=25$ times the area of the smaller triangle, so its side lengths are $\sqrt{25} = 5$ times as long as the side lengths of the smaller triangle. Therefore, the sum of the lengths of the legs of the larger triangle is $5(3+4) = \boxed{35}$. Proof that the only possibility for the smaller triangle is that it is a 3-4-5 triangle: Let's call the legs of the smaller triangle $a$ and $b$ (with $b$ being the longer leg) and the hypotenuse of the smaller triangle $c$. Similarly, let's call the corresponding legs of the larger triangle $A$ and $B$ and the hypotenuse of the larger triangle $C$. Since the area of the smaller triangle is 6 square inches, we can say $$\frac{1}{2}ab=6.$$ Additionally, we are told that the hypotenuse of the smaller triangle is 5 inches, so $c=5$ and $$a^2+b^2=25.$$ Because $\frac{1}{2}ab=6$, we get $ab=12$ or $a=\frac{12}{b}$. We can now write the equation in terms of $b$. We get \begin{align*} a^2+b^2&=25\\ \left(\frac{12}{b}\right)^{2}+b^2&=25\\ 12^2+b^4&=25b^2\\ b^4-25b^2+144&=0. \end{align*} Solving for $b$, we get $$b^4-25b^2+144=(b-4)(b+4)(b-3)(b+3)=0.$$ Since we said that $b$ is the longer of the two legs, $b=4$ and $a=3$. Therefore, the triangle must be a 3-4-5 right triangle.
For some positive integers $p$, there is a quadrilateral $ABCD$ with positive integer side lengths, perimeter $p$, right angles at $B$ and $C$, $AB=2$, and $CD=AD$. How many different values of $p<2015$ are possible? $\textbf{(A) }30\qquad\textbf{(B) }31\qquad\textbf{(C) }61\qquad\textbf{(D) }62\qquad\textbf{(E) }63$
Level 5
Geometry
Let $BC = x$ and $CD = AD = y$ be positive integers. Drop a perpendicular from $A$ to $CD$ to show that, using the Pythagorean Theorem, that\[x^2 + (y - 2)^2 = y^2.\]Simplifying yields $x^2 - 4y + 4 = 0$, so $x^2 = 4(y - 1)$. Thus, $y$ is one more than a perfect square. The perimeter $p = 2 + x + 2y = 2y + 2\sqrt{y - 1} + 2$ must be less than 2015. Simple calculations demonstrate that $y = 31^2 + 1 = 962$ is valid, but $y = 32^2 + 1 = 1025$ is not. On the lower side, $y = 1$ does not work (because $x > 0$), but $y = 1^2 + 1$ does work. Hence, there are 31 valid $y$ (all $y$ such that $y = n^2 + 1$ for $1 \le n \le 31$), and so our answer is $\boxed{31}$
Suppose $\cos R = \frac{4}{9}$ in the diagram below. What is $QS$? [asy] pair Q,R,S; S = (0,0); Q = (sqrt(65),0); R = (sqrt(65),-4); draw(S--Q--R--S); draw(rightanglemark(S,Q,R,13)); label("$S$",S,NW); label("$Q$",Q,NE); label("$R$",R,SE); label("$9$",(R+S)/2,SW); [/asy]
Level 2
Geometry
Since $\cos R = \frac{4}{9}$ and $\cos R = \frac{QR}{RS}=\frac{QR}{9}$, we have $\frac{QR}{9} = \frac{4}{9}$, so $QR = 4$. Then, by the Pythagorean Theorem, $QS = \sqrt{RS^2 - QR^2} = \sqrt{81-16} = \boxed{\sqrt{65}}$.
What is the area, in square units, of a triangle whose vertices are at $(4, -1)$, $(10, 3)$ and $(4, 5)$?
Level 3
Geometry
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 ratio of the numerical value of the area, in square units, of an equilateral triangle of side length 4 units to the numerical value of its perimeter, in units? Express your answer as a common fraction in simplest radical form.
Level 4
Geometry
The area of this equilateral triangle is $\frac{4^2 \sqrt{3}}{4}$, and the perimeter is $3 \cdot 4 = 12$. Thus, the ratio of area to perimeter is $\frac{\frac{4^2 \sqrt{3}}{4}}{12}=\boxed{\frac{\sqrt{3}}{3}}$.
$A, B, C, D,$ and $E$ are collinear in that order such that $AB = BC = 1, CD = 2,$ and $DE = 9$. If $P$ can be any point in space, what is the smallest possible value of $AP^2 + BP^2 + CP^2 + DP^2 + EP^2$?
Level 5
Geometry
Let the altitude from $P$ onto $AE$ at $Q$ have lengths $PQ = h$ and $AQ = r$. It is clear that, for a given $r$ value, $AP$, $BP$, $CP$, $DP$, and $EP$ are all minimized when $h = 0$. So $P$ is on $AE$, and therefore, $P = Q$. Thus, $AP$=r, $BP = |r - 1|$, $CP = |r - 2|$, $DP = |r - 4|$, and $EP = |r - 13|.$ Squaring each of these gives: $AP^2 + BP^2 + CP^2 + DP^2 + EP^2 = r^2 + (r - 1)^2 + (r - 2)^2 + (r - 4)^2 + (r - 13)^2 = 5r^2 - 40r + 190$ This reaches its minimum at $r = \frac {40}{2\cdot 5} = 4$, at which point the sum of the squares of the distances is $\boxed{110}$.
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$?
Level 3
Geometry
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}$.
If an arc of $45^{\circ}$ on circle $A$ has the same length as an arc of $30^{\circ}$ on circle $B$, then what is the ratio of the area of circle $A$ to the area of circle $B$? Express your answer as a common fraction.
Level 4
Geometry
Let $C_A= 2\pi R_A$ be the circumference of circle $A$, let $C_B= 2\pi R_B$ be the circumference of circle $B$, and let $L$ the common length of the two arcs. Then $$ \frac{45}{360}C_A = L = \frac{30}{360}C_B. $$Therefore $$ \frac{C_A}{C_B} = \frac{2}{3}\quad\text{so}\quad \frac{2}{3}=\frac{2\pi R_A}{2\pi R_B} =\frac{R_A}{R_B}. $$Thus, the ratio of the areas is $$ \frac{\text{Area of Circle }(A)}{\text{Area of Circle }(B)} =\frac{\pi R_A^2}{\pi R_B^2} = \left(\frac{R_A}{R_B}\right)^2 =\boxed{\frac{4}{9}}. $$
Given $DC = 7$, $CB = 8$, $AB = \frac{1}{4}AD$, and $ED = \frac{4}{5}AD$, find $FC$. Express your answer as a decimal. [asy] draw((0,0)--(-20,0)--(-20,16)--cycle); draw((-13,0)--(-13,10.4)); draw((-5,0)--(-5,4)); draw((-5,0.5)--(-5+0.5,0.5)--(-5+0.5,0)); draw((-13,0.5)--(-13+0.5,0.5)--(-13+0.5,0)); draw((-20,0.5)--(-20+0.5,0.5)--(-20+0.5,0)); label("A",(0,0),E); label("B",(-5,0),S); label("G",(-5,4),N); label("C",(-13,0),S); label("F",(-13,10.4),N); label("D",(-20,0),S); label("E",(-20,16),N); [/asy]
Level 3
Geometry
We can easily see that $\triangle ABG \sim \triangle ACF \sim \triangle ADE.$ First of all, $BD = AD - AB.$ Since $AB = \dfrac{1}{4}AD,$ we have that $BD = \dfrac{3}{4}AD.$ Since $BD$ is also $DC + CB = 15,$ we see that $AD = 20$ and $AB = 5.$ Now, we can easily find $ED = \dfrac{4}{5}AD = 16.$ Now, we see that $CA = CB + BA = 8 + 5 = 13.$ Since $\dfrac{FC}{CA} = \dfrac{ED}{DA},$ thanks to similarity, we have $FC = \dfrac{ED \cdot CA}{DA} = \dfrac{16 \cdot 13}{20} = \boxed{10.4}.$
In the figure below, if the area of $\triangle ABC$ is 27, what is the value of $p$? [asy] size(5cm);defaultpen(fontsize(9)); pair o = (0, 0); pair q = (0, 12); pair b = (12, 0); pair a = (2, 12); pair t = (2, 0); pair c = (0, 9); draw((-2, 0)--(15, 0), Arrow); draw((0, -2)--(0, 15), Arrow); draw(q--a--b); //draw(a--t); draw(a--c--b); label("$Q(0, 12)$", q, W); label("$A(2, 12)$", a, NE); label("$B(12, 0)$", b, S); label("$O(0, 0)$", o, SW); label("$x$", (15, 0), E); label("$y$", (0, 15), N); //label("$T(2, 0)$", t, S + 0.6 * E); label("$C(0, p)$", c, W); [/asy]
Level 5
Geometry
To find the area of $\triangle ABC$ in terms of $p$, we find the area of $ABOQ$ and subtract out the areas of $\triangle ACQ$ and $\triangle BCO.$ Both $\overline{QA}$ and $\overline{OB}$ are horizontal, so $\overline{QA}$ is parallel to $\overline{OB}$. Thus, $ABOQ$ is a trapezoid with bases $\overline{AQ}$ and $\overline{OB}.$ Since $\overline{OQ}$ is vertical, its length is the height of the trapezoid, so the area of $ABOQ$ is $$\frac{1}{2}\cdot QO \cdot (QA+OB)=\frac{1}{2}\cdot 12 \cdot (2+12)=84.$$Since $\triangle ACQ$ has a right angle at $Q,$ its area is $$\frac{1}{2}\cdot QA\cdot QC=\frac{1}{2}\cdot (2-0)\cdot (12-p)=12-p.$$Since $\triangle COB$ has a right angle at $O,$ its area is $$\frac{1}{2}\cdot OB\cdot CO = \frac{1}{2}\cdot (12-0)\cdot (p-0)=6p.$$Thus, the area of $\triangle ABC$ is $$84-6p-(12-p)=72-5p.$$Then $72-5p=27$ or $5p=45,$ so $p=\boxed{9}.$
Altitudes $\overline{AD}$ and $\overline{BE}$ of $\triangle ABC$ intersect at $H$. If $\angle BAC = 46^\circ$ and $\angle ABC = 71^\circ$, then what is $\angle AHB$? [asy] size(150); defaultpen(linewidth(0.8)); pair B = (0,0), C = (3,0), A = (1.8,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); label("$A$",A,N); label("$B$",B,W); label("$C$",C,E); label("$D$",P,S); label("$E$",Q,E); label("$H$",H,NW); draw(rightanglemark(C,P,H,3.5)); draw(rightanglemark(H,Q,C,3.5)); [/asy]
Level 3
Geometry
First, we build a diagram: [asy] size(150); defaultpen(linewidth(0.8)); pair B = (0,0), C = (3,0), A = (1.8,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); label("$A$",A,N); label("$B$",B,W); label("$C$",C,E); label("$D$",P,S); label("$E$",Q,E); label("$H$",H,NW); draw(rightanglemark(C,P,H,3.5)); draw(rightanglemark(H,Q,C,3.5)); [/asy] We have $\angle AHB = \angle DHE$, and from quadrilateral $CDHE$, we have \begin{align*} \angle DHE &= 360^\circ - \angle HEC - \angle ECD - \angle CDH \\ &= 360^\circ - 90^\circ - \angle ACB - 90^\circ\\ &= 180^\circ - \angle ACB. \end{align*} From triangle $ABC$, we have $180^\circ - \angle ACB = \angle BAC + \angle ABC = 46^\circ + 71^\circ = \boxed{117^\circ}$
The water tank in the diagram below is in the shape of an inverted right circular cone. The radius of its base is 16 feet, and its height is 96 feet. The water in the tank is $25\%$ of the tank's capacity. The height of the water in the tank can be written in the form $a\sqrt[3]{b}$, where $a$ and $b$ are positive integers and $b$ is not divisible by a perfect cube greater than 1. What is $a+b$? [asy] size(150); defaultpen(linewidth(.8pt)+fontsize(8pt)); draw(shift(0,96)*yscale(0.5)*Circle((0,0),16)); draw((-16,96)--(0,0)--(16,96)--(0,96)); draw(scale(0.75)*shift(0,96)*yscale(0.5)*Circle((0,0),16)); draw((-18,72)--(-20,72)--(-20,0)--(-18,0)); label("water's height",(-20,36),W); draw((20,96)--(22,96)--(22,0)--(20,0)); label("96'",(22,48),E); label("16'",(8,96),S); [/asy]
Level 5
Geometry
The water in the tank fills a cone, which we will refer to as the water cone, that is similar to the cone-shaped tank itself. Let the scale factor between the water cone and tank be $x$, so the height of the water cone is $96x$ feet and the radius of the water cone is $16x$ feet. It follows that the volume of the water cone is $(1/3)\pi(16x)^2(96x)$ cubic feet. The volume of the cone-shaped tank is $(1/3)\pi(16^2)(96)$. Since the water cone has $25\%$ or 1/4 of the volume of the tank, we have \[(1/3)\pi(16x)^2(96x) = (1/4) (1/3)\pi(16^2)(96).\] Simplifying yields $x^3 = 1/4$, so $x = \sqrt[3]{1/4}$. Finally, the height of the water in the tank is the height of the water cone, which is \[96x=96\sqrt[3]{1/4}=48\cdot 2\sqrt[3]{1/4}=48\sqrt[3]{(1/4)(8)}={48\sqrt[3]{2}}\] feet. Therefore, we have $a+b=48+2 = \boxed{50}$.