Question 9674: How do you find the length and width of a rectangle if the perimeter=38 and the area=90 square meters? Answer by Earlsdon(6294) (Show Source):
You can put this solution on YOUR website! You could try this:
A = L X W = 90 m^2 This is the area.
P = 2(L+W) = 38 m This is the perimeter. Solve this for L and substitute in the above equation, then solve for W.
2(L+W) = 38
L+W = 19
L = 19-W
Simplify and solve for W Solve this quadratic by factoring. Apply the zero product principle.
W-9 = 0 or W-10 = 0
If W-9 = 0, then w = 9
If W-10 = 0, then W = 10
These two numbers are actually the length and the width of the rectangle.
L = 10 m and W = 9 m.
Check:
A = LW = 10(9) = 90 m^2
P = 2(L+W) = 2(10+9) = 2(19) = 38 meters.