I have the following system:
$$ \left\{\begin{matrix} |x+1|+|y-1|=5\\ |x+1|-4y=-4 \end{matrix}\right. $$ I do not know how to handle the absolute value expressions. What can I do?
I have the following system:
$$ \left\{\begin{matrix} |x+1|+|y-1|=5\\ |x+1|-4y=-4 \end{matrix}\right. $$ I do not know how to handle the absolute value expressions. What can I do?
$$\left\{\begin{matrix} |x+1|+|y-1|=5\\ |x+1|-4y=-4 \end{matrix}\right.$$ from second one $|x+1|=4y-4$ put in first $$4y-4+|y-1|=5\\4y+|y-1|=9 \\4y+|y-1|=9 \to \begin{cases}y\geq 1 \to 4y+y-1=9 \to y=2\checkmark\\y < 1 \to 4y-y+1=9 \to y=\frac83 (not-acceptable) \end{cases}$$
then put $y$ to find $x$ $$|x+1|=4(2)-4=4 \to x=3,-5$$ this mean ,two points $(-5,2),(+3,3)$