document.write( "Question 869244: the perimeter of a rectangle is 56 yards. what are the dimensions of the rectangle with maximum area?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #524092 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the perimeter of a rectangle is 56 yards. what are the dimensions of the rectangle with maximum area? \n" ); document.write( "*** \n" ); document.write( "let x=length \n" ); document.write( "let y=width \n" ); document.write( "2x+2y=56 \n" ); document.write( "x+y=28 \n" ); document.write( "y=28-x \n" ); document.write( "Area=xy=x(28-x)=28x-x^2 \n" ); document.write( "Area=-x^2+28x \n" ); document.write( "complete the square: \n" ); document.write( "Area=-(x^2-28x+196)+196 \n" ); document.write( "=-(x-14)^2+196 \n" ); document.write( "This is an equation of a parabola that opens downward with vertex at (14,196), which means maximum area of 196 occurs when x, the length=14) \n" ); document.write( "dimensions of the rectangle with maximum area? 14 yds by 14 yds, a square. \n" ); document.write( " |