Step-by-step explanation:
The vertex form of the quadratic equation is: y = a(x - h)² + k.
The standard form of quadratic equation is: y = ax² + bx + c.
In order to change the vertex form into standard form, you'll have to expand the squared binomial, (x - h)² through FOIL method before distributing the value of a, and adding the value of k.
Given the vertex form, y = 2(x - 2)² + 2:
We can transform the given vertex form into its standard form as follows:
(x - 2)² = (x - 2)(x - 2) = x² - 2x - 2x + 4 = x² - 4x + 4.
y = 2(x - 2)² + 2
y = 2(x² - 4x + 4) + 2
y = 2(x² - 4x + 4) + 2
y = 2x² - 8x + 8 + 2
y = 2x² - 8x + 10 ⇒ This is the standard form of quadratic equation where a = 2, b = -8, and c = 10.