Let l = length
Let w = width
l = 2w + 7
Let A = area
A = l * w
Use substitution by using the formula for l in the formula for A:
A = l * w
A = (2w + 7) * w
A = 2w2 + 7w
We know that A = 99, so:
99 = 2w2 + 7w
Now we want to set it equal to zero so we can solve for w:
2w2 + 7w - 99 = 0
Solve using the quadratic formula:
w = (-b +/- √(b2 - 4ac)) / 2a
where a = 2, b = 7, and c = -99
Solve for the value under the radical first:
b2 - 4ac
72 - 4(2)(-99) = 841
Then solve for the numerator:
-b +/- √(b2 - 4ac)
-7 +/- √841
-7 +/- 29
Now solve for the denominator
2a = 2(2) = 4
Since there is a plus-or-minus there, we have 2 possible values for the numerator:
-7 + 29 = 22
-7 - 29 = -36
Divide both of them by 4:
22/4 = 5.5
-36/4 = -9
We cannot have a negative value for a distance, so the width must be 5.5. Now to find the length, we simply plug 5.5 back into the very first equation: l = 2w + 7
l = 2w + 7
l = 2(5.5) + 7
l = 11 + 7
l = 18
So the width is 5.5ft, and the length is 18ft. We can double check this by multiplying 18 by 5.5.
18 * 5.5 = 99
This is a valid statement, so our width and length are correct.