SOLUTION: A circle is defined by the following equation: 2x^2+2y^2+28x+80=0 What is the radius?

Algebra ->  Circles -> SOLUTION: A circle is defined by the following equation: 2x^2+2y^2+28x+80=0 What is the radius?      Log On


   



Question 82851: A circle is defined by the following equation:
2x^2+2y^2+28x+80=0
What is the radius?

Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
A circle is defined by the following equation:
2x^2+2y^2+28x+80=0
What is the radius?
The standard form of the equation of a circle is: highlight%28%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2%29, where the center is (h,k) and the radius is r.
First divide everything by 2 because x^2 and y^2 have to have 1 as their coefficients.
2x%5E2%2F2%2B2y%5E2%2F2%2B28x%2F2%2B80%2F2=0%2F2
x%5E2%2By%5E2%2B14x%2B40=0
Now get the x's next to each other the y's next to each other and the constants on the other side of the = sign:
x^2+14x+y^2+40-40=0-40
x^2+14x+y^2=-40
Now complete the square for the x terms. Add 1/2 the coefficient of x squared to both sides of the =sign.
x^2+14x+(14/2)^2+y^2=-40+(14/2)^2
x^2+14x+(7)^2+y^2=-40+(7)^2
x^2+14x+49+y^2=-40+49
(x^2+14x+49)+y^2=9
(x+7)^2+(y-0)^2=3^2
The radius is 3.
You didn't ask for the center, but it's (-7,0)
Happy Calculating!!!!