
Alan G. answered 07/03/16
Tutor
5
(4)
Successful at helping students improve in math!
Ralph,
If the function is f(x), the average rate of change on the interval [x1,x2] is:
fave = (f(x2) - f(x1))/(x2 - x1).
What you must do is use f(x) = 4x3 - 2 to calculate with this formula.
f(x1) = 4x13 - 2 and f(x2) = 4x23 - 2
Subtracting, f(x2) - f(x1) = 4x23 - 4x13 = 4(x23 - x13) = 4(x2 - x1)(x22 + x1x2 + x12).
After you divide by x2 - x1 and reduce, you obtain the correct answer, d.