SOLUTION: A semicircle is situated on top of a rectangle so that the diameter (straight edge) is touching with the shorter side of the rectangle. The radius of the semicircle is 'r' and the
Algebra ->
Formulas
-> SOLUTION: A semicircle is situated on top of a rectangle so that the diameter (straight edge) is touching with the shorter side of the rectangle. The radius of the semicircle is 'r' and the
Log On
Question 858299: A semicircle is situated on top of a rectangle so that the diameter (straight edge) is touching with the shorter side of the rectangle. The radius of the semicircle is 'r' and the perimeter of the whole shape is 6m.
The question asks to find the formula for 'A' (Area of whole shape) in terms of 'r'.
This was all the info give, hopefully that is enough. There was a diagram in the original question.
You can put this solution on YOUR website! let l be the length, r is radius of semi-circle, P is perimeter, A is area
A = (l * 2r) + 1/2 * pi * r^2
P = 2l + 2r + (1/2)pi2r
P = 2l + 2r + pi*r
6 = 2l + 2r + pi*r
2l = 6 - 2r - pi*r
l = 3 - r - (1/2)*pi*r
substitute for l in Area equation
A = [ (3 - r - (1/2)*pi*r)*2r] + 1/2 * pi * r^2
A = ( 6r - 2r^2 - pi*r^2) + (1/2 * pi * r^2)
A = 6r - 2r^2 - (1/2)*pi*r^2
A = r*(6 - 2r - (1/2)*pi*r)