document.write( "Question 53539: Find the equation of the circle, in general form, that has endpoints of a diameter at the points (5, 3) and (0, 2). \n" ); document.write( "
Algebra.Com's Answer #35785 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the circle, in general form, that has endpoints of a diameter at the points (5, 3) and (0, 2). \n" ); document.write( "The center is half-way between so is at (5/2 , 1) \n" ); document.write( "The radius is the distance from the center to one of the end-points. \n" ); document.write( "radius = sqrt((5/2)-0)^2 + (1-2)^2)= sqrt((25/4)+1)=sqrt(29/4) \n" ); document.write( "Equation form is (x-(5/2))^2 + (y-1)^2= 29/4\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |