An artist is creating a decorative round mirror and needs to find the y-coordinate of the mirror's center to ensure that it is vertically aligned. The mirror's edge is defined by the equation x2+y2+4x−6y=0

. What is the y-coordinate?(1 point)
Responses

-2
-2

5
5

3

1 answer

To find the y-coordinate of the center of the round mirror defined by the equation \( x^2 + y^2 + 4x - 6y = 0 \), we will first rewrite the equation in standard form by completing the square for both \( x \) and \( y \).

  1. Reorganize the equation:

    \[ x^2 + 4x + y^2 - 6y = 0 \]

  2. Complete the square for \( x \):

    • Take the coefficient of \( x \) (which is 4), halve it (2), and then square it (which gives 4).
    • Add and subtract 4 inside the equation.

    \[ (x^2 + 4x + 4) + y^2 - 6y = 4 \]

    Which simplifies to:

    \[ (x + 2)^2 + y^2 - 6y = 4 \]

  3. Complete the square for \( y \):

    • Take the coefficient of \( y \) (which is -6), halve it (-3), and then square it (which gives 9).
    • Add and subtract 9 inside the equation.

    \[ (x + 2)^2 + (y^2 - 6y + 9) = 4 + 9 \]

    Which simplifies to:

    \[ (x + 2)^2 + (y - 3)^2 = 13 \]

Now, the equation \((x + 2)^2 + (y - 3)^2 = 13\) is in the standard form of a circle, where the center of the circle is \((-2, 3)\) and the radius is \(\sqrt{13}\).

Therefore, the y-coordinate of the mirror's center is:

\[ \boxed{3} \]