Question 113115
find the perimenter of a rectangle which is to be not greater than 300in., and the length must be 125 in. I have to find the maximum width of the rectangle.
-------------------
Perimeter = 2*width + 2*length
--------
300 >= 2*width + 2*125
2(width) <= 300 - 250
width <= 25 inches
=============
Cheers,
Stan H.