Answer:
P = 2(L + W) = 2L + 2W (first part)
L = 2W + 1 (second part)
Explanation:
L = length of rectangle
W = width of rectangle
P = perimeter of rectangle = 2 * (L + W)
So P = 2(L + W) = 2L + 2W (1)
It is also given that length is 2 * width + 1
So we get the equation
L = 2W + 1 for L in terms of W (2)
This question does not ask you to compute L and W but if you wanted to do that use the following steps
Substitute for L from equation 2 to equation 1 giving
P = 2(2W+1) + 2W = 4W + 2 + 2W = 6W + 2
We know P = 92
So 6W + 2 = 92
Subtracting 2 from both sides we get 6W = 90
Dividing both sides by 6 gives us W = 15
and L = 2 * 15 + 1 = 31
We can check this by finding the perimeter from L and W
perimeter = 2(L+W) = 2(31 + 15) = 2 (46) = 92 which matches the data in the question