Answer:
C
Step-by-step explanation:
Rather than picking, let's try to construct one from the description.
reflected over the x axis means -
the vertex is usually at (0,0), now how do we move a graph? or in other words translating it.
To move left and right you use
where if you subtract h you move right and if you add h you move left. we go from (0,0) to (-4,2). so 0 to -4 is 4 left, so that means we add 4.
To move up and down we use
Here if v is positive you move up and if v is negative you move down. going from (0,0) to (-4,2) it moves up 2
So now we put them all together
And if you look, C matches that exactly.
Answer:
x = -3+√5, -3-√5 (exact roots)
or x = -0.76, -5.24 to the nearest hundredth.
Step-by-step explanation:
x² + 6x = - 4
Completing the square:
(x + 3)^2 - 9 = -4
(x + 3)^2 = 5
x + 3 = +/-√5
x = - 3 + √5, - 3 - √5
Slope = -1/2
y-intercept = 6
<3