Mark I. answered 05/20/19
EMT Turned Teacher
I am surprised that this problem was labeled under Algebra 2 or geometry.
This is a pretty classic Applied Optimization problem in Calculus 1.
Anyhow, the perimeter formula would be 2x +2y = perimeter, where x is the width and y the length.
P = 200 ft = 2x + 2y
Area = xy
Using the perimeter solve for y so you can replace it in the area equation will express that function in terms of x only (width).
200 = 2x + 2y =
y = (200 -2x)/2y
y = 100 -x
Substitute
A = x(100-x) = 100x -x2
Now take the derivative of A = 100x - x2
dA/dx = 100 -2x
Set the derivative to 0
0 = 100 - 2x
x = 50 ft.
The width is optimized at 50 ft. Take that and plug back into the original perimeter function and solve for y.
200 = 2(50) + 2y
y = 50 ft
For the 2nd part of the problem you change the perimeter equation to P = 2x + y
200 = 2x + y
y = 200 - 2x
A = xy = x(200-2x) = 200x - 2x2
and take the derivative and set to zero
dA/dx = 200 - 4x
dA/dx = 0 = 200 - 4x
x = 50ft
Plug back into the perimeter equation. y = 100 ft