SOLUTION: What is the equation of a circle having endpoints of it's diameter at (7,9)and (1,3)?

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: What is the equation of a circle having endpoints of it's diameter at (7,9)and (1,3)?      Log On


   



Question 562318: What is the equation of a circle having endpoints of it's diameter at (7,9)and (1,3)?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is the equation of a circle having endpoints of it's diameter at (7,9)and (1,3)?
---
The center is the midpoint.
x = (7+1)/2 = 4
y = (9+3)/2 = 6
-------
The radius is sqrt[(9-3)^2+(7-1)^2] = sqrt[36+36] = 6sqrt(2)
----
Equation:
(x-4)^2 + (y-6)^2 = (6sqrt(2))^2
===================================
Cheers,
Stan H.
=============