Question 1054102
.
What are the coordinates of the vertex of the graph of f(x)=4|x+6| ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


The vertex is (-6,0).


{{{graph( 330, 330, -10.5, 10.5, -10.5, 10.5,
          4*abs(x+6)
)}}}


Plot y = 4|x+6|.