document.write( "Question 52445: find the center and the radius of the circle x2+y2-10x-6y+29=0. Draw the graph \n" ); document.write( "
Algebra.Com's Answer #34982 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x^2 - 10x + y^2 - 6y = -29 \n" ); document.write( "(x - 5)^2 + (y - 3)^2 = -29 + 25 + 9 = 5 \n" ); document.write( "c(5,3) and r = sqrt(5) \n" ); document.write( " |