Question 1171899
p = 2 * (l + w)
p is the perimeter
l is the length
w is the width.


the width is 22 meters less than the length.
this gets you w = l - 22
replace w with that in the original equation to get:
p = 2 * (l + w) becomes p = 2 * (l + l - 22)
combine like terms to get p = 2 * (2l - 22)
simplify to get p = 4l - 44
since p = 152, this becomes 152 = 4l - 44
add 44 to both sides of this equation and simplify to get:
196 = 4l
solve for l to get l = 196/4 = 49
since w = l - 22, then w = 49 - 22 = 27


you have:
l = 49 and w = 27
confirm these values to be correct by replacing l and w in the original equations to get:
p = 2 * (l + w) = 2 * (49 + 27) = 2 * (76) = 152.
since w = l - 22, then w = 49 - 22 = 27.
this confirms the values of l and w are correct.


your solution is that the length is 49 and the width is 27.