document.write( "Question 435959: Please help me do this problem, graph it, and figure out what it would be. My choices of what it could be are ellipse, circle, parabola, and hyperbola. 9x^2+36y^2-72x-180 \n" ); document.write( "
| Algebra.Com's Answer #302004 by lwsshak3(11628)      You can put this solution on YOUR website! Please help me do this problem, graph it, and figure out what it would be. My choices of what it could be are ellipse, circle, parabola, and hyperbola. 9x^2+36y^2-72x-180 \n" ); document.write( ".. \n" ); document.write( "9x^2+36y^2-72x-180 \n" ); document.write( "For an expression to be an equation, it must be equal to some number. I will assume the given expression is equal to zero. \n" ); document.write( "9x^2+36y^2-72x-180=0 \n" ); document.write( "9x^2+36y^2-72x=180 \n" ); document.write( "completing the squares \n" ); document.write( "9(x^2-8x+16)+36y^2=180-144=36 \n" ); document.write( "9(x-4)^2+36y^2=36 \n" ); document.write( "divide by 36 \n" ); document.write( "(x-4)^2/4+y^2/1=1 \n" ); document.write( "Standard form for an ellipse: (x-h)^2/a^2+(y-k)^2/b^2=1, (a>b) \n" ); document.write( "with (h,k) being the (x,y) coordinates of the center \n" ); document.write( "At you can see this is an ellipse with center at (4,0) with a horizontal major axis \n" ); document.write( "Also: \n" ); document.write( "a^2=4 \n" ); document.write( "a=2 \n" ); document.write( "b^2=1 \n" ); document.write( "b=1 \n" ); document.write( "See the graph below: \n" ); document.write( ".. \n" ); document.write( "y=+-(1-(x-4)^2/4)^.5 \n" ); document.write( " |