
David Gwyn J. answered 11/28/20
Highly Experienced Tutor (Oxbridge graduate and former tech CEO)
The given function is g(x) = -2x2 + 4
g(-1) = -2(-1)2 + 4 = -2 + 4 = 2 => point (-1, 2)
g(2) = -2(2)2 + 4 = -8 + 4 = -4 => point (2, -4)
The average rate of change describes how one number changes, on average, in relation to another. For our function, it is the slope of the line drawn between the two given points.
From (-1, 2) to (2, -4) gradient = change in y / change in x = (y2 - y1) / (x2 - x1) = -4 - 2 / 2 - -1 = -6 / 3 = -2
Hence the average rate of change between g(-1) and g(2) is -2
You can double-check by using Desmos Graphing or similar to plot the function y = -2x2 + 4 and the above points, and the straight line y = -2x which passes through these points.