document.write( "Question 282458: given the equation of a circle x^2+y^2-10x+4y+13=0 find its center and its radius. im not sure i think its center is 10,-4 please help if possible \n" ); document.write( "
Algebra.Com's Answer #205168 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! given the equation of a circle x^2+y^2-10x+4y+13=0 find its center and its radius. im not sure i think its center is 10,-4 please help if possible\r \n" ); document.write( "\n" ); document.write( "We need to get the equation in the standard form:\r \n" ); document.write( "\n" ); document.write( "(x-h)^2 + (y-k)^2 = r^2.\r \n" ); document.write( "\n" ); document.write( "In this form the center is at (h,k) with radius = r.\r \n" ); document.write( "\n" ); document.write( "x^2 + y^2 - 10x + 4y + 13 = 0\r \n" ); document.write( "\n" ); document.write( "(x^2 - 10x) + (y^2 + 4y) = -13\r \n" ); document.write( "\n" ); document.write( "We can \"complete the squares\" by adding the same things to both sides:\r \n" ); document.write( "\n" ); document.write( "(x^2 - 10x + 25) + (y^2 + 4y + 4) = -13 + 25 + 4\r \n" ); document.write( "\n" ); document.write( "(x-5)^2 + (y+2)^2 = 16\r \n" ); document.write( "\n" ); document.write( "The center is at (5,-2) and the radius is 4. \n" ); document.write( " |