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)\"\" \"About 
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( "\"%28y-2%29%5E2=4%28x-1%2F4%29\"
\n" ); document.write( "This is an equation of a parabola that opens rightward
\n" ); document.write( "Its basic form: \"%28y-k%29%5E2=4p%28x-h%29\", (h,k)=(x,y) coordinates of the vertex
\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( "\"%28x%2B2%29%5E2%2F4%2By%5E2%2F8=1\"
\n" ); document.write( "This is an equation of an ellipse with vertical major axis
\n" ); document.write( "Its standard form: \"%28x-h%29%5E2%2Fb%5E2%2B%28y-k%29%5E2%2Fa%5E2\", a>b, (h,k)=(x,y) coordinates of the center
\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( "\"y%5E2%2F7%2Bx%5E2%2F%2828%2F5%29=1\"
\n" ); document.write( "This is an equation of an ellipse with horizontal major axis
\n" ); document.write( "Its standard form: \"%28x-h%29%5E2%2Fa%5E2%2B%28y-k%29%5E2%2Fb%5E2\", a>b, (h,k)=(x,y) coordinates of the center
\n" ); document.write( "
\n" );