SOLUTION: solve. 110. Area of a window. A window is in the shape of a square of side s, with a semicirlce of diameter s above it. Write a function that expresses the total area of the

Algebra ->  Rational-functions -> SOLUTION: solve. 110. Area of a window. A window is in the shape of a square of side s, with a semicirlce of diameter s above it. Write a function that expresses the total area of the       Log On


   



Question 36385: solve.
110. Area of a window. A window is in the shape of a square of side s, with a semicirlce of diameter s above it. Write a function that expresses the total area of the window as a function of s.

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
First, the area of the square is: A+=+s%5E2
Next, the area of the semicircular top is:A+=+%281%2F2%29%28pi%29s%5E2
The total area can be expressed as:
A+=+s%5E2+%2B+%28pi%29s%5E2%2F2 Simplify.
A+=+s%5E2%281%2B%28pi%29%2F2%29