document.write( "Question 463628: I am stuck on this problem, any help would be greatly appreciated. \r
\n" );
document.write( "\n" );
document.write( "Given a rectangle with a fixed perimeter of 372 feet, what dimensions would yield the maximum area? What is the maximum area? \n" );
document.write( "
Algebra.Com's Answer #317660 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! I am stuck on this problem, any help would be greatly appreciated. \n" ); document.write( "Given a rectangle with a fixed perimeter of 372 feet, what dimensions would yield the maximum area? What is the maximum area \n" ); document.write( "... \n" ); document.write( "Standard form for parabola: y=A(x-h)^2+k, with (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( "let x=length of rectangle \n" ); document.write( "let y= width of rectangle \n" ); document.write( "2x+2y=372 \n" ); document.write( "x+y=186 \n" ); document.write( "y=186-x \n" ); document.write( "... \n" ); document.write( "Area=x*y=x(186-x)=186x-x^2 \n" ); document.write( "Area=-x^2+186x \n" ); document.write( "completing the square \n" ); document.write( "-(x^2-186x+(186/2)^2)+(186/2)^2 \n" ); document.write( "-(x-93)^2+(93)^2=-(x-93)^2+8649 \n" ); document.write( "This equation is a parabola with vertex at (93,8649) \n" ); document.write( "Dimensions: \n" ); document.write( "x=93 ft \n" ); document.write( "y=186-x=93 ft \n" ); document.write( "maximum area=8649 sq ft \n" ); document.write( " |