Respuesta :

length = x
width = y

y = 16
x = 2y
x = 2(16)
x = 32

perimeter = 2x + 2y
= 2(32) + 2(16)
= 64 + 32
= 96