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)![]() ![]() ![]() You can put this solution on YOUR website! First, the area of the square is: \n" ); document.write( "Next, the area of the semicircular top is: \n" ); document.write( "\n" ); document.write( "The total area can be expressed as: \n" ); document.write( " \n" ); document.write( " |