document.write( "Question 810651:  Find the equation of a circle having it's diameter the line segment joining the points (3,7) and (-5,1).\r
\n" );
document.write( "\n" );
document.write( "Can you please help me out? Thanks so much in advance \n" );
document.write( "
| Algebra.Com's Answer #488313 by stanbon(75887)      You can put this solution on YOUR website! Find the equation of a circle having it's diameter the line segment joining the points (3,7) and (-5,1). \n" ); document.write( "----- \n" ); document.write( "Find the midpoint (center of the circle). \n" ); document.write( "x = (3+-5)/2 = -1 \n" ); document.write( "y = (7+1)/2 = 4 \n" ); document.write( "----- \n" ); document.write( "Center is (-1,4) \n" ); document.write( "--------------------- \n" ); document.write( "Find the radius (distance from end point to center): \n" ); document.write( "r = sqrt[(3--1)^2+(7-4)^2] = sqrt[16+9] = 5 \n" ); document.write( "--------- \n" ); document.write( "Circle Equation: \n" ); document.write( "(x+1)^2 + (y-4)^2 = 5^2 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============================= \n" ); document.write( " |