Art of Problem Solving
During AMC 10A/12A testing, the AoPS Wiki is in read-only mode and no edits can be made.

2007 AMC 8 Problems/Problem 16: Difference between revisions

Mathway (talk | contribs)
Mathway (talk | contribs)
Line 13: Line 13:
D= (6,6) ,
D= (6,6) ,
E= (7.5,2) ;
E= (7.5,2) ;
draw((0,-1)--(0,16));
draw((-1,0)--(16,0));
dot(A^^B^^C^^D^^E);
label("$A$", (0,8), W);
label("$C$", (8,0), S);</asy>
<asy>
size(75);
pair A= (1.5,9) ,
B= (3,6) ,
C= (4.5,6) ,
D= (6,9) ,
E= (7.5,15) ;
draw((0,-1)--(0,16));
draw((-1,0)--(16,0));
dot(A^^B^^C^^D^^E);
label("$A$", (0,8), W);
label("$C$", (8,0), S);</asy>
<asy>
size(75);
pair A= (1.5,2) ,
B= (3,6) ,
C= (4.5,8) ,
D= (6,6) ,
E= (7.5,2) ;
draw((0,-1)--(0,16));
draw((-1,0)--(16,0));
dot(A^^B^^C^^D^^E);
label("$A$", (0,8), W);
label("$C$", (8,0), S);</asy>
<asy>
size(75);
pair A= (1.5,2) ,
B= (3,5) ,
C= (4.5,8) ,
D= (6,11) ,
E= (7.5,14) ;
draw((0,-1)--(0,16));
draw((-1,0)--(16,0));
dot(A^^B^^C^^D^^E);
label("$A$", (0,8), W);
label("$C$", (8,0), S);</asy>
<asy>
size(75);
pair A= (1.5,15) ,
B= (3,10) ,
C= (4.5,6) ,
D= (6,3) ,
E= (7.5,1) ;
draw((0,-1)--(0,16));
draw((0,-1)--(0,16));
draw((-1,0)--(16,0));
draw((-1,0)--(16,0));

Revision as of 12:23, 9 December 2012

Problem

Amanda Reckonwith draws five circles with radii $1, 2, 3, 4$ and $5$. Then for each circle she plots the point $(C,A)$, where $C$ is its circumference and $A$ is its area. Which of the following could be her graph?

[asy] size(75); pair A= (1.5,2) , B= (3,6) , C= (4.5,8) , D= (6,6) , E= (7.5,2) ; draw((0,-1)--(0,16)); draw((-1,0)--(16,0)); dot(A^^B^^C^^D^^E); label("$A$", (0,8), W); label("$C$", (8,0), S);[/asy]

[asy] size(75); pair A= (1.5,9) , B= (3,6) , C= (4.5,6) , D= (6,9) , E= (7.5,15) ; draw((0,-1)--(0,16)); draw((-1,0)--(16,0)); dot(A^^B^^C^^D^^E); label("$A$", (0,8), W); label("$C$", (8,0), S);[/asy]

[asy] size(75); pair A= (1.5,2) , B= (3,6) , C= (4.5,8) , D= (6,6) , E= (7.5,2) ; draw((0,-1)--(0,16)); draw((-1,0)--(16,0)); dot(A^^B^^C^^D^^E); label("$A$", (0,8), W); label("$C$", (8,0), S);[/asy]

[asy] size(75); pair A= (1.5,2) , B= (3,5) , C= (4.5,8) , D= (6,11) , E= (7.5,14) ; draw((0,-1)--(0,16)); draw((-1,0)--(16,0)); dot(A^^B^^C^^D^^E); label("$A$", (0,8), W); label("$C$", (8,0), S);[/asy]

[asy] size(75); pair A= (1.5,15) , B= (3,10) , C= (4.5,6) , D= (6,3) , E= (7.5,1) ; draw((0,-1)--(0,16)); draw((-1,0)--(16,0)); dot(A^^B^^C^^D^^E); label("$A$", (0,8), W); label("$C$", (8,0), S);[/asy]

See Also

2007 AMC 8 (ProblemsAnswer KeyResources)
Preceded by
Problem 15
Followed by
Problem 17
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
All AJHSME/AMC 8 Problems and Solutions