document.write( "Question 43395: Find the length of the major and minor axes of an ellipse with the equation 16x2 + 25y2 + 32x - 150y = 159. \n" ); document.write( "
Algebra.Com's Answer #28418 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
16x^2 + 25y^2 + 32x - 150y = 159
\n" ); document.write( "rearrange terms and get
\n" ); document.write( "16x^2 + 32x + 25y^2 - 150y = 159
\n" ); document.write( "now factor out and complete the squares
\n" ); document.write( "16(x^2 + 2x + 1) + 25(y^2 - 6y + 9) = 159 + 16 + 225
\n" ); document.write( "16(x + 1)^2 + 25(y - 3)^2 = 400
\n" ); document.write( "(x + 1)^2 / 25 + (y - 3)^2 / 16 = 1
\n" ); document.write( "The major axis is 2a, here since a^2 = 25, it is 10...
\n" ); document.write( "The minor axis is 2b, here since b^2 = 16, it is 8...
\n" ); document.write( "
\n" );