question given the function h(x)=x² - 7x + 9, determine the average rate of change of the function over the…

question given the function h(x)=x² - 7x + 9, determine the average rate of change of the function over the interval -1 ≤ x ≤ 10. answer attempt 1 out of 2
Answer
Explanation:
Step1: Recall average - rate - of - change formula
The average rate of change of a function $y = h(x)$ over the interval $[a,b]$ is $\frac{h(b)-h(a)}{b - a}$. Here, $a=-1$, $b = 10$.
Step2: Calculate $h(-1)$
Substitute $x=-1$ into $h(x)=x^{2}-7x + 9$. Then $h(-1)=(-1)^{2}-7\times(-1)+9=1 + 7+9=17$.
Step3: Calculate $h(10)$
Substitute $x = 10$ into $h(x)=x^{2}-7x + 9$. Then $h(10)=10^{2}-7\times10 + 9=100-70 + 9=39$.
Step4: Calculate the average rate of change
Using the formula $\frac{h(b)-h(a)}{b - a}$, we have $\frac{h(10)-h(-1)}{10-(-1)}=\frac{39 - 17}{10 + 1}=\frac{22}{11}=2$.
Answer:
$2$