The rate of change between two points, (x1,y1) and (x2,y2), is just the slope of the line connecting the two points:
slope = (y2-y1) / (x2-x1)
Your two points are (-3,2) and (-6,8). Plug the x and y values from the two points into the slope formula and compute the answer.