document.write( "Question 553903: Find an equation of the ellipse centered at (0,0), with a vertex at (9,0) and co-vertex at (0,5). \n" ); document.write( "
Algebra.Com's Answer #361112 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find an equation of the ellipse centered at (0,0), with a vertex at (9,0) and co-vertex at (0,5) \n" ); document.write( "** \n" ); document.write( "Equation is that of an ellipse with horizontal major axis of the standard form: \n" ); document.write( "(x-h)^/a^2+(y-k)^2/b^2=1, a>b, with(h,k) being the (x,y) coordinates of the center. \n" ); document.write( ".. \n" ); document.write( "length of horizontal major axis=18=2a \n" ); document.write( "a=9 \n" ); document.write( "a^2=81 \n" ); document.write( ".. \n" ); document.write( "length of minor axis=10=2b \n" ); document.write( "b=5 \n" ); document.write( "b^2=36 \n" ); document.write( ".. \n" ); document.write( "Equation of ellipse: \n" ); document.write( "x^2/81+y^2/36=1 \n" ); document.write( " |