I'm not sure that I understand how the midpoint rule would be applied. We want to take the integral ∫A(x) dx.
Normally, for the midpoint rule, you would know A(x) and evaluate the A at the midpoint of the interval and multiply by the width of the interval in order to get the approximate volume of each interval, than sum them.
In this case,
V = A(1/2)*1 + A(3/2)*1 + A(5/2)*1 + ... but we can't do this because we do not know the function at the midpoints.
We could find the volume using trapezoid rule which is better than the high or low Riemann sum:
V = (A(0) + A(1))/2 + (A(1)+A(2))/2 + .... which can be done more quickly with constant intervals as
V = (A(0)/2 + A(1) + A(2) + ... A(9) + A(10)/2) (The terms are times the interval of 1 cm)
These are values of A(x) that you know. Also, the end points are 0, so the solution is just to add up all the cross-sectional areas and multiply by 1 cm: 99.7 cm3
Oh, I see how you could use the MR but the approximation is obviously not as good: We could take 6 intervals and use the odd numbers as the midpoints (This would throw out half of the data).
V = (A(1) + A(3) + A(5) + A(7) + A(9) + A(11))*(2 cm) using 2 cm intervals.
This yields the result V = 53.2*2 = 106.4 cm3.
I have seen problems on the AP Calc that give 5 points of data and you approximate the integral with 2 subintervals and use Th MR to integrate. (They usually tell you to do this, though, and it is not nearly as accurate as the trapezoid rule using all the data)
I hope that helps.