The population density of a city, which is located in the middle of a large prairie, drops dramatically as distance from the center of town increases. This is shown in the following table:
| x = distance (in mi) from the center | 0 | 3 | 6 | 9 | 12 | 15 |
| f(x) = density (hundreds of people/mi2) | 60 | 50 | 35 | 20 | 10 | 3 |
Using a left Riemann Sum, we can calculate the population living within a 15-mile radius of the center to be approximately
Full Explanation
Since the density depends only on distance from the center (not on direction), the correct setup uses thin rings at radius x with thickness dx: each ring has area 2π x dx, so the population is ∫0152π x· f(x) dx, approximated here with a left Riemann sum using five subintervals of width 3.
Left endpoints and their contributions 2π x f(x)(3): at x=0, contribution is 0 (since the ring at the very center has zero circumference). At x=3 (f=50): 2π(3)(50)(3)=900π. At x=6 (f=35): 2π(6)(35)(3)=1260π. At x=9 (f=20): 2π(9)(20)(3)=1080π. At x=12 (f=10): 2π(12)(10)(3)=720π.
Sum: 900π+1260π+1080π+720π = 3960π ≈ 12,440.7 (in hundreds of people, since f was given in hundreds per square mile).
Multiply by 100 to get actual people: 12,440.7 × 100 ≈ 1,244,100. The correct answer is B.