document.write( "Question 521839: What is the standard form of the equation x^2 + y^2 + 10x -8y +5 = 0 \n" ); document.write( "
Algebra.Com's Answer #346654 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the standard form of the equation x^2 + y^2 + 10x -8y +5 = 0 \n" ); document.write( "** \n" ); document.write( " x^2 + y^2 + 10x -8y +5 = 0 \n" ); document.write( "complete the square \n" ); document.write( "(x^2+10x+25)+(y^2-8y+16)=-5+25+16=36 \n" ); document.write( "(x+5)^2+(y-4)^2=36 \n" ); document.write( "This is an equation of a circle of the standard form: (x-h)^2+(y-k)^2=r^2, (h,k) being the (x,y) coordinates of the center, r=radius \n" ); document.write( " |