Question 1193291
length = x
width = x/2
p = 2 * (length + width) = 2 * (x + x/2) = 2x + x = 3x
the perimeter is equal to 3x.
that's your solution.