document.write( "Question 97789: Word problem.\r
\n" ); document.write( "\n" ); document.write( "Area of a window - A window is in the shape of a square of a side s, with a semicircle 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 #71128 by mathslover(157)\"\" \"About 
You can put this solution on YOUR website!
Diameter of the semi circle =s
\n" ); document.write( "radius of the semi circle =s/2
\n" ); document.write( "area of the semi circle = \"%281%2F2%29pi%28s%2F2%29%5E2\"
\n" ); document.write( " = \"%281%2F8%29pi%28s%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "Area of the square part of the window = \"s%5E2\"\r
\n" ); document.write( "\n" ); document.write( "Total Area of the window (A) = \"%281%2F8%29pi%2As%5E2\" + \"s%5E2\"
\n" ); document.write( " = \"s%5E2%28%28pi%29%2F8+%2B+1%29\"
\n" ); document.write( "
\n" );