Calculate the average rate of change over the interval 2

Answer:
Average rate of change over the interval 2<= x <= 5:
y = 3x + 5: 3
y = 3x^2 + 1: 21
y = 3^x: 78
Step-by-step explanation:
2<= x <= 5
Average rate of change over the interval 2<= x <= 5:
y = 3x + 5
y(5) = 3(5) + 5 = 20
y(2) = 3(2) + 5 = 11
Average rate of change = (20 - 11)/(5-2) = 9/3 = 3
y = 3x^2 + 1
y(5) = 3(5^2) + 1 = 75 + 1 = 76
y(2) = 3(2^2) + 1= 13
Average rate of change = (76 - 13)/(5-2) = 63/3 = 21
y = 3^x
y(5) = 3^5 = 243
y(2) = 3^2 =9
Average rate of change = (243-9)/(5-2) = 234/3 = 78