$f(x)=3|x+1|+|x|+3|x-1|+2|x-3|$
finding minimum value of this function
One conventional way would be to make five cases regarding the various inequalities and hence simplifying to find minimum value in a graph as in

I was trying another way
method : Aim is to minimise each term .Since difference of x and 1 would matter thrice as much as that between x and 3 would , the value of x should be closer to 1 .
Applying this thought,x={3(1)+3(-1)+2(3)+1(0)}\9 which gives as x=2/3 . This way comes to be incorrect.
I wanted to know if there were shorter solutions to this problem rather than using the graphical approach each time as when the modulus terms increase to 10 terms , it would be unreasonable to make 11 cases.
$f$ is a convex function because a sum of convex functions is a convex function
and since the graph of $f$ is an union of segments and rays,
$\lim\limits_{x\rightarrow+\infty}f(x)=+\infty$ and $\lim\limits_{x\rightarrow-\infty}f(x)=+\infty$, we obtain:
$$\min{f}=\min\{f(-1),f(0),f(1),f(3)\}=f(1)=11.$$