
Yuri O. answered 02/18/21
16 years online, 464 former SAT problems drilled down
W - width of the original rectangle
L - length of the original rectangle
Poriginal - perimeter of the original rectangle
Poriginal = 18 (inches) ← given
Poriginal = 2W + 2L
2W + 2L = 18 → equation (1)
2W - width of the another rectangle
3L - length of the another rectangle
Panother - perimeter of the another rectangle
Panother = 46 (inches) ← given
Panother = 2W + 2W + 3L + 3L = 4W + 6L
4W + 6L = 46 → equation (2)
Solving the system of equations:
2W + 2L = 18 → equation (1) → multiply by "-2" and then add two equations
4W + 6L = 46 → equation (2)
-4W - 4L = -36
4W + 6L = 46
2L = 10 → solving for "L"
L = 5
Calculating "W" from equation (1):
2W + 2 • 5 = 18
W = 4