Question 1024547
Let's look at each function and what it looks like when {{{x<2}}}
{{{y[1]=abs(x-3)}}}
{{{y[1]=-(x-3)}}}
{{{y[1]=-x+3}}}
,
,
{{{y[2]=abs(x+2)}}}
{{{y[2]=-(x+2)}}}
{{{y[2]=-x-2}}}
,
,
{{{y[3]=abs(x-5)}}}
{{{y[3]=-(x-5)}}}
{{{y[3]=-x+5}}}
,
,
So then,
{{{y=y[1]+y[2]+y[3]}}}
{{{y=-x+3-x-2-(-x+5)}}}
{{{y=-x-4}}}when {{{x<-2}}}