document.write( "Question 151665: Find an equation of an ellipse having the given intercepts:\r
\n" );
document.write( "\n" );
document.write( "x-intercept: ±3\r
\n" );
document.write( "\n" );
document.write( "y-intercept: ±4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #111880 by orca(409) ![]() You can put this solution on YOUR website! The ellipse has the form of \n" ); document.write( "x^2/a^2 + y^2/b^2 = 1 \n" ); document.write( "As the x-intercept is +-3, so a = 3 \n" ); document.write( "As the y-intercept is +-4, so b = 4 \n" ); document.write( "Therefore the equation is \n" ); document.write( "x^2/3^2 + y^2/4^2 = 1 \n" ); document.write( "or written as \n" ); document.write( "x^2/9 + y^2/16 = 1 \n" ); document.write( " \n" ); document.write( " |