Question 342111
find the dimensions of a rectangle whose perimeter is 26 meters and area is 42 square meters.
-----
Perimeter = 2(L + W)
26 = 2(L+W)
----------
L+W = 13
--
LW = 42
----
Solve for L and W:
L = 13-W
Substitute:
(13-W)W = 42
-W^2+13W-42 = 0
---
Quadratic with a = -1, and b = 13
Maximum area occurs when W = -b/(2a) = -13/(-2) = 6.5
-------------
Dimensions of the rectangle:
width = W = 6.5 meters
length = 13-6.5 = 6.5 meters
========================================
Cheers,
Stan H.