No idiots. Just pay better attention. It seems obvious, but often it isn't -- Words mean things! The word "largest" is just wrong.
When faced with a very bad problem statement, you have two paths from which to choose.
1) Punt - pan the problem statement and take your argument to the source.
2) Make some assumptions and document clearly what you are doing.
We started with:
Start by drawing the pool. It's rectangular so draw a rectangle.
Make a couple of definitions.
x = length of skinny sides of the rectangle
y = length of fat sides of the rectangle
We are now assuming that the POOL itself has perimeter of 180 ft.
We know the perimeter is 180 ft, so this tells us 2x + 2y = 180 ft.
The entire deck area, then, has a perimeter: 2(x+20) + 2(y+10) -- Notice how this is 20 and NOT 10. You must add deck to both skinny sides of the pool. It is also 10 and not 5. You must add deck to both long sides of the pool.
The pool has area x*y
The entire deck and pool has area (x+20)(y+10)
The area of the deck without the pool is (x+20)(y+10) - xy = xy + 20y + 10x + 200 - xy = 20y + 10x + 200
We're just dumping stuff we either are given or can discern from the given information.
Without another constraint, we're kind of stuck here. It may have been wiser to punt on this one.
By the way, never say that about yourself again. Who told you that?! They were wrong. You can learn.