write the following absolute value expressions as piecewise expressions:

y= abs(2x-4)

1 answer

well, maybe it has something to do with
If x<2
then y = -(2x-4)
but
If x≥2
then y = 2x-4