#Help find the area of the shaded region

11 messages · Page 1 of 1 (latest)

vast bough
rigid kernelBOT
clever minnow
#

The middle semi-circle is annyoing

hearty cairn
#

Split the shape into multiple shapes, one triangle with length 5 and height 10

clever minnow
#

Do 2.5 squared + 25 - 1.25 squared

hearty cairn
#

And the semicircle can be calculated by halfing the circle formula, then using that on both shaded and unshaded

clever minnow
hearty cairn
#

Shaded semi circle - unshaded

tame stump
#

Hey @hearty cairn is ur problem solved ?

native idol
#

Solution

  • Find triangle area = 1/2 * (base = 5) * 10 (height)
  • Find Semicircle area (big one)[pi * 5 * 5 * 1/2] and substract it from the small one[pi * 2.5 * 2.5 * 1/2].
  • Add them up.