You can put this solution on YOUR website! A rectangle has a perimeter of 100cm find the greatest possible area for the rectangle
--------------
Perimeter = 2L + 2W so
L + W = 50
and L*W = area
-------------
Start with L = W:
Area = L*W = = 25*25 = 625
For any others:
Area = (L-x)*(W+x) = 625 - x^2
The obvious max is at x = 0
--> max area at L = W
max Area = 625
-----------------
the hard way:
Area = L*(50 - L)
Area = 50L - L^2
That's a parabola with a max at its vertex
The L at the vertex is L = -b/2a
L = -50/2 = 25
L = 25
W = 25
Area = 625 sq cm