182k views
4 votes
HELP! MY ASSIGNMENT IS DUE TOMORROW. REWARD 15 PTS!

Rewrite each equation without absolute value symbols for the given values of x. y=|2x+5|-|2x-5|
if x<-2.5
if x>2.5
if -2.5<=x<=2.5

1 Answer

3 votes

Answer: For x < -2.5:

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

y = -(2x + 5) - (-(2x - 5)) (since 2x - 5 < 0 and 2x + 5 < 0 for x < -2.5)

y = -2x - 5 + 2x - 5

y = -10

For x > 2.5:

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

y = 2x + 5 - (2x - 5) (since 2x - 5 < 0 and 2x + 5 > 0 for x > 2.5)

y = 10

For -2.5 ≤ x ≤ 2.5:

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

y = 2x + 5 - (-(2x - 5)) (since 2x - 5 < 0 and 2x + 5 > 0 for -2.5 ≤ x ≤ 2.5)

y = 4x

Explanation: