Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
File size: 34,850 Bytes
18b1f9d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 |
{\bf Problem.} A triangle in a Cartesian coordinate plane has vertices (5, -2), (10, 5) and (5, 5). How many square units are in the area of the triangle? Express your answer as a decimal to the nearest tenth. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The line $y = b-x$ with $0 < b < 4$ intersects the $y$-axis at $P$ and the line $x=4$ at $S$. If the ratio of the area of triangle $QRS$ to the area of triangle $QOP$ is 9:25, what is the value of $b$? Express the answer as a decimal to the nearest tenth. [asy] draw((0,-3)--(0,5.5),Arrows); draw((4,-3.5)--(4,5),Arrows); draw((-2,0)--(6,0),Arrows); draw((-2,4.5)--(6,-3.5),Arrows); dot((0,0)); dot((2.5,0)); dot((4,0)); dot((4,-1.5)); dot((0,2.5)); label("O",(0,0),SW); label("P",(0,2.5),NE); label("Q",(2.5,0),NE); label("R",(4,0),NE); label("S",(4,-1.5),SW); label("$y$-axis",(0,5.5),N); label("$x=4$",(4,5),N); label("$x$-axis",(6,0),E); label("$y=b-x$",(6,-3.5),SE); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The convex pentagon $ABCDE$ has $\angle A = \angle B = 120^\circ$, $EA = AB = BC = 2$ and $CD = DE = 4$. What is the area of $ABCDE$? [asy] unitsize(1 cm); pair A, B, C, D, E; A = (0,0); B = (1,0); C = B + dir(60); D = C + 2*dir(120); E = dir(120); draw(A--B--C--D--E--cycle); label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, dir(0)); label("$D$", D, N); label("$E$", E, W); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Any five points are taken inside or on a square with side length $1$. Let a be the smallest possible number with the property that it is always possible to select one pair of points from these five such that the distance between them is equal to or less than $a$. Then $a$ is: $\textbf{(A)}\ \sqrt{3}/3\qquad \textbf{(B)}\ \sqrt{2}/2\qquad \textbf{(C)}\ 2\sqrt{2}/3\qquad \textbf{(D)}\ 1 \qquad \textbf{(E)}\ \sqrt{2}$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $R$ be a unit square region and $n \geq 4$ an integer. A point $X$ in the interior of $R$ is called n-ray partitional if there are $n$ rays emanating from $X$ that divide $R$ into $n$ triangles of equal area. How many points are $100$-ray partitional but not $60$-ray partitional? $\textbf{(A)}\ 1500 \qquad \textbf{(B)}\ 1560 \qquad \textbf{(C)}\ 2320 \qquad \textbf{(D)}\ 2480 \qquad \textbf{(E)}\ 2500$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $A=(0,9)$ and $B=(0,12)$. Points $A'$ and $B'$ are on the line $y=x$, and $\overline{AA'}$ and $\overline{BB'}$ intersect at $C=(2,8)$. What is the length of $\overline{A'B'}$? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Square $ABCD$ has center $O,\ AB=900,\ E$ and $F$ are on $AB$ with $AE<BF$ and $E$ between $A$ and $F, m\angle EOF =45^\circ,$ and $EF=400.$ Given that $BF=p+q\sqrt{r},$ where $p,q,$ and $r$ are positive integers and $r$ is not divisible by the square of any prime, find $p+q+r.$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ has vertices $A(0,8)$, $B(2,0)$, $C(8,0)$. A vertical line intersects $AC$ at $R$ and $\overline{BC}$ at $S$, forming triangle $RSC$. If the area of $\triangle RSC$ is 12.5, determine the positive difference of the $x$ and $y$ coordinates of point $R$. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ is a right isosceles triangle. Points $D$, $E$ and $F$ are the midpoints of the sides of the triangle. Point $G$ is the midpoint of segment $DF$ and point $H$ is the midpoint of segment $FE$. What is the ratio of the shaded area to the non-shaded area in triangle $ABC$? Express your answer as a common fraction. [asy] draw((0,0)--(1,0)--(0,1)--(0,0)--cycle,linewidth(1)); filldraw((0,0)--(1/2,0)--(1/2,1/2)--(0,1/2)--(0,0)--cycle,gray, linewidth(1)); filldraw((1/2,0)--(1/2,1/4)--(1/4,1/2)--(0,1/2)--(1/2,0)--cycle,white,linewidth(1)); label("A", (0,1), W); label("B", (0,0), SW); label("C", (1,0), E); label("D", (0,1/2), W); label("E", (1/2,0), S); label("F", (1/2,1/2), NE); label("G", (1/4,1/2), N); label("H", (1/2,1/4), E); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In $\triangle XYZ$, we have $\angle X = 90^\circ$ and $\tan Z = 7$. If $YZ = 100$, then what is $XY$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Trapezoid $ABCD$ has sides $AB=92$, $BC=50$, $CD=19$, and $AD=70$, with $AB$ parallel to $CD$. A circle with center $P$ on $AB$ is drawn tangent to $BC$ and $AD$. Given that $AP=\frac mn$, where $m$ and $n$ are relatively prime positive integers, find $m+n$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A rectangular prism has dimensions 8 inches by 2 inches by 32 inches. If a cube has the same volume as the prism, what is the surface area of the cube, in square inches? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In triangle $ABC$, we have that $E$ and $F$ are midpoints of sides $\overline{AC}$ and $\overline{AB}$, respectively. The area of $\triangle ABC$ is 24 square units. How many square units are in the area of $\triangle CEF$? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A plane intersects a right circular cylinder of radius $1$ forming an ellipse. If the major axis of the ellipse of $50\%$ longer than the minor axis, the length of the major axis is $\textbf{(A)}\ 1\qquad \textbf{(B)}\ \frac{3}{2}\qquad \textbf{(C)}\ 2\qquad \textbf{(D)}\ \frac{9}{4}\qquad \textbf{(E)}\ 3$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $A$, $B$, $C$, and $D$ are points on a circle, and segments $\overline{AC}$ and $\overline{BD}$ intersect at $P$, such that $AP=8$, $PC=1$, and $BD=6$. Find $BP$, given that $BP < DP.$ [asy] unitsize(0.6 inch); draw(circle((0,0),1)); draw((-0.3,0.94)--(0.3,-0.94)); draw((-0.7,-0.7)--(0.7,-0.7)); label("$A$",(-0.3,0.94),NW); dot((-0.3,0.94)); label("$B$",(0.7,-0.7),SE); dot((0.7,-0.7)); label("$C$",(0.3,-0.94),SSE); dot((0.3,-0.94)); label("$D$",(-0.7,-0.7),SW); dot((-0.7,-0.7)); dot((0.23,-0.7)); label("$P$",(0.23,-0.7),NE); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ is isosceles with angle $A$ congruent to angle $B$. The measure of angle $C$ is 30 degrees more than the measure of angle $A$. What is the number of degrees in the measure of angle $C$? {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A unicorn is tethered by a $20$-foot silver rope to the base of a magician's cylindrical tower whose radius is $8$ feet. The rope is attached to the tower at ground level and to the unicorn at a height of $4$ feet. The unicorn has pulled the rope taut, the end of the rope is $4$ feet from the nearest point on the tower, and the length of the rope that is touching the tower is $\frac{a-\sqrt{b}}c$ feet, where $a, b,$ and $c$ are positive integers, and $c$ is prime. Find $a+b+c.$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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}$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} An ice cream cone has radius 1 inch and height 4 inches, What is the number of inches in the radius of a sphere of ice cream which has the same volume as the cone? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Medians $\overline{DP}$ and $\overline{EQ}$ of $\triangle DEF$ are perpendicular. If $DP= 18$ and $EQ = 24$, then what is ${DE}$? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In triangle $ABC$, $AB$ is congruent to $AC$, the measure of angle $ABC$ is $72^{\circ}$ and segment $BD$ bisects angle $ABC$ with point $D$ on side $AC$. If point $E$ is on side $BC$ such that segment $DE$ is parallel to side $AB$, and point $F$ is on side $AC$ such that segment $EF$ is parallel to segment $BD$, how many isosceles triangles are in the figure shown? [asy] size(150); draw((0,0)--(5,15)--(10,0)--cycle,linewidth(1)); draw((0,0)--(8,6)--(6.5,0)--(9.25,2.25),linewidth(1)); label("B",(0,0),W); label("A",(5,15),N); label("D",(8,6),E); label("E",(7,0),S); label("F",(9,3),E); label("C",(10,0),E); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Regular octagon $A_1A_2A_3A_4A_5A_6A_7A_8$ is inscribed in a circle of area $1.$ Point $P$ lies inside the circle so that the region bounded by $\overline{PA_1},\overline{PA_2},$ and the minor arc $\widehat{A_1A_2}$ of the circle has area $\tfrac{1}{7},$ while the region bounded by $\overline{PA_3},\overline{PA_4},$ and the minor arc $\widehat{A_3A_4}$ of the circle has area $\tfrac{1}{9}.$ There is a positive integer $n$ such that the area of the region bounded by $\overline{PA_6},\overline{PA_7},$ and the minor arc $\widehat{A_6A_7}$ of the circle is equal to $\tfrac{1}{8}-\tfrac{\sqrt2}{n}.$ Find $n.$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In right triangle $JKL$, angle $J$ measures 60 degrees and angle $K$ measures 30 degrees. When drawn, the angle bisectors of angles $J$ and $K$ intersect at a point $M$. What is the measure of obtuse angle $JMK$? [asy] import geometry; import olympiad; unitsize(0.8inch); dotfactor = 3; defaultpen(linewidth(1pt)+fontsize(10pt)); pair J,K,L,M,U,V; J = (0,0); K = (1,2); L = (1,0); draw(J--K--L--cycle); draw(rightanglemark(J,L,K,5)); label("$J$",J,W); label("$K$",K,N); label("$L$",L,E); U = (1,2/3); V = (2/(2+sqrt(3)),0); draw(J--U); draw(K--V); M = intersectionpoint(J--U,K--V); dot("M",M,NW); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In quadrilateral $ABCD$, sides $\overline{AB}$ and $\overline{BC}$ both have length 10, sides $\overline{CD}$ and $\overline{DA}$ both have length 17, and the measure of angle $ADC$ is $60^\circ$. What is the length of diagonal $\overline{AC}$? [asy] draw((0,0)--(17,0)); draw(rotate(301, (17,0))*(0,0)--(17,0)); picture p; draw(p, (0,0)--(0,10)); draw(p, rotate(115, (0,10))*(0,0)--(0,10)); add(rotate(3)*p); draw((0,0)--(8.25,14.5), linetype("8 8")); label("$A$", (8.25, 14.5), N); label("$B$", (-0.25, 10), W); label("$C$", (0,0), SW); label("$D$", (17, 0), E); [/asy] {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ lies in the cartesian plane and has an area of $70$. The coordinates of $B$ and $C$ are $(12,19)$ and $(23,20),$ respectively, and the coordinates of $A$ are $(p,q).$ The line containing the median to side $BC$ has slope $-5.$ Find the largest possible value of $p+q.$ [asy]defaultpen(fontsize(8)); size(170); pair A=(15,32), B=(12,19), C=(23,20), M=B/2+C/2, P=(17,22); draw(A--B--C--A);draw(A--M);draw(B--P--C); label("A (p,q)",A,(1,1));label("B (12,19)",B,(-1,-1));label("C (23,20)",C,(1,-1));label("M",M,(0.2,-1)); label("(17,22)",P,(1,1)); dot(A^^B^^C^^M^^P);[/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $\overline{MN}$ be a diameter of a circle with diameter 1. Let $A$ and $B$ be points on one of the semicircular arcs determined by $\overline{MN}$ such that $A$ is the midpoint of the semicircle and $MB=\frac{3}5$. Point $C$ lies on the other semicircular arc. Let $d$ be the length of the line segment whose endpoints are the intersections of diameter $\overline{MN}$ with chords $\overline{AC}$ and $\overline{BC}$. The largest possible value of $d$ can be written in the form $r-s\sqrt{t}$, where $r, s$ and $t$ are positive integers and $t$ is not divisible by the square of any prime. Find $r+s+t$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Three coplanar squares with sides of lengths two, four and six units, respectively, are arranged side-by-side, as shown so that one side of each square lies on line $AB$ and a segment connects the bottom left corner of the smallest square to the upper right corner of the largest square. What is the area of the shaded quadrilateral? [asy] size(150); defaultpen(linewidth(0.9)+fontsize(10)); fill((2,0)--(6,0)--(6,3)--(2,1)--cycle,gray(0.8)); draw(scale(2)*unitsquare); draw(shift(2,0)*scale(4)*unitsquare); draw(shift(6,0)*scale(6)*unitsquare); draw((0,0)--(12,6)); real d = 1.2; pair d2 = (0.9,0); pair A = (-d,0), B = (12+d,0); dot(A,linewidth(3)); dot(B,linewidth(3)); label("A",A,(0,-1.5)); label("B",B,(0,-1.5)); draw(A-d2--B+d2,Arrows(4)); label("2",(1,2.7)); label("4",(4,4.7)); label("6",(9,6.7)); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In quadrilateral $ABCD$, $\angle B$ is a right angle, diagonal $\overline{AC}$ is perpendicular to $\overline{CD}$, $AB=18$, $BC=21$, and $CD=14$. Find the perimeter of $ABCD$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A circle is inscribed in a square, then a square is inscribed in this circle, and finally, a circle is inscribed in this square. What is the ratio of the area of the smaller circle to the area of the larger square? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} When the height of a cylinder is doubled and its radius is increased by $200\%$, the cylinder's volume is multiplied by a factor of $X$. What is the value of $X$? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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 length of $CE.$ {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Two circles are drawn in a 12-inch by 14-inch rectangle. Each circle has a diameter of 6 inches. If the circles do not extend beyond the rectangular region, what is the greatest possible distance (in inches) between the centers of the two circles? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Compute $\sin 240^\circ$. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Rectangle $ABCD$ and a semicircle with diameter $AB$ are coplanar and have nonoverlapping interiors. Let $\mathcal{R}$ denote the region enclosed by the semicircle and the rectangle. Line $\ell$ meets the semicircle, segment $AB$, and segment $CD$ at distinct points $N$, $U$, and $T$, respectively. Line $\ell$ divides region $\mathcal{R}$ into two regions with areas in the ratio $1: 2$. Suppose that $AU = 84$, $AN = 126$, and $UB = 168$. Then $DA$ can be represented as $m\sqrt {n}$, where $m$ and $n$ are positive integers and $n$ is not divisible by the square of any prime. Find $m + n$. [asy] import graph; defaultpen(linewidth(0.7)+fontsize(10)); size(500); pen zzttqq = rgb(0.6,0.2,0); pen xdxdff = rgb(0.4902,0.4902,1); /* segments and figures */ draw((0,-154.31785)--(0,0)); draw((0,0)--(252,0)); draw((0,0)--(126,0),zzttqq); draw((126,0)--(63,109.1192),zzttqq); draw((63,109.1192)--(0,0),zzttqq); draw((-71.4052,(+9166.01287-109.1192*-71.4052)/21)--(504.60925,(+9166.01287-109.1192*504.60925)/21)); draw((0,-154.31785)--(252,-154.31785)); draw((252,-154.31785)--(252,0)); draw((0,0)--(84,0)); draw((84,0)--(252,0)); draw((63,109.1192)--(63,0)); draw((84,0)--(84,-154.31785)); draw(arc((126,0),126,0,180)); /* points and labels */ dot((0,0)); label("$A$",(-16.43287,-9.3374),NE/2); dot((252,0)); label("$B$",(255.242,5.00321),NE/2); dot((0,-154.31785)); label("$D$",(3.48464,-149.55669),NE/2); dot((252,-154.31785)); label("$C$",(255.242,-149.55669),NE/2); dot((126,0)); label("$O$",(129.36332,5.00321),NE/2); dot((63,109.1192)); label("$N$",(44.91307,108.57427),NE/2); label("$126$",(28.18236,40.85473),NE/2); dot((84,0)); label("$U$",(87.13819,5.00321),NE/2); dot((113.69848,-154.31785)); label("$T$",(116.61611,-149.55669),NE/2); dot((63,0)); label("$N'$",(66.42398,5.00321),NE/2); label("$84$",(41.72627,-12.5242),NE/2); label("$168$",(167.60494,-12.5242),NE/2); dot((84,-154.31785)); label("$T'$",(87.13819,-149.55669),NE/2); dot((252,0)); label("$I$",(255.242,5.00321),NE/2); clip((-71.4052,-225.24323)--(-71.4052,171.51361)--(504.60925,171.51361)--(504.60925,-225.24323)--cycle); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} How many cubic feet are in the volume of a round swimming pool which is 16 feet in diameter and 4 feet deep throughout? Express your answer in terms of $\pi$. {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A white cylindrical silo has a diameter of 30 feet and a height of 80 feet. A red stripe with a horizontal width of 3 feet is painted on the silo, as shown, making two complete revolutions around it. What is the area of the stripe in square feet? [asy] size(250);defaultpen(linewidth(0.8)); draw(ellipse(origin, 3, 1)); fill((3,0)--(3,2)--(-3,2)--(-3,0)--cycle, white); draw((3,0)--(3,16)^^(-3,0)--(-3,16)); draw((0, 15)--(3, 12)^^(0, 16)--(3, 13)); filldraw(ellipse((0, 16), 3, 1), white, black); draw((-3,11)--(3, 5)^^(-3,10)--(3, 4)); draw((-3,2)--(0,-1)^^(-3,1)--(-1,-0.89)); draw((0,-1)--(0,15), dashed); draw((3,-2)--(3,-4)^^(-3,-2)--(-3,-4)); draw((-7,0)--(-5,0)^^(-7,16)--(-5,16)); draw((3,-3)--(-3,-3), Arrows(6)); draw((-6,0)--(-6,16), Arrows(6)); draw((-2,9)--(-1,9), Arrows(3)); label("$3$", (-1.375,9.05), dir(260), UnFill); label("$A$", (0,15), N); label("$B$", (0,-1), NE); label("$30$", (0, -3), S); label("$80$", (-6, 8), W); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $C_1$ and $C_2$ be circles defined by $$ (x-10)^2+y^2=36 $$and $$ (x+15)^2+y^2=81, $$respectively. What is the length of the shortest line segment $\overline{PQ}$ that is tangent to $C_1$ at $P$ and to $C_2$ at $Q$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $ABCD$ is a trapezoid with the measure of base $\overline{AB}$ twice the measure of the base $\overline{CD}$. Point $E$ is the point of intersection of the diagonals. The measure of diagonal $\overline{AC}$ is 11. Find the length of segment $\overline{EC}$. Express your answer as a common fraction. [asy] size(200); pair p1,p2,p3,p4; p1 = (0,0); p2 = (2.5, 4); p3 = (7.5,4); p4 = (10,0); draw(p1--p2--p3--p4--cycle); draw(p1--p3); draw(p2--p4); label("$A$", p1, SW); label("$D$", p2, NW); label("$C$", p3, NE); label("$B$", p4, SE); label("$E$", (5,2.5) , S); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $P_1$ be a regular $r~\mbox{gon}$ and $P_2$ be a regular $s~\mbox{gon}$ $(r\geq s\geq 3)$ such that each interior angle of $P_1$ is $\frac{59}{58}$ as large as each interior angle of $P_2$. What's the largest possible value of $s$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In convex quadrilateral $ABCD, \angle A \cong \angle C, AB = CD = 180,$ and $AD \neq BC.$ The perimeter of $ABCD$ is $640$. Find $\lfloor 1000 \cos A \rfloor.$ (The notation $\lfloor x \rfloor$ means the greatest integer that is less than or equal to $x.$) {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Find $AX$ in the diagram if $CX$ bisects $\angle ACB$. [asy] import markers; real t=.56; pair A=(0,0); pair B=(3,2); pair C=(.5,1.5); pair X=t*A+(1-t)*B; draw(C--A--B--C--X); label("$A$",A,SW); label("$B$",B,E); label("$C$",C,N); label("$X$",X,SE); //markangle(n=1,radius=15,A,C,X,marker(markinterval(stickframe(n=1),true))); //markangle(n=1,radius=15,X,C,B,marker(markinterval(stickframe(n=1),true))); label("$28$",.5*(B+X),SE); label("$30$",.5*(B+C),N); label("$21$",.5*(A+C),NW); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ has vertices $A(0, 8)$, $B(2, 0)$, $C(8, 0)$. A horizontal line with equation $y=t$ intersects line segment $ \overline{AB} $ at $T$ and line segment $ \overline{AC} $ at $U$, forming $\triangle ATU$ with area 13.5. Compute $t$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A park is in the shape of a regular hexagon $2$ km on a side. Starting at a corner, Alice walks along the perimeter of the park for a distance of $5$ km. How many kilometers is she from her starting point? $\textbf{(A)}\ \sqrt{13}\qquad \textbf{(B)}\ \sqrt{14}\qquad \textbf{(C)}\ \sqrt{15}\qquad \textbf{(D)}\ \sqrt{16}\qquad \textbf{(E)}\ \sqrt{17}$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A telephone pole is supported by a steel cable which extends from the top of the pole to a point on the ground 3 meters from its base. When Leah walks 2.5 meters from the base of the pole toward the point where the cable is attached to the ground, her head just touches the cable. Leah is 1.5 meters tall. How many meters tall is the pole? {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} An isosceles trapezoid is circumscribed around a circle. The longer base of the trapezoid is $16$, and one of the base angles is $\arcsin(.8)$. Find the area of the trapezoid. $\textbf{(A)}\ 72\qquad \textbf{(B)}\ 75\qquad \textbf{(C)}\ 80\qquad \textbf{(D)}\ 90\qquad \textbf{(E)}\ \text{not uniquely determined}$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Quadrilateral $CDEF$ is a parallelogram. Its area is $36$ square units. Points $G$ and $H$ are the midpoints of sides $CD$ and $EF,$ respectively. What is the area of triangle $CDJ?$ [asy] draw((0,0)--(30,0)--(12,8)--(22,8)--(0,0)); draw((10,0)--(12,8)); draw((20,0)--(22,8)); label("$I$",(0,0),W); label("$C$",(10,0),S); label("$F$",(20,0),S); label("$J$",(30,0),E); label("$D$",(12,8),N); label("$E$",(22,8),N); label("$G$",(11,5),W); label("$H$",(21,5),E); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The midpoints of the sides of a triangle with area $T$ are joined to form a triangle with area $M$. What is the ratio of $M$ to $T$? Express your answer as a common fraction. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $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$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In triangle $ABC$, $AB = 10$ and $AC = 17$. Let $D$ be the foot of the perpendicular from $A$ to $BC$. If $BD:CD = 2:5$, then find $AD$. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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$. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A cylinder has a radius of 3 cm and a height of 8 cm. What is the longest segment, in centimeters, that would fit inside the cylinder? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The slant height of a cone is 13 cm, and the height from the vertex to the center of the base is 12 cm. What is the number of cubic centimeters in the volume of the cone? Express your answer in terms of $\pi$. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Twelve congruent disks are placed on a circle $C$ of radius 1 in such a way that the twelve disks cover $C$, no two of the disks overlap, and so that each of the twelve disks is tangent to its two neighbors. The resulting arrangement of disks is shown in the figure below. The sum of the areas of the twelve disks can be written in the from $\pi(a-b\sqrt{c})$, where $a,b,c$ are positive integers and $c$ is not divisible by the square of any prime. Find $a+b+c$. [asy] unitsize(100); draw(Circle((0,0),1)); dot((0,0)); draw((0,0)--(1,0)); label("$1$", (0.5,0), S); for (int i=0; i<12; ++i) { dot((cos(i*pi/6), sin(i*pi/6))); } for (int a=1; a<24; a+=2) { dot(((1/cos(pi/12))*cos(a*pi/12), (1/cos(pi/12))*sin(a*pi/12))); draw(((1/cos(pi/12))*cos(a*pi/12), (1/cos(pi/12))*sin(a*pi/12))--((1/cos(pi/12))*cos((a+2)*pi/12), (1/cos(pi/12))*sin((a+2)*pi/12))); draw(Circle(((1/cos(pi/12))*cos(a*pi/12), (1/cos(pi/12))*sin(a*pi/12)), tan(pi/12))); }[/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Find $\tan Y$ in the right triangle shown below. [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] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Suppose $\cos Q = 0.4$ in the diagram below. What is $QR$? [asy] pair P,Q,R; P = (0,0); Q = (6,0); R = (0,6*tan(acos(0.4))); draw(P--Q--R--P); draw(rightanglemark(Q,P,R,18)); label("$P$",P,SW); label("$Q$",Q,SE); label("$R$",R,N); label("$12$",Q/2,S); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In rectangle $ABCD$, $P$ is a point on $BC$ so that $\angle APD=90^{\circ}$. $TS$ is perpendicular to $BC$ with $BP=PT$, as shown. $PD$ intersects $TS$ at $Q$. Point $R$ is on $CD$ such that $RA$ passes through $Q$. In $\triangle PQA$, $PA=20$, $AQ=25$ and $QP=15$. [asy] size(7cm);defaultpen(fontsize(9)); real sd = 7/9 * 12; path extend(pair a, pair b) {return a--(10 * (b - a));} // Rectangle pair a = (0, 0); pair b = (0, 16); pair d = (24 + sd, 0); pair c = (d.x, b.y); draw(a--b--c--d--cycle); label("$A$", a, SW);label("$B$", b, NW);label("$C$", c, NE);label("$D$", d, SE); // Extra points and lines pair q = (24, 7); pair s = (q.x, 0); pair t = (q.x, b.y); pair r = IP(c--d, extend(a, q)); pair p = (12, b.y); draw(q--a--p--d--r--cycle);draw(t--s); label("$R$", r, E); label("$P$", p, N);label("$Q$", q, 1.2 * NE + 0.2 * N);label("$S$", s, S); label("$T$", t, N); // Right angles and tick marks markscalefactor = 0.1; draw(rightanglemark(a, b, p)); draw(rightanglemark(p, t, s)); draw(rightanglemark(q, s, d));draw(rightanglemark(a, p, q)); add(pathticks(b--p, 2, spacing=3.4, s=10));add(pathticks(p--t, 2, spacing=3.5, s=10)); // Number labels label("$16$", midpoint(a--b), W); label("$20$", midpoint(a--p), NW); label("$15$", midpoint(p--q), NE); label("$25$", midpoint(a--q), 0.8 * S + E); [/asy] Find the lengths of $BP$ and $QT$. When writing your answer, first write the length of $BP$, then a comma, and then the length of $QT$. For example, if you find that these lengths are $5$ and $3/4$, respectively, your final answer should be written "5,3/4" (without the quotes). {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In triangle $ABC$, $\angle ABC = 90^\circ$ and $AD$ is an angle bisector. If $AB = 90,$ $BC = x$, and $AC = 2x - 6,$ then find the area of $\triangle ADC$. Round your answer to the nearest integer. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Points $(1,-5)$ and $(11,7)$ are the opposite vertices of a parallelogram. What are the coordinates of the point where the diagonals of the parallelogram intersect? {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} If a triangle has two sides of lengths 5 and 7 units, then how many different integer lengths can the third side be? {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Circles $\mathcal{C}_{1}$ and $\mathcal{C}_{2}$ intersect at two points, one of which is $(9,6)$, and the product of the radii is $68$. The x-axis and the line $y = mx$, where $m > 0$, are tangent to both circles. It is given that $m$ can be written in the form $a\sqrt {b}/c$, where $a$, $b$, and $c$ are positive integers, $b$ is not divisible by the square of any prime, and $a$ and $c$ are relatively prime. Find $a + b + c$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Two concentric circles are centered at point P. The sides of a 45 degree angle at P form an arc on the smaller circle that is the same length as an arc on the larger circle formed by the sides of a 36 degree angle at P. What is the ratio of the area of the smaller circle to the area of the larger circle? Express your answer as a common fraction. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Right triangle $ABC$ has one leg of length 6 cm, one leg of length 8 cm and a right angle at $A$. A square has one side on the hypotenuse of triangle $ABC$ and a vertex on each of the two legs of triangle $ABC$. What is the length of one side of the square, in cm? Express your answer as a common fraction. [asy] defaultpen(linewidth(0.8)); size(4cm,4cm); pair A,B,C; A=(0,0); B=(2,3); C=(7,0); draw(A--B--C--A); pair a,b,c,d; a=(2/3)*B+(1/3)*A; b=(2/3)*B+(1/3)*C; c=(1.339,0); d=(3.65,0); draw(c--a--b--d); pair x,y,z; x=(9/10)*B+(1/10)*A; z=(14/15)*B+(1/15)*C; y=(2.12,2.5); draw(x--y--z); label("$A$",B,N); label("$B$",A,SW); label("$C$",C,SE); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Quadrilateral $ABCD$ is a square. A circle with center $D$ has arc $AEC$. A circle with center $B$ has arc $AFC$. If $AB = 2$ cm, what is the total number of square centimeters in the football-shaped area of regions II and III combined? Express your answer as a decimal to the nearest tenth. [asy] path a=(7,13)..(0,0)--(20,20)..cycle; path b=(13,7)..(0,0)--(20,20)..cycle; draw(a); draw(b); dot((8.6,3.5)); label("F",(8.6,3.5),SE); label("E",(11.4,16.5),NW); dot((11.4,16.5)); draw((0,0)--(20,0)--(20,20)--(0,20)--cycle); label("$A$",(0,0),SW); label("$B$",(0,20),NW); label("$C$",(20,20),NE); label("$D$",(20,0),SE); label("I",(2,19),S); label("II",(9,13),S); label("III",(11,7),N); label("IV",(18,1),N); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry |