document.write( "Question 213298: 4.) Find the maximum possible area of a rectangle with a perimeter of 100 feet.\r
\n" );
document.write( "\n" );
document.write( "I've drawn a picture, labeled both the length and width on the rectangle, and written down the formulas for perimeter and area. \r
\n" );
document.write( "\n" );
document.write( "But now... I'm stuck. If you could explain how to finish this problem.. I would be grateful! Thank you! \n" );
document.write( "
Algebra.Com's Answer #161137 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the maximum possible area of a rectangle with a perimeter of 100 feet. \n" ); document.write( "I've drawn a picture, labeled both the length and width on the rectangle, and written down the formulas for perimeter and area. \n" ); document.write( "------------------------------ \n" ); document.write( "Perimeter = 2(L + W) \n" ); document.write( "100 = 2(L+W) \n" ); document.write( "L+W = 50 \n" ); document.write( "--- \n" ); document.write( "Let width be W \n" ); document.write( "Then length = 50-W \n" ); document.write( "-------- \n" ); document.write( "Area = length * width \n" ); document.write( "A = (50-W)W \n" ); document.write( "A = 50W-W^2 \n" ); document.write( "-- \n" ); document.write( "This is a quadratic with a = -1, b = 50: \n" ); document.write( "Maximum area occurs when W = -b/2a = -50/-2 = 25 \n" ); document.write( "Since W = 25 and L+W=50, L = 25 \n" ); document.write( "---------------- \n" ); document.write( "Maximum area is 25*25 = 625 sq. units \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |