Question 251162
Define your variables and list known items:
p = perimeter = 14
l = length
w = width
p = 2l + 2w = 2(l+w)
l = 4w + 2
.
substituting l = 4w+2 into the perimeter equation
14 = 2(4w+2) + 2w
.
multiply to remove the parentheses
14 = 8w +4 + 2w
.
collect terms
14 = 10w +4
.
subtract 4 from both sides
10 = 10w
.
divide both sides by 10
1 = w
w = 1
.
substituting back into l = 4w+2
l = 4(1) + 2 = 6
.
checking the perimeter
2l = 12
2w = 2
2l + 2w = 14, which is correct.
.
so our answer is:
l=4
w=1
.
done