Question 405467
f(x)=|-2x-2|-|2x-1|
---
Find the zeroes:
x = -1 and x = 1/2
----
Draw a coordinate system and plot 
x = -1 and x = 1/2 on the x-axis
---
Plot the equation lines for the
three resulting intervals of x-values.
---
f(x)=|-2x-2|-|2x-1|
If x < -1, -2x-2 is positive and 2x-1 is negative
so y = -2x-2-(-2x+1) = -3.
Graph that over the interval (-inf,-1)
----
If  -1 < x < 1/2, -2x-2 is negative and 2x-1 is negative
so y = 2x+2-(-2x+1) = 4x+1
Graph that over the interval (-1,1/2)
----
If x > 1/2, -2x-2 is negative and 2x-1 is positive
so y = 2x+2-(2x-1) = 3
Graph that over the interval (1/2,+inf)
==========================
{{{graph(400,300,-10,10,-10,10,abs(-2x-2)-abs(2x-1))}}}
============
Cheers,
Stan H.
========


  
How can i find:
Max or min
y intercept (0,1)
x intercept
Hybrid forms
Range
Increase
Decrease 
-----------------