1. A student is asked to determine whether $g(x) = 4x^2 - 16x + 7$ has a minimum value less than $-5$. They convert to vertex form and get $4(x - 2)^2 - 9$. Is their conclusion that the minimum is less than $-5$ correct, and is their conversion valid?
- A.The conversion is valid, and the minimum value $-9$ is indeed less than $-5$
- B.The conversion is valid, but the minimum value $-9$ is not less than $-5$
- C.The conversion is invalid; the correct vertex form is $4(x - 2)^2 + 7$
- D.The conversion is invalid; the correct vertex form is $4(x - 2)^2 - 16$
View Answer
Answer: The conversion is valid, and the minimum value $-9$ is indeed less than $-5$
Verify the conversion: Expand $4(x - 2)^2 - 9 = 4(x^2 - 4x + 4) - 9 = 4x^2 - 16x + 16 - 9 = 4x^2 - 16x + 7$. This matches the original. Determine the minimum: Since $a = 4 > 0$, the parabola opens upward and has a minimum at the vertex. The vertex is $(2, -9)$, so the minimum value is $-9$. Evaluate the claim: $-9 < -5$ is true, so the student's conclusion is correct. Why distractors fail: Option B incorrectly states $-9$ is not less than $-5$. Option C forgets to subtract $4(4) = 16$ and add back $7$, incorrectly keeping $k = 7$. Option D subtracts $16$ instead of computing $7 - 16 = -9$.