document.write( "Question 484659: How do you graph x squared + 10x + y squared + 20y -19 = 0 \n" ); document.write( "
| Algebra.Com's Answer #331830 by lwsshak3(11628)      You can put this solution on YOUR website! How do you graph x squared + 10x + y squared + 20y -19 = 0 \n" ); document.write( "*** \n" ); document.write( "x^2+10x+y^2+20y-19=0 \n" ); document.write( "completing the square \n" ); document.write( "(x^2+10x+25)+(y^2+20y+100)=19+25+100=144 \n" ); document.write( "(x+5)^2+(y+10)^2=144 \n" ); document.write( "This is an equation of a circle of the standard form: (x-h)^2+(y-k)^2=r^2, with (h,k) being the (x,y) coordinates of the center. \n" ); document.write( "For given equation: \n" ); document.write( "Center: (-5,-10) \n" ); document.write( "Radius: √144=12 \n" ); document.write( "see graph below as a visual check on the answers: \n" ); document.write( ".. \n" ); document.write( "y=±(144-(x+5)^2)^.5-10 \n" ); document.write( " |