Given that the following equation does not have solutions in $\mathbb{R}$, find the value of $m$: $$| 2x - 5| + | 2x - 3 | = m $$
I try to resolve this equation on cases, when $| 2x - 5|$, $| 2x - 3 |$ are positive and negative. In two cases I can reduce $2x$ and then $m = \{ -8; 2 \}$, but I don't know if it is correct.
Substitute for a moment $y=2x$. Then you need to solve $|y-5|+|y-3|= m$.
Now for every $y \in [3,5]$ we have $|y-5|+|y-3|=2$, and so, if $m=2$,then every $y\in [3,5]$ is a solution.
For $y >5$ we have $m = |y-5|+|y-3| = (y-5)+ (y-3)=2y-8 \geq 2$, and so $y=m/2+4$ Similarly, for $y<3$ we have $m = |y-5|+|y-3| = (3-y)+ (5-y)=8-2y \geq 2$, and so $y=+4-m/2$
Therefore, for $m>2$ you have two solutions $x = y/2 \in \{m/4+2, 2-m/4\}$. For $m=2$ the solutions are $x \in [1.5,2.]$. For $m < 2$ there is no solution