SOLUTION: The perimeter of a rectangle is 46m. If the width were doubled and the length were increased by 6 m, the perimeter would be 70 m. What are the length and width of the rectangle?

Algebra ->  Rectangles -> SOLUTION: The perimeter of a rectangle is 46m. If the width were doubled and the length were increased by 6 m, the perimeter would be 70 m. What are the length and width of the rectangle?      Log On


   



Question 166487: The perimeter of a rectangle is 46m. If the width were doubled and the length were increased by 6 m, the perimeter would be 70 m. What are the length and width of the rectangle?
Found 2 solutions by nerdybill, gonzo:
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
The perimeter of a rectangle is 46m. If the width were doubled and the length were increased by 6 m, the perimeter would be 70 m. What are the length and width of the rectangle?
.
Let x = width
and y = length
.
Since we have two unknowns, we'll need two equations.
.
perimeter of any rectangle = 2(width + length)
2(x+y) = 46
2x+2y = 46 (equation 1)
.
2(2x + y+6) = 70
4x+2y+12 = 70
4x+2y = 58 (equation 2)
.
Using the "elimination method" we subtract equation 1 from 2:
4x+2y = 58
-2x-2y = -46
----------------
2x = 12
x = 6 m
.
Substitute the above into equation 1 and solve for y:
2x+2y = 46
2(6)+2y = 46
12+2y = 46
2y = 34
y = 17 m
.
solution:
width is 6 m
length is 17 m

Answer by gonzo(654) About Me  (Show Source):
You can put this solution on YOUR website!
let L = length of original rectangle.
let W = width of original rectangle.
formula for perimeter of the original rectangle:
2*L + 2*W = 46m (equation 1) *************************************
-----
let L+6 = length of modified rectangle.
let 2*W = width of modified rectangle.
formula for perimeter of modified rectangle:
2 * (L+6) + 2 * (2*W) = 70m (original equation 2)
expand this out more:
(2*L) + (2*6) + (2*2*W) = 70m
simplify:
2*L + 12 + 4*W = 70m
subtract 12 from both sides:
2*L + 4*W = 58 (equation 2) **************************************
-----
you have 2 equations that you want to solve simultaneously so that the same solution is applicable to both.
they are:
2*L + 2*W = 46 (equation 1)
2*L + 4*W = 58 (equation 2)
-----
since they have a common term that can be eliminated (2*L), just subtract equation 1 from equation 2:
2*W = 12
W = 6
-----
you have W = 6.
substitute in equation 1:
2*L + 2*6 = 46
simplify:
2*L + 12 = 46
subtract 12 from both sides:
2*L = 34
divide both sides by 2:
L = 17
-----
you have:
W = 6
L = 17
-----
substitute in original equation 2:
2 * (17+6) + 2*(2*6) = 70
perform indicated operations:
2*23 + 2*12 = 70
46 + 24 = 70
70 = 70
-----
answer is good:
length of the original rectangle is 17 meters and width of the original rectangle is 6 meters.
-----