8a)
x = width
x+3 = length, since its 3 ft longer than the width
A = length*width
A = LW
A = (x+3)*x
A = x^2+3x
Set this equal to 108 since this is the area of the rectangle.
=========================================================
8b)
x^2+3x = 108
x^2+3x-108 = 0
Use the quadratic formula with a = 1, b = 3, c = -108
[tex]x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}\\\\x = \frac{-(3)\pm\sqrt{(3)^2-4(1)(-108)}}{2(1)}\\\\x = \frac{-3\pm\sqrt{441}}{2}\\\\x = \frac{-3\pm21}{2}\\\\x = \frac{-3+21}{2} \ \text{ or } \ x = \frac{-3-21}{2}\\\\x = \frac{18}{2} \ \text{ or } \ x = \frac{-24}{2}\\\\x = 9 \ \text{ or } \ x = -12\\\\[/tex]
Ignore the negative solution because we cannot have a negative width.
x = 9 is the width
x+3 = 9+3 = 12 is the length being 3 longer.
The rectangle is 12 ft by 9 ft to get an area of 12*9 = 108 sq ft, which confirms the answer.