SOLUTION: A rose garden is designed by joining a rectangle and a semicircle, as shown below. The rectangle is long and wide. If the gardener wants to build a fence around the garden, how ma

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: A rose garden is designed by joining a rectangle and a semicircle, as shown below. The rectangle is long and wide. If the gardener wants to build a fence around the garden, how ma      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 882355: A rose garden is designed by joining a rectangle and a semicircle, as shown below. The rectangle is long and wide. If the gardener wants to build a fence around the garden, how many feet of fence are required? (Use the value for , and do not round your answer. Be sure to include the correct unit in your answer.)
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
Answering can only be done using symbols because you do not show your figure and you give no variable names nor values.

The rectangle part has dimensions x and y, and the semicircle's diameter x, will match the x dimension of the rectangle. The fence material length needed will be 1*x+2*y, for the three straight sides of the rectangle, and then (1/2)(2*pi*x) for the half-circle part.

The sum of all those is highlight_green%28x%2B2y%2Bpi%2Ax%29;
That's it, until you know some values or know how they are further related.