x^2 + 8x + 6
(x^2 + 8x + ) + 6

Erin was completing the square of the quadratic function in order to find the extreme value. What is the next step in the process, and what is the extreme value?


A) (x + 8)2 - 58; the extreme minimum is -8
B) (x + 4)2 - 10; the extreme minimum is -4
C) (x2 + 8x + 16) + 6 - 16; the extreme minimum is -10
D) (x2 + 8x + 64) + 6 - 64; the extreme minimum is -58

Respuesta :

ax^2+bx+c=0
a=leading term

ok so if the leading term is positive then opens up and has a min
if leading term is negative then opens down and has a max

leading term is positive
1x^2+8x
has a max


to complete the square, move c aside take 1/2 of b and square it
b=8
8/2=4
4^2=16
now add that to both sides
x^2+8x+16+6=0+16
factor perfect square
(x+4)^2+6=16
subtract 6
(x+4)^2=10
subtract 10
(x+4)^2-10=0
vertex aka min or max is (h,k) when ou have
y=a(x-h)+k
h=-4
k=-10

C