The perimeter of a rectangle can be found by doing 2*width+2*length since a rectangle has two widths and two lengths.
We do not know the width or the length.
Let's call the width x
Then the length is 3 more than the width. So whatever the width is we find the length by adding 3. For example if the width is 2, then the length 2+3=5
So we can represent the length as the width +3 or x+3
Then plugging into our formula 2*width + 2*length
2*x + 2*(x+3) <- don't forget parenthesis!
we can distrubte the 2 to the x and the 3
2*x + 2*x + 2*3
or 2x + 2x + 6
or 4x + 6
Then we know the perimeter is 34 so
4x + 6 = 34
-6 -6 subtract 6 from both sides to balance
4x = 28
/4 /4 divide both sides by 4 to balance
x = 7
So the width = 7 and the length = 7+3 = 10
Lets check our answer if the side lengths are 7 and 10
Then the perimeter is 7+7 + 10 + 10 = 34