Answer:
To find the equation of the parabola, we need to use the standard form of the equation for a parabola, which is y = a(x-h)^2 + k, where (h,k) is the vertex.
Given that the vertex is (3,4), we can substitute these values into the equation to get y = a(x-3)^2 + 4.
Now, let's use the fact that the parabola passes through the point (5,6). We can substitute these values into the equation to get 6 = a(5-3)^2 + 4.
Simplifying the equation, we have 6 = 4a + 4.
Subtracting 4 from both sides, we get 2 = 4a.
Dividing both sides by 4, we find that a = 1/2.
Now we can substitute the value of a back into the equation to find the final equation of the parabola. Plugging in a = 1/2, we have y = (1/2)(x-3)^2 + 4.
So, the equation of the parabola is y = (1/2)(x-3)^2 + 4.
Explanation:
<3