document.write( "Question 32140: Could you please help me with this problem.\r
\n" );
document.write( "\n" );
document.write( "Write the equation of an elipse given vertex (15,0) and focus(12,0)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #18657 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! There are two vertices of an ellipse, and they are equidistant from the center. \n" ); document.write( "The center of the ellipse having vertices at (-15,0) and (15,0) is (0,0). The major axis is x-axis. \n" ); document.write( "Standard equation is: \n" ); document.write( "x^2/a^2 + y^2/b^2 = 1 \n" ); document.write( "a=15 (distance between center and vertex) \n" ); document.write( "c=12 (distance between center and focus) \n" ); document.write( "c^2=a^2-b^2 \n" ); document.write( "=>b^2=15^2-12^2=27*3=81 \n" ); document.write( "=>b=9 \n" ); document.write( "So, the equation of the ellipse is: \n" ); document.write( "x^2/225+y^2/81=1 \n" ); document.write( " |