So here we have an algebraic expression needing to be solved, and we need to know a little about rectangles and perimeters to do it:
The perimeter is the sum of all the lengths of the sides of an object, here we will have the sum of the 4 sides of this rectangle be equal to the perimeter. In a 2D rectangle, there are two lengths (L) and two widths (w):
Perimeter = L + L + w + w
But we also know that the width (w) is 8 inches more than the length (L); we can write this relationship as:
w = L + 8
Now that we have an expression for w, lets plug that into the first equation for perimeter:
Perimeter = L + L + (L + 8) + (L + 8)
Now lets simplify:
Perimeter = L + L + L + 8 + L + 8 = 4L + 16
We were also told that the perimeter is equal to 24, so lets make "perimeter" equal 24 in the above equation:
24 = 4L + 16
Now subtract 16 from both sides:
8 = 4L
Now divide both sides by 4
2 = L
Now we know the length is 2, and we know the width (w) is 8 inches more than the length (L), so we know:
w = L + 8
w = 2 + 8
w = 10
Now we know that the width is 10 and the length is 2, and we have solved the problem.