Question 333504
Jason plans to fence a rectangular area with 100 meters of fencing. He has written the formula A = w(50 - w) to express the area in terms of the width w. What is the maximum possible area that he can enclose with his fencing? 
------------------------------------
A = w(50-w)
A = 50w-w^2
-w^2++50w
a = -1 ; b = 50
----
Maximum area occurs when w = -b/2a = -50/(2*-1) = 25
-----
Then 50-w = 25
---------
Maximum area = 25*25 = 625 sq meters
====================================
Cheers,
Stan H.