Start with the Equilateral Triangle of side 10 and move through step by step.
First, find the area of the equilateral triangle before we do anything ——> (10)^2 * sqrt(3) * (1/4) =
25 * sqrt(3)
Next, we need to round down each edge and make a semi-circle with radius 1 in its place (diameter of 2)
Start with just one vertex.
For the semi-circle to sit on top of the triangle, the Diameter across the semi-circle must be parallel to the base side opposite the vertex.
With a Diameter of 2, that means we are cutting of a similar equilateral triangle with side 2 from the vertex.
We have to do this for all 3 of the vertices. So let’s find the area of the 3 removed edges/triangles.
(3) * (2)^2 * sqrt(3) * (1/4) =
3 * sqrt(3) ———-> and this is being removed from the equilateral triangle’s full area.
25 * sqrt(3) - 3 * sqrt(3) =
22 * sqrt(3)
Last, in place of the 3 similar equilateral triangles that we removed from each of the 3 vertices, we are installing 3 semi-circles with radius 1.
So, we need to add the area of these 3 semi-circles with radius 1 to the result above to get the final answer
Each semi-circle’s area:
(1/2) * (1)^2 * (pi) = (pi) * (1/2)
And we are putting 3 where each vertex used to be.
(3) * (1/2) * (pi) ———-> finally add this to the result obtained above and you get
Answer E
22 * sqrt(3) + (3/2) (pi)
Posted from my mobile device