You can put this solution on YOUR website! What is the range of the function y = |5 - 2x| on -12 <= x <= 8?
---------
If x = -12 you get:
y = |5-2*-12| = 29
----
Comment: Since y equals an absolute it can never
be negative.
-----
solve |5-2x|=0
5-2x=0
2x = 5
x = 5/2
-------------
Range: 0<= y <= 29
Cheers,
Stan H.
--------------
----