document.write( "Question 697047: find the center of an ellipse with this equation:
\n" );
document.write( "9x2+16y2-18x+64y=71 \n" );
document.write( "
Algebra.Com's Answer #429609 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the center of an ellipse with this equation: \n" ); document.write( "9x2+16y2-18x+64y=71 \n" ); document.write( "** \n" ); document.write( "9x^2+16y^2-18x+64y=71 \n" ); document.write( "complete the square: \n" ); document.write( "9x^2-18x+16y^2+64y=71 \n" ); document.write( "9(x^2-2x+1)+16(y^2+4y+4)=71+9+64 \n" ); document.write( "9(x-1)^2+16(y+2)^2=144 \n" ); document.write( "(x-1)^2/16+(y+2)^2/9=1 \n" ); document.write( "this is an equation of an ellipse with horizontal major axis and center at (1,-2) \n" ); document.write( " \n" ); document.write( " |