Question 862859
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
4x^2+24x +y^2-4y+36=0    
4(x^2+6x) +y^2-4y+36=0   
4(x+3)^2 -36+ (y-2)^2 - 4 + 36 = 0      COMPLETING THE SQUARES
4(x+3)^2 + (y-2)^2  = 4
(x+3)^2 + (y-2)^2 /4 = 1
(x+3)^2 + (y-2)^2 /2^2 = 1   Ellipse: C(0,2)  Y-AXIS THE MAJOR AXIS
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), arc(-0,2,2,4),  
circle(0, 2,0.2),
graph( 300, 300, -6, 6, -6, 6) )}}}