Question 103834
The city is planning to build a small playground on a rectangle section of a park. The perimeter of the playground is 80 feet. The two longer sides of the playground will each be 25 feet.
----------------
Perimeter = 2*length + 2*width
---------------
Let the length be 25 ft.; Let the width be "x" ft
----------------
EQUATION:
80 = 2*25 + 2x
30 = 2x
x = 15
The width = 15 ft.
--------------------------
 
A rectangle yard is surrounded by a fence that is 26 feet long. The area of the yard is 36 ft square. Determine the dimension of the yard.
-------
Formula : Area = length*width
Perimeter = 2*length + 2*width
-----------
Let the length by x; let the width by y.

EQUATIONS:
xy = 36
2x+2y=26
----------
Simplify:
y = 36/x
x+y = 13
-------------
Substitute y=36/x into x+y=13 to get:
x+(36/x)= 13
Multiply thru by x to get:
x^2 + 36 = 13x
Rearrange:
x^2 - 13x + 36 = 0
Factor:
(x-4)(x-9)=0
x = 4 or x=9
If the width is 4 ft, the length = 36/4 = 9 ft
If the length is 9 ft.,the width = 36/9 = 4 ft
================
Cheers,
Stan H.