document.write( "Question 724506: I need to know how to state whether certain graphs of an equation are a parabola, an ellipse, or a hyperbola. Some equations I'm given to determine these are:\r
\n" );
document.write( "\n" );
document.write( "(number)=exponent\r
\n" );
document.write( "\n" );
document.write( "1. y(2)+5=4(x+y)
\n" );
document.write( "2. 2x(2)=8x-y(2)
\n" );
document.write( "3. 4(y+1)(y-1)+5x(2)=24\r
\n" );
document.write( "\n" );
document.write( "Please and thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #443956 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! 1. y(2)+5=4(x+y) \n" ); document.write( "y^2+5=4x+4y \n" ); document.write( "y^2-4y=4x-5 \n" ); document.write( "complete the square: \n" ); document.write( "(y^2-4y+4)=4x-5+4 \n" ); document.write( "(y-2)^2=4x-1 \n" ); document.write( " \n" ); document.write( "This is an equation of a parabola that opens rightward \n" ); document.write( "Its basic form: \n" ); document.write( ".. \n" ); document.write( "2. 2x(2)=8x-y(2) \n" ); document.write( "2x^2+8x+y^2=0 \n" ); document.write( "complete the square \n" ); document.write( "2(x^2+4x+4)+y^2=0+8 \n" ); document.write( "2(x+2)^2+y^2=8 \n" ); document.write( " \n" ); document.write( "This is an equation of an ellipse with vertical major axis \n" ); document.write( "Its standard form: \n" ); document.write( ".. \n" ); document.write( "3. 4(y+1)(y-1)+5x(2)=24 \n" ); document.write( "4(y^2-1)+5x^2=24 \n" ); document.write( "4y^2-4+5x^2=24 \n" ); document.write( "4y^2+5x^2=24+4 \n" ); document.write( "4y^2+5x^2=28 \n" ); document.write( " \n" ); document.write( "This is an equation of an ellipse with horizontal major axis \n" ); document.write( "Its standard form: |