document.write( "Question 972352: 9.Find the equation of a circle with center (1, -1) and that passes through the origin. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "10. Find the equation of a circle with center (2, 1) that is tangent to the x-axis. \n" );
document.write( "
Algebra.Com's Answer #594689 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of a circle with center (1, -1) and that passes through the origin. \n" ); document.write( "Radius = distance from origin to (1,-1) = sqrt(1^2+1^2) = sqrt(2) \n" ); document.write( "-------------------- \n" ); document.write( "Ans: x^2 + y^2 = 2 \n" ); document.write( "-------------------------- \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "10. Find the equation of a circle with center (2, 1) that is tangent to the x-axis. \n" ); document.write( "The point of tangency is (2,0) \n" ); document.write( "Radius = sqrt[(2-2)^2+(1-0)^2] = 1 \n" ); document.write( "------ \n" ); document.write( "Ans: (x-2)^2 + (y-1)^2 = 1 \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |