document.write( "Question 122099: What is the radius and center of a circle with the equation x^2+y^2=100?
\n" ); document.write( "What is the radius and center of a circle with the equation (x-4)^2+y^2=25?
\n" ); document.write( "What is the radius and center of a circle with the equation (x+5)^2+(y-3)^2=18?
\n" ); document.write( "What is the radius and center of a circle with the equation x^2+y^2+4*x-2*y=4?
\n" ); document.write( "What is the radius and center of a circle with the equation x^2+y^2=2*x+10*y+25=0?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #89646 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The general equation for a circle with center (h,k) and radius, r, is,
\n" ); document.write( "\"%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2\"
\n" ); document.write( "What is the radius and center of a circle with the equation \"x%5E2%2By%5E2=100\"?
\n" ); document.write( "Compare the terms to the general equation.
\n" ); document.write( "\"%28x-h%29%5E2=x%5E2\"
\n" ); document.write( "\"h=0\"
\n" ); document.write( "\"%28y-k%29%5E2=y%5E2\"
\n" ); document.write( "\"k=0\"
\n" ); document.write( "\"r%5E2=100\"
\n" ); document.write( "\"r=10\"\r
\n" ); document.write( "\n" ); document.write( "The center is(\"0\",\"0\"), radius \"10\"
\n" ); document.write( "What is the radius and center of a circle with the equation \"%28x-4%29%5E2%2By%5E2=25\"?
\n" ); document.write( "The center is(\"4\",\"0\"), radius \"5\"
\n" ); document.write( "What is the radius and center of a circle with the equation \"%28x%2B5%29%5E2%2B%28y-3%29%5E2=18\"?
\n" ); document.write( "The center is(\"-5\",\"3\"), radius \"sqrt%2818%29\"
\n" ); document.write( "The next two require you to \"complete the square\" in both x and y and then compare it to the general form.
\n" ); document.write( "What is the radius and center of a circle with the equation \"x%5E2%2By%5E2%2B4%2Ax-2%2Ay=4\"?
\n" ); document.write( "\"x%5E2%2By%5E2%2B4x-2y=4\"
\n" ); document.write( "\"x%5E2%2B4x%2By%5E2-2y=4\"
\n" ); document.write( "\"%28x%5E2%2B4x%2B4%29%2B%28y%5E2-2y%2B1%29=4%2B4%2B1\"
\n" ); document.write( "\"%28x%2B2%29%5E2%2B%28y-1%29%5E2=9\"
\n" ); document.write( "The center is(\"-2\",\"1\"), radius \"3\"
\n" ); document.write( "What is the radius and center of a circle with the equation \"x%5E2%2By%5E2=2x%2B10y%2B25=0\"
\n" ); document.write( "\"x%5E2-2x%2By%5E2-10y=25\"
\n" ); document.write( "\"%28x%5E2-2x%2B1%29%2B%28y%5E2-10y%2B25%29=25%2B1%2B25\"
\n" ); document.write( "\"%28x-1%29%5E2%2B%28y-5%29%5E2=51\"
\n" ); document.write( "The center is(\"1\",\"5\"), radius \"sqrt%2851%29\"
\n" ); document.write( "
\n" );