Question 566791: How do I find h & w when h is 7 more than w, and I am only given the area of 330ft^2? Found 2 solutions by solver91311, stanbon:Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! How do I find h & w when h is 7 more than w, and I am only given the area of 330ft^2?
-------
Let width = w
Then height = (w + 7)
----
Area = width*height = 330 ft^2
-----
w^2+7w-330 = 0
---
Factor:
(w-15)(w+22) = 0
---
Width = 15 ft
Height = 15+7 = 22 ft
===========================
cheers,
Stan H.
==================