Question 256430
2. y=|4x|-1
I assume you want to graph. Here is the graph:
{{{ graph( 300, 200, -10, 10, -10, 10, abs(4x)-1) }}}
--
34. y=|-3x+5| 
I assume you want to graph. Here is the graph:
{{{ graph( 300, 200, -10, 10, -10, 10, abs(-3x+5)) }}}