
Adam V. answered 11/29/16
Tutor
4.9
(19)
Professional Software Engineer, over 16 years work experience!
A semi-circle is half of a circle. The problem is saying that the window is shaped like a rectangle, with half of a circle on each end.
We can break the window into 3 parts to measure the perimeter and area:
1. A rectangle with length = 9 and height = 8
2. Two semi circles with diameter = 8 (which is the same as a full circle with radius = 4)
3. Two semi circles with diameter = 9 (with is the same as a full circle with radius = 4.5)
To find the total perimeter, just add the perimeter of the first circle (2*pi*4), and the perimeter of the second circle (2*pi*4.5).
To fine the total area, just add up the area of the rectangle (L*H), the area of the first circle (pi*4^2), and the area of the second circle (pi*4.5^2)