Let width = x
Let length = 3x+2
Area = length * width = 16
x(3x + 2) = 16
3x^2 + 2x = 16
3x^2 + 2x - 16 = 0
(3x + 8)(x - 2) = 0
For distance, we don't use negative answers. So we will only set the second factor equal to zero.
x - 2 = 0
x = 2
The width is 2 feet. The length is 3(2) + 2 which equals 8 feet.
Side note: Area is always measured in square units. So the area of the room should read as 16 square feet instead of 16 feet.