Problem statement: What is the minimum value of $f(x)=\left|x-1\right| + \left|2x-1\right| + \left|3x-1\right| + \cdots + \left|119x - 1 \right|$?
Quoted portion of a solution I am not understanding: "If we graph each term separately, we will notice that all of the zeros occur at $\frac{1}{m}$, where $m$ is any integer from $1$ to $119$, inclusive: $|mx-1|=0\implies mx=1\implies x=\frac{1}{m}$.
The minimum value of $f(x)$ occurs where the absolute value of the sum of the slopes is at a minimum $\ge 0$, since it is easy to see that the value will be increasing on either side. That means the minimum must happen at some $\frac{1}{m}$."
Question: Is the above clearly explained? I am not understanding it. Can someone break it down for me?
Source: https://artofproblemsolving.com/wiki/index.php/2010_AMC_12A_Problems/Problem_22