To find a function equivalent to \( n(x) = \frac{1}{2}(x + 4)^2 + 12 \), we can expand it.
-
Start with the expression:
\[ n(x) = \frac{1}{2}(x + 4)^2 + 12 \]
-
Expand \( (x + 4)^2 \):
\[ (x + 4)^2 = x^2 + 8x + 16 \]
-
Substitute this expansion back into \( n(x) \):
\[ n(x) = \frac{1}{2}(x^2 + 8x + 16) + 12 \]
-
Distribute \( \frac{1}{2} \):
\[ n(x) = \frac{1}{2}x^2 + \frac{8}{2}x + \frac{16}{2} + 12 \]
This simplifies to:
\[ n(x) = \frac{1}{2}x^2 + 4x + 8 + 12 \]
-
Combine like terms:
\[ n(x) = \frac{1}{2}x^2 + 4x + 20 \]
Thus, an equivalent function is:
\[ n(x) = \frac{1}{2}x^2 + 4x + 20 \]