1) We are given a function f(x) = 6x2 + 8. In order to find f(a), I am going to plug in a everywhere I see an x. Thus, since there is an x in 6x2, I am going to plug a in there. Therefore, f(a) = 6a2 + 8.
2) Next, we are going to do the same for f(a + h). This gives us f(a+h) = 6(a+h)2 + 8. In order to get the answer though, we will need to expand (a+h)2. Expanding will give us a2 + 2ah + h2. Finally, we distribute the 6 into this polynomial. So f(a+h) = 6a2 + 12ah + 6h2 + 8
3) Finally, we will find the difference quotient f(a+h) - f(a). Plugging in our answers from parts 1 and 2, we get f(a+h) - f(a) = (6a2 + 12ah + 6h2 + 8) - (6a2 + 8). Using the distributive property, this becomes 6a2 + 12ah + 6h2 + 8 - 6a2 - 8, which will simplify to 12ah + 6h2. Hence f(a+h)- f(a) = 12ah + 6h2.