
Dennis S. answered 09/05/20
Retired mathematics instructor
l = length call it x + 3
w = width call it x
perimeter = 2l + 2w therefore
52 = 2(x + 3) + 2(x)
52 = 2x + 6 + 2x
52 = 4x + 6, subtract 6
52 - 6 = 4x
46 = 4x, divide by 4
11.5 = x
width is 11.5
length is 14.5
check
52 = 2(14.5) + 2(11.5)
52 = 29 + 23
52 = 52
Hope it helps
Dennis