Given a circle with radius 20, there are indefinetly many line segments of length 20 that are tangent to the circle at their midpoints. Find the area of the region consisting of all such line segments
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Area of given circle = pi r^2 = pi (20)^2 = 400 pi
Radius of a circle formed by many line segment of length 20 = (20^2 +10^2)^0.5 = 10(5)^0.5
Area of circle formed by many line segments= pi r^2= 500 pi
Area of region consisting all such lines = 500 pi - 400 pi = 100 pi (Ans.)