Question 1115250
.
<pre>
If w is the width, then the length is 200-x,   and the area is


    A(w) = width*length = w*(200-w) = -w^2 + 200w.


It is the function of w the problem asks for.
</pre>

Solved.