document.write( "Question 144164This question is from textbook Geometry; for enjoyment and challenge
\n" );
document.write( ": Find the equation of a circle with center (2,4) that passes through (1,7). \n" );
document.write( "
Algebra.Com's Answer #104940 by stanbon(75887) ![]() You can put this solution on YOUR website! Find the equation of a circle with center (2,4) that passes through (1,7). \n" ); document.write( "-------------------- \n" ); document.write( "The radius is the distance from the center to (1,7). \n" ); document.write( "d = sqrt[(7-4)^2 + (1-2)^2] \n" ); document.write( "d = sqrt[9 + 1] \n" ); document.write( "d = sqrt(10) \n" ); document.write( "----------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Form: (x-h)^2 + (y-k)^2 = r^2 where (h,k) is the center and r is the radius \n" ); document.write( "(x-2)^2 + (y-4)^2 = 10 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |