document.write( "Question 194051: What shape does this equation make? (circle, ellipse, hyperbola)
\n" );
document.write( "4x^2 + 16x + y^2 - 6y = -21 \n" );
document.write( "
Algebra.Com's Answer #145654 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! 4x^2 + 16x +y^2 -6y = -21 \n" ); document.write( ", \n" ); document.write( "if we complete the squares, we can see form \n" ); document.write( ", \n" ); document.write( "4 (x^2 +4x +4) +y^2 -6y +9 = -21 +16 +9,,,,(4*4=16) \n" ); document.write( ",,,, \n" ); document.write( "remember (4/2)^2 = 4 and (-6/2)^2 =9,,,, and add to both sides to balance \n" ); document.write( ", \n" ); document.write( "4(x+2)^2 + (y-3)^2 = 4 \n" ); document.write( ", \n" ); document.write( "divide thru by 4 \n" ); document.write( ", \n" ); document.write( "((x+2)^2)/1 +( (y-3)^2 )/4=4/4=1 \n" ); document.write( ", \n" ); document.write( "the form for ellipse is, x^2/a^2 +y^2/b^2 =1 \n" ); document.write( "therefore it fits an ellipse \n" ); document.write( " |