You can put this solution on YOUR website! A rectangle is three times longer than its wide. The perimeter is 720. What are the dimensions?
--------------------
width::w
length:: 3w
-------------------
Perimeter = 2(length + width)
720 = 2(3w+w)
360 = 4w
width = 90
length = 3w = 270
-------
Cheers,
Stan H.
--------------