Perimeter of a rectangle can be represented by 2* length + 2 * width
We can represent the width with the variable x
We can represent the length by the expression 3x-1
So, now we can make a forumla and solve
2(3x-1) + 2(x) = 30
6x-2+2x = 30
8x = 32
x = 4 is the width of the rectange.
Now we find the length
3(4)-1
11 = Length