document.write( "Question 893103: find the vertices and foci of the ellipse
\n" );
document.write( "3x^2+4y^2=12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #541112 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the vertices and foci of the ellipse \n" ); document.write( "3x^2+4y^2=12 \n" ); document.write( " \n" ); document.write( "This is an equation of an ellipse with horizontal major axis and center at the origin \n" ); document.write( "Its standard form of equation: \n" ); document.write( "center:(0,0) \n" ); document.write( "a^2=4 \n" ); document.write( "a=2 \n" ); document.write( "vertices: (0±a,0)=(0±2,0)+(-2,0) and (2,0) \n" ); document.write( ".. \n" ); document.write( "b^2=3 \n" ); document.write( "c^2=a^2-b^2=4-3=1 \n" ); document.write( "c=1 \n" ); document.write( "foci: (0±c,0)=(0±1,0)+(-1,0) and (1,0) \n" ); document.write( " |