document.write( "Question 134872: Decide whether the graph of the equation is a line, a parabola, or a circle.
\n" );
document.write( "x^2+4x+y^2-6y=3 \n" );
document.write( "
Algebra.Com's Answer #98733 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x^2+4x+y^2-6y=3 \n" ); document.write( "Complete the square on the x-terms and the y-terms separately to get: \n" ); document.write( "(x^2+4x+4) + (y^2-6y+9) = 3+4+9 \n" ); document.write( "(x-2)^2 + (y-3)^2 = 16 \n" ); document.write( "Circle with center at (2,3) and radius of 4 \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |