document.write( "Question 856821: I need to find the foci, the center and the vertices of an ellipse
\n" );
document.write( "Equation: (x+50)^2/25 + (y-80)^2/10 < 1 \n" );
document.write( "
Algebra.Com's Answer #516165 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I need to find the foci, the center and the vertices of an ellipse \n" ); document.write( "Equation:(x+50)^2/25 + (y-80)^2/10 = 1 \n" ); document.write( "given ellipse has a horizontal major axis \n" ); document.write( "center: (-50,80) \n" ); document.write( "a^2=25 \n" ); document.write( "a=5 \n" ); document.write( "vertices: (-50±a,80)=(-50±5,80)=(-55,80) and (-45,80) \n" ); document.write( "b^2=10 \n" ); document.write( "c^2=a^2-b^2=25-10=15 \n" ); document.write( "c=√15≈3.87 \n" ); document.write( "foci: (-50±c,80)=(-50±3.87,80)=(-53.87,80) and (-46.13,80) \n" ); document.write( " |