document.write( "Question 336567: (1 pt) A Norman window has the shape of a rectangle surmounted by a semicircle. If the perimeter of the window is 37 feet, express the area A of the window as a function of the width x (across the base) of the window. \r
\n" ); document.write( "\n" ); document.write( "A(x) =
\n" ); document.write( "

Algebra.Com's Answer #241213 by Jk22(389)\"\" \"About 
You can put this solution on YOUR website!
(1 pt) A Norman window has the shape of a rectangle surmounted by a semicircle. If the perimeter of the window is 37 feet, express the area A of the window as a function of the width x (across the base) of the window. \r
\n" ); document.write( "\n" ); document.write( "let p=perimeter, x=width in feet, h=height A=area in feet^2\r
\n" ); document.write( "\n" ); document.write( "p=x+2*h+Pi*x=37 => h=(37-x-Pi*x)/2\r
\n" ); document.write( "\n" ); document.write( "A(x)=h*x+Pi*x^2=(37-x-Pi*x)*x+Pi*x^2=37x-x*x
\n" ); document.write( "
\n" );