document.write( "Question 225901: Decide whether of not the equation has a circle as its graph. Give the center and the radius.
\n" );
document.write( "4x^2+4y^2+4x-4y-7=0 \n" );
document.write( "
Algebra.Com's Answer #168379 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 4x^2+4y^2+4x-4y-7 \n" ); document.write( "------------ \n" ); document.write( "Complete the square for x and y: \n" ); document.write( "4x^2 + 4x + 1 + 4y^2 - 4y + 1 = 7 + 1 + 1 \n" ); document.write( "x^2 + 1 + 1/4 + y^2 - y + 1/4 = 9/4 \n" ); document.write( "(x+1/2)^2 + (y-1/2)^2 = (3/2)^2 \n" ); document.write( "--> A circle, center at (-1/2,1/2), radius 3/2 \n" ); document.write( " \n" ); document.write( " |