Question 929296
I need help writing a piecewise function for this: 
Let f(x) = 6x - |3x + 8|. 
Write f(x) as a piecewise function.
-----------
Note: 3x+8 is negative when x <-8/3
------------------------
f(x)::
= 6x-(3x+8) = 3x-8 when x >= 8/3
--
= 6x-(-3x-8) = 9x+24 when x < -8/3
---
Cheers,
Stan H.
============