Answer:
1. Use variables to represent length and width.
width = w
length = w + 5
2. Set up an equation for the perimeter of the rectangle.
perimeter = 2L + 2W
2(w + 5) + 2(w) = 46
2w + 10 + 2w = 46
4w + 10 = 46
4w = 36
w = 9
3. Find the length and width of the rectangle.
width = w = 9 inches
length = w + 5 = 14 inches