QUESTION IMAGE
Question
rewrite $f(x) = |2x + 4| + 1$ as a piecewise function.
$f(x)=\
$$\begin{cases} \\quad \\text{if } x \\leq \\\\ \\quad \\text{if } x > \\end{cases}$$
$
Step1: Find critical x-value
Set $2x+4=0$
Solve for $x$:
$2x = -4$
$x = -2$
Step2: Define for $x \leq -2$
When $x \leq -2$, $2x+4 \leq 0$, so $|2x+4| = -(2x+4)$.
Simplify:
$-(2x+4) + 1 = -2x -4 + 1 = -2x -3$
Step3: Define for $x > -2$
When $x > -2$, $2x+4 > 0$, so $|2x+4| = 2x+4$.
Simplify:
$2x+4 + 1 = 2x + 5$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
$f(x)=
$$\begin{cases}
-2x - 3 & \text{if } x \leq -2 \\
2x + 5 & \text{if } x > -2
\end{cases}$$
$