You can put this solution on YOUR website! The length of a rectangle is 2ft more than the width. The perimeter is 20ft. Find length
----------------
Let length be "x"; then width = "x-2"
Perimeter = 2(length + width)
20 = 2(x + x-2)
10 = 2x-2
2x = 12
x = 6 ft (length)
x-2 = 4 ft (width)
-------------------
Cheers,
Stan H.