The equation I am trying to solve is this : $\newcommand\abs[1]{|#1|}\abs{3y+7}=\abs{2y-1}$.
My conventional approach is to split this into three intervals with $1/2$ and $-7/3$ being the two "split" points.
My question is: is there a more "elegant" or quick way to solve this?
Thank you.
The equality holds iff $(3y+7)^2=(2y-1)^2$. Now we could expand, and use the Quadratic Formula. But note that $$(3y+7)^2-(2y-1)^2=[(3y+7)+(2y-1)][(3y+7)-(2y-1)].$$ So we need to solve the two linear equations $5y+6=0$ and $y+8=0$. Of course this is just a complicated rephrasing of David Mitra's simpler solution.