document.write( "Question 48190: REPOST: 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”.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "This one never got answered when it posted last time and it's due tomorrow. Thanks. \n" );
document.write( "
Algebra.Com's Answer #31890 by jake_6233(74)![]() ![]() ![]() You can put this solution on YOUR website! The question is a bit confusing but I think I know what you are asking if you need the rea of a square window of with length s that is s^2. For the semi circle the formula for the semi circle is 0.5*pi*r^2 where r is the radius and diamter s in this case is r = 0.5s so we have 0.5*pi*(0.5*s)^2\r \n" ); document.write( "\n" ); document.write( "so f(x) = s^2 + 0.5*pi*(0.5*s)^2 this is assuming that the semicircle is outside and seperate from the square. Let me know if you need more help on this \n" ); document.write( " |