The average rate of change of a function f(x) on the interval [a,b] is given by:
f(b) - f(a)
-------------
b-a
In this specific case, a=2 and b = 3.
f(2) = -3 and f(3) = -1.
Thus, the average rate of change here of f(x) on the interval [2,3] is:
-1 - (- 3) 2
------------- = ------------- = 2 (answer)
3-2 1