document.write( "Question 629991: David has 440 yards of fencing and wishes to enclose a rectangular area. 1. Express the area A of the rectangle as a function of the width W of the rectangle.
\n" );
document.write( "2. For what value of W is the area largest?
\n" );
document.write( "3. What is the maximum area? \n" );
document.write( "
Algebra.Com's Answer #396652 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The perimeter, P = 2(l+w) \n" ); document.write( "Expressing the length in terms of the width, we have \n" ); document.write( "l = P/2 - w \n" ); document.write( "The area, A = w*l = w(P/2 - w) = (P/2)w - w^2 \n" ); document.write( "The area is maximized when dA/dw = 0: \n" ); document.write( "dA/dw = 0 = P/2 - 2w -> w = P/4, which means the area is maximized when l=w, ie. a square \n" ); document.write( "Inserting the value for P gives w = 440/4 = 110 yd \n" ); document.write( "A = 110*110 = 12,100 sq. yd. \n" ); document.write( " \n" ); document.write( " |