Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
File size: 48,662 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 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 |
{\bf Problem.} The side lengths of a triangle are 14 cm, 48 cm and 50 cm. How many square centimeters are in the area of the triangle? {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $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$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In the diagram, four circles of radius 1 with centers $P$, $Q$, $R$, and $S$ are tangent to one another and to the sides of $\triangle ABC$, as shown. [asy] size(200); pair A, B, C, P, Q, R, S; R=(0,0); Q=(-2,0); S=(2,0); P=(1,1.732); B=(-5.73,-1); C=(3.732,-1); A=(1.366,3.098); draw(A--B--C--A); draw(circle(P, 1)); draw(circle(Q, 1)); draw(circle(R, 1)); draw(circle(S, 1)); label("A", A, N); label("B", B, SW); label("C", C, SE); dot(P); dot(Q); dot(R); dot(S); label("P", P, N); label("Q", Q, SW); label("R", R, SW); label("S", S, SE); [/asy] Find the perimeter of triangle $ABC$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In $\triangle RED$, $\measuredangle DRE=75^{\circ}$ and $\measuredangle RED=45^{\circ}$. $RD=1$. Let $M$ be the midpoint of segment $\overline{RD}$. Point $C$ lies on side $\overline{ED}$ such that $\overline{RC}\perp\overline{EM}$. Extend segment $\overline{DE}$ through $E$ to point $A$ such that $CA=AR$. Then $AE=\frac{a-\sqrt{b}}{c}$, where $a$ and $c$ are relatively prime positive integers, and $b$ is a positive integer. Find $a+b+c$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In triangle $ABC$, we have $\angle A = 90^\circ$ and $\sin B = \frac{4}{7}$. Find $\cos C$. {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Find the number of square units in the area of the triangle. [asy]size(125); draw( (-10,-2) -- (2,10), Arrows); draw( (0,-2)-- (0,10) ,Arrows); draw( (5,0) -- (-10,0),Arrows); label("$l$",(2,10), NE); label("$x$", (5,0) , E); label("$y$", (0,-2) , S); filldraw( (-8,0) -- (0,8) -- (0,0) -- cycle, lightgray); dot( (-2, 6)); dot( (-6, 2)); label( "(-2, 6)", (-2, 6), W, fontsize(10)); label( "(-6, 2)", (-6, 2), W, fontsize(10)); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ is a right triangle with legs $AB$ and $AC$. Points $X$ and $Y$ lie on legs $AB$ and $AC$, respectively, so that $AX:XB = AY:YC = 1:2$. If $BY = 16$ units, and $CX = 28$ units, what is the length of hypotenuse $BC$? Express your answer in simplest radical form. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In convex quadrilateral $KLMN$ side $\overline{MN}$ is perpendicular to diagonal $\overline{KM}$, side $\overline{KL}$ is perpendicular to diagonal $\overline{LN}$, $MN = 65$, and $KL = 28$. The line through $L$ perpendicular to side $\overline{KN}$ intersects diagonal $\overline{KM}$ at $O$ with $KO = 8$. Find $MO$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Two circles of radius 10 cm overlap such that each circle passes through the center of the other, as shown. How long, in cm, is the common chord (dotted segment) of the two circles? Express your answer in simplest radical form. [asy] draw(Circle((0,0),10),linewidth(1)); draw(Circle((10,0),10),linewidth(1)); dot((0,0)); dot((10,0)); draw((5,8.66)--(5,-8.66),linetype("0 4")+linewidth(1)); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $\triangle ABC$ be an isosceles triangle such that $BC = 30$ and $AB = AC.$ We have that $I$ is the incenter of $\triangle ABC,$ and $IC = 18.$ What is the length of the inradius of the triangle? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A circle of radius $2$ has center at $(2,0)$. A circle of radius $1$ has center at $(5,0)$. A line is tangent to the two circles at points in the first quadrant. What is the $y$-intercept of the line? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Points $A$, $B$, $C$, and $T$ are in space such that each of $\overline{TA}$, $\overline{TB}$, and $\overline{TC}$ is perpendicular to the other two. If $TA = TB = 12$ and $TC = 6$, then what is the distance from $T$ to face $ABC$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The diagram shows 28 lattice points, each one unit from its nearest neighbors. Segment $AB$ meets segment $CD$ at $E$. Find the length of segment $AE$. [asy] unitsize(0.8cm); for (int i=0; i<7; ++i) { for (int j=0; j<4; ++j) { dot((i,j)); };} label("$A$",(0,3),W); label("$B$",(6,0),E); label("$D$",(2,0),S); label("$E$",(3.4,1.3),S); dot((3.4,1.3)); label("$C$",(4,2),N); draw((0,3)--(6,0),linewidth(0.7)); draw((2,0)--(4,2),linewidth(0.7)); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Point $F$ is taken on the extension of side $AD$ of parallelogram $ABCD$. $BF$ intersects diagonal $AC$ at $E$ and side $DC$ at $G$. If $EF = 32$ and $GF = 24$, then $BE$ equals: [asy] size(7cm); pair A = (0, 0), B = (7, 0), C = (10, 5), D = (3, 5), F = (5.7, 9.5); pair G = intersectionpoints(B--F, D--C)[0]; pair E = intersectionpoints(A--C, B--F)[0]; draw(A--D--C--B--cycle); draw(A--C); draw(D--F--B); label("$A$", A, SW); label("$B$", B, SE); label("$C$", C, NE); label("$D$", D, NW); label("$F$", F, N); label("$G$", G, NE); label("$E$", E, SE); //Credit to MSTang for the asymptote[/asy] $\textbf{(A)}\ 4 \qquad \textbf{(B)}\ 8\qquad \textbf{(C)}\ 10 \qquad \textbf{(D)}\ 12 \qquad \textbf{(E)}\ 16$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In $\Delta ABC$, $AC = BC$, $m\angle DCB = 40^{\circ}$, and $CD \parallel AB$. What is the number of degrees in $m\angle ECD$? [asy] pair A,B,C,D,E; B = dir(-40); A = dir(-140); D = (.5,0); E = .4 * dir(40); draw(C--B--A--E,EndArrow); draw(C--D,EndArrow); label("$A$",A,W); label("$C$",C,NW);label("$B$",B,E);label("$D$",D,E);label("$E$",E,E); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $\triangle ABC$ and $\triangle DBC$ share $BC$. $AB = 5\ \text{cm}$, $AC = 12\ \text{cm}$, $DC = 8\ \text{cm}$, and $BD = 20\ \text{cm}$. What is the least possible integral number of centimeters in $BC$? [asy] size(100); import graph; currentpen = fontsize(10pt); pair B = (0,0), C = (13,0), A = (-5,7), D = (16,10); draw(B--A--C--cycle); draw(B--D--C); label("$A$",A,W); label("$B$",B,W); label("$C$",C,E); label("$D$",D,E); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A triangular region is enclosed by the lines with equations $y = \frac{1}{2} x + 3$, $y = -2x + 6$ and $y = 1$. What is the area of the triangular region? Express your answer as a decimal to the nearest hundredth. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A circle centered at $O$ is circumscribed about $\triangle ABC$ as follows: [asy] pair pA, pB, pC, pO; pO = (0, 0); pA = pO + dir(-20); pB = pO + dir(90); pC = pO + dir(190); draw(pA--pB--pC--pA); draw(pO--pA); draw(pO--pB); draw(pO--pC); label("$O$", pO, S); label("$110^\circ$", pO, NE); label("$100^\circ$", pO, NW); label("$A$", pA, SE); label("$B$", pB, N); label("$C$", pC, SW); draw(circle(pO, 1)); [/asy] What is the measure of $\angle BAC$, in degrees? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Increasing the radius of a cylinder by $6$ units increased the volume by $y$ cubic units. Increasing the height of the cylinder by $6$ units also increases the volume by $y$ cubic units. If the original height is $2$, then the original radius is: $\text{(A) } 2 \qquad \text{(B) } 4 \qquad \text{(C) } 6 \qquad \text{(D) } 6\pi \qquad \text{(E) } 8$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Arc $AC$ is a quarter-circle with center $B$. The shaded region $ABC$ is "rolled" along a straight board $PQ$ until it reaches its original orientation for the first time with point $B$ landing at point $B^{\prime}$. If $BC = \frac{2}{\pi}$ cm, what is the length of the path that point $B$ travels? Express your answer in simplest form. [asy] filldraw((0,0)--(-1,0)..dir(135)..(0,1)--(0,0)--cycle,gray,linewidth(2)); draw((0,1)..dir(45)..(1,0),dashed); draw((1-7/25,24/25)--(1+17/25,31/25)..(1-7/25,24/25)+dir(-30)..(1,0)--(1-7/25,24/25)--cycle,dashed); draw((3.5,0)--(2.5,0)..(3.5,0)+dir(135)..(3.5,1)--(3.5,0)--cycle,dashed); draw((-1.5,0)--(4,0),linewidth(2)); label("P",(-1.5,0),W); label("A",(-1,0),S); label("B",(0,0),S); label("C",(0,1),N); label("A$^{\prime}$",(2.5,0),S); label("B$^{\prime}$",(3.5,0),S); label("Q",(4,0),E); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ has side lengths $AB=7, BC=8,$ and $CA=9.$ Circle $\omega_1$ passes through $B$ and is tangent to line $AC$ at $A.$ Circle $\omega_2$ passes through $C$ and is tangent to line $AB$ at $A.$ Let $K$ be the intersection of circles $\omega_1$ and $\omega_2$ not equal to $A.$ Then $AK=\tfrac 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.} Point $P$ lies on the diagonal $AC$ of square $ABCD$ with $AP > CP$. Let $O_{1}$ and $O_{2}$ be the circumcenters of triangles $ABP$ and $CDP$ respectively. Given that $AB = 12$ and $\angle O_{1}PO_{2} = 120^{\circ}$, then $AP = \sqrt{a} + \sqrt{b}$, where $a$ and $b$ are positive integers. Find $a + b$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Side $AB$ of regular hexagon $ABCDEF$ is extended past $B$ to point $X$ such that $AX = 3AB$. Given that each side of the hexagon is $2$ units long, what is the length of segment $FX$? Express your answer in simplest radical form. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In regular pentagon $ABCDE$, diagonal $AC$ is drawn, as shown. Given that each interior angle of a regular pentagon measures 108 degrees, what is the measure of angle $CAB$? [asy] size(4cm,4cm); defaultpen(linewidth(1pt)+fontsize(10pt)); pair A,B,C,D,E; A = (0,0); B = dir(108); C = B+dir(39); D = C+dir(-39); E = (1,0); draw(A--B--C--D--E--cycle,linewidth(1)); draw(A--C,linewidth(1)+linetype("0 4")); label("A",A,S); label("B",B,W); label("C",C,N); label("D",D,E); label("E",E,S); label("$108^\circ$",B,E);; [/asy] {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In regular octagon $ABCDEFGH$, $M$ and $N$ are midpoints of $\overline{BC}$ and $\overline{FG}$ respectively. Compute $[ABMO]/[EDCMO]$. ($[ABCD]$ denotes the area of polygon $ABCD$.) [asy] pair A,B,C,D,E,F,G,H; F=(0,0); E=(2,0); D=(2+sqrt(2),sqrt(2)); C=(2+sqrt(2),2+sqrt(2)); B=(2,2+2sqrt(2)); A=(0,2+2*sqrt(2)); H=(-sqrt(2),2+sqrt(2)); G=(-sqrt(2),sqrt(2)); draw(A--B--C--D--E--F--G--H--cycle); draw(A--E); pair M=(B+C)/2; pair N=(F+G)/2; draw(M--N); label("$A$",A,N); label("$B$",B,NE); label("$C$",C,E); label("$D$",D,E); label("$E$",E,S); label("$F$",F,S); label("$G$",G,W); label("$H$",H,W); label("$M$",M,NE); label("$N$",N,SW); label("$O$",(1,2.4),E); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The figure shows two concentric circles. If the length of chord AB is 80 units and chord AB is tangent to the smaller circle, what is the area of the shaded region? Express your answer in terms of $\pi$. [asy] defaultpen(linewidth(.8pt)); dotfactor=4; filldraw(circle((0,0),50),gray); filldraw(circle((0,0),30),white); dot((0,0)); draw((-40,30)--(40,30)); label("$A$",(-40,30),W); label("$B$",(40,30),E); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A circle of radius 1 is surrounded by 4 circles of radius $r$ as shown. What is $r$? [asy] unitsize(0.6cm); for(int i=0; i<2; ++i){ for(int j=0; j<2; ++j){ draw(Circle((-2.4+4.8i,-2.4+4.8j),2.4),linewidth(0.7)); draw((-2.4+4.8i,-2.4+4.8j)--(-0.7+4.8i,-0.7+4.8j)); label("$r$",(-1.5+4.8i,-1.5+4.8j),SE); }; } draw(Circle((0,0),1),linewidth(0.7)); draw((0,0)--(1,0)); label("1",(0.5,0),S); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A cube has side length $6$. Its vertices are alternately colored black and purple, as shown below. What is the volume of the tetrahedron whose corners are the purple vertices of the cube? (A tetrahedron is a pyramid with a triangular base.) [asy] import three; real t=-0.05; triple A,B,C,D,EE,F,G,H; A = (0,0,0); B = (cos(t),sin(t),0); D= (-sin(t),cos(t),0); C = B+D; EE = (0,0,1); F = B+EE; G = C + EE; H = D + EE; draw(surface(B--EE--G--cycle),rgb(.6,.3,.6),nolight); draw(surface(B--D--G--cycle),rgb(.7,.4,.7),nolight); draw(surface(D--EE--G--cycle),rgb(.8,.5,.8),nolight); draw(B--C--D); draw(EE--F--G--H--EE); draw(B--F); draw(C--G); draw(D--H); pen pu=rgb(.5,.2,.5)+8; pen bk=black+8; dot(B,pu); dot(C,bk); dot(D,pu); dot(EE,pu); dot(F,bk); dot(G,pu); dot(H,bk); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $\triangle XOY$ be a right-angled triangle with $m\angle XOY = 90^{\circ}$. Let $M$ and $N$ be the midpoints of legs $OX$ and $OY$, respectively. Given that $XN=19$ and $YM=22$, find $XY$. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In $\triangle PQR$, we have $PQ = QR = 34$ and $PR = 32$. Point $M$ is the midpoint of $\overline{QR}$. Find $PM$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ has $AC = 450$ and $BC = 300$. Points $K$ and $L$ are located on $\overline{AC}$ and $\overline{AB}$ respectively so that $AK = CK$, and $\overline{CL}$ is the angle bisector of angle $C$. Let $P$ be the point of intersection of $\overline{BK}$ and $\overline{CL}$, and let $M$ be the point on line $BK$ for which $K$ is the midpoint of $\overline{PM}$. If $AM = 180$, find $LP$. [asy] import markers; defaultpen(fontsize(8)); size(300); pair A=(0,0), B=(30*sqrt(331),0), C, K, L, M, P; C = intersectionpoints(Circle(A,450), Circle(B,300))[0]; K = midpoint(A--C); L = (3*B+2*A)/5; P = extension(B,K,C,L); M = 2*K-P; draw(A--B--C--cycle); draw(C--L);draw(B--M--A); markangle(n=1,radius=15,A,C,L,marker(markinterval(stickframe(n=1),true))); markangle(n=1,radius=15,L,C,B,marker(markinterval(stickframe(n=1),true))); dot(A^^B^^C^^K^^L^^M^^P); label("$A$",A,(-1,-1));label("$B$",B,(1,-1));label("$C$",C,(1,1)); label("$K$",K,(0,2));label("$L$",L,(0,-2));label("$M$",M,(-1,1)); label("$P$",P,(1,1)); label("$180$",(A+M)/2,(-1,0));label("$180$",(P+C)/2,(-1,0));label("$225$",(A+K)/2,(0,2));label("$225$",(K+C)/2,(0,2)); label("$300$",(B+C)/2,(1,1)); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $A = (0,0)$ and $B = (b,2)$ be points on the coordinate plane. Let $ABCDEF$ be a convex equilateral hexagon such that $\angle FAB = 120^\circ,$ $\overline{AB}\parallel \overline{DE},$ $\overline{BC}\parallel \overline{EF,}$ $\overline{CD}\parallel \overline{FA},$ and the y-coordinates of its vertices are distinct elements of the set $\{0,2,4,6,8,10\}.$ The area of the hexagon 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.$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A car travels due east at $\frac 23$ mile per minute on a long, straight road. At the same time, a circular storm, whose radius is $51$ miles, moves southeast at $\frac 12\sqrt{2}$ mile per minute. At time $t=0$, the center of the storm is $110$ miles due north of the car. At time $t=t_1$ minutes, the car enters the storm circle, and at time $t=t_2$ minutes, the car leaves the storm circle. Find $\frac 12(t_1+t_2)$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $ABCD$ is a regular tetrahedron (right triangular pyramid). If $M$ is the midpoint of $\overline{CD}$, then what is $\cos \angle AMB$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A cone has a volume of $12288\pi$ cubic inches and the vertex angle of the vertical cross section is 60 degrees. What is the height of the cone? Express your answer as a decimal to the nearest tenth. [asy] import markers; size(150); import geometry; draw(scale(1,.2)*arc((0,0),1,0,180),dashed); draw(scale(1,.2)*arc((0,0),1,180,360)); draw((-1,0)--(0,sqrt(3))--(1,0)); //draw(arc(ellipse((2.5,0),1,0.2),0,180),dashed); draw(shift((2.5,0))*scale(1,.2)*arc((0,0),1,0,180),dashed); draw((1.5,0)--(2.5,sqrt(3))--(3.5,0)--cycle); //line a = line((2.5,sqrt(3)),(1.5,0)); //line b = line((2.5,sqrt(3)),(3.5,0)); //markangle("$60^{\circ}$",radius=15,a,b); //markangle("$60^{\circ}$",radius=15,(1.5,0),(2.5,sqrt(3)),(1.5,0)); markangle(Label("$60^{\circ}$"),(1.5,0),(2.5,sqrt(3)),(3.5,0),radius=15); //markangle(Label("$60^{\circ}$"),(1.5,0),origin,(0,1),radius=20); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The surface area of a sphere with radius $r$ is $4\pi r^2$. Including the area of its circular base, what is the total surface area of a hemisphere with radius 6 cm? Express your answer in terms of $\pi$. [asy] import markers; size(150); import geometry; draw((0,-7)--(0,-1),Arrow); draw((10,10)--(5,5),Arrow); label("half of sphere",(10,10),N); label("circular base",(0,-7),S); draw(scale(1,.2)*arc((0,0),10,0,180),dashed); draw(scale(1,.2)*arc((0,0),10,180,360)); draw(Arc((0,0),10,0,180)); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ has $BC=20.$ The incircle of the triangle evenly trisects the median $AD.$ If the area of the triangle is $m \sqrt{n}$ where $m$ and $n$ are integers and $n$ is not divisible by the square of a prime, find $m+n.$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $\triangle DEF$ is inscribed inside $\triangle ABC$ such that $D,E,F$ lie on $BC, AC, AB$, respectively. The circumcircles of $\triangle DEC, \triangle BFD, \triangle AFE$ have centers $O_1,O_2,O_3$, respectively. Also, $AB = 23, BC = 25, AC=24$, and $\stackrel{\frown}{BF} = \stackrel{\frown}{EC},\ \stackrel{\frown}{AF} = \stackrel{\frown}{CD},\ \stackrel{\frown}{AE} = \stackrel{\frown}{BD}$. The length of $BD$ can be written in the form $\frac mn$, where $m$ and $n$ are relatively prime integers. Find $m+n$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In the figure shown, the ratio of $BD$ to $DC$ is $4$ to $3$. The area of $\triangle ABD$ is $24$ square centimeters. What is the area of $\triangle ADC$? [asy] size(85); defaultpen(linewidth(1)+fontsize(10)); pair A = (0,5.5), B=(0,0), D = (2,0), C = (3,0); draw(A--B--C--A--D); label("A",A,N); label("B",B,S); label("C",C,S); label("D",D,S); draw(rightanglemark(A,B,C,8),linewidth(0.7)); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Circle $T$ has a circumference of $12\pi$ inches, and segment $XY$ is a diameter. If the measure of angle $TXZ$ is $60^{\circ}$, what is the length, in inches, of segment $XZ$? [asy] size(150); draw(Circle((0,0),13),linewidth(1)); draw((-12,-5)--(-5,-12)--(12,5)--cycle,linewidth(1)); dot((0,0)); label("T",(0,0),N); label("X",(-12,-5),W); label("Z",(-5,-12),S); label("Y",(12,5),E); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A $5 \times 8$ rectangle can be rolled to form two different cylinders with different maximum volumes. What is the ratio of the larger volume to the smaller volume? Express your answer as a common fraction. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Rectangle $ABCD$ is the base of pyramid $PABCD$. If $AB = 8$, $BC = 4$, $\overline{PA}\perp \overline{AB}$, $\overline{PA}\perp\overline{AD}$, and $PA = 6$, then what is the volume of $PABCD$? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The second hand on the clock pictured below is 6 cm long. How far in centimeters does the tip of this second hand travel during a period of 30 minutes? Express your answer in terms of $\pi$. [asy] draw(Circle((0,0),20)); label("12",(0,20),S); label("9",(-20,0),E); label("6",(0,-20),N); label("3",(20,0),W); dot((0,0)); draw((0,0)--(12,0)); draw((0,0)--(-8,10)); draw((0,0)--(-11,-14),linewidth(1)); label("6cm",(-5.5,-7),SE); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The two squares shown share the same center $O$ and have sides of length 1. The length of $\overline{AB}$ is $43/99$ and the area of octagon $ABCDEFGH$ is $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m+n.$ [asy] //code taken from thread for problem real alpha = 25; pair W=dir(225), X=dir(315), Y=dir(45), Z=dir(135), O=origin; pair w=dir(alpha)*W, x=dir(alpha)*X, y=dir(alpha)*Y, z=dir(alpha)*Z; draw(W--X--Y--Z--cycle^^w--x--y--z--cycle); pair A=intersectionpoint(Y--Z, y--z), C=intersectionpoint(Y--X, y--x), E=intersectionpoint(W--X, w--x), G=intersectionpoint(W--Z, w--z), B=intersectionpoint(Y--Z, y--x), D=intersectionpoint(Y--X, w--x), F=intersectionpoint(W--X, w--z), H=intersectionpoint(W--Z, y--z); dot(O); label("$O$", O, SE); label("$A$", A, dir(O--A)); label("$B$", B, dir(O--B)); label("$C$", C, dir(O--C)); label("$D$", D, dir(O--D)); label("$E$", E, dir(O--E)); label("$F$", F, dir(O--F)); label("$G$", G, dir(O--G)); label("$H$", H, dir(O--H));[/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Compute $\sin 0^\circ$. {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Compute $\cos 150^\circ$. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Two of the altitudes of an acute triangle divide the sides into segments of lengths $5,3,2$ and $x$ units, as shown. What is the value of $x$? [asy] defaultpen(linewidth(0.7)); size(75); pair A = (0,0); pair B = (1,0); pair C = (74/136,119/136); pair D = foot(B, A, C); pair E = /*foot(A,B,C)*/ (52*B+(119-52)*C)/(119); draw(A--B--C--cycle); draw(B--D); draw(A--E); draw(rightanglemark(A,D,B,1.2)); draw(rightanglemark(A,E,B,1.2)); label("$3$",(C+D)/2,WNW+(0,0.3)); label("$5$",(A+D)/2,NW); label("$2$",(C+E)/2,E); label("$x$",(B+E)/2,NE); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} [asy] fill(circle((4,0),4),grey); fill((0,0)--(8,0)--(8,-4)--(0,-4)--cycle,white); fill(circle((7,0),1),white); fill(circle((3,0),3),white); draw((0,0)--(8,0),black+linewidth(1)); draw((6,0)--(6,sqrt(12)),black+linewidth(1)); MP("A", (0,0), W); MP("B", (8,0), E); MP("C", (6,0), S); MP("D",(6,sqrt(12)), N); [/asy] In this diagram semi-circles are constructed on diameters $\overline{AB}$, $\overline{AC}$, and $\overline{CB}$, so that they are mutually tangent. If $\overline{CD} \bot \overline{AB}$, then the ratio of the shaded area to the area of a circle with $\overline{CD}$ as radius is: $\textbf{(A)}\ 1:2\qquad \textbf{(B)}\ 1:3\qquad \textbf{(C)}\ \sqrt{3}:7\qquad \textbf{(D)}\ 1:4\qquad \textbf{(E)}\ \sqrt{2}:6$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Ten unit cubes are glued together as shown. How many square units are in the surface area of the resulting solid? [asy] draw((0,0)--(30,0)--(30,10)--(0,10)--cycle); draw((10,0)--(10,10)); draw((20,0)--(20,10)); draw((5,15)--(35,15)); draw((0,10)--(5,15)); draw((10,10)--(15,15)); draw((20,10)--(25,15)); draw((35,15)--(35,5)--(30,0)); draw((30,10)--(35,15)); draw((-7,0)--(33,0)--(33,-10)--(-7,-10)--cycle); draw((-7,0)--(-2,5)--(0,5)); draw((3,-10)--(3,0)); draw((13,-10)--(13,0)); draw((23,-10)--(23,0)); draw((35,5)--(38,5)--(33,0)); draw((38,5)--(38,-5)--(33,-10)); draw((2,-10)--(2,-20)--(32,-20)--(32,-10)--cycle); draw((12,-10)--(12,-20)); draw((22,-10)--(22,-20)); draw((32,-20)--(37,-15)--(37,-6)); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} $ABCDEFGH$ shown below is a cube with volume 1. Find the volume of pyramid $ABCH$. [asy] import three; triple A,B,C,D,EE,F,G,H; A = (0,0,0); B = (1,0,0); C = (1,1,0); D= (0,1,0); EE = (0,0,1); F = B+EE; G = C + EE; H = D + EE; draw(B--C--D); draw(B--A--D,dashed); draw(EE--F--G--H--EE); draw(A--EE,dashed); draw(B--F); draw(C--G); draw(D--H); label("$A$",A,S); label("$B$",B,W); label("$C$",C,S); label("$D$",D,E); label("$E$",EE,N); label("$F$",F,W); label("$G$",G,SW); label("$H$",H,E); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In $\triangle{ABC}, AB=10, \angle{A}=30^\circ$ , and $\angle{C=45^\circ}$. Let $H, D,$ and $M$ be points on the line $BC$ such that $AH\perp{BC}$, $\angle{BAD}=\angle{CAD}$, and $BM=CM$. Point $N$ is the midpoint of the segment $HM$, and point $P$ is on ray $AD$ such that $PN\perp{BC}$. Then $AP^2=\dfrac{m}{n}$, 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 circle of radius $r$ has chords $\overline{AB}$ of length $10$ and $\overline{CD}$ of length 7. When $\overline{AB}$ and $\overline{CD}$ are extended through $B$ and $C$, respectively, they intersect at $P$, which is outside of the circle. If $\angle{APD}=60^\circ$ and $BP=8$, then $r^2=$ $\text{(A) } 70\quad \text{(B) } 71\quad \text{(C) } 72\quad \text{(D) } 73\quad \text{(E) } 74$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} What is the slope of the line that is tangent to a circle at point (5,5) if the center of the circle is (3,2)? Express your answer as a common fraction. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A circle with radius 4 cm is tangent to three sides of a rectangle, as shown. The area of the rectangle is twice the area of the circle. What is the length of the longer side of the rectangle, in centimeters? Express your answer in terms of $\pi$. [asy] import graph; draw((0,0)--(30,0)--(30,20)--(0,20)--cycle); draw(Circle((10,10),10)); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A cylindrical log has diameter $12$ inches. A wedge is cut from the log by making two planar cuts that go entirely through the log. The first is perpendicular to the axis of the cylinder, and the plane of the second cut forms a $45^\circ$ angle with the plane of the first cut. The intersection of these two planes has exactly one point in common with the log. The number of cubic inches in the wedge can be expressed as $n\pi$, where n is a positive integer. Find $n$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A square with sides 6 inches is shown. If $P$ is a point such that the segment $\overline{PA}$, $\overline{PB}$, $\overline{PC}$ are equal in length, and segment $\overline{PC}$ is perpendicular to segment $\overline{FD}$, what is the area, in square inches, of triangle $APB$? [asy] pair A, B, C, D, F, P; A = (0,0); B= (2,0); C = (1,2); D = (2,2); F = (0,2); P = (1,1); draw(A--B--D--F--cycle); draw(C--P); draw(P--A); draw(P--B); label("$A$",A,SW); label("$B$",B,SE);label("$C$",C,N);label("$D$",D,NE);label("$P$",P,NW);label("$F$",F,NW); label("$6''$",(1,0),S); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Jenny and Kenny are walking in the same direction, Kenny at 3 feet per second and Jenny at 1 foot per second, on parallel paths that are 200 feet apart. A tall circular building 100 feet in diameter is centered midway between the paths. At the instant when the building first blocks the line of sight between Jenny and Kenny, they are 200 feet apart. Let $t\,$ be the amount of time, in seconds, before Jenny and Kenny can see each other again. If $t\,$ is written as a fraction in lowest terms, what is the sum of the numerator and denominator? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A regular polygon has exterior angles each measuring 15 degrees. How many sides does the polygon have? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Find $\cos C$ in the right triangle shown below. [asy] pair A,B,C; A = (0,0); B = (6,0); C = (0,8); draw(A--B--C--A); draw(rightanglemark(B,A,C,10)); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$10$",(B+C)/2,NE); label("$6$",B/2,S); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Compute $\sin 315^\circ$. {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Charlyn walks completely around the boundary of a square whose sides are each 5 km long. From any point on her path she can see exactly 1 km horizontally in all directions. What is the area of the region consisting of all points Charlyn can see during her walk, expressed in square kilometers and rounded to the nearest whole number? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In right $\Delta ABC$, $\angle CAB$ is a right angle. Point $M$ is the midpoint of $\overline{BC}$. What is the number of centimeters in the length of median $\overline{AM}$? Express your answer as a decimal to the nearest tenth. [asy] pair A,B,C,M; A = (0,0); B = (4,0); C = (0,3); M = (B+C)/2; draw(M--A--B--C--A); label("$A$",A,W); label("$B$",B,E); label("$C$",C,W); label("$M$",M,NE); label("3 cm",A--C,W); label("4 cm",A--B,S); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A cylindrical glass is half full of lemonade. The ratio of lemon juice to water in the lemonade is 1:11. If the glass is 6 inches tall and has a diameter of 2 inches, what is the volume of lemon juice in the glass? Express your answer as a decimal to the nearest hundredth. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The sides of triangle $PQR$ are tangent to a circle with center $C$ as shown. Given that $\angle PQR = 65^\circ$ and $\angle QRC = 30^\circ$, find $\angle QPR$, in degrees. [asy] unitsize(1.0 cm); pair Q, P, R, C; Q = (2.43,3.46); P = (0,0); R = (4.43,0); C = incenter(Q,P,R); draw(Q--P--R--cycle); draw(incircle(Q,P,R)); draw(R--C); label("$Q$", Q, N); label("$P$", P, SW); label("$R$", R, SE); label("$C$", C, N); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In right triangle $ABC$ with $\angle B = 90^\circ$, we have $$2\sin A = 3\cos A.$$What is $\sin A$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The consecutive angles of a particular trapezoid form an arithmetic sequence. If the largest angle measures $120^{\circ}$, what is the measure of the smallest angle? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The side lengths of both triangles to the right are given in centimeters. What is the length of segment $AB$? [asy] pair A,B,C,D,E,F,G; A=(0,0); B=12*dir(0); C=20*dir(120); D=8+B; E=D+6*dir(0); F=D+10*dir(120); draw(A--B--C--cycle); draw(D--E--F--cycle); label("A",F,N); label("B",E+(1.4,0)); label("6",.5*(A+B),S); label("14",.5*(B+C),NE); label("10",.5*(A+C),SW); label("\small{$120^{\circ}$}",A,NE); label("3",.5*(D+E),S); label("5",.5*(D+F),SW); label("\tiny{$120^{\circ}$}",D+(1.8,0.8)); [/asy] {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A square pyramid has a base edge of 32 inches and an altitude of 1 foot. A square pyramid whose altitude is one-fourth of the original altitude is cut away at the apex of the original pyramid. The volume of the remaining frustum is what fractional part of the volume of the original pyramid? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In the diagram, $O$ is the center of a circle with radii $OP=OQ=5$. What is the perimeter of the shaded region? [asy] size(100); import graph; label("$P$",(-1,0),W); label("$O$",(0,0),NE); label("$Q$",(0,-1),S); fill(Arc((0,0),1,-90,180)--cycle,mediumgray); draw(Arc((0,0),1,-90,180)); fill((0,0)--(-1,0)--(0,-1)--cycle,white); draw((-1,0)--(0,0)--(0,-1)); draw((-.1,0)--(-.1,-.1)--(0,-.1)); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Triangle $ABC$ with vertices $A(-2, 0)$, $B(1, 4)$ and $C(-3, 2)$ is reflected over the $y$-axis to form triangle $A'B'C'$. What is the length of a segment drawn from $C$ to $C'$? {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The areas of three of the faces of a right, rectangular prism are $24 \hspace{.6mm} \mathrm{cm}^2$, $32 \hspace{.6mm} \mathrm{cm}^2$, and $48 \hspace{.6mm} \mathrm{cm}^2$. What is the volume of the prism, in cubic centimeters? {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A cylindrical barrel with radius $4$ feet and height $10$ feet is full of water. A solid cube with side length $8$ feet is set into the barrel so that the diagonal of the cube is vertical. The volume of water thus displaced is $v$ cubic feet. Find $v^2$. [asy] import three; import solids; size(5cm); currentprojection=orthographic(1,-1/6,1/6); draw(surface(revolution((0,0,0),(-2,-2*sqrt(3),0)--(-2,-2*sqrt(3),-10),Z,0,360)),white,nolight); triple A =(8*sqrt(6)/3,0,8*sqrt(3)/3), B = (-4*sqrt(6)/3,4*sqrt(2),8*sqrt(3)/3), C = (-4*sqrt(6)/3,-4*sqrt(2),8*sqrt(3)/3), X = (0,0,-2*sqrt(2)); draw(X--X+A--X+A+B--X+A+B+C); draw(X--X+B--X+A+B); draw(X--X+C--X+A+C--X+A+B+C); draw(X+A--X+A+C); draw(X+C--X+C+B--X+A+B+C,linetype("2 4")); draw(X+B--X+C+B,linetype("2 4")); draw(surface(revolution((0,0,0),(-2,-2*sqrt(3),0)--(-2,-2*sqrt(3),-10),Z,0,240)),white,nolight); draw((-2,-2*sqrt(3),0)..(4,0,0)..(-2,2*sqrt(3),0)); draw((-4*cos(atan(5)),-4*sin(atan(5)),0)--(-4*cos(atan(5)),-4*sin(atan(5)),-10)..(4,0,-10)..(4*cos(atan(5)),4*sin(atan(5)),-10)--(4*cos(atan(5)),4*sin(atan(5)),0)); draw((-2,-2*sqrt(3),0)..(-4,0,0)..(-2,2*sqrt(3),0),linetype("2 4")); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $P_{1}: y=x^{2}+\frac{101}{100}$ and $P_{2}: x=y^{2}+\frac{45}{4}$ be two parabolas in the Cartesian plane. Let $\mathcal{L}$ be the common tangent line of $P_{1}$ and $P_{2}$ that has a rational slope. If $\mathcal{L}$ is written in the form $ax+by=c$ for positive integers $a,b,c$ where $\gcd(a,b,c)=1$, find $a+b+c$. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In quadrilateral $ABCD$, $\angle{BAD}\cong\angle{ADC}$ and $\angle{ABD}\cong\angle{BCD}$, $AB = 8$, $BD = 10$, and $BC = 6$. The length $CD$ may be written in the form $\frac {m}{n}$, 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.} 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] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} What is the radius of the circle inscribed in triangle $ABC$ if $AB = AC=7$ and $BC=6$? Express your answer in simplest radical form. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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? {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The number of inches in the perimeter of an equilateral triangle equals the number of square inches in the area of its circumscribed circle. What is the radius, in inches, of the circle? Express your answer in terms of pi and in simplest radical form. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Which of the following could NOT be the lengths of the external diagonals of a right regular prism [a "box"]? (An $\textit{external diagonal}$ is a diagonal of one of the rectangular faces of the box.) $\text{(A) }\{4,5,6\} \quad \text{(B) } \{4,5,7\} \quad \text{(C) } \{4,6,7\} \quad \text{(D) } \{5,6,7\} \quad \text{(E) } \{5,7,8\}$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Line $l_1$ has equation $3x - 2y = 1$ and goes through $A = (-1, -2)$. Line $l_2$ has equation $y = 1$ and meets line $l_1$ at point $B$. Line $l_3$ has positive slope, goes through point $A$, and meets $l_2$ at point $C$. The area of $\triangle ABC$ is $3$. What is the slope of $l_3$? {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $ABCDEF$ be a regular hexagon. Let $G$, $H$, $I$, $J$, $K$, and $L$ be the midpoints of sides $AB$, $BC$, $CD$, $DE$, $EF$, and $AF$, respectively. The segments $\overline{AH}$, $\overline{BI}$, $\overline{CJ}$, $\overline{DK}$, $\overline{EL}$, and $\overline{FG}$ bound a smaller regular hexagon. Let the ratio of the area of the smaller hexagon to the area of $ABCDEF$ be expressed as a fraction $\frac {m}{n}$ 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.} Triangle $ABC$ is an isosceles triangle with $AB=BC$. Point $D$ is the midpoint of both $\overline{BC}$ and $\overline{AE}$, and $\overline{CE}$ is 11 units long. What is the length of $\overline{BD}$? Express your answer as a decimal to the nearest tenth. [asy] draw((0,0)--(3,112^.5)--(6,0)--cycle); draw((6,0)--(9,112^.5)--(0,0)); label("$A$", (0,0), SW); label("$B$", (3,112^.5), N); label("$C$", (6,0), SE); label("$D$", (4.75,6), N); label("$E$", (9,112^.5), N); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The lengths of the sides of a non-degenerate triangle are $x$, 13 and 37 units. How many integer values of $x$ are possible? {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Two congruent right circular cones each with base radius $3$ and height $8$ have the axes of symmetry that intersect at right angles at a point in the interior of the cones a distance $3$ from the base of each cone. A sphere with radius $r$ lies withing both cones. The maximum possible value of $r^2$ is $\frac{m}{n}$, 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.} One angle of a parallelogram is 120 degrees, and two consecutive sides have lengths of 8 inches and 15 inches. What is the area of the parallelogram? Express your answer in simplest radical form. {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Wei has designed a logo for his new company using circles and a large square, as shown. Each circle is tangent to two sides of the square and its two adjacent circles. If he wishes to create a version of this logo that is 20 inches on each side, how many square inches will be shaded? [asy] size(100); draw((0,0)--(4,0)--(4,4)--(0,4)--cycle); fill((0,0)--(4,0)--(4,4)--(0,4)--cycle,grey); draw(circle((1,1),1)); draw(circle((3,1),1)); draw(circle((1,3),1)); draw(circle((3,3),1)); fill(circle((1,1),1),white); fill(circle((3,1),1),white); fill(circle((1,3),1),white); fill(circle((3,3),1),white); [/asy] {\bf Level.} Level 2 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} What is the number of square units in the area of trapezoid ABCD with vertices A(0,0), B(0,-2), C(4,0), and D(4,6)? {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In the diagram, $AOB$ is a sector of a circle with $\angle AOB=60^\circ.$ $OY$ is drawn perpendicular to $AB$ and intersects $AB$ at $X.$ What is the length of $XY ?$ [asy] draw((0,0)--(12,0),black+linewidth(1)); draw((0,0)--(10.3923,-6)..(12,0)..(10.3923,6)--(0,0),black+linewidth(1)); draw((10.3923,-6)--(10.3923,6),black+linewidth(1)); label("$O$",(0,0),W); label("$A$",(10.3923,6),N); label("$B$",(10.3923,-6),S); label("$X$",(10.3923,0),NW); label("$Y$",(12,0),E); label("12",(0,0)--(10.3923,6),NW); label("12",(0,0)--(10.3923,-6),SW); [/asy] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Three circles of radius 1 are externally tangent to each other and internally tangent to a larger circle. What is the radius of the large circle? Express your answer as a common fraction in simplest radical form. [asy] draw(Circle((0,-0.58),2.15),linewidth(0.7)); draw(Circle((-1,0),1),linewidth(0.7)); draw(Circle((1,0),1),linewidth(0.7)); draw(Circle((0,-1.73),1),linewidth(0.7)); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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. {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A regular octahedron is formed by joining the centers of adjoining faces of a cube. The ratio of the volume of the octahedron to the volume of the cube is $\mathrm{(A) \frac{\sqrt{3}}{12} } \qquad \mathrm{(B) \frac{\sqrt{6}}{16} } \qquad \mathrm{(C) \frac{1}{6} } \qquad \mathrm{(D) \frac{\sqrt{2}}{8} } \qquad \mathrm{(E) \frac{1}{4} }$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} The same amount of steel used to create eight solid steel balls, each with a radius of 1 inch, is used to create one larger steel ball. What is the radius of the larger ball? [asy] size(150); filldraw(circle((0,0),1),gray); filldraw(circle((.9,-.8),1),gray); filldraw(circle((1.8,.9),1),gray); filldraw(circle((2,0),1),gray); filldraw(circle((2,-.4),1),gray); filldraw(circle((3,-.4),1),gray); filldraw(circle((4.8,-.4),1),gray); filldraw(circle((3.2,.5),1),gray); draw((6,.7)--(8,.7),Arrow); filldraw(circle((11,.2),2),gray); [/asy] {\bf Level.} Level 3 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} 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] {\bf Level.} Level 4 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} What is the sum of the number of faces, edges and vertices of a triangular prism? [asy] draw((0,0)--(10,0)--(5,8.7)--cycle); draw((0,0)--(20,20),dashed); draw((10,0)--(30,20)); draw((5,8.7)--(25,28.7)); draw((25,28.7)--(30,20)--(20,20)--cycle,dashed); draw((25,28.7)--(30,20)); [/asy] {\bf Level.} Level 1 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} A point $P$ is chosen in the interior of $\triangle ABC$ such that when lines are drawn through $P$ parallel to the sides of $\triangle ABC$, the resulting smaller triangles $t_{1}$, $t_{2}$, and $t_{3}$ in the figure, have areas $4$, $9$, and $49$, respectively. Find the area of $\triangle ABC$. [asy] size(200); pathpen=black;pointpen=black; pair A=(0,0),B=(12,0),C=(4,5); D(A--B--C--cycle); D(A+(B-A)*3/4--A+(C-A)*3/4); D(B+(C-B)*5/6--B+(A-B)*5/6);D(C+(B-C)*5/12--C+(A-C)*5/12); MP("A",C,N);MP("B",A,SW);MP("C",B,SE); /* sorry mixed up points according to resources diagram. */ MP("t_3",(A+B+(B-A)*3/4+(A-B)*5/6)/2+(-1,0.8),N); MP("t_2",(B+C+(B-C)*5/12+(C-B)*5/6)/2+(-0.3,0.1),WSW); MP("t_1",(A+C+(C-A)*3/4+(A-C)*5/12)/2+(0,0.15),ESE); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} In $\triangle{ABC}$ with side lengths $AB = 13$, $AC = 12$, and $BC = 5$, let $O$ and $I$ denote the circumcenter and incenter, respectively. A circle with center $M$ is tangent to the legs $AC$ and $BC$ and to the circumcircle of $\triangle{ABC}$. What is the area of $\triangle{MOI}$? $\textbf{(A)}\ 5/2\qquad\textbf{(B)}\ 11/4\qquad\textbf{(C)}\ 3\qquad\textbf{(D)}\ 13/4\qquad\textbf{(E)}\ 7/2$ {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry<|endoftext|> {\bf Problem.} Let $P$ be a point inside triangle $ABC$. Let $G_1$, $G_2$, and $G_3$ be the centroids of triangles $PBC$, $PCA$, and $PAB$, respectively. If the area of triangle $ABC$ is 18, then find the area of triangle $G_1 G_2 G_3$. [asy] import geometry; unitsize(2 cm); pair A, B, C, P; pair[] G; A = (1,3); B = (0,0); C = (4,0); P = (2,1); G[1] = (P + B + C)/3; G[2] = (P + C + A)/3; G[3] = (P + A + B)/3; draw(A--B--C--cycle); draw(A--P); draw(B--P); draw(C--P); draw(G[1]--G[2]--G[3]--cycle); label("$A$", A, dir(90)); label("$B$", B, SW); label("$C$", C, SE); dot("$G_1$", G[1], S); dot("$G_2$", G[2], SE); dot("$G_3$", G[3], NW); label("$P$", P, S); [/asy] {\bf Level.} Level 5 {\bf Type.} Geometry {\bf Solution.} Geometry |