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 #42146 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
AREA OF THE WINDOW IS S^2
\n" ); document.write( "THE AREA OF THE SEMI CIRCLE ABOVE IT HAS AN AREA OF PI*R^2/2 WHERE THE R=S/2
\n" ); document.write( "THUS WE HAVE S^2+(PI*S/2)/2 FOR THE ENTIRE AREA
\n" ); document.write( "
\n" ); document.write( "
\n" );