You can put this solution on YOUR website! Let W be the width of the rectangle and L be the length.
We know that the width is 12 units less than the length, so:
W = L - 12
We also know the perimeter is 108 units, so:
2*W + 2*L = 108
Substitute the value for w from the first equation:
2*(L - 12) + 2L = 108
Distribute the 2 on the right and combine the L terms:
2L - 24 + 2L = 108
4L - 24 = 108
Add 24 to both sides:
4L -24 + 24 = 108 + 24
4L = 132
Divide both sides by 4:
L = 33
So, the length is 33 units.