document.write( "Question 190691: determine whether the following equations represent a parabola, circle, ellipse or hyperbola\r
\n" );
document.write( "\n" );
document.write( "4x^2 + 6y^2 - 4x - 9y + 12 = 0
\n" );
document.write( "3x^2 + 2x - 5y + 12 = 0
\n" );
document.write( "4x^2 + 4y^2 -4x + 9y + 1 = 0
\n" );
document.write( "9x^2 + 12 y^2 + 4x + 4y + 4 = 0
\n" );
document.write( "5x^2 - 2y^2 + 2x - 6y - 6 = 0 \r
\n" );
document.write( "\n" );
document.write( "How do I determine this? \n" );
document.write( "
Algebra.Com's Answer #143170 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! determine whether the following equations represent a parabola, circle, ellipse or hyperbola \n" ); document.write( "4x^2 + 6y^2 - 4x - 9y + 12 = 0 \n" ); document.write( "A theoretical ellipse. It has x^2 and y^2 terms added with differing coefficients. However, the axes are less than zero. If the last term is -12, then it's an ellipse. \n" ); document.write( "-------------------------- \n" ); document.write( "3x^2 + 2x - 5y + 12 = 0 \n" ); document.write( "A parabola. Only x is 2nd degree. \n" ); document.write( "------------------ \n" ); document.write( "4x^2 + 4y^2 -4x + 9y + 1 = 0 \n" ); document.write( "A circle. x^2 and y^2 with coefficient 4. \n" ); document.write( "------------------- \n" ); document.write( "9x^2 + 12 y^2 + 4x + 4y + 4 = 0 \n" ); document.write( "A theoretical ellipse. It has x^2 and y^2 terms added with differing coefficients. However, the axes are less than zero. If the last term is -4, then it's an ellipse. \n" ); document.write( "----------------------------------- \n" ); document.write( "5x^2 - 2y^2 + 2x - 6y - 6 = 0 \n" ); document.write( "A hyperbola. The x^2 and y^2 terms have different signs. \n" ); document.write( "------------------------ \n" ); document.write( "How do I determine this? \n" ); document.write( " \n" ); document.write( " |