#Help find the area of the shaded region
11 messages · Page 1 of 1 (latest)
The middle semi-circle is annyoing
Split the shape into multiple shapes, one triangle with length 5 and height 10
Do 2.5 squared + 25 - 1.25 squared
Ye good method
And the semicircle can be calculated by halfing the circle formula, then using that on both shaded and unshaded
Ye pretty much half this
Shaded semi circle - unshaded
Hey @hearty cairn is ur problem solved ?
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.