Find the dimensions of the rectangle with minimum perimeter if its area is 200 square meters.
The minimum perimeter will occur if the rectangle is a square.
The area of a square is: x2 = 200
x = sqrt(200)
x = 10sqrt(2)
Perimeter = 4 · 10sqrt(2) = 40sqrt(2)