document.write( "Question 1014989: Convert the equation of the ellipse 5x2 + 6y 2 −10x − 25 = 0 to standard form \n" ); document.write( "
| Algebra.Com's Answer #631310 by Boreal(15235)     You can put this solution on YOUR website! 5x2 + 6y 2 −10x − 25 = 0 \n" ); document.write( "5x^2-10x+6y^2=25 \n" ); document.write( "5(x^2-2x)+6y^2=25 \n" ); document.write( "5(x^2-2x+1)+6y^2=30, remembering to multiply the 1 by 5 out front. \n" ); document.write( "(x+1)^2/6 + y^2/5=1 \n" ); document.write( " |