The question reads:
The radius of a circle is decreasing at a constant rate of 0.1 centimeters per second. In terms of circumference, C, what is the rate of change of the area, A, of the circle, in square centimeters per second?
The right answer goes this way:
$ A = \pi r^2 $ --> $ \frac{da}{dt}=2\pi r \frac{dr}{dt} = 2\pi \frac {c}{2\pi} \frac{dr}{dt} = C*-.1 $
Why do I get the wrong answer this way: $ \frac{da}{dt}=2\pi (\frac{C}{2\pi}) \frac{dC}{dt} = C * -.2\pi $ Does not $\frac{dC}{dt}= -.2\pi$ if$ \frac{dr}{dt} = -.1$ in the example?