MathDB

1995 AMC 12/AHSME

Part of AMC 12/AHSME

Subcontests

(30)

Circle, chords, and area of the circle

In the figure, AB\overline{AB} and CD\overline{CD} are diameters of the circle with center OO, ABCD\overline{AB} \perp \overline{CD}, and chord DF\overline{DF} intersects AB\overline{AB} at EE. If DE=6DE = 6 and EF=2EF = 2, then the area of the circle is [asy] size(120); defaultpen(linewidth(0.7)); pair O=origin, A=(-5,0), B=(5,0), C=(0,5), D=(0,-5), F=5*dir(40), E=intersectionpoint(A--B, F--D); draw(Circle(O, 5)); draw(A--B^^C--D--F); dot(O^^A^^B^^C^^D^^E^^F); markscalefactor=0.05; draw(rightanglemark(B, O, D)); label("AA", A, dir(O--A)); label("BB", B, dir(O--B)); label("CC", C, dir(O--C)); label("DD", D, dir(O--D)); label("FF", F, dir(O--F)); label("OO", O, NW); label("EE", E, SE);[/asy] <spanclass=latexbold>(A)</span> 23π<spanclass=latexbold>(B)</span> 472π<spanclass=latexbold>(C)</span> 24π<spanclass=latexbold>(D)</span> 492π<spanclass=latexbold>(E)</span> 25π<span class='latex-bold'>(A)</span>\ 23\pi \qquad <span class='latex-bold'>(B)</span>\ \dfrac{47}{2}\pi \qquad <span class='latex-bold'>(C)</span>\ 24\pi \qquad <span class='latex-bold'>(D)</span>\ \dfrac{49}{2}\pi \qquad <span class='latex-bold'>(E)</span>\ 25\pi

Chord length of sqrt{a}

Two parallel chords in a circle have lengths 1010 and 1414, and the distance between them is 66. The chord parallel to these chords and midway between them is of length a\sqrt{a} where aa is
[asy] // note: diagram deliberately not to scale -- azjps void htick(pair A, pair B, real r){ D(A--B); D(A-(r,0)--A+(r,0)); D(B-(r,0)--B+(r,0)); } size(120); pathpen = linewidth(0.7); pointpen = black+linewidth(3); real min = -0.6, step = 0.5; pair[] A, B; D(unitcircle); for(int i = 0; i < 3; ++i) { A.push(intersectionpoints((-9,min+i*step)--(9,min+i*step),unitcircle)[0]); B.push(intersectionpoints((-9,min+i*step)--(9,min+i*step),unitcircle)[1]); D(D(A)--D(B)); } MP("10",(A[0]+B[0])/2,N); MP("\sqrt{a}",(A[1]+B[1])/2,N); MP("14",(A[2]+B[2])/2,N); htick((B[1].x+0.1,B[0].y),(B[1].x+0.1,B[2].y),0.06); MP("6",(B[1].x+0.1,B[0].y/2+B[2].y/2),E);[/asy]
<spanclass=latexbold>(A)</span> 144<spanclass=latexbold>(B)</span> 156<spanclass=latexbold>(C)</span> 168<spanclass=latexbold>(D)</span> 176<spanclass=latexbold>(E)</span> 184<span class='latex-bold'>(A)</span>\ 144 \qquad <span class='latex-bold'>(B)</span>\ 156 \qquad <span class='latex-bold'>(C)</span>\ 168 \qquad <span class='latex-bold'>(D)</span>\ 176 \qquad <span class='latex-bold'>(E)</span>\ 184

Problem of the Day

Hi guys, I was just reading over old posts that I made last year ( :P ) and saw how much the level of Getting Started became harder. To encourage more people from posting, I decided to start a Problem of the Day. This is how I'll conduct this: 1. In each post (not including this one since it has rules, etc) everyday, I'll post the problem. I may post another thread after it to give hints though. 2. Level of problem.. This is VERY important. All problems in this thread will be all AHSME or problems similar to this level. No AIME. Some AHSME problems, however, that involve tough insight or skills will not be posted. The chosen problems will be usually ones that everyone can solve after working. Calculators are allowed when you solve problems but it is NOT necessary. 3. Response.. All you have to do is simply solve the problem and post the solution. There is no credit given or taken away if you get the problem wrong. This isn't like other threads where the number of problems you get right or not matters. As for posting, post your solutions here in this thread. Do NOT PM me. Also, here are some more restrictions when posting solutions: A. No single answer post. It doesn't matter if you put hide and say "Answer is ###..." If you don't put explanation, it simply means you cheated off from some other people. I've seen several posts that went like "I know the answer" and simply post the letter. What is the purpose of even posting then? Huh? B. Do NOT go back to the previous problem(s). This causes too much confusion. C. You're FREE to give hints and post different idea, way or answer in some cases in problems. If you see someone did wrong or you don't understand what they did, post here. That's what this thread is for. 4. Main purpose.. This is for anyone who visits this forum to enjoy math. I rememeber when I first came into this forum, I was poor at math compared to other people. But I kindly got help from many people such as JBL, joml88, tokenadult, and many other people that would take too much time to type. Perhaps without them, I wouldn't be even a moderator in this forum now. This site clearly made me to enjoy math more and more and I'd like to do the same thing. That's about the rule.. Have fun problem solving! Next post will contain the Day 1 Problem. You can post the solutions until I post one. :D