Question 638521
Given the function f(x) = x^3+ 3x Find the equation of a secant line containing the given points: (1, f(1)) and (2, f(2))
------------
Find the 2 points.
f(1) = 4 --> (1,4)
f(2) = 14 --> (2,14)
--------
Find the equation of the line thru those points.