-------------------------------------
Define x:
-------------------------------------
Let the width be x.
Width = x
Length = x + 2
-------------------------------------
Formula For Area :
-------------------------------------
Area = Length x Width
-------------------------------------
FInd Width :
-------------------------------------
63 = x(x + 2)
63 = x² + 2x
x² + 2x - 63 = 0 ← Polynomial Equation for the area of the lawn.
(x - 7)(x + 9) = 0
x = 7 or x = -9 (rejected, length cannot be negative)
-------------------------------------
Answer: The width is 7 yards.
-------------------------------------