You can put this solution on YOUR website! How do I write an expression for the perimeter of a rectangle with its width 6x+5 and length 3x
-------
Perimeter = 2(width + length)
-----
P = 2(6x+5 + 3x)
----
P = 2(9x+5)
---
P = 18x+10
===============
Cheers,
Stan H.
===============