Heres the equation

y^2 -4x^2 +8x=20
For the center i got (-1,0)
For the vertices i got (-1,4), (-1,-4), (1,0), (-3,0)
And how do you find the foci?

To find the foci of an ellipse, you first need to determine if the equation is in standard form. The standard form of an ellipse equation is:

(x-h)^2/a^2 + (y-k)^2/b^2 = 1, for horizontal ellipses (a > b)
(y-k)^2/a^2 + (x-h)^2/b^2 = 1, for vertical ellipses (b > a)

Looking at the given equation y^2 - 4x^2 + 8x = 20, we can rearrange it to be in standard form. Here's how you can do that:

1. Move the constant term to the right side of the equation: y^2 - 4x^2 + 8x - 20 = 0.
2. Complete the square for both x and y terms by adding/subtracting the necessary values. Start with the x terms:
- Group the x terms together: -4x^2 + 8x = -4(x^2 - 2x).
- Take half of the coefficient of the x term (2) and square it: (2/2)^2 = 1.
- Add and subtract this value inside the parentheses: -4(x^2 - 2x + 1 - 1) = -4((x-1)^2 - 1).
3. Now, do the same for the y terms:
- Group the y term together: y^2 = y^2.
- Take half of the coefficient of the y term (1) and square it: (1/2)^2 = 1/4.
- Add and subtract this value on the right side: y^2 - 4((x-1)^2 - 1) = y^2 - 4(x-1)^2 + 4.
4. Move the constant term to the left side of the equation: y^2 - 4(x-1)^2 = -y^2 + 4 + 20 = -y^2 + 24.
5. Divide both sides of the equation by the constant term on the right side to make the right side equal to 1: (y^2 - 4(x-1)^2)/24 = 1.
6. Simplify the equation (if necessary) to get it into the standard form, which should be in the form (x-h)^2/a^2 + (y-k)^2/b^2 = 1. Comparing the equation, we can see that h = 1, k = 0, a^2 = 24, and b^2 = 6.

Therefore, the equation in standard form is (x-1)^2/24 + y^2/6 = 1. From this form, we can determine the properties of the ellipse, including its center, vertices, and foci.

Center: From the standard form equation, the center of the ellipse is (h, k), which is (1, 0) in this case.

Vertices: For horizontal ellipses, the vertices are located at (h ± a, k). Substituting the values, the vertices are (-1, 0) and (3, 0).

Now, to find the foci of the ellipse, you can use the following relationship:

c^2 = a^2 - b^2,

where c is the distance between the center and the foci. Since you already know the values of a^2 and b^2, you can substitute them into the equation to find c^2:

c^2 = 24 - 6,
c^2 = 18.

Finally, take the square root of both sides to find the value of c:

c = √18,
c = 3√2.

For horizontal ellipses, the foci are located at (h ± c, k). Substituting the values, the foci are (1 - 3√2, 0) and (1 + 3√2, 0).

Therefore, the foci of the given ellipse are approximately (1 - 3√2, 0) and (1 + 3√2, 0).