document.write( "Question 61271This question is from textbook
\n" ); document.write( ": Area of a window. A window is in the shape of a square of side s, with a semicircle of a diameter s above it. Write a function that expresses the total area of a window s a function of s.\r
\n" ); document.write( "\n" ); document.write( "Gracias
\n" ); document.write( "

Algebra.Com's Answer #42150 by joyofmath(189)\"\" \"About 
You can put this solution on YOUR website!
The area of the square is \"s%5E2\".\r
\n" ); document.write( "\n" ); document.write( "The area of a circle = \"pi%2Ar%5E2\".
\n" ); document.write( "The area of a semicircle = \"%28pi%2Ar%5E2%29%2F2\".
\n" ); document.write( "In this case the radius of the semicircle = \"s%2F2\".\r
\n" ); document.write( "\n" ); document.write( "So, the area of the semicircle = \"pi%2A%28%28s%2F2%29%5E2%29%2F2\".
\n" ); document.write( "This simplifies to \"pi%2As%5E2%2F8\".\r
\n" ); document.write( "\n" ); document.write( "So, the area of the square plus the semicircle = \"s%5E2%2Bpi%2As%5E2%2F8\".
\n" ); document.write( "
\n" );