document.write( "Question 574203: Identify the type of conic and write the equation in standard form:
\n" );
document.write( "x^2+y^2-6x+4y+3=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #369257 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Identify the type of conic and write the equation in standard form: \n" ); document.write( "x^2+y^2-6x+4y+3=0 \n" ); document.write( "complete the square \n" ); document.write( "(x^2-6x+9)+(y^2+4y+4)=-3+9+4 \n" ); document.write( "(x-3)^2+(y+2)^2=10 \n" ); document.write( "This is an equation of a circle with center at (3,-2) and radius of √10 \n" ); document.write( " |