document.write( "Question 516748: Determine whether the equation represents a circle, a point, or has no graph. If the equation is that of a circle, find its center and radius. x^2+y^2+72=12x \n" ); document.write( "
Algebra.Com's Answer #344507 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( " x² + y² + 72 = 12x\r\n" ); document.write( "\r\n" ); document.write( "If it has a graph at all it would be a circle since it has both\r\n" ); document.write( "x² and y² terms with the same coefficient when on the same side\r\n" ); document.write( "of the equation. So we'll try to get it into the form of a\r\n" ); document.write( "circle, which is\r\n" ); document.write( "\r\n" ); document.write( " (x-h)² + (y-k)² = r²\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " x² + y² + 72 = 12x\r\n" ); document.write( "\r\n" ); document.write( "Rearrange by subtracting 12x from both sides,\r\n" ); document.write( "and put the subtacted 12x next to the x² term:\r\n" ); document.write( "\r\n" ); document.write( " x² - 12x + y² + 72 = 0\r\n" ); document.write( "\r\n" ); document.write( "Subtract 72 from both sides:\r\n" ); document.write( "\r\n" ); document.write( " x² - 12x + y² = -72 \r\n" ); document.write( "\r\n" ); document.write( "Complete the square by taking\n" ); document.write( " |