The information I'm given is that we are approximating $f(8)$ with a second degree Taylor polynomial for f centered around $a = 10$. Assume that the $abs(f'''(x)) \lt 3$ for $x$ on the interval $[6, 11]$.
This is all the information I have. The only way I know how to approximate the error of a Taylor polynomial is using the formula $f(x) - pn(x) =( \frac{(f^{(n+1)})(c)}{(n+1)!})(x - a)^{(n+1)}$ where $c$ is on the interval $[a, x]$, and $pn(x)$ is the n-th degree Taylor polynomial approximation of $f$ and the weird looking $f^{(n+1)}(c)$ is suppose to be the n+1th derivative of$f$ of c.
So I tried filling in the formula like this : $f(8) - p2(8)$ = (blank / 3!)(8-10)^3 and I'm trying to figure out what blank is suppose to be. So the interval should be $[10, 8]$ which is empty and besides that I have no idea of what to put where blank is.