231k views
2 votes
Write the equation in general form of the circle with the given properties.

Center at (8, 7); r = 9

User Seong
by
7.8k points

2 Answers

4 votes
This question has been answered before by someone else.
If the answer provided did not suit your teacher/computer, it might be that the standard form is required, which is the first line of the previous response:

Equation of circle centred at (a,b) with radius r is:
(x-a)^2+(y-b)^2=r^2

with (a,b)=(8,7), i.e. a=8, b=7, and r=9, the equation of the circle becomes

(x-8)^2+(y-7)^2=9^2
OR
(x-8)^2+(y-7)^2=81
User Doug McClean
by
8.2k points
2 votes
The equation of a circle with center
(8,7) and radius
9 is as follows:


(x-8)^2+(y-7)^2=9^2

Multiplying this equation out will give us the general form of the equation of the circle.


(x-8)^2+(y-7)^2=9^2 \\ (x-8)(x-8)+(y-7)(y-7)=81 \\ (x^2-16x+64) + (y^2 -14x + 49) = 81 \\ x^2-16x+64 + y^2 -14x + 49 = 81

Simplify to get your answer:


x^2+y^2 -16x-14y + (49+64) = 81 \\ x^2+y^2 -16x-14y + 113 = 81
User Wilmarie
by
7.5k points