MathDB
AMC 8 2009 Problem 3-Reading a graph

Source:

July 22, 2011

Problem Statement

The graph shows the constant rate at which Suzanna rides her bike. If she rides a total of a half an hour at the same speed, how many miles would she have ridden? [asy] size(200); import graph; /* this is a label */ Label f; f.p=fontsize(0); xaxis(-0.9,20,Ticks(f, 5.0, 5.0)); yaxis(-0.9,20, Ticks(f, 22.0,5.0)); // real f(real x) { return x; } draw(graph(f,-1,22),black+linewidth(1)); label("1", (-1,5), black); label("2", (-1, 10), black); label("3", (-1, 15), black); label("4", (-1, 20), black); dot((5,5), black+linewidth(5)); dot((10,10), black+linewidth(5)); dot((15, 15), black+linewidth(5)); dot((20,20), black+linewidth(5)); label("MINUTES", (11,-5), S); label(rotate(90)*"MILES", (-5,11), W);[/asy] <spanclass=latexbold>(A)</span>5<spanclass=latexbold>(B)</span>5.5<spanclass=latexbold>(C)</span>6<spanclass=latexbold>(D)</span>6.5<spanclass=latexbold>(E)</span>7 <span class='latex-bold'>(A) </span>5\qquad<span class='latex-bold'>(B) </span>5.5\qquad<span class='latex-bold'>(C) </span>6\qquad<span class='latex-bold'>(D) </span>6.5\qquad<span class='latex-bold'>(E) </span>7