Using right-end point values, we make rectangles using the height of the right side of the rectangle.
For example, from time = 0 to time = 1, we have velocities of 0 and 8. The right-side value is 8, so we have a rectangle of area 1 * 8. Do this for all the intervals, and you should have rectangles of areas
8, 19, 26, 25, 23, 26, 21, and 4
Add these up to find the overall area estimate:
8 + 19 + 26 + 25 + 23 + 26 + 21 + 4 = 152