The function is $f(x) = x^3 + 9x^2 + 36x + 10$ and the slope given is $9$.
I found the derivative and set it equal to $9$, but I ended up with $x = (-9,-33)$ and the answer is $(-3,-44)$.
I've asked two Math majors and neither knows how to find it.
Where did I go wrong and how can I answer the next one correctly?
Work:
\begin{align*} & f(x) = x^3 + 9x^2 + 36x + 10 \Rightarrow f^{\prime}(x) = 3x^2 + 18x + 36 \Rightarrow 3x^2 + 18x + 36 = 9 \Rightarrow\\\\ & 3x^2 + 18x = -27 \Rightarrow 3x ( x + 6 ) = -27 \Rightarrow 3x = -27 x + 6 = -27 \Rightarrow x = -3 x = -33 \end{align*}
You got $3x^2+18x=-27.$
This is equivalent to $3x^2+18x+27=0$ or $x^2+6x+9=0$ or $(x+3)^2=0$.
Can you take it from here?