document.write( "Question 458104: how do you solve the problem x^2+y^2+12x-10y+45=0
\n" );
document.write( "using conic form circles \n" );
document.write( "
Algebra.Com's Answer #314413 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how do you solve the problem x^2+y^2+12x-10y+45=0 \n" ); document.write( "using conic form circles \n" ); document.write( ".. \n" ); document.write( "x^2+y^2+12x-10y+45=0 \n" ); document.write( "(x^2+12x+36)+(y^2-10y+25)=-45+36+25=16 \n" ); document.write( "(x+6)^2+(y-5)^2=16 \n" ); document.write( "This is an equation of a circle with center at (-6,5) with radius of 4 \n" ); document.write( " |