I've got this, and im unsure how to proceed. I need to build a fence. There is a building next to the fence, which is why i only need $3$ sides of the fence and it shall be a rectangle. So this applies: $o=2x+y$ The area shall be $558m^2$ So $558=l*w$ How can i find the smallest size of the fences sides?
I've tried the following: 558=x*y y=558-x Then put it in this: o = 2x+y So: 2x+(558-x) -> -x^2+558x Then differentiated it to: 554-4x Set it to 0 and found x to be 139.5
unfortunately that is not correct