Question 1153651: How to calculate the maximum area of rectangle give the fixed perimeter of 24. Found 3 solutions by Boreal, ikleyn, Alan3354:Answer by Boreal(15235) (Show Source):
You can put this solution on YOUR website! length is x and width is 12-x, and that gives half perimeter of 12
area is x(12-x)
maximize their product, which is 12x-x^2
the vertex is at -b/2a or -12/-2 or x=6
12-x=6
This is a square with area 36 sq units
Calculus gets the same answer.
You can put this solution on YOUR website! How to calculate the maximum area of rectangle give the fixed perimeter of 24.
------------
P = 2W + 2L = 24
W + L = 12
-----------------
1st try W = L = 6 and 6
Area = 6*6 = 36
Any changes --> Area = (W + c)*(W - c) = W^2 - c^2
Any value of c <> 0 ---> a smaller area.