You can put this solution on YOUR website! Suppose f(x) = + bx +c. Find a, b, and c if f(1) = 5 and f"(1) = 4.
--------
f'(x) = 2ax + b
f"(x) = 2a
------------------------
f(1) = a + b + c = 5
f"(1) = 2a = 4
-----
a = 2, b+c = 3
---------------
Cheers,
Stan H.
------------
-----