1. A store's profit function is $P(x) = -4x^2 + 80x - 300$. A manager claims this can be rewritten as $P(x) = -4(x - 10)^2 + 100$. Is the manager's claim correct, and what does this form reveal?
- A.Incorrect; expanding $-4(x-10)^2 + 100$ does not yield the original expression
- B.Correct; the vertex form shows maximum profit of 100 dollars at $x = 10$ units
- C.Correct; but the vertex form shows minimum profit of 100 dollars at $x = 10$ units
- D.Incorrect; the correct vertex form should be $-4(x + 10)^2 + 100$
View Answer
Answer: Correct; the vertex form shows maximum profit of 100 dollars at $x = 10$ units
Verify by expansion: $-4(x-10)^2 + 100 = -4(x^2 - 20x + 100) + 100 = -4x^2 + 80x - 400 + 100 = -4x^2 + 80x - 300$. This matches the original expression. Interpret the vertex form: In $a(x-h)^2 + k$, the vertex is at $(h, k)$. Since $a = -4 < 0$, the parabola opens downward, so the vertex represents a maximum. Thus maximum profit is $k = 100$ at $x = h = 10$. Why distractors fail: Option A is wrong because the expansion does match. Option C incorrectly calls it a minimum; with $a < 0$, the vertex is a maximum. Option D uses $(x+10)$, which would shift the vertex to $x = -10$, a nonsensical quantity for units sold.