document.write( "Question 36385: solve.\r
\n" ); document.write( "\n" ); document.write( "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.
\n" ); document.write( "

Algebra.Com's Answer #22358 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
First, the area of the square is: \"A+=+s%5E2\"
\n" ); document.write( "Next, the area of the semicircular top is:\"A+=+%281%2F2%29%28pi%29s%5E2\"\r
\n" ); document.write( "\n" ); document.write( "The total area can be expressed as:
\n" ); document.write( "\"A+=+s%5E2+%2B+%28pi%29s%5E2%2F2\" Simplify.
\n" ); document.write( "\"A+=+s%5E2%281%2B%28pi%29%2F2%29\"
\n" ); document.write( "
\n" );