hi,
for finding average it's enough you know: [f(x1) - f(x2)] / ( x1 -x2)
f(x) = 2x^2 + 2
(a) From 1 to 3. x1=1 and x2 = 3 =====> f(1) = 2(1)^2 + 2 =4 , & f(3) = 2(3)^2 + 2 =20 ===>
ave = [4 - 20]/(1-3)=8
for other points you can do the same
Good luck,
Minoo