Problem 253
Garden Area Problem. A designer created a garden from two concentric circles whose equations are as follows: (x + 2)2 + (y – 6)2 = 16 and (x + 2)2 + (y – 6)2 = 81
The area between the circles will be covered with grass. What is the area of that section?
Solution
First circle equation is
(x + 2)2 + (y – 6)2 =16………..(1)
Radius( r ) of this given circle is √16=4
And area of this circle = A=πr^2
A = π42
A = 3.14×16
A=50.24 sq.units
Second circle’s equation
(x + 22) + (y – 6)2 = 81………..(2)
Radius( r ) of this given circle is √81=9
And area of this circle = A= πr 2
A=π9 2
A=3.14×81
A=254.34 sq.units
So difference between two area of two circles
=254.34 – 50.24
=204.1 sq units