For the following scenario,
The density of people in a 200-ft long stadium during a concert is given by c(x), where x is the distance, in feet, from the stage. Find the number of people at the concert who are at most x feet away from the stage and express the answer as a Riemann sum.
I came up with the definite integral for the number of people as $\int_{0}^{x} c(x)$
I am wondering if $\int_{0}^{x} c(x)$ is equivalent to the following Riemann sum for finding the number of people at the concert:
$$\sum_{k=1}^{n} f(x_k) \space \Delta x$$
Thanks for your time.