Respuesta :
Answer:
Step-by-step explanation:
f(x) = { 0, x<0; 0 <= x, (x +3) * 1000000 }
(Note the graph ought to flatten to zero for x < 0)

ANSWER:
You need to write it’s piecewise function if
x < -3, the term x+3 becomes negative. So , for all values of x < -3 , the term becomes -(x+3)
Piecewise will be
F(x) = square root of (x+3) when x is greater than or equal to -3
F(x) = square root of -(x+3) when x less than or equal to -3
