document.write( "Question 154020: Area of a window. A window is in the shape of a square of 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 #113362 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
\"A=s%5E2%2Bs%5E2%2Api%2F2=s%5E2%281%2Bpi%2F2%29\" \n" ); document.write( "
\n" );