What is the standard form of y= 2(x + 4)^2 - 21 y=2(x+4)221?

1 Answer
Jul 21, 2018

y = 2x^2 + 16x + 11y=2x2+16x+11

Explanation:

Standard quadratic form is y = ax^2 + bx + cy=ax2+bx+c.

y = 2(x+4)^2 - 21y=2(x+4)221

First, simplify the expression in the parenthesis with exponent:
y = 2(x+4)(x+4)-21y=2(x+4)(x+4)21

y = 2(x^2 + 8x + 16) - 21y=2(x2+8x+16)21

y = 2x^2 + 16x + 32 - 21y=2x2+16x+3221

y = 2x^2 + 16x + 11y=2x2+16x+11

As you can see, this is now in the form y = ax^2 + bx + cy=ax2+bx+c.

Hope this helps!