Mark M. answered 01/26/19
Retired math prof. Calc 1, 2 and AP Calculus tutoring experience.
f(x) = x2 + x + 6
[f(x+h) - f(x)] / h = [(x+h)2 + (x+h) + 6 - (x2 + x + 6) ] / h
= [x2 + 2xh + h2 + x + h + 6 - x2 - x - 6] / h
= (2xh + h2 + h} / h
= h(2x + h + 1) / h = 2x + h + 1