document.write( "Question 588428: The primeter of a rectangle is 30 cm,
\n" ); document.write( "Find the whole-number dimensions of the rectangle with:
\n" ); document.write( "(a) the greatest area
\n" ); document.write( "(b) the least area
\n" ); document.write( "

Algebra.Com's Answer #374500 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The formula for perimeter of a rectangle is
\n" ); document.write( "\"+P+=+2L+%2B+2W+\"
\n" ); document.write( "The formula for Area is
\n" ); document.write( "\"+A+=+L%2AW+\"
\n" ); document.write( "----------
\n" ); document.write( "given:
\n" ); document.write( "\"+P+=+30+\" cm
\n" ); document.write( "\"+30+=+2L+%2B+2W+\"
\n" ); document.write( "\"+2W+=+30+-+2L+\"
\n" ); document.write( "\"+W+=+15+-+L+\"
\n" ); document.write( "Substitute this into \"A\"
\n" ); document.write( "\"+A+=+L%2A%28+15+-+L+%29+\"
\n" ); document.write( "\"+A+=+-L%5E2+%2B+15L+\"
\n" ); document.write( "Here's a plot of this equation.
\n" ); document.write( "\"L\" is on the horizontal axis
\n" ); document.write( " \"+graph%28+400%2C+400%2C+-4%2C+20%2C+-4%2C+60%2C+-x%5E2+%2B+15x+%29+\"
\n" ); document.write( "The value of \"L\" that gives a maximum \"A\"
\n" ); document.write( "is \"+-b%2F%282a%29+=+-15%2F%282%2A%28-1%29%29+\"
\n" ); document.write( "\"+-b%2F%282a%29+=+7.5+\"
\n" ); document.write( "The rectangle with maximum area is a
\n" ); document.write( "square with sides = 7.5 cm
\n" ); document.write( "\"+7.5%2A7.5+=+56.25+\" cm2
\n" ); document.write( "The minimum area is 15 cm2
\n" ); document.write( "
\n" );