document.write( "Question 652673: A circle centered at the origin whose radius is 2 units is inscribed in a right triangle whose base is 8 units and altitude 6 units. Find the equation of the circle. \n" ); document.write( "
Algebra.Com's Answer #408065 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "
\r\n" );
document.write( "The triangle it's inscribed in has nothing to do with it.  \r\n" );
document.write( "The equation of any circle is\r\n" );
document.write( "\r\n" );
document.write( "(x-h)² + (y-k)² = r²\r\n" );
document.write( "\r\n" );
document.write( "You are given the center as (h,k) = {0,0}, the origin, and you are given\r\n" );
document.write( "the radius r = 2, so\r\n" );
document.write( "\r\n" );
document.write( "(x-0)² + (y-0)² = 2²\r\n" );
document.write( "\r\n" );
document.write( "or\r\n" );
document.write( "\r\n" );
document.write( "x² + y² = 4\r\n" );
document.write( "\r\n" );
document.write( "Why was the triangle even mentioned?  It is totally irrelevant.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );