First, find the average slope of f(x) on the interval [-4, 7].
This is the slope between endpoints (-4, f(-4)) and (7, f(7)).
f(-4) = 2(-4)3 -12(-4)2 - 30(-4) + 1 = -199
f(7) = 2(7)3 -12(7)2 - 30(7) + 1 = -111
The average slope is m = (-111 - (-199)) / (7 - (-4)) = 88/11 = 8
Find c such that the derivative f '(c) = 8.
f '(x)= 6x2 -24x - 30, so we need to solve the quadratic equation 6x2 -24x - 30 = 8.
It is convenient to use the completing of square method here.
6x2 -24x = 38; 6(x2 - 4x) = 38; 6(x2 - 4x + 4) = 38 + 24;
6(x - 2)2 = 62; (x - 2)2 = 62/6 = 31/3
x - 2 = ±√(31/3)
x = 2 ± √(31/3)
x1 = 2 - √(31/3) ≈ -1.21455 x2 = 2 + √(31/3) ≈ 5.21455
Both values are in the interval (-4, 7).