1. Rewrite $-4x^2 + 16x - 7$ in vertex form and determine the vertex.
- A.$-4(x - 2)^2 + 9$; vertex $(2, 9)$
- B.$-4(x + 2)^2 + 9$; vertex $(-2, 9)$
- C.$-4(x - 2)^2 - 23$; vertex $(2, -23)$
- D.$-4(x - 2)^2 + 25$; vertex $(2, 25)$
View Answer
Answer: $-4(x - 2)^2 + 9$; vertex $(2, 9)$
Factor out the leading coefficient: $-4(x^2 - 4x) - 7$. Complete the square inside: Half of $-4$ is $-2$, $(-2)^2 = 4$. $-4(x^2 - 4x + 4 - 4) - 7 = -4[(x - 2)^2 - 4] - 7$. Distribute and simplify: $-4(x - 2)^2 + 16 - 7 = -4(x - 2)^2 + 9$. The vertex is $(2, 9)$. Why distractors fail: Option B has $(x + 2)$ instead of $(x - 2)$. Option C subtracts $16$ instead of adding it (distributing $-4 \times -4 = +16$, not $-16$). Option D adds $16 + 16 = 32$ incorrectly.