document.write( "Question 1134372: Find an equation of the circle:\r
\n" ); document.write( "\n" ); document.write( "Center on line x - y = 6, tangent to both axes\r
\n" ); document.write( "\n" ); document.write( "I changed the equation to y=x-6 and then I don't know how to solve/do the next step.
\n" ); document.write( "

Algebra.Com's Answer #751742 by greenestamps(13334)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "If the circle is tangent to both axes, then the center of the circle is the same distance from both axes. Mathematically, that means

\n" ); document.write( "\"abs%28y%29=abs%28x%29\"

\n" ); document.write( "which is equivalent to

\n" ); document.write( "\"y=x\" or \"y=-x\"

\n" ); document.write( "So you are looking for the solution of the system

\n" ); document.write( "\"y+=+x-6\" AND (\"y=x\" OR \"y=-x\")

\n" ); document.write( "If you don't immediately see where the center of the circle is, here is a graph; y=x-6 (red); y = x (green); and y = -x (blue):

\n" ); document.write( "\"graph%28400%2C400%2C-10%2C10%2C-10%2C10%2Cx-6%2Cx%2C-x%29\"

\n" ); document.write( "The center of the circle is at the only point where the red line intersects either the green or blue line.

\n" ); document.write( "Then it should be clear what the radius of the circle is; and I will assume you know how to write the equation once you know the center of the circle and the radius.
\n" ); document.write( "
\n" );