This is a problem from a timed exam, so I prefer approaches that lead to answer quickly.
Graph of the function $f(x)=x^3+ax^2+bx+c$ is as follow. What is the $x$ value at the local minimum point?
$1)\frac12\qquad\qquad2)2\qquad\qquad3)\frac32\qquad\qquad4)3$
Here is my approach,
Suppose we have minima at $x_0$. We have,$$f(0)=4\Rightarrow c=4$$
$$f'(x)=3x^2+2ax+b\qquad\text{Since $f'(0)=0\rightarrow b=0$}$$Hence $f'(x)=x(3x+2a)$, So $x_0=-\frac{2a}3$. We have $f(x)=x^3+ax^2+4$. $$f(-\frac{2a}3)=0\Rightarrow -\frac{8a^3}{27}+\frac{4a^3}9+4=0\Rightarrow a=-3$$ Finally $x_0=\frac{-2a}3=2$.
Although one can get the answer with this approach in one or two minutes, I'm looking for quicker ways to solve the problem. Actually, first time I tried to solve the problem, I noticed that we can write $f(x)=(x+m)(x-n)^2$ where $m,n\in \mathbb{R}^+$. According to graph of function and noting that $f(0)=mn^2=4$, I can guess it the function is $f(x)=(x+1)(x-2)^2$. But assuming I'm in the exam, at this point should I quickly mark the answer and go to the next question or this approach is unreliable and I got the correct answer with a bit of luck?!

From the shape of the graph you have two roots, call them $p$ for the single on the left and $q$ for the double root on the right, so the equation can be factorised as $(x-p)(x-q)^2=0$. This results in $$ x^3-(p+2q)x^2+(2pq+q^2)x-pq^2=0 $$ The intercept gives us $-pq^2=4$ and the local maximum at $x=0$ gives us $2pq+q^2=0$ which gives us $q=-2p$, thus $p=-1$ and $q=2$.