document.write( "Question 1127353: A rectangular yard is to be fenced in with 80 m of fence. What must the dimensions of the yard be in order to maximize the area of the field? \n" ); document.write( "
Algebra.Com's Answer #743751 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let the width be x, then the length is 80 - 2x, and the area A: \n" ); document.write( "Maximize: \n" ); document.write( "A(x) = x(80 - 2W) \n" ); document.write( "A(x) = 80x - 2x^2 \n" ); document.write( "A'(x) = 80 - 4x \n" ); document.write( "find A'(x) = 0 \n" ); document.write( "80 - 4x = 0 \n" ); document.write( "80 = 4x \n" ); document.write( "x = 20 \n" ); document.write( "The maximum area is defined by a side of 20, this means that you will have a square yard. \n" ); document.write( "Four sides each 20 = 20 x 4 = 80, these are your 80 m. of fence \n" ); document.write( "the area is 20 x 20 = 400 m^2 \n" ); document.write( " \n" ); document.write( " |