The question is "State with a reason whether there are any solutions to |12-5x| = -2x+3"
I can clearly see there are no solutions when I graph it but I've learned to solve these questions doing the following:
$|x| = y$
$x = y $
$x = -y $
When doing this here, I get:
$|12 - 5x| = -2x + 3$
$12 - 5x = -2x + 3$
$12 - 5x = 2x - 3$
Solving for each of these I get $(3, -3)$ -> So no solution here as the y is negative - makes sense
But I also get $(15/7, 9/7)$ which would, in theory be an intersection.
Obviously this isn't right but algebraically I'm having trouble with the intuition.
Hope someone can help!
Note that $|12-5x|=\begin{cases}12-5x,&12-5x\ge0\\5x-12,&12-5x<0\end{cases}$
When $12-5x\ge0$, you get $12-5x=3-2x\implies x=3,12-5x=-3<0$, which is inconsistent with the initial assumption that $12-5x\ge0$.
When $12-5x<0$, you get $12-5x=2x-3\implies x=15/7,12-5x=9/7>0$, which is inconsistent with the initial assumption that $12-5x<0$.