Mark M. answered 02/21/20
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
f(x) = x2 + 4
Using left endpoints, the first approximating rectangle has height f(1) = 5 and width Δx1 = 3-1 = 2
The second approximating rectangle has height f(3) = 13 and width Δx2 = 4-3 = 1.
The third approximating rectangle has height f(4) = 20 and width Δx3 = 6-4 = 2
So, the approximating sum is f(1)Δx1 + f(3)Δx2 + f(4)Δx3 = 10 + 13 + 40 = 63