You can put this solution on YOUR website! A rectangular garden is 15 ft longer than it is wide. Its area is 2200 ft{}^2. What are its dimensions?
----
width:: w
length = w+15
----
Equation:
w(w+15) = 2200
w^2 + 15w - 2200 = 0
Factor::
(w-40)(w+55) = 0
----
Positive solution::
width = 40 ft
length = 40+15 = 55 ft
--------------
Cheers,
Stan H.
----------