210k views
2 votes
Rewrite without absolute value

y=|x−5|+|x+5|, if x<−5

thank you

User CHawk
by
4.7k points

1 Answer

3 votes

y = | x -5| + |x+5|

as range of x is

-5 < x < 5

we can see if we put x = 0 we get

y = 10

we put any value of x in given range first term is always negative without absolute. and 2nd term is always positive

so

y = | x -5| + |x+5|

= -( x-5) + x + 5

= - x + 5 + x + 5

= 10

so

y = 10 where -5 < x < 5

User Afeef
by
4.6k points