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)![]() ![]() 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 = \n" ); document.write( " = \n" ); document.write( "\n" ); document.write( "Area of the square part of the window = \n" ); document.write( "\n" ); document.write( "Total Area of the window (A) = \n" ); document.write( " = |