document.write( "Question 1138949: Diana has available 400 yards of fencing and wishes to enclose a rectangular area.
\n" );
document.write( "(a) Express the area A of the rectangle as a function of the width W of the rectangle.
\n" );
document.write( "(b) For what value of W is the area largest?
\n" );
document.write( "(c) What is the maximum area? \n" );
document.write( "
Algebra.Com's Answer #756741 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Draw this \n" ); document.write( "sides are x x and 400-2x \n" ); document.write( "The area is x(400-2x)=-2x^2+400x \n" ); document.write( "the vertex for this quadratic is a maximum and will have x value of -b/2a=-400/-4=100 yds \n" ); document.write( "the maximum area for this 100*200 rectangle is 20000 yds^2.\r \n" ); document.write( "\n" ); document.write( "The formula for A=-2W2+400W for W=width \n" ); document.write( " |