Question

Convert the quadratic y = 2(x−5)^2 − 10
from vertex form to standard form.(2 points)
The standard form of the quadratic is y=
x2+ ? x+ ? .

Answers

There are no human answers yet.
Answered by GPT-4o mini
To convert the given quadratic from vertex form \( y = 2(x - 5)^2 - 10 \) to standard form \( y = ax^2 + bx + c \), we need to expand the expression.

1. Start by expanding the squared term:
\[
(x - 5)^2 = x^2 - 10x + 25
\]

2. Substitute this back into the equation:
\[
y = 2(x^2 - 10x + 25) - 10
\]

3. Distribute the 2:
\[
y = 2x^2 - 20x + 50 - 10
\]

4. Combine the constant terms:
\[
y = 2x^2 - 20x + 40
\]

Thus, the standard form of the quadratic is:
\[
y = 2x^2 - 20x + 40
\]

In this case, \( a = 2 \), \( b = -20 \), and \( c = 40 \).

So the final answer is:
\[
y = x^2 + (-20)x + 40
\]